Sha256: d18552cd8ebb12ff2a84b59874c6622796858bf8a55c92f1a7f2678941c4173a
Contents?: true
Size: 516 Bytes
Versions: 3
Compression:
Stored size: 516 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # 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/decidim/comments/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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
decidim-0.3.2 | decidim-comments/bin/rails |
decidim-0.3.1 | decidim-comments/bin/rails |
decidim-0.3.0 | decidim-comments/bin/rails |