ruby-progressbar 1.10.0 → 1.11.0
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/LICENSE.txt +1 -1
- data/README.md +110 -17
- data/lib/ruby-progressbar/base.rb +3 -3
- data/lib/ruby-progressbar/calculators/length.rb +1 -1
- data/lib/ruby-progressbar/components/time.rb +7 -13
- data/lib/ruby-progressbar/format/string.rb +3 -3
- data/lib/ruby-progressbar/outputs/tty.rb +1 -1
- data/lib/ruby-progressbar/refinements/enumerator.rb +1 -1
- data/lib/ruby-progressbar/time.rb +5 -5
- data/lib/ruby-progressbar/timer.rb +1 -1
- data/lib/ruby-progressbar/version.rb +1 -1
- data/lib/ruby-progressbar.rb +5 -1
- data.tar.gz.sig +0 -0
- metadata +21 -39
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e84294efeca1c0798ab9989fd765703f2079bb91a0a1a82896007f9c25073427
|
|
4
|
+
data.tar.gz: f4d325243b1633034ad6d88a5d076cdc182f4a801ec5607bbc38fd3632a42d4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee3000a7ec9be1ae3151dedb7498408959fbaa637d635d17e92bf6ef2c92deaa0f9eff60a33f2cb3b32f79246a3700e7e2c6c2c301f14f90c7260b4582597df9
|
|
7
|
+
data.tar.gz: 281663e1fe308da2ce0a374e19aa9832113adee0cc15baed87286d1485ad3acd41bf236af7261ede128d7d97954ef425416dfd03a7789156488156a9e3ecdfd6
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -1,38 +1,131 @@
|
|
|
1
1
|
Ruby/ProgressBar
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
================================================================================
|
|
3
|
+
|
|
4
|
+
<div align="center">
|
|
5
|
+
<a href="https://rubygems.org/gems/ruby-progressbar" alt="RubyGems Version">
|
|
6
|
+
<img src="https://img.shields.io/gem/v/ruby-progressbar.svg?style=flat-square&label=current-version" alt="RubyGems Version" />
|
|
7
|
+
</a>
|
|
8
|
+
|
|
9
|
+
<a href="https://rubygems.org/gems/ruby-progressbar" alt="RubyGems Rank Overall">
|
|
10
|
+
<img src="https://img.shields.io/gem/rt/ruby-progressbar.svg?style=flat-square&label=total-rank" alt="RubyGems Rank Overall" />
|
|
11
|
+
</a>
|
|
12
|
+
|
|
13
|
+
<a href="https://rubygems.org/gems/ruby-progressbar" alt="RubyGems Rank Daily">
|
|
14
|
+
<img src="https://img.shields.io/gem/rd/ruby-progressbar.svg?style=flat-square&label=daily-rank" alt="RubyGems Rank Daily" />
|
|
15
|
+
</a>
|
|
16
|
+
|
|
17
|
+
<a href="https://rubygems.org/gems/ruby-progressbar" alt="RubyGems Downloads">
|
|
18
|
+
<img src="https://img.shields.io/gem/dt/ruby-progressbar.svg?style=flat-square&label=total-downloads" alt="RubyGems Downloads" />
|
|
19
|
+
</a>
|
|
20
|
+
|
|
21
|
+
<a href="https://github.com/jfelchner/ruby-progressbar/actions?query=workflow%3ABuild" alt="Build Status">
|
|
22
|
+
<img src="https://img.shields.io/github/workflow/status/jfelchner/ruby-progressbar/Build?label=CI&style=flat-square&logo=github" alt="Build Status" />
|
|
23
|
+
</a>
|
|
24
|
+
|
|
25
|
+
<a href="#" alt="Maintainability">
|
|
26
|
+
<img src="https://img.shields.io/codeclimate/maintainability/jfelchner/ruby-progressbar?style=flat-square&label=grade" alt="Maintainability" />
|
|
27
|
+
</a>
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
<br>
|
|
4
31
|
|
|
5
32
|
<img src="https://kompanee-public-assets.s3.amazonaws.com/readmes/ruby-progressbar-cage.png" align="right" />
|
|
6
33
|
|
|
7
|
-
The **ultimate** text progress bar library for Ruby! It'll **SMASH YOU OVER THE
|
|
34
|
+
The **ultimate** text progress bar library for Ruby! It'll **SMASH YOU OVER THE
|
|
35
|
+
HEAD** with a **PURE RUSH** of progress bar excitement!
|
|
8
36
|
|
|
9
|
-
Don't miss out on what all the kids are talking about! If you want everyone to
|
|
37
|
+
Don't miss out on what all the kids are talking about! If you want everyone to
|
|
38
|
+
know that your gem or app can survive _in the cage_ then YOU WANT
|
|
39
|
+
**RUBY-PROGRESSBAR**!
|
|
10
40
|
|
|
11
|
-
<br
|
|
41
|
+
<br>
|
|
12
42
|
|
|
13
|
-
|
|
14
|
-
|
|
43
|
+
It's Better Than The Other 186,312 Progress Bar Libraries Because
|
|
44
|
+
--------------------------------------------------------------------------------
|
|
45
|
+
|
|
46
|
+
* It has [stood the test of time][history] (2008-today)
|
|
47
|
+
|
|
48
|
+
* Full test suite
|
|
49
|
+
|
|
50
|
+
* [_**ZERO**_ dependencies][gemspec]
|
|
51
|
+
|
|
52
|
+
* Used by [tons of other open source projects][dependencies] (which means we
|
|
53
|
+
find out about bugs quickly)
|
|
54
|
+
|
|
55
|
+
* It's pretty [freakin' sweet](https://www.youtube.com/watch?v=On3IoVhf_GM)
|
|
56
|
+
|
|
57
|
+
* And most importantly... our awesome [contributors][contributors]
|
|
58
|
+
|
|
59
|
+
Basic Usage
|
|
60
|
+
--------------------------------------------------------------------------------
|
|
15
61
|
|
|
16
|
-
|
|
62
|
+
### Creation
|
|
17
63
|
|
|
18
|
-
|
|
64
|
+
It's simple to get started:
|
|
65
|
+
|
|
66
|
+
```ruby
|
|
67
|
+
progressbar = ProgressBar.create
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Creates a basic progress bar beginning at `0`, a maximum capacity of `100` and
|
|
71
|
+
tells it to start.
|
|
72
|
+
|
|
73
|
+
```text
|
|
74
|
+
Progress: | |
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Marking Progress
|
|
78
|
+
|
|
79
|
+
Every call to `#increment` will advance the bar by `1`. Therefore:
|
|
80
|
+
|
|
81
|
+
```ruby
|
|
82
|
+
50.times { progressbar.increment }
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
Would output an advancing line which would end up here:
|
|
86
|
+
|
|
87
|
+
```text
|
|
88
|
+
Progress: |=================================== |
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### Animation
|
|
92
|
+
|
|
93
|
+

|
|
94
|
+
|
|
95
|
+
Full Reference
|
|
96
|
+
--------------------------------------------------------------------------------
|
|
97
|
+
|
|
98
|
+
There's gotten to be too much awesome to pack into one page. Visit the
|
|
99
|
+
[wiki][wiki] for the full documentation.
|
|
19
100
|
|
|
20
101
|
Issues
|
|
21
|
-
|
|
102
|
+
--------------------------------------------------------------------------------
|
|
22
103
|
|
|
23
|
-
If you have problems, please create a [Github issue]
|
|
104
|
+
If you have problems, please create a [Github issue][issues].
|
|
24
105
|
|
|
25
106
|
Credits
|
|
26
|
-
|
|
107
|
+
--------------------------------------------------------------------------------
|
|
27
108
|
|
|
28
|
-
![The Kompanee]
|
|
109
|
+
![The Kompanee][kompanee-logo]
|
|
29
110
|
|
|
30
|
-
ruby-progressbar is maintained by [The Kompanee, Ltd.]
|
|
111
|
+
ruby-progressbar is maintained by [The Kompanee, Ltd.][kompanee-site]
|
|
31
112
|
|
|
32
113
|
The names and logos for The Kompanee are trademarks of The Kompanee, Ltd.
|
|
33
114
|
|
|
34
115
|
License
|
|
35
|
-
|
|
116
|
+
--------------------------------------------------------------------------------
|
|
117
|
+
|
|
118
|
+
ruby-progressbar 1.0 is Copyright © 2011-2021 The Kompanee. It is free
|
|
119
|
+
software, and may be redistributed under the terms specified in the LICENSE
|
|
120
|
+
file.
|
|
121
|
+
ruby-progressbar 0.9.0 is Copyright © 2008 [Satoru Takabayashi][satoru]
|
|
36
122
|
|
|
37
|
-
ruby-progressbar
|
|
38
|
-
|
|
123
|
+
[contributors]: https://github.com/jfelchner/ruby-progressbar/graphs/contributors
|
|
124
|
+
[dependencies]: https://github.com/jfelchner/ruby-progressbar/network/dependents
|
|
125
|
+
[gemspec]: https://github.com/jfelchner/ruby-progressbar/blob/master/ruby-progressbar.gemspec
|
|
126
|
+
[history]: https://github.com/jfelchner/ruby-progressbar/wiki/History
|
|
127
|
+
[issues]: https://github.com/jfelchner/ruby-progressbar/issues
|
|
128
|
+
[kompanee-logo]: https://kompanee-public-assets.s3.amazonaws.com/readmes/kompanee-horizontal-black.png
|
|
129
|
+
[kompanee-site]: http://www.thekompanee.com
|
|
130
|
+
[satoru]: http://0xcc.net
|
|
131
|
+
[wiki]: https://github.com/jfelchner/ruby-progressbar/wiki
|
|
@@ -13,7 +13,7 @@ class Base
|
|
|
13
13
|
:progress,
|
|
14
14
|
:total
|
|
15
15
|
|
|
16
|
-
def initialize(options = {})
|
|
16
|
+
def initialize(options = {}) # rubocop:disable Metrics/AbcSize
|
|
17
17
|
self.autostart = options.fetch(:autostart, true)
|
|
18
18
|
self.autofinish = options.fetch(:autofinish, true)
|
|
19
19
|
self.finished = false
|
|
@@ -123,7 +123,7 @@ class Base
|
|
|
123
123
|
Format::Formatter.process(@format, output.length, self)
|
|
124
124
|
end
|
|
125
125
|
|
|
126
|
-
# rubocop:disable Metrics/AbcSize,
|
|
126
|
+
# rubocop:disable Metrics/AbcSize, Layout/LineLength
|
|
127
127
|
def to_h
|
|
128
128
|
{
|
|
129
129
|
'output_stream' => output.__send__(:stream),
|
|
@@ -145,7 +145,7 @@ class Base
|
|
|
145
145
|
'finished?' => finished?
|
|
146
146
|
}
|
|
147
147
|
end
|
|
148
|
-
# rubocop:enable Metrics/AbcSize,
|
|
148
|
+
# rubocop:enable Metrics/AbcSize, Layout/LineLength
|
|
149
149
|
|
|
150
150
|
def inspect
|
|
151
151
|
"#<ProgressBar:#{progress}/#{total || 'unknown'}>"
|
|
@@ -12,6 +12,10 @@ class Time
|
|
|
12
12
|
NO_TIME_ELAPSED_TEXT = '--:--:--'.freeze
|
|
13
13
|
ESTIMATED_LABEL = ' ETA'.freeze
|
|
14
14
|
ELAPSED_LABEL = 'Time'.freeze
|
|
15
|
+
OOB_TEXT_TO_FORMAT = {
|
|
16
|
+
:unknown => OOB_UNKNOWN_TIME_TEXT,
|
|
17
|
+
:friendly => OOB_FRIENDLY_TIME_TEXT
|
|
18
|
+
}.freeze
|
|
15
19
|
|
|
16
20
|
def initialize(options = {})
|
|
17
21
|
self.out_of_bounds_time_format = options[:out_of_bounds_time_format]
|
|
@@ -53,8 +57,7 @@ class Time
|
|
|
53
57
|
|
|
54
58
|
def out_of_bounds_time_format=(format)
|
|
55
59
|
unless OOB_TIME_FORMATS.include? format
|
|
56
|
-
fail
|
|
57
|
-
OOB_TIME_FORMATS.inspect
|
|
60
|
+
fail StandardError, "Invalid Out Of Bounds time format. Valid formats are #{OOB_TIME_FORMATS.inspect}"
|
|
58
61
|
end
|
|
59
62
|
|
|
60
63
|
@out_of_bounds_time_format = format
|
|
@@ -70,7 +73,7 @@ class Time
|
|
|
70
73
|
hours, minutes, seconds = timer.divide_seconds(memo_estimated_seconds_remaining)
|
|
71
74
|
|
|
72
75
|
if hours > OOB_LIMIT_IN_HOURS && out_of_bounds_time_format
|
|
73
|
-
|
|
76
|
+
OOB_TEXT_TO_FORMAT[out_of_bounds_time_format]
|
|
74
77
|
else
|
|
75
78
|
TIME_FORMAT % [hours, minutes, seconds]
|
|
76
79
|
end
|
|
@@ -89,19 +92,10 @@ class Time
|
|
|
89
92
|
end
|
|
90
93
|
|
|
91
94
|
def estimated_seconds_remaining
|
|
92
|
-
return if progress.unknown? || progress.none? || timer.stopped?
|
|
95
|
+
return if progress.unknown? || progress.none? || timer.stopped? || timer.reset?
|
|
93
96
|
|
|
94
97
|
(timer.elapsed_seconds * (progress.total / progress.running_average - 1)).round
|
|
95
98
|
end
|
|
96
|
-
|
|
97
|
-
def out_of_bounds_time
|
|
98
|
-
case out_of_bounds_time_format
|
|
99
|
-
when :unknown
|
|
100
|
-
OOB_UNKNOWN_TIME_TEXT
|
|
101
|
-
when :friendly
|
|
102
|
-
OOB_FRIENDLY_TIME_TEXT
|
|
103
|
-
end
|
|
104
|
-
end
|
|
105
99
|
end
|
|
106
100
|
end
|
|
107
101
|
end
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
class ProgressBar
|
|
2
2
|
module Format
|
|
3
3
|
class String < ::String
|
|
4
|
-
MOLECULE_PATTERN = /%[a-zA-Z]
|
|
5
|
-
ANSI_SGR_PATTERN = /\e\[[\d;]+m
|
|
4
|
+
MOLECULE_PATTERN = /%[a-zA-Z]/.freeze
|
|
5
|
+
ANSI_SGR_PATTERN = /\e\[[\d;]+m/.freeze
|
|
6
6
|
|
|
7
7
|
def displayable_length
|
|
8
8
|
gsub(ANSI_SGR_PATTERN, '').length
|
|
@@ -29,7 +29,7 @@ class String < ::String
|
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
molecules
|
|
32
|
-
|
|
32
|
+
end
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
end
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
class ProgressBar
|
|
3
3
|
class Time
|
|
4
4
|
TIME_MOCKING_LIBRARY_METHODS = [
|
|
5
|
-
:__simple_stub__now,
|
|
6
|
-
:now_without_mock_time,
|
|
7
|
-
:now_without_delorean,
|
|
8
|
-
:now
|
|
5
|
+
:__simple_stub__now, # ActiveSupport
|
|
6
|
+
:now_without_mock_time, # Timecop
|
|
7
|
+
:now_without_delorean, # Delorean
|
|
8
|
+
:now # Unmocked
|
|
9
9
|
].freeze
|
|
10
10
|
|
|
11
11
|
def initialize(time = ::Time)
|
|
@@ -13,7 +13,7 @@ class Time
|
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
def now
|
|
16
|
-
time.__send__
|
|
16
|
+
time.__send__(unmocked_time_method)
|
|
17
17
|
end
|
|
18
18
|
|
|
19
19
|
def unmocked_time_method
|
data/lib/ruby-progressbar.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
require 'ruby-progressbar/output'
|
|
2
4
|
require 'ruby-progressbar/outputs/tty'
|
|
3
5
|
require 'ruby-progressbar/outputs/non_tty'
|
|
@@ -9,7 +11,9 @@ require 'ruby-progressbar/calculators/running_average'
|
|
|
9
11
|
require 'ruby-progressbar/components'
|
|
10
12
|
require 'ruby-progressbar/format'
|
|
11
13
|
require 'ruby-progressbar/base'
|
|
12
|
-
require 'ruby-progressbar/refinements'
|
|
14
|
+
require 'ruby-progressbar/refinements' if Module.
|
|
15
|
+
private_instance_methods.
|
|
16
|
+
include?(:using)
|
|
13
17
|
|
|
14
18
|
class ProgressBar
|
|
15
19
|
def self.create(*args)
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-progressbar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thekompanee
|
|
8
8
|
- jfelchner
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain:
|
|
12
12
|
- |
|
|
13
13
|
-----BEGIN CERTIFICATE-----
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
MIIEGDCCAoCgAwIBAgIBAjANBgkqhkiG9w0BAQsFADAyMTAwLgYDVQQDDCdhY2Nv
|
|
15
|
+
dW50c19ydWJ5Z2Vtcy9EQz10aGVrb21wYW5lZS9EQz1jb20wHhcNMjAxMjI2MjIz
|
|
16
|
+
MTE2WhcNMjExMjI2MjIzMTE2WjAyMTAwLgYDVQQDDCdhY2NvdW50c19ydWJ5Z2Vt
|
|
17
17
|
cy9EQz10aGVrb21wYW5lZS9EQz1jb20wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAw
|
|
18
18
|
ggGKAoIBgQCqhYn5ODEoLvuBIF2M1GzoaZU28+ntP5QApvDE0Te04n0JbBC1cNYH
|
|
19
19
|
mr71neeSx7tlZ9w9kJ/8GNcY5bm7pNJqhyhfc+uG9M7FttcxM8AYXogjcdUDP234
|
|
@@ -23,20 +23,18 @@ cert_chain:
|
|
|
23
23
|
ztMEU785tERbOSszZrz9rBS/+GnMxlD0pxy50zFfHX3jY1hwnwGjE8Gg+0iYr/tm
|
|
24
24
|
eysjhcbZfKrMynoqAioCSwstIwtYYYYpYzCPZzwaIBaBqQmUTkuMeiGbAdOdFOrR
|
|
25
25
|
lOgl5jxCYbNOOTaXbm0nGBFaTucB88+JLbsNAuoNGUf/ybDcZ1zKRkMr2vtb+OtL
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
KuaMSG4L1U+uHNl3upTjh6wZjzKptsxE0eHSeTlt74ei2EZ4XpDQgMAdxnG19eUY
|
|
37
|
-
Ew38fD/eb7KjFt6HWjaE88pp12uYoAUV0xTysHhml+rk1/rn/h3T1Exa
|
|
26
|
+
GoP81fN6l88CAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0O
|
|
27
|
+
BBYEFC+HleDjPYe35DNu6n/aeK2oB4ugMA0GCSqGSIb3DQEBCwUAA4IBgQCbuxKj
|
|
28
|
+
ZyvFu5mUDEWCf1dT5mqFSyFznVCjQAQygDnz6JkCQlIG93IDtVLEmHrx7hm3dOYt
|
|
29
|
+
HgPlsSgkoYIgsLYsR9ZIKjA2O5m3QUbo9uOtF4iRi0Obni8fVv7VZVebRfA7ypCo
|
|
30
|
+
n625lDRIzc/zGVcI37bzIlDXC0aK3oaBVFmN1Uj5LNMW62hTDdMBx4HcUKI45R3g
|
|
31
|
+
clUG96OBIyrYky3j6zpy6EpBaEdRWR68Yn4Tdba7xE9WzP3DCInjX3KPx+f0PPVK
|
|
32
|
+
HzsXX6TlwXk2P9DwOTZRjz7vAmvTgZGWjlfq3dgQJBgjB+UKQVHxKEGUC/comr7c
|
|
33
|
+
vPnXgn+nF38pK/hp/O9/lTpNplKrUvOB9+6nkwbxCPTQQO8In3pC6ixUzr/6wx9R
|
|
34
|
+
URbz4/Czf5LMUmzqDni0GvBkXElaXzaIRoPM/T7b1LrRsZO3DwGFAasSrR27+ZgU
|
|
35
|
+
Sv+7zM1SqVOK2Vhp99UBBVIZTHSJWh4sCU7dJrUJTqvwwS3ayTiUlIi5TdQ=
|
|
38
36
|
-----END CERTIFICATE-----
|
|
39
|
-
date:
|
|
37
|
+
date: 2020-12-31 00:00:00.000000000 Z
|
|
40
38
|
dependencies:
|
|
41
39
|
- !ruby/object:Gem::Dependency
|
|
42
40
|
name: rspec
|
|
@@ -80,20 +78,6 @@ dependencies:
|
|
|
80
78
|
- - "~>"
|
|
81
79
|
- !ruby/object:Gem::Version
|
|
82
80
|
version: '2.3'
|
|
83
|
-
- !ruby/object:Gem::Dependency
|
|
84
|
-
name: warning_filter
|
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
|
86
|
-
requirements:
|
|
87
|
-
- - "~>"
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.0.6
|
|
90
|
-
type: :development
|
|
91
|
-
prerelease: false
|
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
-
requirements:
|
|
94
|
-
- - "~>"
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.0.6
|
|
97
81
|
- !ruby/object:Gem::Dependency
|
|
98
82
|
name: timecop
|
|
99
83
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -150,14 +134,13 @@ homepage: https://github.com/jfelchner/ruby-progressbar
|
|
|
150
134
|
licenses:
|
|
151
135
|
- MIT
|
|
152
136
|
metadata:
|
|
153
|
-
allowed_push_host: https://rubygems.org
|
|
154
137
|
bug_tracker_uri: https://github.com/jfelchner/ruby-progressbar/issues
|
|
155
|
-
changelog_uri: https://github.com/jfelchner/ruby-progressbar/CHANGELOG.md
|
|
156
|
-
documentation_uri: https://github.com/jfelchner/ruby-progressbar/tree/releases/v1.
|
|
138
|
+
changelog_uri: https://github.com/jfelchner/ruby-progressbar/blob/master/CHANGELOG.md
|
|
139
|
+
documentation_uri: https://github.com/jfelchner/ruby-progressbar/tree/releases/v1.11.0
|
|
157
140
|
homepage_uri: https://github.com/jfelchner/ruby-progressbar
|
|
158
141
|
source_code_uri: https://github.com/jfelchner/ruby-progressbar
|
|
159
142
|
wiki_uri: https://github.com/jfelchner/ruby-progressbar/wiki
|
|
160
|
-
post_install_message:
|
|
143
|
+
post_install_message:
|
|
161
144
|
rdoc_options: []
|
|
162
145
|
require_paths:
|
|
163
146
|
- lib
|
|
@@ -172,9 +155,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
172
155
|
- !ruby/object:Gem::Version
|
|
173
156
|
version: '0'
|
|
174
157
|
requirements: []
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
signing_key:
|
|
158
|
+
rubygems_version: 3.2.3
|
|
159
|
+
signing_key:
|
|
178
160
|
specification_version: 4
|
|
179
161
|
summary: Ruby/ProgressBar is a flexible text progress bar library for Ruby.
|
|
180
162
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|