Sha256: 7ba82ae3dc303703ce00a397970088a0e978fd4fa765a9ce7e6cd996a0d8a484

Contents?: true

Size: 293 Bytes

Versions: 10

Compression:

Stored size: 293 Bytes

Contents

# -*- encoding : utf-8 -*-
# comment out this line to default to development mode
ENV['RAILS_ENV'] ||= 'production'

require 'rubygems'

# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("Gemfile")


require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wagn-1.13.0.pre2 lib/wagn/generators/wagn/templates/config/boot.rb
wagn-1.13.0.pre1 lib/wagn/generators/wagn/templates/config/boot.rb
wagn-1.13.0.pre lib/wagn/generators/wagn/templates/config/boot.rb
wagn-1.12.13 lib/generators/wagn/templates/config/boot.rb
wagn-1.12.12 lib/generators/wagn/templates/config/boot.rb
wagn-1.12.11 lib/generators/wagn/templates/config/boot.rb
wagn-1.12.10 lib/generators/wagn/templates/config/boot.rb
wagn-1.12.9 lib/generators/wagn/templates/config/boot.rb
wagn-1.12.8 lib/generators/wagn/templates/config/boot.rb
wagn-1.12.7 lib/generators/wagn/templates/config/boot.rb