Sha256: 7165231978d4bed824772225550b9deb36b53141eb1edc35fdd6a6fa3327c4c9

Contents?: true

Size: 581 Bytes

Versions: 8

Compression:

Stored size: 581 Bytes

Contents

source 'https://rubygems.org'

gemspec

gem 'gettext', '>= 3.1.3', '< 4.0.0'
if RUBY_VERSION < '2.1.0'
  gem 'fast_gettext', '< 1.2.0'
end

group :test do
  gem 'rake', '~> 10.1.0'
  gem 'thor'
  gem 'minitest', '< 4.7.4'
  gem 'minitest-spec-context'
  gem 'simplecov'
  gem 'mocha'
  gem 'ci_reporter', '>= 1.6.3', "< 2.0.0", :require => false
end

# load local gemfile
['Gemfile.local.rb', 'Gemfile.local'].map do |file_name|
  local_gemfile = File.join(File.dirname(__FILE__), file_name)
  self.instance_eval(Bundler.read_file(local_gemfile)) if File.exist?(local_gemfile)
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hammer_cli_foreman_remote_execution-0.2.3 Gemfile
hammer_cli_foreman_remote_execution-0.2.2 Gemfile
hammer_cli_foreman_remote_execution-0.2.1 Gemfile
hammer_cli_foreman_remote_execution-0.2.0 Gemfile
hammer_cli_foreman_remote_execution-0.1.2 Gemfile
hammer_cli_foreman_remote_execution-0.1.1 Gemfile
hammer_cli_foreman_remote_execution-0.1.0 Gemfile
hammer_cli_foreman_remote_execution-0.0.6 Gemfile