lib/bencode.rb in bencode-0.8.1 vs lib/bencode.rb in bencode-0.8.2
- old
+ new
@@ -1,10 +1,10 @@
# Support for loading and dumping bencoded data.
#
# See {BEncode.load} and {BEncode.dump}.
module BEncode
- VERSION = "0.8.1"
+ VERSION = "0.8.2"
class DecodeError < StandardError
end
class EncodeError < StandardError