progress_bar 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -136,8 +136,8 @@ class ProgressBar
136
136
  def percentage_width
137
137
  if max == 100 # [ 24%]
138
138
  6
139
- else # [ 24.0%]
140
- 8
139
+ else # [ 24.00%]
140
+ 9
141
141
  end
142
142
  end
143
143
 
@@ -1,3 +1,3 @@
1
1
  module ProgressBar
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: progress_bar
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.3
5
+ version: 0.3.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paul Sadauskas