Sha256: 8aeac8c86e39c6dc346d08ca3136c61b099799b4a5e7667df6f5fd10432244c3

Contents?: true

Size: 489 Bytes

Versions: 5

Compression:

Stored size: 489 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('..', __dir__)
ENGINE_PATH = File.expand_path('../lib/solidus_melhor_envio/engine', __dir__)

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_melhor_envio-1.0.4 bin/rails-engine
solidus_melhor_envio-1.0.3 bin/rails-engine
solidus_melhor_envio-1.0.2 bin/rails-engine
solidus_melhor_envio-1.0.1 bin/rails-engine
solidus_melhor_envio-1.0.0 bin/rails-engine