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 Sun May 24 08:29:16 -0700 2009 adding a basic ruby wrapper to the bsdiff bspat... [Todd Fisher]
file Rakefile Sun May 24 08:55:20 -0700 2009 run compile first, then test [Todd Fisher]
directory ext/ Sun May 24 09:03:01 -0700 2009 raise execptions instead of killing the process [Todd Fisher]
file rb-bsdiff.gemspec Sun Jul 19 14:55:51 -0700 2009 use extensions call in gemspec Signed-off-by: ... [jwilkins]
file test.rb Sun May 24 08:29:16 -0700 2009 adding a basic ruby wrapper to the bsdiff bspat... [Todd Fisher]
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')