Kaynağa Gözat

Packaging for release 1.2.2

* Added support for ScriptTag
Edward Ocampo-Gooding 14 yıl önce
ebeveyn
işleme
8ee1031633
3 değiştirilmiş dosya ile 9 ekleme ve 2 silme
  1. 4 0
      CHANGELOG
  2. 3 0
      lib/shopify_api.rb
  3. 2 2
      shopify_api.gemspec

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 1.2.2
+
+* Added ScriptTag support
+
 == Version 1.2.1
 
 * Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'

+ 3 - 0
lib/shopify_api.rb

@@ -502,6 +502,9 @@ module ShopifyAPI
   class ProductSearchEngine < Base
   end
   
+  class ScriptTag < Base
+  end
+  
   # Include Metafields module in all enabled classes
   METAFIELD_ENABLED_CLASSES.each do |klass|
     "ShopifyAPI::#{klass}".constantize.send(:include, Metafields)

+ 2 - 2
shopify_api.gemspec

@@ -2,10 +2,10 @@
 
 Gem::Specification.new do |s|
   s.name = %q{shopify_api}
-  s.version = "1.2.1"
+  s.version = "1.2.2"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
-  s.authors = ["Tobias L\303\274tke", "Cody Fauser", "Dennis Theisen"]
+  s.authors = ["Tobias L\303\274tke", "Cody Fauser", "Dennis Theisen", "Edward Ocampo-Gooding"]
   s.date = %q{2010-10-05}
   s.description = %q{= Shopify API