Ruby Facets v2.0.5 Release Notes

Release Date: 2007-11-07 // over 16 years ago
  • ๐Ÿš€ Minor release that fixes a couple of bugs and adds the last of adopted methods from Gavin Sinclair's Extensions project.

    Also, renamed #p to #q, because of multiple args problem. ๐Ÿ’Ž I don't know how Ruby 1.9 plans to handle multiple args. ๐Ÿ—„ Will deprecate for 1.9 anyway so doesn't matter much.

    ๐Ÿ”„ Changes:

    • โž• Additions

      • Added final methods Gavin Sinclair's Extensions project. (Noah Gibbs)
    • General Improvements

      • Made #alias_method_chain compatible with current ActiveSupport version.
      • Rename #p to #q, because of multiple args problem.
      • Allow Class#initializer to return the attribute names.
    • ๐Ÿ› Bug Fixes

      • Fixe return bug in hash/op.rb.
      • Fixe bug with Dictionary#initialize.
      • Fixe bug with Hash#-. (Xavier Shay)
    • Admin Adjustments

      • Fixed package name in icli.yaml.
      • Added name field to meta/icli.yaml.
      • Added meta/icli.yaml.
      • Added a RELEASE file to hold current release notes.
      • Added log task.
      • Added changelog file in doc/log/.