Ver Fonte

Packaging for 1.1.1 release

Jesse Storimer há 14 anos atrás
pai
commit
bc13afb69b
3 ficheiros alterados com 9 adições e 3 exclusões
  1. 6 0
      CHANGELOG
  2. 1 1
      RELEASING
  3. 2 2
      shopify_api.gemspec

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+== Version 1.1.1 (October 5, 2010)
+
+* Remove hard coded xml formatting in API calls 
+* Remove jeweler stuff
+* Ruby 1.9 encoding fix
+
 == Version 1.1.0 (September 24, 2010)
 
 * Add new Events API for Shop, Order, Product, CustomCollection, SmartCollection, Page, Blog and Article

+ 1 - 1
RELEASING

@@ -13,4 +13,4 @@ Releasing ShopifyAPI
 8. Build the new .gem from the updated .gemspec
   $ gem build shopify_api-X.Y.Z.gemspec
 9. Publish the Gem to gemcutter
-  $ gem push shopify_api-X.Y.Z.gem
+  $ gem push shopify_api-X.Y.Z.gem

+ 2 - 2
shopify_api.gemspec

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