File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Gem::Specification.new do |s|
77 ## If your rubyforge_project name is different, then edit it and comment out
88 ## the sub! line in the Rakefile
99 s . name = 'bencode'
10- s . version = '0.8.0 '
11- s . date = '2013-03-15 '
10+ s . version = '0.8.1 '
11+ s . date = '2014-05-19 '
1212
1313 s . summary = "Encode and decode bencoded data"
1414 s . description = "A simple encoder and decoder for the BitTorrent serialization format."
@@ -42,9 +42,7 @@ Gem::Specification.new do |s|
4242 lib/bencode/core_ext/io.rb
4343 lib/bencode/core_ext/object.rb
4444 lib/bencode/core_ext/string.rb
45- lib/bencode/core_ext/stringio.rb
4645 lib/bencode/decode.rb
47- lib/bencode/parseio.rb
4846 lib/bencode/parser.rb
4947 test/benchmark/decoding.rb
5048 test/benchmark/encoding.rb
You can’t perform that action at this time.
0 commit comments