Upgrade roo to 2.2

dev
Andy Meneely 2015-11-01 20:35:14 -05:00
parent cec44f1c57
commit 7dfcfaafd3
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Features:
Chores: Chores:
* Ripped out a lot of old constants used from the old way we handled arguments. Yay negative churn! * Ripped out a lot of old constants used from the old way we handled arguments. Yay negative churn!
* Emit a warning when a `config.yml` option is not recognized * Emit a warning when a `config.yml` option is not recognized
* Upgrade roo (xlsx parser) to latest 2.2 version. Nothing exciting for us in this release.
## v0.8.0 / 2015-10-26 ## v0.8.0 / 2015-10-26
Features Features

View File

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