Sha256: 36866efd08da82c66d8d5d1e442680439476365c6678afd81a768d54c05d38f0
Contents?: true
Size: 465 Bytes
Versions: 3
Compression:
Stored size: 465 Bytes
Contents
# Set up gems listed in the Gemfile. if ENV['RAILS_ENV'] == 'standalone' path = Pathname('../../smalruby-editor.gemspec').expand_path(__FILE__) spec = Dir.chdir(path.dirname.to_s) { eval(path.read, TOPLEVEL_BINDING, path.to_s) } spec.runtime_dependencies.each do |spec_dep| require spec_dep.name end else ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE']) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
smalruby-editor-0.0.5 | config/boot.rb |
smalruby-editor-0.0.4 | config/boot.rb |
smalruby-editor-0.0.3 | config/boot.rb |