Cuts 1.1.0 has been released.
Cuts is an expiremental implementation of cut-based AOP for Ruby written
in pure Ruby.
- home: http://rubyworks.github.com/cuts
- code: GitHub - rubyworks/cuts: Cut-based AOP for Ruby
- mail: http://groups.google.com/groups/rubyworks-mailinglist
This release modernizes the build configuration and switches the license
to BSD-2-Clause. At the same time it fixes a couple of issues with the
aop.rb library when running Ruby 1.9+.
Changes:
- Modernize build system.
- Fix stack error with aop.rb on Ruby 1.9+.