public
Description: Ruby bindings to bindary diff tools bsdiff and bspatch
Homepage: http://idle-hacking.com/
Clone URL: git://github.com/taf2/rb-bsdiff.git
jwilkins (author)
Sun Jul 19 02:04:34 -0700 2009
taf2 (committer)
Sun Jul 19 14:55:51 -0700 2009
name age message
file README Loading commit data...
file Rakefile
directory ext/
file rb-bsdiff.gemspec
file test.rb
README
Ruby bindings to bsdiff and bspatch

    BSDiff.diff('ext/b0', 'ext/b1', 'p0')

    # apply patch to bspatch.o as bspatch2.o
    BSDiff.patch('ext/b0', 'b3', 'p0')