Prechádzať zdrojové kódy

version 1.2.3: Adding support for Customer, CustomerGroup to API

Joshua Wehner 14 rokov pred
rodič
commit
d43adf7045
2 zmenil súbory, kde vykonal 7 pridanie a 1 odobranie
  1. 6 0
      lib/shopify_api.rb
  2. 1 1
      shopify_api.gemspec

+ 6 - 0
lib/shopify_api.rb

@@ -388,6 +388,12 @@ module ShopifyAPI
     end
   end
   
+  class Customer < Base
+  end
+
+  class CustomerGroup < Base
+  end
+  
   # Assets represent the files that comprise your theme.
   # There are different buckets which hold different kinds
   # of assets, each corresponding to one of the folders

+ 1 - 1
shopify_api.gemspec

@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{shopify_api}
-  s.version = "1.2.2"
+  s.version = "1.2.3"
 
   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", "Edward Ocampo-Gooding"]