Sha256: 0e1cfcec1f8c2d05626448e2e38a121b8ef03b7977ea3d035715430be3ecd916

Contents?: true

Size: 1.4 KB

Versions: 4

Compression:

Stored size: 1.4 KB

Contents

require File.expand_path('../lib/right_api_client/version', __FILE__)

Gem::Specification.new do |s|
  s.name             = 'right_api_client'
  s.version          = RightApi::Client::VERSION
  s.platform         = Gem::Platform::RUBY
  s.date             = Time.now.utc.strftime("%Y-%m-%d")
  s.require_path     = 'lib'
  s.authors          = [ 'RightScale, Inc.' ]
  s.email            = [ 'rubygems@rightscale.com' ]
  s.homepage         = 'https://github.com/rightscale/right_api_client'
  s.summary          = 'RightScale MultiCloud API HTTP Client'
  s.license          = 'MIT'
  s.description      = %{
The right_api_client gem simplifies the use of RightScale's MultiCloud API.
It provides a simple object model of the API resources, and handles all of the
fine details involved in making HTTP calls and translating their responses.
  }
  s.files            = `git ls-files`.split(' ')
  s.test_files       = `git ls-files spec config`.split(' ')
  s.rubygems_version = '1.3.7'

  s.add_runtime_dependency 'json',             '~> 1.0'
  s.add_runtime_dependency 'mime-types',       '~> 1.0'
  s.add_runtime_dependency 'rest-client',      '~> 1.6'

  s.add_development_dependency 'rake',         '0.8.7'
  s.add_development_dependency 'rspec',        '2.9.0'
  s.add_development_dependency 'flexmock',     '0.8.7'
  s.add_development_dependency 'simplecov',    '0.4.2'
  s.add_development_dependency 'bundler',      '~> 1.0'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
right_api_client-1.5.19 right_api_client.gemspec
right_api_client-1.5.18 right_api_client.gemspec
right_api_client-1.5.17 right_api_client.gemspec
right_api_client-1.5.16 right_api_client.gemspec