admin_lte-rails 2.2.0.6 → 2.2.0.7

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
  SHA1:
3
- metadata.gz: cf4bc936c9cfc2d8b6646cce9ba6f82325148a28
4
- data.tar.gz: b189a6520b82a80878ac2c08b306c1064855eea1
3
+ metadata.gz: 18017df0f2420bf43363809212c61684c9e8ec6d
4
+ data.tar.gz: 69a57efba4d2d87eee8130e1ffe9eba47b30c1a9
5
5
  SHA512:
6
- metadata.gz: f935d083345942529c30b493b80da22f4322620e93e7be5bc3a78eda5a689de4868495dc0cc25af143a7d8983ef03433c3587936de46b6ab5311fb549bd60b0a
7
- data.tar.gz: 5566ee3dc814319d3fcdcbb6a2e795e0763e91aa163887ecdaf998d3bf3c55950c7c7b75b4a75a12eebdd88c4dfbfa5df84a857cf1b5577ebac4467e83995e89
6
+ metadata.gz: 559f539410b5f0d6afe3f4a72d4e8dde06a56f6f5eea64e7c735001488b49c7df99302a0507f7cb67a37bdeb9c23bc64c8d98cc71a40db626545c1a94f45b5dd
7
+ data.tar.gz: 756fc4cbd0046bb86c87dabf008582255e5ffef1654faa03a4171217659d16b6eefd76332d660aa8f108f5c335261b0401eff78043d9b9018c151d27e6ff6565
data/Rakefile CHANGED
@@ -57,12 +57,12 @@ task :convert do
57
57
  FileUtils.cp("#{lib_path}/ltr/admin_lte.css",
58
58
  "#{style_dir}/ltr/admin_lte.css")
59
59
  FileUtils.cp("#{lib_path}/ltr/_bootstrap.scss",
60
- "#{style_dir}/ltr/_bootstrap.scss")
60
+ "#{style_dir}/ltr/bootstrap_manifest.scss")
61
61
 
62
62
  FileUtils.cp("#{lib_path}/rtl/admin_lte.css",
63
63
  "#{style_dir}/rtl/admin_lte.css")
64
64
  FileUtils.cp("#{lib_path}/rtl/_bootstrap.scss",
65
- "#{style_dir}/rtl/_bootstrap.scss")
65
+ "#{style_dir}/rtl/bootstrap_manifest.scss")
66
66
 
67
67
  # Dir.glob("#{dir}/javascripts/**/*") do |file|
68
68
 
@@ -1,4 +1,4 @@
1
- //= require _bootstrap
1
+ //= require admin_lte/ltr/bootstrap_manifest
2
2
  //= require font-awesome
3
3
  //= require ionicons
4
4
 
@@ -1,4 +1,4 @@
1
- //= require _bootstrap
1
+ //= require admin_lte/rtl/bootstrap_manifest
2
2
  //= require font-awesome
3
3
  //= require ionicons
4
4
 
@@ -1,4 +1,4 @@
1
1
  @import 'bootstrap-sprockets';
2
2
  @import 'bootstrap';
3
3
  @import 'bootstrap-rtl';
4
- @import 'bootstrap-flipped';
4
+ @import 'bootstrap-rtl/bootstrap-flipped';
@@ -43,6 +43,7 @@ end
43
43
  RailsAssets.components << AdminLte
44
44
 
45
45
  require 'bootstrap-sass'
46
+ require 'rails-assets-bootstrap-rtl'
46
47
  require 'jquery-rails'
47
48
  require 'font-awesome-rails'
48
49
  require 'jquery-ui-rails'
@@ -1,3 +1,3 @@
1
1
  module AdminLte
2
- VERSION = '2.2.0.6'
2
+ VERSION = '2.2.0.7'
3
3
  end
@@ -1,4 +1,4 @@
1
- //= require _bootstrap
1
+ //= require admin_lte/ltr/bootstrap_manifest
2
2
  //= require font-awesome
3
3
  //= require ionicons
4
4
 
@@ -1,4 +1,4 @@
1
1
  @import 'bootstrap-sprockets';
2
2
  @import 'bootstrap';
3
3
  @import 'bootstrap-rtl';
4
- @import 'bootstrap-flipped';
4
+ @import 'bootstrap-rtl/bootstrap-flipped';
@@ -1,4 +1,4 @@
1
- //= require _bootstrap
1
+ //= require admin_lte/rtl/bootstrap_manifest
2
2
  //= require font-awesome
3
3
  //= require ionicons
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: admin_lte-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0.6
4
+ version: 2.2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sameer Rahmani
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-31 00:00:00.000000000 Z
11
+ date: 2015-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails-assets-admin-lte
@@ -328,8 +328,8 @@ files:
328
328
  - app/assets/stylesheets/admin_lte/ltr/skins/skin-yellow.scss
329
329
  - app/assets/stylesheets/admin_lte/rtl/.scss
330
330
  - app/assets/stylesheets/admin_lte/rtl/AdminLTE.scss
331
- - app/assets/stylesheets/admin_lte/rtl/_bootstrap.scss
332
331
  - app/assets/stylesheets/admin_lte/rtl/admin_lte.css
332
+ - app/assets/stylesheets/admin_lte/rtl/bootstrap_manifest.scss
333
333
  - app/assets/stylesheets/admin_lte/rtl/skins/_all-skins.scss
334
334
  - app/assets/stylesheets/admin_lte/rtl/skins/skin-black-light.scss
335
335
  - app/assets/stylesheets/admin_lte/rtl/skins/skin-black.scss