0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #8 from anatol/patch-1 More... about 12 years ago
Add license to gemspec More... about 12 years ago
Merge pull request #7 from Dirklectisch/warnings More... almost 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... almost 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... almost 13 years ago
Release 0.8.0 More... almost 13 years ago
Add Dirk Geurs as a contributor More... almost 13 years ago
Merge pull request #6 from Dirklectisch/stream More... almost 13 years ago
Workaround for bug in Rubinius where StringIO.new("foo").read(0) will return nil instead of "". More... almost 13 years ago
- Improved whitespace + newline in several places - Split ParseIO module from core classes More... almost 13 years ago
Added example to README More... almost 13 years ago
Fixed backward compatibility with Ruby 1.8 - Tested using 1.9.2-p194 - Tested using 1.8.7-p370 More... almost 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... almost 13 years ago
Make stuff look pretty More... over 13 years ago
Move error handling up in the call chain More... over 13 years ago
Extract parse methods More... over 13 years ago
Extract a Parser class More... over 13 years ago
Add syntax highlighting to the code example More... over 13 years ago
Replace Jeweler with RakeGem More... over 13 years ago
Add a dependency on RDoc More... over 13 years ago
Merge pull request #5 from dancres/master More... over 13 years ago
Update doc task in Rakefile More... over 13 years ago
Require relative to the test dir More... almost 14 years ago
Add Rake to the Gemfile More... almost 14 years ago
Add a Travis CI configuration file More... almost 14 years ago
Improve code formatting More... over 14 years ago
Regenerate gemspec for version 0.7.0 More... over 14 years ago
Version bump to 0.7.0 More... over 14 years ago
Add a YARD config file More... over 14 years ago
Add Ian Levesque to the contributors list More... over 14 years ago