Sha256: a793130adb4bdfb262c6091bb13235131d8b92ba933f959c6a42c12f80bb2ebd

Contents?: true

Size: 389 Bytes

Versions: 7

Compression:

Stored size: 389 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in manageiq-api-client.gemspec
gemspec

group :test do
  gem "webmock"
  gem "simplecov", :require => false
  gem "codeclimate-test-reporter", "~> 1.0.0", :require => false
end

# Load developer specific Gemfile
dev_gemfile = File.expand_path("Gemfile.dev.rb", __dir__)
eval_gemfile(dev_gemfile) if File.exist?(dev_gemfile)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
manageiq-api-client-0.3.5 Gemfile
manageiq-api-client-0.3.4 Gemfile
manageiq-api-client-0.3.3 Gemfile
manageiq-api-client-0.3.2 Gemfile
manageiq-api-client-0.3.1 Gemfile
manageiq-api-client-0.3.0 Gemfile
manageiq-api-client-0.2.0 Gemfile