Browse Source

Packaging for release 1.2.2

* Added support for ScriptTag
Edward Ocampo-Gooding 14 years ago
parent
commit
8ee1031633
3 changed files with 9 additions and 2 deletions
  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
 == Version 1.2.1
 
 
 * Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'
 * 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
   class ProductSearchEngine < Base
   end
   end
   
   
+  class ScriptTag < Base
+  end
+  
   # Include Metafields module in all enabled classes
   # Include Metafields module in all enabled classes
   METAFIELD_ENABLED_CLASSES.each do |klass|
   METAFIELD_ENABLED_CLASSES.each do |klass|
     "ShopifyAPI::#{klass}".constantize.send(:include, Metafields)
     "ShopifyAPI::#{klass}".constantize.send(:include, Metafields)

+ 2 - 2
shopify_api.gemspec

@@ -2,10 +2,10 @@
 
 
 Gem::Specification.new do |s|
 Gem::Specification.new do |s|
   s.name = %q{shopify_api}
   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.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.date = %q{2010-10-05}
   s.description = %q{= Shopify API
   s.description = %q{= Shopify API