month-serializer 1.0.1 → 1.0.2
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 +4 -0
- data/CHANGELOG.md +114 -0
- data/LICENSE.md +11 -0
- data/README.md +535 -102
- data/lib/month/serializer/version.rb +9 -1
- data/lib/month/serializer.rb +4 -5
- data/sig/month/serializer.rbs +8 -0
- data.tar.gz.sig +0 -0
- metadata +242 -59
- metadata.gz.sig +0 -0
- data/.gitignore +0 -16
- data/.rspec +0 -3
- data/.rubocop.yml +0 -35
- data/.travis.yml +0 -59
- data/Appraisals +0 -29
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -8
- data/LICENSE +0 -22
- data/Rakefile +0 -28
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/gemfiles/jruby_1.7.26.gemfile +0 -16
- data/gemfiles/jruby_9.1.9.0.gemfile +0 -15
- data/gemfiles/jruby_9.2.0.0.gemfile +0 -15
- data/gemfiles/jruby_head.gemfile +0 -15
- data/gemfiles/ruby_1.9.3_p551.gemfile +0 -16
- data/gemfiles/ruby_2.0.0_p648.gemfile +0 -16
- data/gemfiles/ruby_2.1.10.gemfile +0 -15
- data/gemfiles/ruby_2.2.10.gemfile +0 -16
- data/gemfiles/ruby_2.3.7.gemfile +0 -16
- data/gemfiles/ruby_2.4.4.gemfile +0 -16
- data/gemfiles/ruby_2.5.1.gemfile +0 -16
- data/gemfiles/ruby_head.gemfile +0 -16
- data/month-serializer.gemspec +0 -34
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 541fff903b20f38aafe9ac698de6e76c2f418f050d544565c634bd00769fc756
|
|
4
|
+
data.tar.gz: b001d8aad58da0487894628b55ccdd8e4676e9f74d565d90a32ad5670ddf99c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d934177fde9cadd3524ac6d0127cf3f5c2af450999ea2b4a9ca5fe973737303858e9b90e7629a0cec281b56db3dc84f92a65a599b5f085e206579a5ee4dc4fcf
|
|
7
|
+
data.tar.gz: 3d8ee88842b2941aa256267890ffe3237fbbd7d0756babbfa4074568aaeaed9779a59a07706f5d9a02e20c7cf18b879c835a891923ee050b7b3108b3f017737f
|
checksums.yaml.gz.sig
ADDED
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
[![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
|
|
4
|
+
|
|
5
|
+
All notable changes to this project will be documented in this file.
|
|
6
|
+
|
|
7
|
+
The format is based on [Keep a Changelog][📗keep-changelog],
|
|
8
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|
9
|
+
and [yes][📌major-versions-not-sacred], platform and engine support are part of the [public API][📌semver-breaking].
|
|
10
|
+
Please file a bug if you notice a violation of semantic versioning.
|
|
11
|
+
|
|
12
|
+
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
13
|
+
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
|
|
14
|
+
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
15
|
+
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
16
|
+
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
17
|
+
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
|
18
|
+
|
|
19
|
+
## [Unreleased]
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
### Deprecated
|
|
26
|
+
|
|
27
|
+
### Removed
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
### Security
|
|
32
|
+
|
|
33
|
+
## [1.0.2] - 2026-08-06
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.2][1.0.2t]
|
|
36
|
+
- COVERAGE: 90.00% -- 36/40 lines in 2 files
|
|
37
|
+
- BRANCH COVERAGE: 60.00% -- 6/10 branches in 2 files
|
|
38
|
+
- 36.36% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260720-005 - README Support & Community links now
|
|
43
|
+
include RubyForum.
|
|
44
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
45
|
+
configuration and documentation dependencies so documentation issues fail
|
|
46
|
+
before generated docs are refreshed.
|
|
47
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
48
|
+
RSpec helpers provided by `kettle-test`.
|
|
49
|
+
|
|
50
|
+
### Changed
|
|
51
|
+
|
|
52
|
+
- kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
|
|
53
|
+
files, reducing package noise for downstream packagers.
|
|
54
|
+
- kettle-jem-template-20260720-002 - Development Gemfiles now use the released
|
|
55
|
+
`tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
56
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
57
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
58
|
+
specs are not managed for the project.
|
|
59
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
60
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
61
|
+
installing the main Gemfile bundle.
|
|
62
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
63
|
+
use ClickGems instead of BestGems.
|
|
64
|
+
|
|
65
|
+
### Fixed
|
|
66
|
+
|
|
67
|
+
- kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
|
|
68
|
+
uses the installed `smorg-rb` driver command.
|
|
69
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
70
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
71
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
72
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
73
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
74
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
75
|
+
coverage thresholds still pass.
|
|
76
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
77
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
78
|
+
installs are not reported as project lint debt.
|
|
79
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
80
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
81
|
+
before the test suite starts.
|
|
82
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
83
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
84
|
+
lockfile parser failures on Git and path dependencies.
|
|
85
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
86
|
+
missing canonical version spec when a project only has shim namespace version
|
|
87
|
+
specs.
|
|
88
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
89
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
90
|
+
failures against `gem.coop`.
|
|
91
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
92
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
93
|
+
specs without adding `version_gem`.
|
|
94
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
95
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
96
|
+
even when the gemspec is loaded from another working directory.
|
|
97
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
98
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
99
|
+
parameter names from producing invalid configuration after a merge.
|
|
100
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
101
|
+
documentation now normalize configured underscore hostnames to valid
|
|
102
|
+
hyphenated hostnames.
|
|
103
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
104
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
105
|
+
matching Galtzo-hosted asset exists.
|
|
106
|
+
|
|
107
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
108
|
+
preserving comments and trailing commas during template updates.
|
|
109
|
+
|
|
110
|
+
- Restore the source version sequence after RubyGems 1.0.1 was published without a matching source version or tag.
|
|
111
|
+
|
|
112
|
+
[Unreleased]: https://github.com/galtzo-floss/month-serializer/compare/v1.0.2...HEAD
|
|
113
|
+
[1.0.2]: https://github.com/galtzo-floss/month-serializer/compare/b695d99e3ec49fedb1f3a50b3863956b58e7827b...v1.0.2
|
|
114
|
+
[1.0.2t]: https://github.com/galtzo-floss/month-serializer/releases/tag/v1.0.2
|
data/LICENSE.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# License
|
|
2
|
+
|
|
3
|
+
This project is made available under the following license.
|
|
4
|
+
Choose the option that best fits your use case:
|
|
5
|
+
|
|
6
|
+
- [MIT](https://github.com/galtzo-floss/month-serializer/blob/main/MIT.md)
|
|
7
|
+
|
|
8
|
+
## Copyright Notice
|
|
9
|
+
|
|
10
|
+
- Copyright (c) 2018, 2025-2026 Peter H. Boling
|
|
11
|
+
- Copyright (c) 2025 Aboling0
|