ruby-progress 1.1.4 → 1.1.9

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-progress
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
@@ -80,6 +80,8 @@ files:
80
80
  - ".editorconfig"
81
81
  - ".markdownlint.json"
82
82
  - ".rspec"
83
+ - ".rubocop.yml"
84
+ - ".rubocop_todo.yml"
83
85
  - CHANGELOG.md
84
86
  - Gemfile
85
87
  - Gemfile.lock
@@ -90,17 +92,21 @@ files:
90
92
  - bin/ripple
91
93
  - bin/twirl
92
94
  - bin/worm
95
+ - blog-post.md
93
96
  - demo_gem.rb
94
97
  - demo_worm_infinite.rb
95
98
  - examples/bash_daemon_demo.sh
96
99
  - examples/daemon_demo.rb
97
100
  - examples/utils_demo.rb
101
+ - experimental_terminal.rb
98
102
  - lib/ruby-progress.rb
99
103
  - lib/ruby-progress/daemon.rb
100
104
  - lib/ruby-progress/ripple.rb
101
105
  - lib/ruby-progress/utils.rb
102
106
  - lib/ruby-progress/version.rb
103
107
  - lib/ruby-progress/worm.rb
108
+ - test_daemon_interruption.rb
109
+ - test_daemon_orphan.rb
104
110
  - test_worm_flags.rb
105
111
  - worm.rb
106
112
  homepage: https://github.com/ttscoff/ruby-progress
@@ -110,6 +116,7 @@ metadata:
110
116
  homepage_uri: https://github.com/ttscoff/ruby-progress
111
117
  source_code_uri: https://github.com/ttscoff/ruby-progress
112
118
  changelog_uri: https://github.com/ttscoff/ruby-progress/blob/main/CHANGELOG.md
119
+ rubygems_mfa_required: 'true'
113
120
  rdoc_options: []
114
121
  require_paths:
115
122
  - lib