minter-raccdoc 0.0.6 → 0.0.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/CHANGELOG +2 -0
- data/lib/raccdoc/forum.rb +1 -1
- data/lib/raccdoc.rb +1 -1
- data/raccdoc.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/lib/raccdoc/forum.rb
CHANGED
@@ -54,7 +54,7 @@ module Raccdoc
|
|
54
54
|
# Takes an optional range string of the form oldest_noteid-newest_noteid. The oldest or newest can be omitted as needed.
|
55
55
|
def noteids(range = "")
|
56
56
|
noteids = Array.new
|
57
|
-
@socket.puts("XHDR noteno #{
|
57
|
+
@socket.puts("XHDR noteno #{range}")
|
58
58
|
response = @socket.readline.chomp
|
59
59
|
unless response.match(/^3/)
|
60
60
|
raise RuntimeError, response
|
data/lib/raccdoc.rb
CHANGED
data/raccdoc.gemspec
CHANGED