hicube 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f63f4e4adc4a2b1dc08e4984da2d9f0bf8ae38ad
4
- data.tar.gz: fb37096070c641697729f44e1bc0479939c2ed28
3
+ metadata.gz: 5f8166cff47e279d08d8593f1b22479fcc946f69
4
+ data.tar.gz: a73e216efa8e2f7a2a4e9127ba7e039c6c199131
5
5
  SHA512:
6
- metadata.gz: 5157df3842ad8ff3d0722390003bf51e45cfd6ef37afcb573fdbc8e64ac6c9d3612e1ff228fe3342f5f3f98a5af3ad08e7d0d4f334caf5904da2cf89edbf0c78
7
- data.tar.gz: 9f9be5598f534a7ea080bf5127189cc3385dabafee253889830bdfe1ef74533ad1869e3085a2da1528c0bf53f9b113f8adce61fa6a33a3e5520ab71ca1734952
6
+ metadata.gz: 66a83df541f24c05602eb47b01384bb7401787871ea8144ae7304ccb7d2d55baccd64782e723e08a3990c141067f316ef659c98f8d2a3eb9aded8edb550a5270
7
+ data.tar.gz: b670977bdde6f92b9d24c4ac69f93ea19d1ab492475b7926a337777afbc563ccbc12eedfa7581291c6804e46d89f860a5e43c9df0ad38777f27b42cc9ce4ab7a
@@ -15,7 +15,8 @@
15
15
 
16
16
  * Adminlte and corresponding css
17
17
  *= require adminlte
18
- * require skin-blue
18
+ * Adminlte gem does not seem to ship with skins so copied it manually into gem
19
+ *= require skin-blue
19
20
 
20
21
 
21
22
  *= require_tree .
data/lib/hicube/engine.rb CHANGED
@@ -1,6 +1,11 @@
1
1
  module Hicube
2
2
  class Engine < ::Rails::Engine
3
3
  isolate_namespace Hicube
4
-
4
+
5
+ initializer 'hicube.assets.precompile' do |app|
6
+ %w(stylesheets javascripts img).each do |sub|
7
+ app.config.assets.paths << root.join('vendor', 'assets', sub)
8
+ end
9
+ end
5
10
  end
6
11
  end
@@ -1,3 +1,3 @@
1
1
  module Hicube
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hicube
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaurav Cheema