|
@@ -5,11 +5,11 @@
|
|
|
|
|
|
Gem::Specification.new do |s|
|
|
|
s.name = %q{shopify_api}
|
|
|
- s.version = "1.0.5"
|
|
|
+ s.version = "1.0.6"
|
|
|
|
|
|
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-01-28}
|
|
|
+ s.date = %q{2010-09-07}
|
|
|
s.description = %q{= Shopify API
|
|
|
|
|
|
The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores.
|
|
@@ -89,7 +89,7 @@ Copyright (c) 2009 "JadedPixel inc.". See LICENSE for details.
|
|
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
|
s.require_paths = ["lib"]
|
|
|
s.rubyforge_project = %q{shopify-api}
|
|
|
- s.rubygems_version = %q{1.3.5}
|
|
|
+ s.rubygems_version = %q{1.3.7}
|
|
|
s.summary = %q{ShopifyAPI is a lightweight gem for accessing the Shopify admin REST web services}
|
|
|
s.test_files = [
|
|
|
"test/order_test.rb",
|
|
@@ -101,7 +101,7 @@ Copyright (c) 2009 "JadedPixel inc.". See LICENSE for details.
|
|
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
|
s.specification_version = 3
|
|
|
|
|
|
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
|
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
|
s.add_runtime_dependency(%q<activeresource>, [">= 2.2.2"])
|
|
|
else
|
|
|
s.add_dependency(%q<activeresource>, [">= 2.2.2"])
|