layer-rails 0.1.0 → 0.1.1

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: 7a75bdbc8cd414c97b1ea98a38136a94deefefac
4
- data.tar.gz: 47c0a57cbac2c59aaa84200b5ea02a445f3b6134
3
+ metadata.gz: 52b7602445fd7dc144118b83476939b889bdd71c
4
+ data.tar.gz: 14f41a5561ad59dc85d2a6f91fed07cf6f907d04
5
5
  SHA512:
6
- metadata.gz: f8e837a669d504d218f49f6a277fe1e8c766b86d31d93cf82f864d25caed9ce12cbaaaaf1c427bfcbd3cfc868d86c4b489d162f59a09e8316af19f9496a64cef
7
- data.tar.gz: ff64607d7639ac755ba025f19b185d65e79b84141f5a7371eeedf67a0b29826316a7ec63cf821584f8209fdfe532486449ea179918b9ebb96bdd677b573639d3
6
+ metadata.gz: 9e0266d5312e20ee49a17e05d6c460fe04137a453b56f048915b122102e8085365f42da88ecbca00a14d966c876f44244bbdc0e307a753bda541d01d0de9fd54
7
+ data.tar.gz: 85a13f9ccfe105a5eec803b2cdf38fd895dc917d3a666ae66da3b65511772b03f1a5d99f3a633dfc5132996779f42278fe81ce2a5ab3b21cec82405650c92d38
@@ -1,5 +1,5 @@
1
1
  module Layer
2
2
  module Rails
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -12,7 +12,7 @@
12
12
  }
13
13
 
14
14
  .layui-layer-iconext {
15
- background: url(../images/icon-ext.png) no-repeat
15
+ background: url(image_path("icon-ext.png")) no-repeat
16
16
  }
17
17
 
18
18
  html #layui_layer_skinlayerextcss {
@@ -70,11 +70,11 @@ html #layui_layer_skinlayercss {
70
70
  }
71
71
 
72
72
  .layui-layer-load {
73
- background: url(../images/loading-0.gif) center center no-repeat #fff
73
+ background: url(image_path("loading-0.gif")) center center no-repeat #fff
74
74
  }
75
75
 
76
76
  .layui-layer-ico {
77
- background: url(../images/icon.png) no-repeat
77
+ background: url(image_path("icon.png")) no-repeat
78
78
  }
79
79
 
80
80
  .layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
@@ -602,19 +602,19 @@ html #layui_layer_skinlayercss {
602
602
  .layui-layer-loading .layui-layer-content {
603
603
  width: 60px;
604
604
  height: 24px;
605
- background: url(../images/loading-0.gif) no-repeat
605
+ background: url(image_path("loading-0.gif")) no-repeat
606
606
  }
607
607
 
608
608
  .layui-layer-loading .layui-layer-loading1 {
609
609
  width: 37px;
610
610
  height: 37px;
611
- background: url(../images/loading-1.gif) no-repeat
611
+ background: url(image_path("loading-1.gif")) no-repeat
612
612
  }
613
613
 
614
614
  .layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
615
615
  width: 32px;
616
616
  height: 32px;
617
- background: url(../images/loading-2.gif) no-repeat
617
+ background: url(image_path("loading-2.gif")) no-repeat
618
618
  }
619
619
 
620
620
  .layui-layer-tips {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: layer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - xiajian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-05 00:00:00.000000000 Z
11
+ date: 2015-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -49,15 +49,10 @@ files:
49
49
  - bin/setup
50
50
  - lib/layer/rails.rb
51
51
  - lib/layer/rails/version.rb
52
- - vendor/assets/images/icon-ext.png
53
- - vendor/assets/images/icon.png
54
- - vendor/assets/images/loading-0.gif
55
- - vendor/assets/images/loading-1.gif
56
- - vendor/assets/images/loading-2.gif
57
52
  - vendor/assets/javascript/layer.ext.js
58
53
  - vendor/assets/javascript/layer.js
59
- - vendor/assets/stylesheets/layer.css
60
- - vendor/assets/stylesheets/layer.ext.css
54
+ - vendor/assets/stylesheets/layer.ext.scss
55
+ - vendor/assets/stylesheets/layer.scss
61
56
  homepage: https://github.com/xiajian/layer-rails
62
57
  licenses:
63
58
  - MIT
Binary file
Binary file
Binary file
Binary file
Binary file