From d00ae0215fd3f8603623db423bd0fad3e3a0c330 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 24 Apr 2015 13:29:39 -0400 Subject: [PATCH] Upgrade to roo 2.0.0 --- CHANGELOG.md | 3 +++ squib.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4083c26..a267798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/squib.gemspec b/squib.gemspec index fe9bd09..9df5217 100644 --- a/squib.gemspec +++ b/squib.gemspec @@ -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'