bwkfanboy 0.1.1 → 0.1.2
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/README.rdoc +9 -2
- data/Rakefile +1 -1
- data/TODO +0 -3
- data/doc/NEWS.rdoc +4 -0
- data/doc/README.rdoc +9 -2
- data/doc/plugin.rdoc +14 -14
- data/lib/bwkfanboy/plugins/bwk.rb +1 -1
- data/lib/bwkfanboy/plugins/freebsd-ports-update.rb +1 -1
- data/lib/bwkfanboy/plugins/quora.js +3 -0
- data/lib/bwkfanboy/plugins/quora.rb +7 -3
- data/lib/bwkfanboy/utils.rb +7 -4
- data/test/semis/quora.html +8 -11
- data/test/test_server.rb +2 -2
- metadata +5 -4
- /data/{LICENSE → doc/LICENSE} +0 -0
data/test/test_server.rb
CHANGED
@@ -40,7 +40,7 @@ class TestServer < MiniTest::Unit::TestCase
|
|
40
40
|
|
41
41
|
r = ''
|
42
42
|
open("http://#{ADDR}:#{@port}/?p=quora&o=foo") { |f| r = f.read }
|
43
|
-
# wget -q -O - 127.0.0.1:9042/\?p=quora&o=foo | md5
|
44
|
-
assert_equal('
|
43
|
+
# wget -q -O - '127.0.0.1:9042/\?p=quora&o=foo' | md5
|
44
|
+
assert_equal('5f8631bb3191287b776b413b016b84d2', Digest::MD5.hexdigest(r))
|
45
45
|
end
|
46
46
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 2
|
9
|
+
version: 0.1.2
|
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: 2010-10-
|
17
|
+
date: 2010-10-15 00:00:00 +03:00
|
18
18
|
default_executable: bwkfanboy
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -91,6 +91,7 @@ extra_rdoc_files:
|
|
91
91
|
- bin/bwkfanboy_fetch
|
92
92
|
- doc/plugin.rdoc
|
93
93
|
- doc/README.rdoc
|
94
|
+
- doc/LICENSE
|
94
95
|
- doc/NEWS.rdoc
|
95
96
|
files:
|
96
97
|
- lib/bwkfanboy/plugins/bwk.rb
|
@@ -107,11 +108,11 @@ files:
|
|
107
108
|
- bin/bwkfanboy_fetch
|
108
109
|
- doc/plugin.rdoc
|
109
110
|
- doc/README.rdoc
|
111
|
+
- doc/LICENSE
|
110
112
|
- doc/NEWS.rdoc
|
111
113
|
- README.rdoc
|
112
114
|
- Rakefile
|
113
115
|
- TODO
|
114
|
-
- LICENSE
|
115
116
|
- test/plugins/empty.rb
|
116
117
|
- test/plugins/bwk.rb
|
117
118
|
- test/semis/bwk.html
|
/data/{LICENSE → doc/LICENSE}
RENAMED
File without changes
|