Sha256: ef71f22b981f77ff231b96029e70a9d4166449cfd3d745150b547b5d7ceee1e9
Contents?: true
Size: 608 Bytes
Versions: 5
Compression:
Stored size: 608 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 end # Gems used during test and development that should be OMITTED from the gemspec group :test do gem 'ruby-debug', :platforms => [:ruby_18] gem 'debugger', :platforms => [:ruby_19, :ruby_20, :ruby_21] gem 'jeweler', '~> 2.0' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
right_api_client-1.5.26 | Gemfile |
right_api_client-1.5.25 | Gemfile |
right_api_client-1.5.24 | Gemfile |
right_api_client-1.5.23 | Gemfile |
right_api_client-1.5.22 | Gemfile |