Upgrading ruby-progressbar
parent
1e2d9f3ad0
commit
b5ff2890d0
|
|
@ -3,6 +3,7 @@
|
||||||
## v0.0.4
|
## v0.0.4
|
||||||
* Added a font size override so you can vary the font size with the same style across strings more easily
|
* Added a font size override so you can vary the font size with the same style across strings more easily
|
||||||
* Added text autoscale sample
|
* Added text autoscale sample
|
||||||
|
* Upgraded ruby-progressbar version
|
||||||
|
|
||||||
## v0.0.3
|
## v0.0.3
|
||||||
* Redesigned the dynamic options system to make adding new commands much easier
|
* Redesigned the dynamic options system to make adding new commands much easier
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.add_runtime_dependency 'roo', '~> 1.13.2'
|
spec.add_runtime_dependency 'roo', '~> 1.13.2'
|
||||||
spec.add_runtime_dependency 'rsvg2', '~> 2.2.0'
|
spec.add_runtime_dependency 'rsvg2', '~> 2.2.0'
|
||||||
spec.add_runtime_dependency 'mercenary', '~> 0.3.4'
|
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 "bundler", "~> 1.6"
|
||||||
spec.add_development_dependency "rake"
|
spec.add_development_dependency "rake"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue