Sha256: 8011e47a92c4168dd1304aa560ea4fc4384f4f6f74a3d12caf4003f7af870a4e
Contents?: true
Size: 557 Bytes
Versions: 2
Compression:
Stored size: 557 Bytes
Contents
source 'https://rubygems.org' # Runtime dependencies that should appear in the gemspec. gem 'json', '~> 1.0' gem 'mime-types', '~> 1.0' gem 'rest-client', '~> 1.6' # Development dependencies that should appear in the gemspec. group :development do gem 'rake', '0.8.7' gem 'rspec', '2.9.0' gem 'flexmock', '0.8.7' gem 'coveralls', :require => false gem 'pry' end # Gems used during test and development that should be OMITTED from the gemspec group :test do gem 'byebug', :platforms => [:ruby_20, :ruby_21] gem 'jeweler', '~> 2.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
right_api_client-1.6.1 | Gemfile |
right_api_client-1.6.0 | Gemfile |