sr-atom-test 0.0.2 → 0.0.3

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.
@@ -8,5 +8,5 @@ Description: feed title contains relative URI resolved relative to xml:base
8
8
  XML
9
9
 
10
10
  test = lambda { |feed|
11
- assert_equal 'Example <a href="http://example.com/test/test.html">test</a>', feed.title_detail.value.to_s
11
+ assert_equal "Example <a href='http://example.com/test/test.html'>test</a>", feed.title.to_s
12
12
  }
@@ -8,5 +8,5 @@ Description: feed title contains relative URI resolved relative to xml:base inhe
8
8
  XML
9
9
 
10
10
  test = lambda { |feed|
11
- assert_equal 'Example <a href="http://example.com/test/test.html">test</a>', feed.title_detail.value.to_s
11
+ assert_equal "Example <a href='http://example.com/test/test.html'>test</a>", feed.title.to_s
12
12
  }
@@ -8,5 +8,5 @@ Description: feed title contains relative URI resolved relative to xml:base over
8
8
  XML
9
9
 
10
10
  test = lambda { |feed|
11
- assert_equal 'Example <a href="http://example.com/test/test.html">test</a>', feed.title_detail.value.to_s
11
+ assert_equal "Example <a href='http://example.com/test/test.html'>test</a>", feed.title.to_s
12
12
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sr-atom-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Rozet