lungojs-rails 0.1.0 → 0.1.2

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lungojs-rails (0.1.0)
4
+ lungojs-rails (0.1.2)
5
5
  railties (>= 3.2.0, < 5.0)
6
6
  thor (~> 0.14)
7
7
 
data/README.md CHANGED
@@ -42,6 +42,8 @@ The Lungo.js files will be added to the asset pipeline and available for you to
42
42
  //= require lungo-1.2
43
43
  ```
44
44
 
45
+ If they're not already in `app/assets/javascripts/application.css` by default, add these line:
46
+
45
47
  ```css
46
48
  *= require lungo-1.2
47
49
  *= require lungo.theme.default
@@ -45,7 +45,7 @@ else
45
45
 
46
46
  def copy_app
47
47
  say_status("copying", "app (#{Lungojs::Rails::LUNGO_JS_VERSION})", :green)
48
- directory 'app', 'public/javascripts/app'
48
+ directory 'app', 'app/assets/javascripts/app'
49
49
  end
50
50
  end
51
51
  end
@@ -4,7 +4,7 @@
4
4
 
5
5
  module Lungojs
6
6
  module Rails
7
- VERSION = "0.1.0"
7
+ VERSION = "0.1.2"
8
8
  LUNGO_JS_VERSION = "1.2"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lungojs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: -3314060500248806274
97
+ hash: 983170398258427180
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  none: false
100
100
  requirements: