hicube 0.0.5 → 0.0.6
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 +4 -4
- data/app/assets/javascripts/hicube/application.js +2 -1
- data/app/assets/stylesheets/hicube/application.css +4 -2
- data/config/initializers/assets.rb +1 -1
- data/lib/hicube/version.rb +1 -1
- data/lib/hicube.rb +1 -0
- metadata +15 -4
- data/app/assets/javascripts/hicube/admin-lte.js +0 -758
- data/app/assets/stylesheets/hicube/admin-lte.css +0 -4907
- data/app/assets/stylesheets/hicube/skin-blue.css +0 -142
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f63f4e4adc4a2b1dc08e4984da2d9f0bf8ae38ad
|
|
4
|
+
data.tar.gz: fb37096070c641697729f44e1bc0479939c2ed28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5157df3842ad8ff3d0722390003bf51e45cfd6ef37afcb573fdbc8e64ac6c9d3612e1ff228fe3342f5f3f98a5af3ad08e7d0d4f334caf5904da2cf89edbf0c78
|
|
7
|
+
data.tar.gz: 9f9be5598f534a7ea080bf5127189cc3385dabafee253889830bdfe1ef74533ad1869e3085a2da1528c0bf53f9b113f8adce61fa6a33a3e5520ab71ca1734952
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Rails.application.config.assets.precompile += %w( icheck/minimal/blue.png icheck/minimal/blue@2x.png )
|
|
1
|
+
Rails.application.config.assets.precompile += %w( icheck/minimal/blue.png icheck/minimal/blue@2x.png avatar.png )
|
data/lib/hicube/version.rb
CHANGED
data/lib/hicube.rb
CHANGED
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.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gaurav Cheema
|
|
@@ -24,6 +24,20 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 4.2.0
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: adminlte
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
type: :runtime
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
27
41
|
- !ruby/object:Gem::Dependency
|
|
28
42
|
name: bootstrap-editable-rails
|
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -444,7 +458,6 @@ files:
|
|
|
444
458
|
- app/assets/images/hicube/noimagefound.png
|
|
445
459
|
- app/assets/javascripts/hicube.js
|
|
446
460
|
- app/assets/javascripts/hicube/accounts.js
|
|
447
|
-
- app/assets/javascripts/hicube/admin-lte.js
|
|
448
461
|
- app/assets/javascripts/hicube/application.js
|
|
449
462
|
- app/assets/javascripts/hicube/contents.js
|
|
450
463
|
- app/assets/javascripts/hicube/documents.js
|
|
@@ -453,13 +466,11 @@ files:
|
|
|
453
466
|
- app/assets/javascripts/hicube/snippets.coffee
|
|
454
467
|
- app/assets/stylesheets/hicube.css
|
|
455
468
|
- app/assets/stylesheets/hicube/accounts.css
|
|
456
|
-
- app/assets/stylesheets/hicube/admin-lte.css
|
|
457
469
|
- app/assets/stylesheets/hicube/application.css
|
|
458
470
|
- app/assets/stylesheets/hicube/contents.css
|
|
459
471
|
- app/assets/stylesheets/hicube/documents.css
|
|
460
472
|
- app/assets/stylesheets/hicube/pages.css
|
|
461
473
|
- app/assets/stylesheets/hicube/public/pages.css
|
|
462
|
-
- app/assets/stylesheets/hicube/skin-blue.css
|
|
463
474
|
- app/assets/stylesheets/hicube/snippets.css
|
|
464
475
|
- app/controllers/hicube/accounts_controller.rb
|
|
465
476
|
- app/controllers/hicube/application_controller.rb
|