0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 18 hours ago.
Aug 15, 2025 — Aug 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #8 from anatol/patch-1 More... over 12 years ago
Add license to gemspec More... over 12 years ago
Merge pull request #7 from Dirklectisch/warnings More... over 13 years ago
Fixed warning when requiring 'bencode' using Ruby 1.9.2 and verbose mode: "lib/bencode/core_ext/hash.rb:12: warning: assigned but unused variable - error" More... over 13 years ago
Fixed warning in Ruby 1.8.7 when requiring 'bencode' with verbose warning level: "lib/bencode/parseio.rb:3: warning: method redefined; discarding old peek" I decided to move the peek method into the Parse class to fix this problem. More... over 13 years ago
Release 0.8.0 More... over 13 years ago
Add Dirk Geurs as a contributor More... over 13 years ago
Merge pull request #6 from Dirklectisch/stream More... over 13 years ago
Workaround for bug in Rubinius where StringIO.new("foo").read(0) will return nil instead of "". More... over 13 years ago
- Improved whitespace + newline in several places - Split ParseIO module from core classes More... over 13 years ago
Added example to README More... over 13 years ago
Fixed backward compatibility with Ruby 1.8 - Tested using 1.9.2-p194 - Tested using 1.8.7-p370 More... over 13 years ago
Modified the parser so it can handle IO streams. - It is able to parse a stream in chunks by using calling .parse! several times - The original API is unaltered so it should be backward compatible - Added a test for dictionaries - All original tests are running as before - Able to initialize a parser from a StringScanner, String or IO object More... over 13 years ago
Make stuff look pretty More... almost 14 years ago
Move error handling up in the call chain More... almost 14 years ago
Extract parse methods More... almost 14 years ago
Extract a Parser class More... almost 14 years ago
Add syntax highlighting to the code example More... about 14 years ago
Replace Jeweler with RakeGem More... about 14 years ago
Add a dependency on RDoc More... about 14 years ago
Merge pull request #5 from dancres/master More... about 14 years ago
Update doc task in Rakefile More... about 14 years ago
Require relative to the test dir More... over 14 years ago
Add Rake to the Gemfile More... over 14 years ago
Add a Travis CI configuration file More... over 14 years ago
Improve code formatting More... about 15 years ago
Regenerate gemspec for version 0.7.0 More... about 15 years ago
Version bump to 0.7.0 More... about 15 years ago
Add a YARD config file More... about 15 years ago
Add Ian Levesque to the contributors list More... about 15 years ago