Sha256: a2a97cac445ee76d09565660fed800c479db3b9d0bb1c56385bdf5f224bab296

Contents?: true

Size: 493 Bytes

Versions: 6

Compression:

Stored size: 493 Bytes

Contents

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

ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/oxen_printer/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

6 entries across 6 versions & 1 rubygems

Version Path
oxen_printer-0.3.0 bin/rails
oxen_printer-0.2.9 bin/rails
oxen_printer-0.2.8 bin/rails
oxen_printer-0.2.4 bin/rails
oxen_printer-0.2.1 bin/rails
oxen_printer-0.0.3 bin/rails