Changelog for
ruby2.1-rubygem-aquarium-0.7.3-1.2.x86_64.rpm :
* Fri Sep 25 2020 cooloAATTsuse.comupdated to version 0.7.3 see installed CHANGES == Version 0.7.3 (0.7.2 had documentation errors.) Removed an ill-advised (if you\'ll pardon the expression...) use of monkey patching to add a `to_camel_case` method to `String`, which I only used in one place! Instead, I just call a utility to do this.
* Sun May 05 2019 cooloAATTsuse.com- updated to version 0.7.1 see installed CHANGES == Version 0.7.1 Adds support for Ruby 2.6. It was tested with 2.6.3p62 (2019-04-16 revision 67580). Basic JRuby 9.2.7.0 (2.5.3) 2019-04-09 8a269e3 support is provided, but using JRuby currently does
*not
* pass all the custom Java specs in the `jruby/spec` directory, which specifically test working with Java classes. However, JRuby does pass all the Ruby specs in the `spec` directory. This is a long-standing issue with JRuby support in Aquarium. Patches are welcome! == Version 0.6.0 V0.6.0 fixes thread-unsafe code in Aspect::alias_original_method_text, which I\'ve known about since the beginning of the project. At the beginning of Aquarium, circa 2006, the overhead of making copies of JoinPoints in this method was approximately 30%! So, I sacrificed thread-safety for performance. Now, thread safety is increasingly important in modern apps, and fortunately, the overhead on newer machines and newer versions of Ruby is greatly reduced for making these copies. Hence, this problem is fixed. The rspec suite does not test thread safety in any rigorous way, so caution is advised. Please report any problems or better, submit pull requests of better threading tests and possible bug fixes. As always, thanks in advance. I also fixed deprecation warnings from the latest version of RSpec. There were a lot of them! Now supports Ruby 1.9.X, Ruby 2.0, and JRuby 1.7.4 (please report version-related bugs!) Drops official support for Ruby 1.8.X.
* Wed Aug 01 2012 cooloAATTsuse.com- updated to version 0.5.1
* Thu Jun 10 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Mon Dec 21 2009 prusnakAATTsuse.cz- updated to 0.4.4
* Thu Jan 15 2009 mrueckertAATTsuse.de- initial package of version 0.4.3