README.md in tax_generator-0.6.0 vs README.md in tax_generator-0.6.1

- old
+ new

@@ -1,10 +1,16 @@ tax_generator ============= [![Gem Version](https://badge.fury.io/rb/tax_generator.svg)](http://badge.fury.io/rb/tax_generator) [![Gem Downloads](https://ruby-gem-downloads-badge.herokuapp.com/tax_generator?type=total)](https://github.com/bogdanRada/tax_generator) [![Analytics](https://ga-beacon.appspot.com/UA-72570203-1/bogdanRada/tax_generator)](https://github.com/bogdanRada/tax_generator) +NEW Improvements in version 0.6.0 +--------------------------------- + +- a lot of refactoring and bug fixes +- removed Celluloid in favor of Concurrent-Ruby for better performance + Description ----------- Simple batch processor that takes 2 xml files as input and generates html files with information from the xml elements and uses celluloid to generate files in asyncronous way @@ -23,14 +29,15 @@ Requirements ------------ 1. [Ruby 1.9.x or Ruby 2.x.x](http://www.ruby-lang.org) 2. [ActiveSuport >= 4.2.0](https://rubygems.org/gems/activesupport) -3. [celluloid >= 0.16.0](https://github.com/celluloid/celluloid) -4. [celluloid-pmap >= 0.2.2](https://github.com/jwo/celluloid-pmap) +3. [concurrent-ruby >= 1.0](https://github.com/celluloid/celluloid) +4. [concurrent-ruby-edge >= 0.2](https://github.com/jwo/celluloid-pmap) 5. [nokogiri >= 1.6.7](https://github.com/sparklemotion/nokogiri) 6. [slop >= 4.2.1](https://github.com/leejarvis/slop) 7. [rubytree >= 0.9.6](https://github.com/evolve75/RubyTree) +8. [tilt >= 2.0](https://github.com/rtomayko/tilt) Compatibility ------------- Rails >3.0 only. MRI 1.9.x, 2.x