Sha256: ca04e16cdbf4e7204f4119969097ac521fbfd82c0b3f9d879900cccc4560d931
Contents?: true
Size: 511 Bytes
Versions: 5
Compression:
Stored size: 511 Bytes
Contents
source "https://rubygems.org" gem 'wagons', :path => File.expand_path(__FILE__).split("test#{File::SEPARATOR}dummy").first group :development, :test do gem 'sqlite3' end group :test do gem 'mocha', :require => false end # Include the wagons you want attached in Wagonfile. # Do not check Wagonfile into source control. # # To create a Wagonfile suitable for development, run 'rake wagon:file' # wagonfile = File.expand_path('../Wagonfile', __FILE__) eval(File.read(wagonfile)) if File.exist?(wagonfile)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
wagons-0.3.1 | test/dummy/Gemfile |
wagons-0.3.0 | test/dummy/Gemfile |
wagons-0.2.2 | test/dummy/Gemfile |
wagons-0.2.1 | test/dummy/Gemfile |
wagons-0.2.0 | test/dummy/Gemfile |