Преглед изворни кода

Packaging for release 1.1.0

Dennis Theisen пре 15 година
родитељ
комит
0df8ea369b
3 измењених фајлова са 7 додато и 3 уклоњено
  1. 4 0
      CHANGELOG
  2. 1 1
      VERSION
  3. 2 2
      shopify_api.gemspec

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 1.1.0 (September 24, 2010)
+
+* Add new Events API for Shop, Order, Product, CustomCollection, SmartCollection, Page, Blog and Article
+* Add new 'compact' product image size variant
 * Rails 3 fix: attribute_accessors has to be explicitly included since activesupport 3.0.0
 * Rails 3 fix: attribute_accessors has to be explicitly included since activesupport 3.0.0
 
 
 == Version 1.0.6
 == Version 1.0.6

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.0.6
+1.1.0

+ 2 - 2
shopify_api.gemspec

@@ -5,11 +5,11 @@
 
 
 Gem::Specification.new do |s|
 Gem::Specification.new do |s|
   s.name = %q{shopify_api}
   s.name = %q{shopify_api}
-  s.version = "1.0.6"
+  s.version = "1.1.0"
 
 
   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"]
-  s.date = %q{2010-09-07}
+  s.date = %q{2010-09-24}
   s.description = %q{= Shopify API
   s.description = %q{= Shopify API
 
 
 The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores.
 The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores.