Browse Source

Upgrading ruby-progressbar

dev
Andy Meneely 11 years ago
parent
commit
b5ff2890d0
  1. 1
      CHANGELOG.md
  2. 2
      squib.gemspec

1
CHANGELOG.md

@ -3,6 +3,7 @@
## v0.0.4
* Added a font size override so you can vary the font size with the same style across strings more easily
* Added text autoscale sample
* Upgraded ruby-progressbar version
## v0.0.3
* Redesigned the dynamic options system to make adding new commands much easier

2
squib.gemspec

@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'roo', '~> 1.13.2'
spec.add_runtime_dependency 'rsvg2', '~> 2.2.0'
spec.add_runtime_dependency 'mercenary', '~> 0.3.4'
spec.add_runtime_dependency 'ruby-progressbar', '~> 1.5.1'
spec.add_runtime_dependency 'ruby-progressbar', '~> 1.6'
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"

Loading…
Cancel
Save