bwkfanboy 1.2.5 → 1.2.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.
- data/Rakefile +3 -2
- data/doc/NEWS.rdoc +4 -0
- data/lib/bwkfanboy/plugins/quora.js +2 -0
- data/lib/bwkfanboy/plugins/quora.rb +17 -4
- data/lib/bwkfanboy/utils.rb +1 -1
- data/test/semis/quora.html +10 -10
- data/test/test_server.rb +1 -1
- metadata +8 -8
data/test/test_server.rb
CHANGED
@@ -39,6 +39,6 @@ class TestServer < MiniTest::Unit::TestCase
|
|
39
39
|
open("http://#{ADDR}:#{@port}/?p=quora&o=foo") { |f| r = f.read }
|
40
40
|
# bin/bwkfanboy_server -Dd
|
41
41
|
# wget -q -O - '127.0.0.1:9042/\?p=quora&o=foo' | md5
|
42
|
-
assert_equal('
|
42
|
+
assert_equal('f932a1d501e2b7dd4d1e8bd2cfe30574', Digest::MD5.hexdigest(r))
|
43
43
|
end
|
44
44
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 1.2.
|
8
|
+
- 7
|
9
|
+
version: 1.2.7
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Alexander Gromnitsky
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date:
|
17
|
+
date: 2011-01-15 00:00:00 +02:00
|
18
18
|
default_executable: bwkfanboy
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -28,8 +28,8 @@ dependencies:
|
|
28
28
|
segments:
|
29
29
|
- 3
|
30
30
|
- 0
|
31
|
-
-
|
32
|
-
version: 3.0.
|
31
|
+
- 3
|
32
|
+
version: 3.0.3
|
33
33
|
type: :runtime
|
34
34
|
version_requirements: *id001
|
35
35
|
- !ruby/object:Gem::Dependency
|
@@ -43,8 +43,8 @@ dependencies:
|
|
43
43
|
segments:
|
44
44
|
- 1
|
45
45
|
- 4
|
46
|
-
-
|
47
|
-
version: 1.4.
|
46
|
+
- 4
|
47
|
+
version: 1.4.4
|
48
48
|
type: :runtime
|
49
49
|
version_requirements: *id002
|
50
50
|
- !ruby/object:Gem::Dependency
|
@@ -77,7 +77,7 @@ dependencies:
|
|
77
77
|
version: 2.0.0
|
78
78
|
type: :runtime
|
79
79
|
version_requirements: *id004
|
80
|
-
description:
|
80
|
+
description: A converter from HTML to Atom feed that you can use to watch sites that do not provide its own feed.
|
81
81
|
email: alexander.gromnitsky@gmail.com
|
82
82
|
executables:
|
83
83
|
- bwkfanboy_generate
|