Browse Source

Revert "Packaging for gem release 1.2.6"

Yanking 1.2.6 as it broke Rails 2 compatibility.

Will be bumping the major version as we're now targeting Rails 3 and officially deprecating Rails 2 support.

This reverts commit 650e2222cedda6862043f0449e33309acf95261e.
Edward Ocampo-Gooding 13 years ago
parent
commit
1c78ef1870
2 changed files with 1 additions and 6 deletions
  1. 0 5
      CHANGELOG
  2. 1 1
      shopify_api.gemspec

+ 0 - 5
CHANGELOG

@@ -1,8 +1,3 @@
-== Version 1.2.6 (September 12th, 2011)
-
-* Refactored resources into their own source files
-* Added API limits functionality
-
 == Version 1.2.5
 
 * Fix for Article#comments

+ 1 - 1
shopify_api.gemspec

@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{shopify_api}
-  s.version = "1.2.6"
+  s.version = "1.2.5"
   s.author = "Shopify"
 
   s.summary = %q{The Shopify API gem is a lightweight gem for accessing the Shopify admin REST web services}