Parcourir la source

Packaging for 1.1.2 release

Jesse Storimer il y a 14 ans
Parent
commit
d919f3250d
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 4 0
      CHANGELOG
  2. 1 1
      shopify_api.gemspec

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 1.1.2 (October 20, 2010)
+
+* Fix for users of ActiveResource 3.x
+
 == Version 1.1.1 (October 5, 2010)
 
 * Remove hard coded xml formatting in API calls 

+ 1 - 1
shopify_api.gemspec

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