openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
ruby-bencode
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 28, 2025 — Feb 28, 2026
Showing page 2 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #8 from anatol/patch-1
Daniel Schierbeck
More...
about 12 years ago
Add license to gemspec
Anatol
More...
about 12 years ago
Merge pull request #7 from Dirklectisch/warnings
Daniel Schierbeck
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"
Dirk Geurs
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.
Dirk Geurs
More...
almost 13 years ago
Release 0.8.0
Daniel Schierbeck
More...
almost 13 years ago
Add Dirk Geurs as a contributor
Daniel Schierbeck
More...
almost 13 years ago
Merge pull request #6 from Dirklectisch/stream
Daniel Schierbeck
More...
almost 13 years ago
Workaround for bug in Rubinius where StringIO.new("foo").read(0) will return nil instead of "".
Dirk Geurs
More...
almost 13 years ago
- Improved whitespace + newline in several places - Split ParseIO module from core classes
Dirk Geurs
More...
almost 13 years ago
Added example to README
Dirk Geurs
More...
almost 13 years ago
Fixed backward compatibility with Ruby 1.8 - Tested using 1.9.2-p194 - Tested using 1.8.7-p370
Dirk Geurs
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
Dirk Geurs
More...
almost 13 years ago
Make stuff look pretty
Daniel Schierbeck
More...
over 13 years ago
Move error handling up in the call chain
Daniel Schierbeck
More...
over 13 years ago
Extract parse methods
Daniel Schierbeck
More...
over 13 years ago
Extract a Parser class
Daniel Schierbeck
More...
over 13 years ago
Add syntax highlighting to the code example
Daniel Schierbeck
More...
over 13 years ago
Replace Jeweler with RakeGem
Daniel Schierbeck
More...
over 13 years ago
Add a dependency on RDoc
Daniel Schierbeck
More...
over 13 years ago
Merge pull request #5 from dancres/master
Daniel Schierbeck
More...
over 13 years ago
Update doc task in Rakefile
Dan Creswell
More...
over 13 years ago
Require relative to the test dir
Daniel Schierbeck
More...
almost 14 years ago
Add Rake to the Gemfile
Daniel Schierbeck
More...
almost 14 years ago
Add a Travis CI configuration file
Daniel Schierbeck
More...
almost 14 years ago
Improve code formatting
Daniel Schierbeck
More...
over 14 years ago
Regenerate gemspec for version 0.7.0
Daniel Schierbeck
More...
over 14 years ago
Version bump to 0.7.0
Daniel Schierbeck
More...
over 14 years ago
Add a YARD config file
Daniel Schierbeck
More...
over 14 years ago
Add Ian Levesque to the contributors list
Daniel Schierbeck
More...
over 14 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree