Sha256: 07ccf4ae2bb0cc94203bbea517125698ee18b41ab33045fdfe846cdddc62e462

Contents?: true

Size: 606 Bytes

Versions: 1

Compression:

Stored size: 606 Bytes

Contents

source "https://rubygems.org"

gem 'rails', ENV['RAILS_VERSION']

gem 'wagons', :path => File.expand_path(__FILE__).split("test#{File::SEPARATOR}dummy").first

group :development, :test do
  gem 'net-smtp'
  gem 'sqlite3', '~> 1.4'
end

group :test do
  gem 'mocha', :require => false
  gem 'rails-controller-testing'
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

1 entries across 1 versions & 1 rubygems

Version Path
wagons-0.8.0 test/dummy/Gemfile