swipebox 0.0.2 → 0.0.3

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: fb296f6adcdcf3c0716c4115d6f15cd8bea7bfa9
4
- data.tar.gz: d6391efdfde4e21eefdfe2e1416364f783a3b8c0
3
+ metadata.gz: 6703d00aaf36c88de54423f9e6fed556d3b3adb8
4
+ data.tar.gz: 21a54f980a3e3a25667c3f7343b13ac48416decf
5
5
  SHA512:
6
- metadata.gz: 353438026e1709e278d5b5c74d3f55ca0b91a2a79e7a7df6da9eff5f029d66d175ab70d8038c97c09ec031e6df0697c229c549bdbe6c939c9e77d21bdc100cfb
7
- data.tar.gz: d545e94991af971694d9150a945a1c95db164b6f069e84e071fa94efc613d68bd31893c0337e1f8900131d7df1e01d91c07d696804a95d10547335a8163dd896
6
+ metadata.gz: 3c3d0b748aba10eee72a50dd9fe7e4a01e653cc7c586242f566f7b7d9181860e3030732eac6ea80ffcbd4f11f3343c4ff8f9db43e6485cae32b00d00d5a4a5c3
7
+ data.tar.gz: e445be527c5f7f59041fdcf6c46cfd62271ab83137c0be91dc29981a382a8a47ed9d68ca8612d94291211626ef6017649f397a5d1a6cd39d6e24d64c63cabff6
@@ -1,3 +1,3 @@
1
1
  module Swipebox
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -30,7 +30,7 @@ html.swipebox {
30
30
  }
31
31
 
32
32
  #swipebox-slider .slide {
33
- background: url('loader.gif') no-repeat center center;
33
+ background: asset-url('loader.gif') no-repeat center center;
34
34
  height: 100%;
35
35
  width: 100%;
36
36
  line-height: 1px;
@@ -118,7 +118,7 @@ html.swipebox {
118
118
 
119
119
  #swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
120
120
  #swipebox-action #swipebox-close {
121
- background-image: url('icons.png');
121
+ background-image: asset-url('icons.png');
122
122
  background-repeat: no-repeat;
123
123
  border: none!important;
124
124
  text-decoration: none!important;
@@ -128,7 +128,7 @@ html.swipebox {
128
128
  height: 50px;
129
129
  top: 0;
130
130
  &.svg {
131
- background-image: url('icons.svg');
131
+ background-image: asset-url('icons.svg');
132
132
  }
133
133
  }
134
134
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swipebox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miha Rekar