lungojs-rails 0.0.9 → 0.0.10

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.0.9)
4
+ lungojs-rails (0.0.10)
5
5
  railties (>= 3.2.0, < 5.0)
6
6
  thor (~> 0.14)
7
7
 
@@ -14,10 +14,10 @@ if ::Rails.version < "3.1" || !::Rails.application.config.assets.enabled
14
14
 
15
15
  def copy_lungojs
16
16
  say_status("copying", "Lungo.js (#{Lungojs::Rails::LUNGO_JS_VERSION})", :green)
17
- copy_file "../../../../vendor/assets/javascripts/lungo-1.2.js", "public/javascripts/lungo-1.2.js"
18
- copy_file "../../../../vendor/assets/stylesheets/lungo-1.2.css", "public/stylesheets/lungo-1.2.js"
19
- copy_file "../../../../vendor/assets/stylesheets/lungo.theme.default.css", "public/stylesheets/lungo.theme.default.js"
20
- copy_file "../../../../vendor/assets/stylesheets/lungo.theme.default.font.css", "public/stylesheets/lungo.theme.default.font.js"
17
+ copy_file "../../../../app/assets/javascripts/lungo-1.2.js", "public/javascripts/lungo-1.2.js"
18
+ copy_file "../../../../app/assets/stylesheets/lungo-1.2.css", "public/stylesheets/lungo-1.2.js"
19
+ copy_file "../../../../app/assets/stylesheets/lungo.theme.default.css", "public/stylesheets/lungo.theme.default.js"
20
+ copy_file "../../../../app/assets/stylesheets/lungo.theme.default.font.css", "public/stylesheets/lungo.theme.default.font.js"
21
21
  end
22
22
 
23
23
  def copy_app
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Lungojs
5
5
  module Rails
6
- # class Engine < ::Rails::Engine
7
- # end
6
+ #class Engine < ::Rails::Engine
7
+ #end
8
8
  end
9
9
  end
@@ -4,7 +4,7 @@
4
4
 
5
5
  module Lungojs
6
6
  module Rails
7
- VERSION = "0.0.9"
7
+ VERSION = "0.0.10"
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.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -62,6 +62,10 @@ files:
62
62
  - LICENSE
63
63
  - README.md
64
64
  - Rakefile
65
+ - app/assets/javascripts/lungo-1.2.js
66
+ - app/assets/stylesheets/lungo-1.2.css
67
+ - app/assets/stylesheets/lungo.theme.default.css
68
+ - app/assets/stylesheets/lungo.theme.default.font.css
65
69
  - lib/generators/lungojs/install/app/app.js
66
70
  - lib/generators/lungojs/install/app/data.js
67
71
  - lib/generators/lungojs/install/app/events.js
@@ -76,10 +80,6 @@ files:
76
80
  - spec/lib/lungojs-rails_spec.rb
77
81
  - spec/spec.opts
78
82
  - spec/spec_helper.rb
79
- - vendor/assets/javascripts/lungo-1.2.js
80
- - vendor/assets/stylesheets/lungo-1.2.css
81
- - vendor/assets/stylesheets/lungo.theme.default.css
82
- - vendor/assets/stylesheets/lungo.theme.default.font.css
83
83
  homepage: http://rubygems.org/gems/lungojs-rails
84
84
  licenses: []
85
85
  post_install_message:
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: -3627760707061836499
97
+ hash: 2297195353066104891
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  none: false
100
100
  requirements: