integration
integration copied to clipboard
Integration methods, based on original work by Beng
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task...
Total library rewrite. Main goals are compatibility with latest Ruby (2.1.2), total architecture remake and old API compatibility. 1. Extracted and refactored each ruby integration method to separate class. 2....
I know 1.8.7 is on it's way out, but define_singleton_method in looks like the only thing making this gem incompatible with 1.8.7. Any chance of accepting a pull request that...