Sha256: 72d3165bbe0e127e4a180dd122293c559ec4b1a9a8d654f70b26f8db9db2281d

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

# A sample Gemfile
source "http://rubygems.org"

gemspec

group :development do
  gem 'rspec', '~> 2.10.0'
  gem 'rr', '~> 1.0'
  gem 'simplecov'
  gem 'rake'
  gem 'autotest-standalone'
  gem 'autotest-growl'
  gem 'pry'
  gem 'awesome_print', '0.4.0'
end


# Gemfile-custom is .gitignored, but eval'd here so you can add
# whatever dev tools you like to use to your local environment.
eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pacer-2.0.0.pre-java Gemfile