kettle-dev 1.1.34 → 1.1.35
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/CHANGELOG.md +22 -1
- data/README.md +13 -7
- data/README.md.example +13 -7
- data/README.md.no-osc.example +12 -6
- data/Rakefile.example +1 -1
- data/kettle-dev.gemspec.example +1 -15
- data/lib/kettle/dev/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +7 -21
- 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: 51bc097ab38c42c6442bc2dac30e0be5db8f4724babe58df0a3bc9380ca273d3
|
4
|
+
data.tar.gz: f5fd0efc0784b8d8f47acc35bd0f73e4e250415bee2ecad5def2f0e80b7dd64b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b3be6f9f5d4fd90ef967550126eb8617e3b786892afb8cfc86cba56984278227246706e04203ea89b87f6828383556a933b47ae9995d28bd55313e1eb51380d
|
7
|
+
data.tar.gz: 36f1c0a85c4b124020ece25999e85463365344c4ee60a856a5dcf3ce2e125014162ad7b725db8ebdaedab153ca210afb15d949e6de329079cae1b8c81a6d9585
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -30,6 +30,25 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
30
30
|
|
31
31
|
### Security
|
32
32
|
|
33
|
+
## [1.1.35] - 2025-10-20
|
34
|
+
|
35
|
+
- TAG: [v1.1.35][1.1.35t]
|
36
|
+
- COVERAGE: 96.04% -- 3949/4112 lines in 26 files
|
37
|
+
- BRANCH COVERAGE: 80.85% -- 1634/2021 branches in 26 files
|
38
|
+
- 79.68% documented
|
39
|
+
|
40
|
+
### Added
|
41
|
+
|
42
|
+
- more documentation of the RC.O situation
|
43
|
+
|
44
|
+
### Changed
|
45
|
+
|
46
|
+
- upgraded kettle-test to v1.0.5
|
47
|
+
|
48
|
+
### Removed
|
49
|
+
|
50
|
+
- direct dependency on rspec-pending_for (now provided, and configured, by kettle-test)
|
51
|
+
|
33
52
|
## [1.1.34] - 2025-10-20
|
34
53
|
|
35
54
|
- TAG: [v1.1.34][1.1.34t]
|
@@ -1100,7 +1119,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
1100
1119
|
- Selecting will run the selected workflow via `act`
|
1101
1120
|
- This may move to its own gem in the future.
|
1102
1121
|
|
1103
|
-
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.
|
1122
|
+
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.35...HEAD
|
1123
|
+
[1.1.35]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.34...v1.1.35
|
1124
|
+
[1.1.35t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.35
|
1104
1125
|
[1.1.34]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.33...v1.1.34
|
1105
1126
|
[1.1.34t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.34
|
1106
1127
|
[1.1.33]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.32...v1.1.33
|
data/README.md
CHANGED
@@ -1,16 +1,22 @@
|
|
1
|
-
| 📍 NOTE
|
2
|
-
|
3
|
-
| RubyGems.org
|
4
|
-
| I'm in the process of adding warnings to
|
5
|
-
|
|
6
|
-
|
|
1
|
+
| 📍 NOTE |
|
2
|
+
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
3
|
+
| RubyGems.org [suffered][draper-security] a [hostile takeover][ellen-takeover] in September 2025. It is a [complicated story][draper-takeover] which is difficult to [parse quickly][draper-lies]. |
|
4
|
+
| I'm in the process of adding warnings to gems because I [don't condone the theft][draper-theft] of the bundler and rubygems-update projects. |
|
5
|
+
| If repos or publishing rights for my gems were similarly stolen, I'd hope others would stand up for me. |
|
6
|
+
| Once publishing to [gem.coop][gem-coop] is available I will stop publishing to RubyGems.org, unless they make amends. |
|
7
|
+
| See [here][gem-naming], [here][gem-coop] and [here][martin-ann] for more info on what comes next. This ["Technology for Humans" podcast episode][reinteractive-podcast] is the best summary I'm aware of. |
|
8
|
+
| My (WIP) proposal for [bundler/gem scopes][gem-scopes]. My (WIP) proposal for a federated [gem server][gem-server]. |
|
7
9
|
|
8
10
|
[draper-security]: https://joel.drapper.me/p/ruby-central-security-measures/
|
9
11
|
[draper-takeover]: https://joel.drapper.me/p/ruby-central-takeover/
|
12
|
+
[ellen-takeover]: https://pup-e.com/blog/goodbye-rubygems/
|
10
13
|
[draper-lies]: https://joel.drapper.me/p/ruby-central-fact-check/
|
11
14
|
[draper-theft]: https://joel.drapper.me/p/ruby-central/
|
12
15
|
[gem-coop]: https://gem.coop
|
16
|
+
[gem-naming]: https://github.com/gem-coop/gem.coop/issues/12
|
13
17
|
[martin-ann]: https://martinemde.com/2025/10/05/announcing-gem-coop.html
|
18
|
+
[gem-scopes]: https://github.com/galtzo-floss/bundle-namespace
|
19
|
+
[gem-server]: https://github.com/galtzo-floss/gem-server
|
14
20
|
[reinteractive-podcast]: https://youtu.be/_H4qbtC5qzU?si=BvuBU90R2wAqD2E6
|
15
21
|
|
16
22
|
[![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-i]][🖼️galtzo-discord] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![kettle-dev Logo by Aboling0, CC BY-SA 4.0][🖼️kettle-dev-i]][🖼️kettle-dev]
|
@@ -940,7 +946,7 @@ Thanks for RTFM. ☺️
|
|
940
946
|
[📌gitmoji]:https://gitmoji.dev
|
941
947
|
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
942
948
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
943
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-4.
|
949
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-4.112-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
944
950
|
[🔐security]: SECURITY.md
|
945
951
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
946
952
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
data/README.md.example
CHANGED
@@ -1,16 +1,22 @@
|
|
1
|
-
| 📍 NOTE
|
2
|
-
|
3
|
-
| RubyGems.org
|
4
|
-
| I'm in the process of adding warnings to
|
5
|
-
|
|
6
|
-
|
|
1
|
+
| 📍 NOTE |
|
2
|
+
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
3
|
+
| RubyGems.org [suffered][draper-security] a [hostile takeover][ellen-takeover] in September 2025. It is a [complicated story][draper-takeover] which is difficult to [parse quickly][draper-lies]. |
|
4
|
+
| I'm in the process of adding warnings to gems because I [don't condone the theft][draper-theft] of the bundler and rubygems-update projects. |
|
5
|
+
| If repos or publishing rights for my gems were similarly stolen, I'd hope others would stand up for me. |
|
6
|
+
| Once publishing to [gem.coop][gem-coop] is available I will stop publishing to RubyGems.org, unless they make amends. |
|
7
|
+
| See [here][gem-naming], [here][gem-coop] and [here][martin-ann] for more info on what comes next. This ["Technology for Humans" podcast episode][reinteractive-podcast] is the best summary I'm aware of. |
|
8
|
+
| My (WIP) proposal for [bundler/gem scopes][gem-scopes]. My (WIP) proposal for a federated [gem server][gem-server]. |
|
7
9
|
|
8
10
|
[draper-security]: https://joel.drapper.me/p/ruby-central-security-measures/
|
9
11
|
[draper-takeover]: https://joel.drapper.me/p/ruby-central-takeover/
|
12
|
+
[ellen-takeover]: https://pup-e.com/blog/goodbye-rubygems/
|
10
13
|
[draper-lies]: https://joel.drapper.me/p/ruby-central-fact-check/
|
11
14
|
[draper-theft]: https://joel.drapper.me/p/ruby-central/
|
12
15
|
[gem-coop]: https://gem.coop
|
16
|
+
[gem-naming]: https://github.com/gem-coop/gem.coop/issues/12
|
13
17
|
[martin-ann]: https://martinemde.com/2025/10/05/announcing-gem-coop.html
|
18
|
+
[gem-scopes]: https://github.com/galtzo-floss/bundle-namespace
|
19
|
+
[gem-server]: https://github.com/galtzo-floss/gem-server
|
14
20
|
[reinteractive-podcast]: https://youtu.be/_H4qbtC5qzU?si=BvuBU90R2wAqD2E6
|
15
21
|
|
16
22
|
[![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-i]][🖼️galtzo-discord] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![kettle-dev Logo by Aboling0, CC BY-SA 4.0][🖼️kettle-dev-i]][🖼️kettle-dev]
|
@@ -534,7 +540,7 @@ Thanks for RTFM. ☺️
|
|
534
540
|
[📌gitmoji]:https://gitmoji.dev
|
535
541
|
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
536
542
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
537
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-4.
|
543
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-4.112-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
538
544
|
[🔐security]: SECURITY.md
|
539
545
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
540
546
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
data/README.md.no-osc.example
CHANGED
@@ -1,16 +1,22 @@
|
|
1
|
-
| 📍 NOTE
|
2
|
-
|
3
|
-
| RubyGems.org
|
4
|
-
| I'm in the process of adding warnings to
|
5
|
-
|
|
6
|
-
|
|
1
|
+
| 📍 NOTE |
|
2
|
+
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
3
|
+
| RubyGems.org [suffered][draper-security] a [hostile takeover][ellen-takeover] in September 2025. It is a [complicated story][draper-takeover] which is difficult to [parse quickly][draper-lies]. |
|
4
|
+
| I'm in the process of adding warnings to gems because I [don't condone the theft][draper-theft] of the bundler and rubygems-update projects. |
|
5
|
+
| If repos or publishing rights for my gems were similarly stolen, I'd hope others would stand up for me. |
|
6
|
+
| Once publishing to [gem.coop][gem-coop] is available I will stop publishing to RubyGems.org, unless they make amends. |
|
7
|
+
| See [here][gem-naming], [here][gem-coop] and [here][martin-ann] for more info on what comes next. This ["Technology for Humans" podcast episode][reinteractive-podcast] is the best summary I'm aware of. |
|
8
|
+
| My (WIP) proposal for [bundler/gem scopes][gem-scopes]. My (WIP) proposal for a federated [gem server][gem-server]. |
|
7
9
|
|
8
10
|
[draper-security]: https://joel.drapper.me/p/ruby-central-security-measures/
|
9
11
|
[draper-takeover]: https://joel.drapper.me/p/ruby-central-takeover/
|
12
|
+
[ellen-takeover]: https://pup-e.com/blog/goodbye-rubygems/
|
10
13
|
[draper-lies]: https://joel.drapper.me/p/ruby-central-fact-check/
|
11
14
|
[draper-theft]: https://joel.drapper.me/p/ruby-central/
|
12
15
|
[gem-coop]: https://gem.coop
|
16
|
+
[gem-naming]: https://github.com/gem-coop/gem.coop/issues/12
|
13
17
|
[martin-ann]: https://martinemde.com/2025/10/05/announcing-gem-coop.html
|
18
|
+
[gem-scopes]: https://github.com/galtzo-floss/bundle-namespace
|
19
|
+
[gem-server]: https://github.com/galtzo-floss/gem-server
|
14
20
|
[reinteractive-podcast]: https://youtu.be/_H4qbtC5qzU?si=BvuBU90R2wAqD2E6
|
15
21
|
|
16
22
|
[![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-i]][🖼️galtzo-discord] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![kettle-dev Logo by Aboling0, CC BY-SA 4.0][🖼️kettle-dev-i]][🖼️kettle-dev]
|
data/Rakefile.example
CHANGED
data/kettle-dev.gemspec.example
CHANGED
@@ -128,8 +128,7 @@ Gem::Specification.new do |spec|
|
|
128
128
|
|
129
129
|
# Testing
|
130
130
|
spec.add_development_dependency("appraisal2", "~> 3.0") # ruby >= 1.8.7, for testing against multiple versions of dependencies
|
131
|
-
spec.add_development_dependency("kettle-test", "~> 1.0")
|
132
|
-
spec.add_development_dependency("rspec-pending_for", "~> 0.0", ">= 0.0.17") # ruby >= 2.3, used to skip specs on incompatible Rubies
|
131
|
+
spec.add_development_dependency("kettle-test", "~> 1.0", ">= 1.0.5") # ruby >= 2.3
|
133
132
|
|
134
133
|
# Releasing
|
135
134
|
spec.add_development_dependency("ruby-progressbar", "~> 1.13") # ruby >= 0
|
@@ -147,19 +146,6 @@ Gem::Specification.new do |spec|
|
|
147
146
|
# spec.add_development_dependency("erb", ">= 2.2") # ruby >= 2.3.0, not SemVer, old rubies get dropped in a patch.
|
148
147
|
spec.add_development_dependency("gitmoji-regex", "~> 1.0", ">= 1.0.3") # ruby >= 2.3.0
|
149
148
|
|
150
|
-
# HTTP recording for deterministic specs
|
151
|
-
# Ruby 2.3 / 2.4 can fail with:
|
152
|
-
# | An error occurred while loading spec_helper.
|
153
|
-
# | Failure/Error: require "vcr"
|
154
|
-
# |
|
155
|
-
# | NoMethodError:
|
156
|
-
# | undefined method `delete_prefix' for "CONTENT_LENGTH":String
|
157
|
-
# | # ./spec/config/vcr.rb:3:in `require'
|
158
|
-
# | # ./spec/config/vcr.rb:3:in `<top (required)>'
|
159
|
-
# | # ./spec/spec_helper.rb:8:in `require_relative'
|
160
|
-
# | # ./spec/spec_helper.rb:8:in `<top (required)>'
|
161
|
-
# So that's why we need backports.
|
162
|
-
# spec.add_development_dependency("backports", "~> 3.25", ">= 3.25.1") # ruby >= 0
|
163
149
|
# In Ruby 3.5 (HEAD) the CGI library has been pared down, so we also need to depend on gem "cgi" for ruby@head
|
164
150
|
# This is done in the "head" appraisal.
|
165
151
|
# See: https://github.com/vcr/vcr/issues/1057
|
data/lib/kettle/dev/version.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kettle-dev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter H. Boling
|
@@ -106,33 +106,19 @@ dependencies:
|
|
106
106
|
- - "~>"
|
107
107
|
- !ruby/object:Gem::Version
|
108
108
|
version: '1.0'
|
109
|
-
type: :development
|
110
|
-
prerelease: false
|
111
|
-
version_requirements: !ruby/object:Gem::Requirement
|
112
|
-
requirements:
|
113
|
-
- - "~>"
|
114
|
-
- !ruby/object:Gem::Version
|
115
|
-
version: '1.0'
|
116
|
-
- !ruby/object:Gem::Dependency
|
117
|
-
name: rspec-pending_for
|
118
|
-
requirement: !ruby/object:Gem::Requirement
|
119
|
-
requirements:
|
120
|
-
- - "~>"
|
121
|
-
- !ruby/object:Gem::Version
|
122
|
-
version: '0.0'
|
123
109
|
- - ">="
|
124
110
|
- !ruby/object:Gem::Version
|
125
|
-
version:
|
111
|
+
version: 1.0.5
|
126
112
|
type: :development
|
127
113
|
prerelease: false
|
128
114
|
version_requirements: !ruby/object:Gem::Requirement
|
129
115
|
requirements:
|
130
116
|
- - "~>"
|
131
117
|
- !ruby/object:Gem::Version
|
132
|
-
version: '
|
118
|
+
version: '1.0'
|
133
119
|
- - ">="
|
134
120
|
- !ruby/object:Gem::Version
|
135
|
-
version:
|
121
|
+
version: 1.0.5
|
136
122
|
- !ruby/object:Gem::Dependency
|
137
123
|
name: ruby-progressbar
|
138
124
|
requirement: !ruby/object:Gem::Requirement
|
@@ -409,10 +395,10 @@ licenses:
|
|
409
395
|
- MIT
|
410
396
|
metadata:
|
411
397
|
homepage_uri: https://kettle-dev.galtzo.com/
|
412
|
-
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.
|
413
|
-
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.
|
398
|
+
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.35
|
399
|
+
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.35/CHANGELOG.md
|
414
400
|
bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
|
415
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.
|
401
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.35
|
416
402
|
funding_uri: https://github.com/sponsors/pboling
|
417
403
|
wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
|
418
404
|
news_uri: https://www.railsbling.com/tags/kettle-dev
|
metadata.gz.sig
CHANGED
Binary file
|