Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Sep 4, 2014
1 parent 54e8d2e commit 873f07a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bencode.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'bencode'
s.version = '0.8.1'
s.date = '2014-05-19'
s.version = '0.8.2'
s.date = '2014-09-04'

s.summary = "Encode and decode bencoded data"
s.description = "A simple encoder and decoder for the BitTorrent serialization format."
Expand Down
2 changes: 1 addition & 1 deletion lib/bencode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# See {BEncode.load} and {BEncode.dump}.
module BEncode
VERSION = "0.8.1"
VERSION = "0.8.2"

class DecodeError < StandardError
end
Expand Down

0 comments on commit 873f07a

Please sign in to comment.