public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
rubinius / bfts
name age message
..
file History.txt Sat Dec 16 16:08:18 -0800 2006 basic import of bfts [Alexander Kellett]
file Manifest.txt Sat Dec 16 16:08:18 -0800 2006 basic import of bfts [Alexander Kellett]
file README.rubinius Sat Dec 23 17:51:55 -0800 2006 notes for self / other on using new bfts to tes... [Alexander Kellett]
file README.txt Sat Dec 16 16:08:18 -0800 2006 basic import of bfts [Alexander Kellett]
file Rakefile Sat Dec 16 16:08:18 -0800 2006 basic import of bfts [Alexander Kellett]
directory overlay/ Sat Dec 23 18:13:21 -0800 2006 gah, manual conflict removal went wrong... comm... [Alexander Kellett]
file rubicon_testcase.rb Sat Dec 16 16:08:18 -0800 2006 basic import of bfts [Alexander Kellett]
file test_array.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_comparable.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_exception.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_false_class.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_file_test.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_hash.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_nil_class.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_range.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_string.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_struct.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_time.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
file test_true_class.rb Thu Dec 21 13:06:59 -0800 2006 removing dep on test/unit [Alexander Kellett]
README.txt
bfts
    http://rubyforge.org/projects/bfts

** DESCRIPTION:

BFTS is a branch of rubicon with the intent of auditing all of rubicon
against the latest version of 1.8.x, stripping all the cruft, and
getting everything up to date again. rubicon is dead and the authors
have shown no interest in getting things moving again. BFTS hopes to
fix that.

** STATUS: (imported, audited, polished)

+ test_array.rb:        audited
+ test_comparable.rb:  imported
+ test_falseclass.rb:  imported
+ test_filetest.rb:  imported
+ test_hash.rb:    imported
+ test_nilclass.rb:  imported
+ test_range.rb:  imported
+ test_string.rb:  imported
+ test_struct.rb:  imported
+ test_time.rb:    imported
+ test_trueclass.rb:  imported

** FEATURES/PROBLEMS:

+ Rubicon port import/audit not yet complete.

** REQUIREMENTS:

+ Ruby 1.8+

** INSTALL:

+ sudo gem install bfts

** LICENSE:

(The MIT License)

Copyright (c) 2005-2006 Ryan Davis, Seattle.rb

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.