Sha256: f6b7dd25fd138fcb0951a34bebab289da1d62d072f3253fe3ae7955551979878

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 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'
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.7.0 test/dummy/Gemfile