retina_tag 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/retina_tag/engine.rb +0 -2
- data/lib/retina_tag/version.rb +1 -1
- metadata +4 -4
data/lib/retina_tag/engine.rb
CHANGED
@@ -16,7 +16,6 @@ module RetinaTag
|
|
16
16
|
retina_path = "#{retina_els.join('.')}@2x.#{extension}"
|
17
17
|
|
18
18
|
if !Rails.application.assets.find_asset(retina_path).nil?
|
19
|
-
puts "Found HIDPI Asset"
|
20
19
|
hidpi_asset_path = asset_path(retina_path)
|
21
20
|
end
|
22
21
|
rescue
|
@@ -28,7 +27,6 @@ module RetinaTag
|
|
28
27
|
end
|
29
28
|
|
30
29
|
options_default.merge!(options)
|
31
|
-
puts "Checking for #{source} #{options_default}"
|
32
30
|
image_tag_without_retina(source,options_default)
|
33
31
|
|
34
32
|
if options_default[:"data-lazy-load"]
|
data/lib/retina_tag/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: retina_tag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-08-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
version: '0'
|
77
77
|
segments:
|
78
78
|
- 0
|
79
|
-
hash:
|
79
|
+
hash: 1596883574543293708
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
none: false
|
82
82
|
requirements:
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
version: '0'
|
86
86
|
segments:
|
87
87
|
- 0
|
88
|
-
hash:
|
88
|
+
hash: 1596883574543293708
|
89
89
|
requirements: []
|
90
90
|
rubyforge_project:
|
91
91
|
rubygems_version: 1.8.25
|