Skip to content

Commit 873f07a

Browse files
committed
Release 0.8.2
1 parent 54e8d2e commit 873f07a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bencode.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.1'
11-
s.date = '2014-05-19'
10+
s.version = '0.8.2'
11+
s.date = '2014-09-04'
1212

1313
s.summary = "Encode and decode bencoded data"
1414
s.description = "A simple encoder and decoder for the BitTorrent serialization format."

lib/bencode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# See {BEncode.load} and {BEncode.dump}.
55
module BEncode
6-
VERSION = "0.8.1"
6+
VERSION = "0.8.2"
77

88
class DecodeError < StandardError
99
end

0 commit comments

Comments
 (0)