kettle-ndjson 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d818c1cc11f08ec406600029ed039531f0e626ab8d5afc32eb0948a7258c224f
4
- data.tar.gz: 25e10c29c3439993537438f52ea28caf93dcaccd7910a790597fe2b45de8a307
3
+ metadata.gz: 794d6dad408287ba6e47c508398ee745996dacd44b07cf9ea595db866869c247
4
+ data.tar.gz: d861e87fe5e50f012a0fdd88ce7fd0e0b83f486c7a6d409140db1449c2969802
5
5
  SHA512:
6
- metadata.gz: 89f3f1ed53e109402a943638c33136a7165837542c76a4f05d454533323c5c5b5eb10f3f8114ee9b51c586dd124bd35cee760124450710b9d8cf74eb0e6d3fbb
7
- data.tar.gz: '07845db3f41e4eced50eeec5ad5871ffdccddecc83ab18b639b3474e5c35ad48cacff20c60eb309981326f1ec6b494f07c17b6e0f97d4f30b529c90746032179'
6
+ metadata.gz: 12f5925cb4cabfb58858259aa174090aa87bb42ee3427a46f3c017bd7df5a83e9e2498cda2b00812531f40d724a4ca25a208d22a690c49851c92c7419279787d
7
+ data.tar.gz: dfabc31532c4e6e49bbd1a85bb3acc097a365cff83bcc4c57ca666841bdd74c63b5ae9cbff6f2a0c2d00738e8104b80535641c7b838ae031d2997d46e01c7847
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,18 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.1] - 2026-07-25
34
+
35
+ - TAG: [v0.1.1][0.1.1t]
36
+ - COVERAGE: 100.00% -- 74/74 lines in 2 files
37
+ - BRANCH COVERAGE: 96.15% -- 25/26 branches in 2 files
38
+ - 19.35% documented
39
+
40
+ ### Changed
41
+
42
+ - Lowered the published runtime Ruby floor to Ruby 2.4.0 so Kettle tools that
43
+ support older Rubies can depend on `kettle-ndjson`.
44
+
33
45
  ## [0.1.0] - 2026-07-25
34
46
 
35
47
  - TAG: [v0.1.0][0.1.0t]
@@ -47,6 +59,8 @@ Please file a bug if you notice a violation of semantic versioning.
47
59
 
48
60
  - kettle-jem-template-initial - Initial templating by kettle-jem.
49
61
 
50
- [Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.0...HEAD
62
+ [Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.1...HEAD
63
+ [0.1.1]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.0...v0.1.1
64
+ [0.1.1t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.1
51
65
  [0.1.0]: https://github.com/kettle-dev/kettle-ndjson/compare/b960037607f365b15262f5bf24417ded4dca5378...v0.1.0
52
66
  [0.1.0t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.0
data/README.md CHANGED
@@ -39,7 +39,7 @@ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-ta
39
39
 
40
40
  ### Compatibility
41
41
 
42
- Compatible with MRI Ruby 3.2.0+, and concordant releases of JRuby, and TruffleRuby.
42
+ Compatible with MRI Ruby 2.4.0+, and concordant releases of JRuby, and TruffleRuby.
43
43
  CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
44
44
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
45
45
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -3,7 +3,7 @@
3
3
  module Kettle
4
4
  module Ndjson
5
5
  module Version
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kettle-ndjson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -258,10 +258,10 @@ licenses:
258
258
  - MIT
259
259
  metadata:
260
260
  homepage_uri: https://github.com/kettle-dev/kettle-ndjson
261
- source_code_uri: https://github.com/kettle-dev/kettle-ndjson/tree/v0.1.0
262
- changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.0/CHANGELOG.md
261
+ source_code_uri: https://github.com/kettle-dev/kettle-ndjson/tree/v0.1.1
262
+ changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.1/CHANGELOG.md
263
263
  bug_tracker_uri: https://github.com/kettle-dev/kettle-ndjson/issues
264
- documentation_uri: https://www.rubydoc.info/gems/kettle-ndjson/0.1.0
264
+ documentation_uri: https://www.rubydoc.info/gems/kettle-ndjson/0.1.1
265
265
  funding_uri: https://github.com/sponsors/pboling
266
266
  wiki_uri: https://github.com/kettle-dev/kettle-ndjson/wiki
267
267
  news_uri: https://www.railsbling.com/tags/kettle-ndjson
@@ -283,7 +283,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
283
283
  requirements:
284
284
  - - ">="
285
285
  - !ruby/object:Gem::Version
286
- version: 3.2.0
286
+ version: 2.4.0
287
287
  required_rubygems_version: !ruby/object:Gem::Requirement
288
288
  requirements:
289
289
  - - ">="
metadata.gz.sig CHANGED
Binary file