Ruby Facets v2.0.3 Release Notes

Release Date: 2007-11-02 // over 16 years ago
  • 🔄 Changes:

    • Unsorted Changes

      • Touch up to methods task.
      • Update rsync filter
      • Minor updates fixing issues highlighted by running crosstest.
      • Many minor bug fixes after running against crosstest.
      • Added usage support for __foo options.
      • Fixed a many a test after running against crosstest.
      • Removed load task. It did not isolate the libs, so wasn't effective.
      • Added a number of new tasks.
      • Rename SMTP_TLS to Smtp_tls for Rdocs.
      • Moved rdoc.yaml to config/.
      • moved task/config to task/config/general.
      • Update tasks.
      • Added array/only, symbol/to_proc (where did it go?) and hash/select.
      • Update roll file.
      • Moved test_command_options to test_command.
      • Update dictionary test to check dup and autohash.
      • Fixed autohash and dup bugs.
      • Verbatim support for Rails' version of #alias_method_chain.
      • Remove site/ directory.
      • Moved rsync filter up too.
      • Moved doc/site/ up to doc/.
      • Added javascript directory to doc/.
      • Updates across the board.
      • Updates to stylize and command.rb.
      • Made facets.rb a shortcut to facets/facets.rb (this is for Rolls, better way?)
      • Oh smack. Lots of stuff fixed.
      • Remove version.txt. No longer needed.
      • Removed meta/project.yaml, replaced by facets roll file.
      • Modifications to command.rb, snapshot and rbsystem.
        • Merged command.rb and command_options.rb into command.rb.
        • Added to_data aliases to snapshot.rb
        • Minor additions to rbsystem. Rather than System, maybe Ruby?
      • Removed embedded test from overload.rb.
      • Allow OpenStruct#initialize to take a setter block.
      • Downloader needs 'wb' flag rather then just 'w'.
      • Fixed typo and removed embedded test.
      • Fixed bug in command_options.rb, putting the class back in the Console namespace.
      • improved module/traits.rb