evanphx / rubinius

Rubinius, the Ruby VM

brixen (author)
Tue Sep 29 15:15:03 -0700 2009
commit  a52f38c7d43b55bfac8dc5e6eb4df645dd03b179
tree    d0df48a365639b43b526024c55632d6dc3f1455d
parent  66e4e81487a200d576598b0628646d99c8e31b27
rubinius / bfts
test/bfts/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.