salty-ui-rails 0.1.6 → 0.1.7

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: 2e35dba73e5614c789d388b9ba8e2452dedfb58d
4
- data.tar.gz: e8b6ed27bdf5971963053b3c17ff1557727b2fc4
3
+ metadata.gz: 17df8dc198b52d7f99218066928a517e938068be
4
+ data.tar.gz: c5a9a8b04069e407a417bf8c75e4d305f8116439
5
5
  SHA512:
6
- metadata.gz: ac171882e666daa9d8c073ffe577e2b1a96bdb62f68ec451c2dfc8fdf7566c1c0562da8cb9a613dac44f9540bb722e054faed3a3e304ab1a981e5715d2b934d6
7
- data.tar.gz: 0c7eb84a970776aaba6976644d556cc617b19059ef49065da9f7df5b46b097d09085248bfa48200d5d4b4c30727a3d62084786575ddf03aa48407a5c572f8a66
6
+ metadata.gz: b2d6a02cc4f5be5bacd79cd8bf8951212e378201c057dd88d217bb54a3ef16131240749e1ced31750b3468084deb06d734ce127f65a906c668fe5ba1e888d05f
7
+ data.tar.gz: 03e2a58fde795811fc18b6827c8612d4cc385c43a0e0f9f78d2c75d50059ac8c1d0b665ac175798204413fa84dd5b0cb683cd267bce5c6dff07b3bb424f7141a
@@ -0,0 +1,4 @@
1
+ body {
2
+ background-color: #f00 !important;
3
+ content: "add by my gem";
4
+ }
@@ -2,10 +2,6 @@ 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|
6
- %w(stylesheets).each do |sub|
7
- app.config.assets.paths << root.join('assets', sub).to_s
8
- end
9
5
  end
10
6
  end
11
7
  end
@@ -1,7 +1,7 @@
1
1
  module Salty
2
2
  module Ui
3
3
  module Rails
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salty-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - JaredCowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-15 00:00:00.000000000 Z
11
+ date: 2015-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -75,6 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - MIT-LICENSE
77
77
  - README.md
78
+ - lib/assets/stylesheets/salty-ui-rails.css
78
79
  - lib/salty-ui-rails.rb
79
80
  - lib/salty/ui/rails/engine.rb
80
81
  - lib/salty/ui/rails/version.rb