Sha256: 0a190f8081a255538d7aa4711b683256f3474c7240b5eab957877fb7c3ee871e

Contents?: true

Size: 1.16 KB

Versions: 6

Compression:

Stored size: 1.16 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'right_api_helper/version'

Gem::Specification.new do |spec|
  spec.name          = "right_api_helper"
  spec.version       = RightApiHelper::VERSION
  spec.authors       = ["caryp"]
  spec.email         = ["cary@rightscale.com"]
  spec.summary       = %q{A collection of helper objects and methods for right_api_client gem}
  spec.description   = %q{A collection of helper objects and methods for right_api_client gem}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "right_api_client", "~> 1.5.15"
  spec.add_dependency "thor"

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "webmock"
  spec.add_development_dependency "vcr", "~> 2.9.0"
  spec.add_development_dependency "pry"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
right_api_helper-1.1.2 right_api_helper.gemspec
right_api_helper-1.1.1 right_api_helper.gemspec
right_api_helper-1.1.0 right_api_helper.gemspec
right_api_helper-1.0.0 right_api_helper.gemspec
right_api_helper-0.0.2 right_api_helper.gemspec
right_api_helper-0.0.1 right_api_helper.gemspec