blueimp-gallery-rails 2.3.1 → 2.3.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6581abb69082c1c8d44306d9b9f6a4d71e4befc
|
|
4
|
+
data.tar.gz: f1277611d95ec513587bb7dea509230e0becf99c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0a531ab96a5c88cc5b6d7763b57455cd1c30d2f15e82720e6c39b9c2cc6642e987e66783f1b6db1e6f23e709e6faf7a8599c55272b4d2e7e4df68991657c88c
|
|
7
|
+
data.tar.gz: b8a2d1980087abbde6576a9b976f4c7a6e44136a9912a0ef4bdf6a2b7d144b3771322f4f2a4877c9e58ed106933894da5345e54349907a99aeaf282779adb71c
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
margin: -64px auto 0;
|
|
86
86
|
width: 128px;
|
|
87
87
|
height: 128px;
|
|
88
|
-
background:
|
|
88
|
+
background: url(<%= image_path("video-play.png") %>) center no-repeat;
|
|
89
89
|
cursor: pointer;
|
|
90
90
|
}
|
|
91
91
|
.blueimp-gallery > .slides > .slide > .video-playing > a,
|
|
@@ -100,14 +100,14 @@
|
|
|
100
100
|
}
|
|
101
101
|
.blueimp-gallery > .slides > .slide-loading,
|
|
102
102
|
.blueimp-gallery > .slides > .slide > .video-loading > a {
|
|
103
|
-
background:
|
|
103
|
+
background: url(<%= image_path("loading.gif") %>) center no-repeat;
|
|
104
104
|
background-size: 64px 64px;
|
|
105
105
|
}
|
|
106
106
|
.blueimp-gallery > .slides > .slide-loading > .slide-content {
|
|
107
107
|
opacity: 0;
|
|
108
108
|
}
|
|
109
109
|
.blueimp-gallery > .slides > .slide-error {
|
|
110
|
-
background:
|
|
110
|
+
background: url(<%= image_path("error.png") %>) center no-repeat;
|
|
111
111
|
}
|
|
112
112
|
.blueimp-gallery > .slides > .slide-error > .slide-content {
|
|
113
113
|
display: none;
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
bottom: 15px;
|
|
176
176
|
width: 15px;
|
|
177
177
|
height: 15px;
|
|
178
|
-
background:
|
|
178
|
+
background: url(<%= image_path("play-pause.png") %>) 0 0 no-repeat;
|
|
179
179
|
cursor: pointer;
|
|
180
180
|
opacity: 0.8;
|
|
181
181
|
display: none;
|
|
@@ -247,13 +247,13 @@
|
|
|
247
247
|
|
|
248
248
|
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
|
|
249
249
|
body:last-child .blueimp-gallery > .slides > .slide > .video-content > a {
|
|
250
|
-
background-image:
|
|
250
|
+
background-image: url(<%= image_path("video-play.svg") %>);
|
|
251
251
|
}
|
|
252
252
|
body:last-child .blueimp-gallery > .slides > .slide-error {
|
|
253
|
-
background-image:
|
|
253
|
+
background-image: url(<%= image_path("error.svg") %>);
|
|
254
254
|
}
|
|
255
255
|
body:last-child .blueimp-gallery > .play-pause {
|
|
256
|
-
background-image:
|
|
256
|
+
background-image: url(<%= image_path("play-pause.svg") %>);
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
@media (max-width: 767px) {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blueimp-gallery-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastian Tschan
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
@@ -31,28 +31,8 @@ dependencies:
|
|
|
31
31
|
- - <
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '5.0'
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
requirement: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - '>='
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '3.0'
|
|
41
|
-
- - <
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
43
|
-
version: '5.0'
|
|
44
|
-
type: :runtime
|
|
45
|
-
prerelease: false
|
|
46
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
47
|
-
requirements:
|
|
48
|
-
- - '>='
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
version: '3.0'
|
|
51
|
-
- - <
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: '5.0'
|
|
54
|
-
description: This gem wraps the blueimp Gallery Bootstrap plugin as a Rails asset
|
|
55
|
-
gem. The plugin is by Sebastian Tschan, and the gem is packaged by Mike Virata-Stone
|
|
34
|
+
description: This gem wraps the blueimp Gallery JavaScript library as a Rails asset
|
|
35
|
+
gem. The library is by Sebastian Tschan, and the gem is packaged by Mike Virata-Stone.
|
|
56
36
|
email:
|
|
57
37
|
- mail@blueimp.net
|
|
58
38
|
- mike@virata-stone.com
|
|
@@ -70,7 +50,7 @@ files:
|
|
|
70
50
|
- vendor/assets/images/video-play.png
|
|
71
51
|
- vendor/assets/images/video-play.svg
|
|
72
52
|
- vendor/assets/javascripts/blueimp-gallery.js
|
|
73
|
-
- vendor/assets/stylesheets/blueimp-gallery.css.
|
|
53
|
+
- vendor/assets/stylesheets/blueimp-gallery.css.erb
|
|
74
54
|
homepage: http://blueimp.github.io/Gallery/
|
|
75
55
|
licenses:
|
|
76
56
|
- MIT
|