fotoramajs 4.3.0 → 4.3.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fotoramajs (4.3.0)
4
+ fotoramajs (4.3.0.1)
5
5
  jquery-rails (>= 2.1.0)
6
6
  sprockets (>= 2)
7
7
 
@@ -39,7 +39,7 @@ class Updater
39
39
  scss = asset('fotorama.css.scss')
40
40
 
41
41
  scss.open('w') do |io|
42
- io << css.read.gsub(/url\(([^\)]+)\)/, 'image-url("\1")')
42
+ io << css.read.gsub(/url\(/, 'image-url(')
43
43
  end
44
44
 
45
45
  css.delete
@@ -1,3 +1,3 @@
1
1
  module Fotoramajs
2
- VERSION = "4.3.0"
2
+ VERSION = "4.3.0.1"
3
3
  end
@@ -154,7 +154,7 @@
154
154
  .fotorama__fullscreen-icon,
155
155
  .fotorama__video-play,
156
156
  .fotorama__video-close {
157
- background: image-url(""fotorama.png"") no-repeat;
157
+ background: image-url("fotorama.png") no-repeat;
158
158
  }
159
159
 
160
160
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
@@ -162,7 +162,7 @@
162
162
  .fotorama__fullscreen-icon,
163
163
  .fotorama__video-play,
164
164
  .fotorama__video-close {
165
- background: image-url(""fotorama@2x.png"") no-repeat;
165
+ background: image-url("fotorama@2x.png") no-repeat;
166
166
  background-size: 96px 160px;
167
167
  }
168
168
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fotoramajs
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  version: '0'
81
81
  segments:
82
82
  - 0
83
- hash: -930091661128328382
83
+ hash: -4232618440572528776
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  none: false
86
86
  requirements:
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  segments:
91
91
  - 0
92
- hash: -930091661128328382
92
+ hash: -4232618440572528776
93
93
  requirements: []
94
94
  rubyforge_project:
95
95
  rubygems_version: 1.8.23