lungojs-rails 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ if ::Rails.version < "3.1" || !::Rails.application.config.assets.enabled
|
|
7
7
|
module Generators
|
8
8
|
class InstallGenerator < ::Rails::Generators::Base
|
9
9
|
|
10
|
-
desc "This generator installs Lungo.js #{
|
10
|
+
desc "This generator installs Lungo.js #{Lungojs::Rails::LUNGO_JS_VERSION}"
|
11
11
|
source_root File.expand_path('../../../../../vendor/assets', __FILE__)
|
12
12
|
|
13
13
|
def copy_lungojs
|