All,
Attached is a patch to allow the building of ruby bindings, for ruby
greater than 1.9.3, in addition to the 1.8.x series.
It includes updates to several of the ruby/tests/ items so that it can
work in both rubies. I've tested it in ruby-1.8.7 and 1.9.3-p0, and
attached the output of 'check-swig-rb' for the two versions.
[[[
Fix issue #4083: remove the ruby > 1.8 check
* configure.ac
adding another variable to get the tiny/teeny version. Including the
program version, since the ruby API version did not change in their
1.9.3 release.
* Makefile.in
removing the verbose flag for the newer ruby
* subversion/bindings/swig/ruby/test/test_wc.rb
* subversion/bindings/swig/ruby/test/test-unit-ext/priority.rb
* subversion/bindings/swig/ruby/test/test_fs.rb
* subversion/bindings/swig/ruby/test/test-unit-ext.rb
* subversion/bindings/swig/ruby/test/test_delta.rb
* subversion/bindings/swig/ruby/test/test_core.rb
* subversion/bindings/swig/ruby/test/my-assertions.rb
all: accomodations to run in >= 1.9.3 and 1.8.x ruby
]]]
--
Vincent Batts
- application/pgp-signature attachment: stored
Received on 2011-12-17 09:25:54 CET