jinda_adminlte 0.4.0 → 0.4.2

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
  SHA256:
3
- metadata.gz: '095448630eacf82d550fab4eb1620a2c32b4177848b25e16d4959c7070b9de6f'
4
- data.tar.gz: d0b175279aa73a5a1bef61671835dd07767a947559bf2daf89dd511af9214f09
3
+ metadata.gz: 90df17125e937172356a5d556266d986fb41f78d2bd9af6fd7f7f85f2c0972ab
4
+ data.tar.gz: fd122d6eae02b4bbd66aa50229acbd369ed5d359971f83423a68e22da9ac7e23
5
5
  SHA512:
6
- metadata.gz: 354aae27fa8f8d4d8d04647f2a89a8852a8b1969637f48777d1db58645a4d675a8151467f3354dbae96795d5cab69ce3148c309def7b1e7b21a24cdccbcb5ac9
7
- data.tar.gz: d12e6b67c48e6e001712f75ee32808005f58333647f8a3dc1bdc482763acec150e4c331c86b2790e5c7bf82e29e6b241b8b799dfb31ea28e0355d4c200f095ad
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.scss","app/assets/stylesheets/application.css.scss"
25
- copy_file "jindalte.css.scss","app/assets/stylesheets/jindalte.css.scss"
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
@@ -9,7 +9,7 @@
9
9
  * compiled file, but it's generally better to create a new file per style scope.
10
10
  *
11
11
  *= require_self
12
- *= require jindalte.css.scss
12
+ *= require jindalte.css
13
13
  */
14
14
 
15
15
 
@@ -1,3 +1,3 @@
1
1
  module JindaAdminlte
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.2"
3
3
  end
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.0
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-09-29 00:00:00.000000000 Z
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.scss
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.scss
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.4
210
+ rubygems_version: 3.0.6
211
211
  signing_key:
212
212
  specification_version: 4
213
213
  summary: Theme AdminLTE for Jinda