Sha256: ac583c54ffa9a1aeaf50fc77e407f0fae374179d5f76bd7440d717e4f41beab0
Contents?: true
Size: 587 Bytes
Versions: 2
Compression:
Stored size: 587 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in gasoline.gemspec gemspec group :development do # An IRB alternative and runtime developer console # [pry](http://pry.github.com) gem 'pry', '~> 0.9.10' end group :test do # Adding rake for Travis. gem 'rake' # minitest provides a complete suite of testing facilities... # [minitest](https://github.com/seattlerb/minitest) gem 'minitest', '~> 3.3.0' # Adds color to your MiniTest output gem "minitest-rg", "~> 1.0.0" # [mocha](http://gofreerange.com/mocha/docs) gem 'mocha', '~> 0.12.2' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gasoline-0.0.3 | Gemfile |
gasoline-0.0.2 | Gemfile |