krakenrails 0.0.2 → 0.0.3

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.
@@ -0,0 +1 @@
1
+ //= require ./kraken
@@ -0,0 +1,3 @@
1
+ /*
2
+ *= require ./kraken
3
+ */
@@ -1,4 +1,4 @@
1
1
  module KrakenRails
2
- class Engine < ::Rails::Engine
2
+ class Engine < Rails::Engine
3
3
  end
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module Krakenrails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krakenrails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -72,9 +72,10 @@ files:
72
72
  - LICENSE.txt
73
73
  - README.md
74
74
  - Rakefile
75
- - app/assets/javascripts/kraken.js
76
- - app/assets/javascripts/readme.txt
77
- - app/assets/stylesheets/kraken.css
75
+ - app/assets/javascripts/krakenrails/index.js
76
+ - app/assets/javascripts/krakenrails/kraken.js
77
+ - app/assets/stylesheets/krakenrails/index.css
78
+ - app/assets/stylesheets/krakenrails/kraken.css
78
79
  - krakenrails.gemspec
79
80
  - lib/krakenrails.rb
80
81
  - lib/krakenrails/engine.rb
@@ -1,4 +0,0 @@
1
- Add your javascript to this directory.
2
-
3
- For performance reasons, you should concatenate
4
- your scripts into a single file if you can.