Upgrade to roo 2.0.0

dev
Andy Meneely 2015-04-24 13:29:39 -04:00
parent 8fe093fc57
commit d00ae0215f
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ Squib follows [semantic versioning](http://semver.org).
## v0.6.0 / Unreleased
Features:
* Upgraded roo (Excel parsing) to 2.0.0. Nothing major for Squib users, just keeping up with the times.
Bugs:
* Fixed global text hinting (#63)

View File

@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'cairo', '~> 1.14.0'
spec.add_runtime_dependency 'pango', '~> 2.2.0'
spec.add_runtime_dependency 'roo', '~> 1.13.2'
spec.add_runtime_dependency 'roo', '~> 2.0.0'
spec.add_runtime_dependency 'rsvg2', '~> 2.2.0'
spec.add_runtime_dependency 'mercenary', '~> 0.3.4'
spec.add_runtime_dependency 'ruby-progressbar', '~> 1.6'