Golly's Utils: Changelog

0.6.0 (2012-09-17)

Lots of stuff:

Added

Modified

  • Finished the experiment that was GollyUtils::AttrDeclarative. No mucking around with blocks, eager/lazy evaluation anymore; now it's all values.
  • Delegator#respond_to? now also indicates true for local methods (in addition to delegatable).
  • Callbacks#run_callback now only runs a single callback.
  • Renamed dir: golly-utils/test => golly-utils/testing.
  • Renamed dir: golly-utils/test/spec => golly-utils/testing/rpsec.
  • Renamed module: GollyUtils::TestHelpers => GollyUtils::Testing::Helpers
  • Renamed module: GollyUtils::DeferrableSpecs => GollyUtils::Testing::DeferrableSpecs
  • Renamed golly-utils/ruby_ext/subclasses.rb => golly-utils/ruby_ext/classes_and_types.rb

0.0.1 (2012-07-16)

Initial version.