|
@@ -11,6 +11,7 @@ begin
|
|
gem.homepage = "http://github.com/Shopify/shopify_api"
|
|
gem.homepage = "http://github.com/Shopify/shopify_api"
|
|
gem.authors = ["Tobias Lütke", "Cody Fauser", "Dennis Theisen"]
|
|
gem.authors = ["Tobias Lütke", "Cody Fauser", "Dennis Theisen"]
|
|
gem.rubyforge_project = "shopify_api"
|
|
gem.rubyforge_project = "shopify_api"
|
|
|
|
+ gem.add_dependency('activeresource', '>= 2.2.2')
|
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
end
|
|
end
|
|
|
|
|
|
@@ -55,5 +56,4 @@ Rake::RDocTask.new do |rdoc|
|
|
rdoc.title = "shopify_api #{version}"
|
|
rdoc.title = "shopify_api #{version}"
|
|
rdoc.rdoc_files.include('README*')
|
|
rdoc.rdoc_files.include('README*')
|
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
|
-end
|
|
|
|
-
|
|
|
|
|
|
+end
|