cloudsight.gemspec in cloudsight-0.0.2 vs cloudsight.gemspec in cloudsight-0.0.3
- old
+ new
@@ -10,22 +10,26 @@
s.summary = "CloudSight API Client"
s.description = "A simple CloudSight API Client for Image Recognition"
s.authors = ['Brad Folkens']
s.email = 'brad@cloudsightapi.com'
s.homepage = 'http://github.com/cloudsight/cloudsight-ruby'
- s.license = 'MIT'
- s.platform = Gem::Platform::RUBY
+ s.license = 'MIT'
+ s.platform = Gem::Platform::RUBY
s.files = [
- 'lib/cloudsight.rb',
- 'Gemfile',
- 'Gemfile.lock',
- 'MIT-LICENSE',
- 'README.md',
- 'cloudsight.gemspec'
- ]
- s.require_paths = [%q{lib}]
+ 'lib/cloudsight.rb',
+ 'Gemfile',
+ 'Gemfile.lock',
+ 'MIT-LICENSE',
+ 'README.md',
+ 'cloudsight.gemspec'
+ ]
+ s.require_paths = [%q{lib}]
- s.required_ruby_version = Gem::Requirement.new('>= 1.9.1')
- s.add_development_dependency 'bundler', '~> 1.6'
- s.add_development_dependency 'rake'
+ s.required_ruby_version = Gem::Requirement.new('>= 1.9.1')
+
+ s.add_dependency 'json'
+ s.add_dependency 'rest-client', '~>1.6'
+
+ s.add_development_dependency 'bundler', '~> 1.6'
+ s.add_development_dependency 'rake'
end