Sha256: facad2c8d16fb1ca5244025805d22742f5e0d59916f1d5a0ceb9dff0a2142134

Contents?: true

Size: 496 Bytes

Versions: 7

Compression:

Stored size: 496 Bytes

Contents

#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails gems
# installed from the root of your application.

ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/newspaper_works/engine', __FILE__)

# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])

require 'rails/all'
require 'rails/engine/commands'

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
newspaper_works-1.0.1 bin/rails
newspaper_works-1.0.0 bin/rails
newspaper_works-0.1.0 bin/rails
newspaper_works_fixtures-0.3.1 bin/rails
newspaper_works_fixtures-0.3.0 bin/rails
newspaper_works_fixtures-0.2.0 bin/rails
newspaper_works_fixtures-0.1.0 bin/rails