Sha256: a926cbf9c897568dd7d9be93cefe0d349a936130b65cbe33fbbfd23b25fea176
Contents?: true
Size: 492 Bytes
Versions: 4
Compression:
Stored size: 492 Bytes
Contents
source "https://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. gem 'rest-client' gem 'json', '~> 1.8.1' group :development do gem "shoulda", ">= 0" gem "rdoc", "~> 3.12" gem "bundler", "~> 1.0" gem "juwelier", "~> 2.1.0" gem "simplecov", ">= 0" gem 'rest-client' gem 'json', '~> 1.8.1' gem 'rspec' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
insnergy-api-ruby-client-0.13.1 | Gemfile |
insnergy-api-ruby-client-0.13.0 | Gemfile |
insnergy-api-ruby-client-0.12.0 | Gemfile |
insnergy-api-ruby-client-0.11.0 | Gemfile |