salty-ui-rails 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5190073d698e9a069219d54e0eab1e98eb2035e
4
- data.tar.gz: ece03d62afe003a76ef5addb8119fbf269919cf6
3
+ metadata.gz: 450ed52167dbb018593bc2507ccfa1c0d4b2153a
4
+ data.tar.gz: 9262cd0f7dc316473cebac8268185fee38b6da44
5
5
  SHA512:
6
- metadata.gz: bc1f919b0a5be55cab3ec5c05aa768f749c0e8e68705b390dde00fe1c8ace8c4048a6eb7033bbd81e3657f415079f8291b3c5314847e7ec29154d694cbd84f56
7
- data.tar.gz: 5184fd8bb2e3d5f24a5324127d690a9ad3e83bb3a44b06bfbd3d00fa8a04b563ecc89149bf02665b199b4171f894137502adf4142bb351fe27f9c4acff798dea
6
+ metadata.gz: 397391d6fe2263bfcd1b1b7e767f89f2496eff957ca47bfe18a324ccb3c408994316428a4889f2960b06a035622d3b42bc97ae2fe2b89de095a335495428fa15
7
+ data.tar.gz: cb32cc691b14e682afc74c2587c67c4bdd60949cd23f3fa95a81b110e6f5bb64cc2e3b2ad954921a1334b5174ae9aa0e74cc6cb2a927968665b2682a1a1f39fe
@@ -1 +1,2 @@
1
1
  require "salty/ui/rails/version"
2
+ require "salty/ui/rails/engine"
@@ -2,9 +2,9 @@ module Salty
2
2
  module Ui
3
3
  module Rails
4
4
  class Engine < ::Rails::Engine
5
- initializer 'salty_ui_rails.assets.precompile' do |app|
5
+ initializer 'salty-ui-rails.assets.precompile' do |app|
6
6
  %w(stylesheets).each do |sub|
7
- app.config.assets.paths << root.join('assets', sub).to_s
7
+ app.config.assets.paths << root.join('app/assets', sub).to_s
8
8
  end
9
9
  end
10
10
  end
@@ -1,7 +1,7 @@
1
1
  module Salty
2
2
  module Ui
3
3
  module Rails
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salty-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - JaredCowan
@@ -75,7 +75,6 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - MIT-LICENSE
77
77
  - README.md
78
- - assets/stylesheets/salty-ui-rails.css
79
78
  - lib/salty-ui-rails.rb
80
79
  - lib/salty/ui/rails/engine.rb
81
80
  - lib/salty/ui/rails/version.rb
@@ -1,3 +0,0 @@
1
- body {
2
- background-color: #f00 !important;
3
- }