We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e8d2e commit 873f07aCopy full SHA for 873f07a
bencode.gemspec
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
7
## If your rubyforge_project name is different, then edit it and comment out
8
## the sub! line in the Rakefile
9
s.name = 'bencode'
10
- s.version = '0.8.1'
11
- s.date = '2014-05-19'
+ s.version = '0.8.2'
+ s.date = '2014-09-04'
12
13
s.summary = "Encode and decode bencoded data"
14
s.description = "A simple encoder and decoder for the BitTorrent serialization format."
lib/bencode.rb
@@ -3,7 +3,7 @@
3
#
4
# See {BEncode.load} and {BEncode.dump}.
5
module BEncode
6
- VERSION = "0.8.1"
+ VERSION = "0.8.2"
class DecodeError < StandardError
end
0 commit comments