hnruby 0.02.1 → 0.02.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/test/test_hackernews.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05578acf3690812b9f38d1188b6a93f488612da8
|
4
|
+
data.tar.gz: 5da53162312c61a67027347b000ccc30dea4e479
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80fe2c2ac35c430e0ad6c07b4da157832f5fd3fe04b82ae588f73305eee8321132f84913aa37d506947a461afd189bbae4f9f4e765ea07dbfae1350e309cb3d0
|
7
|
+
data.tar.gz: e9c19c01efc58071a0b5dec8bc158b10222339869144ecb3b65a19b0ef017100fa1f9420b86b53e1592bfc3744b6d1c074e836793f364e1d55e9520a7de09877
|
data/test/test_hackernews.rb
CHANGED
@@ -54,7 +54,7 @@ class TestHackerNews < Test::Unit::TestCase
|
|
54
54
|
assert !showhn.joboffer?
|
55
55
|
assert_equal "https://news.ycombinator.com/user?id=zachflower",
|
56
56
|
showhn.submitter_url
|
57
|
-
assert_equal "https://news.ycombinator.com/item?id=6641994", showhn.
|
57
|
+
assert_equal "https://news.ycombinator.com/item?id=6641994", showhn.comment_url
|
58
58
|
end
|
59
59
|
|
60
60
|
def test_comments
|