Upgrade to roo 2.0.0
parent
8fe093fc57
commit
d00ae0215f
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue