jinda_adminlte 0.4.0 → 0.4.2
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/lib/generators/jinda_adminlte/install_generator.rb +2 -2
- data/lib/generators/jinda_adminlte/templates/{application.css.scss → application.css} +1 -1
- data/lib/generators/jinda_adminlte/templates/{jindalte.css.scss → jindalte.css} +0 -0
- data/lib/jinda_adminlte/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90df17125e937172356a5d556266d986fb41f78d2bd9af6fd7f7f85f2c0972ab
|
|
4
|
+
data.tar.gz: fd122d6eae02b4bbd66aa50229acbd369ed5d359971f83423a68e22da9ac7e23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c54c5f258da95b219787f29f54aba13c456fd8342406b962ed7644f0f6363e98116cdf2bc04f5f04888a5b7cb3a9e237269d4315520599a1b3553563c1b0418
|
|
7
|
+
data.tar.gz: f9d270dee5aa8ebe56b5d887c35d086bea33cf36ad978e0995177df98ab2d92b4d9849d46e54239d02833d2891023ebbd7b2cb2e5f4c7bdcdbead3eead174527
|
|
@@ -21,8 +21,8 @@ module Jinda_adminlte
|
|
|
21
21
|
def copy_theme
|
|
22
22
|
copy_file "application.js","app/assets/javascripts/application.js"
|
|
23
23
|
copy_file "jindalte.js","app/assets/javascripts/jindalte.js"
|
|
24
|
-
copy_file "application.css
|
|
25
|
-
copy_file "jindalte.css
|
|
24
|
+
copy_file "application.css","app/assets/stylesheets/application.css"
|
|
25
|
+
copy_file "jindalte.css","app/assets/stylesheets/jindalte.css"
|
|
26
26
|
copy_file "application.haml","app/views/layouts/application.haml"
|
|
27
27
|
copy_file "adminltes_controller.rb","app/controllers/adminltes_controller.rb"
|
|
28
28
|
end
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jinda_adminlte
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Prateep Kul
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -181,10 +181,10 @@ files:
|
|
|
181
181
|
- lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_menu_mm.haml
|
|
182
182
|
- lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_rightbar.haml
|
|
183
183
|
- lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_sidebar.haml
|
|
184
|
-
- lib/generators/jinda_adminlte/templates/application.css
|
|
184
|
+
- lib/generators/jinda_adminlte/templates/application.css
|
|
185
185
|
- lib/generators/jinda_adminlte/templates/application.haml
|
|
186
186
|
- lib/generators/jinda_adminlte/templates/application.js
|
|
187
|
-
- lib/generators/jinda_adminlte/templates/jindalte.css
|
|
187
|
+
- lib/generators/jinda_adminlte/templates/jindalte.css
|
|
188
188
|
- lib/generators/jinda_adminlte/templates/jindalte.js
|
|
189
189
|
- lib/jinda_adminlte.rb
|
|
190
190
|
- lib/jinda_adminlte/version.rb
|
|
@@ -207,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
208
|
version: '0'
|
|
209
209
|
requirements: []
|
|
210
|
-
rubygems_version: 3.0.
|
|
210
|
+
rubygems_version: 3.0.6
|
|
211
211
|
signing_key:
|
|
212
212
|
specification_version: 4
|
|
213
213
|
summary: Theme AdminLTE for Jinda
|