responsive_image_tag 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/responsive_image_tag.rb +1 -1
- data/responsive_image_tag.gemspec +1 -1
- data/test/test_responsive_image_tag.rb +2 -2
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
data/lib/responsive_image_tag.rb
CHANGED
@@ -85,12 +85,12 @@ class TestResponsiveImageTag < MiniTest::Unit::TestCase
|
|
85
85
|
|
86
86
|
it "should put an :alt attribute on the <noscript> tag" do
|
87
87
|
noscript = @doc.xpath("noscript").first
|
88
|
-
assert noscript.attributes["
|
88
|
+
assert noscript.attributes["data-alttext"]
|
89
89
|
end
|
90
90
|
|
91
91
|
it "should put a value of 'foo' into the :alt" do
|
92
92
|
noscript = @doc.xpath("noscript").first
|
93
|
-
assert_equal "foo", noscript.attributes["
|
93
|
+
assert_equal "foo", noscript.attributes["data-alttext"].value
|
94
94
|
end
|
95
95
|
|
96
96
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: responsive_image_tag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 3
|
10
|
+
version: 0.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Dave Hrycyszyn
|