hicube 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/assets.rb +1 -1
- data/lib/hicube/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f88dedd71f57e44dd20c4d3192097ffe53d6d4f
|
4
|
+
data.tar.gz: 52ef311fad5a703390180f653fee5b670eafe4b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60f83cfee3555054e1b2ecad39f1c75915af6dbab6661399eb997a100c6970b7e99e7a4b014f7aec3efeaec62d50e4c558b9a2330724d09402f06da60ad8ddde
|
7
|
+
data.tar.gz: 6b7a1e49c893d49f4e3fa9db02aa35650ff6004c27ebc1826468d35dcf58f2fde54cf0fc0d9469d15063f2cfb30554d554b0dd3fbd7fe8bb4cab6ad0aa55569d
|
@@ -1 +1 @@
|
|
1
|
-
Rails.application.config.assets.precompile += %w( icheck/minimal/blue.png icheck/minimal/blue@2x.png admin-lte.css skin-blue.css admin-lte.js )
|
1
|
+
Rails.application.config.assets.precompile += %w( icheck/minimal/blue.png icheck/minimal/blue@2x.png vendor/assets/stylesheets/admin-lte.css vendor/assets/stylesheets/skin-blue.css vendor/assets/stylesheets/admin-lte.js )
|
data/lib/hicube/version.rb
CHANGED