retina_tag 1.1.6 → 1.1.7

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.
@@ -29,11 +29,9 @@ module RetinaTag
29
29
  image_tag_without_retina(source,options_default)
30
30
 
31
31
  if options_default[:"data-lazy-load"]
32
- puts "Lazy load detected"
33
32
  options_default[:lowdpi_src] = options_default.delete(:src)
34
33
  end
35
- puts "Using custom image Tag!"
36
- puts options_default
34
+
37
35
  tag("img", options_default)
38
36
  end
39
37
 
@@ -1,3 +1,3 @@
1
1
  module RetinaTag
2
- VERSION = "1.1.6"
2
+ VERSION = "1.1.7"
3
3
  end
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.1.6
4
+ version: 1.1.7
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: 2012-12-20 00:00:00.000000000 Z
12
+ date: 2013-01-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  segments:
77
77
  - 0
78
- hash: -368075296567928583
78
+ hash: -2142793734279988392
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  none: false
81
81
  requirements:
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  segments:
86
86
  - 0
87
- hash: -368075296567928583
87
+ hash: -2142793734279988392
88
88
  requirements: []
89
89
  rubyforge_project:
90
90
  rubygems_version: 1.8.24