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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +15 -1
- data/README.md +1 -1
- data/lib/kettle/ndjson/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +5 -5
- 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: 794d6dad408287ba6e47c508398ee745996dacd44b07cf9ea595db866869c247
|
|
4
|
+
data.tar.gz: d861e87fe5e50f012a0fdd88ce7fd0e0b83f486c7a6d409140db1449c2969802
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|
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
|
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.
|
|
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.
|
|
262
|
-
changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.
|
|
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.
|
|
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:
|
|
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
|