flag_shih_tzu 1.0.2 → 1.0.4
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 +72 -1
- data/LICENSE.md +1 -2
- data/README.md +41 -25
- data/lib/flag_shih_tzu/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +72 -47
- metadata.gz.sig +0 -0
- data/CITATION.cff +0 -20
- data/CODE_OF_CONDUCT.md +0 -134
- data/CONTRIBUTING.md +0 -272
- data/FUNDING.md +0 -74
- data/RUBOCOP.md +0 -71
- data/SECURITY.md +0 -21
- data/certs/pboling.pem +0 -27
- /data/sig/{flag_shih_tzu/version.rbs → flag_shih_tzu.rbs} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 988d43bd1a3f0816baee65df78c4082d109bc87cdd09b9aa9f733084a6093135
|
|
4
|
+
data.tar.gz: 542eda123eb1966fc2f28a341bd72631a68e5bbf94822435bf10c7c1fb3540ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13ed0d2da26ddf9cb4036c6d3a3d79fee85e03039eedc080cfcd76d10773dee425338a197d041dad071c198b96171d77c79b2792a590b1e0722d967b981a3bd9
|
|
7
|
+
data.tar.gz: 3e4a2b481f9fefa7abd2ffe762e3a223d38ce1e583f8aa7d81eef27b16a3daf797a0c335ce0345060cccaa8bb641aa1797820a26bb424080351a879a5b59d2da
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,73 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.4] - 2026-07-25
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.4][1.0.4t]
|
|
36
|
+
- COVERAGE: 90.75% -- 412/454 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 76.76% -- 142/185 branches in 3 files
|
|
38
|
+
- 27.78% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
43
|
+
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
44
|
+
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
45
|
+
repository-only files by default to reduce downstream distro packaging churn.
|
|
46
|
+
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
47
|
+
template-managed corporate sponsor logos from project or family config.
|
|
48
|
+
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
49
|
+
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
50
|
+
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
51
|
+
config now uses the installed `smorg-rb` Ruby driver name.
|
|
52
|
+
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
53
|
+
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
54
|
+
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
55
|
+
now include a RubyForum help badge.
|
|
56
|
+
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
57
|
+
files now run when pull request head branches start with `feature/release`,
|
|
58
|
+
so release CI monitoring does not report intentionally skipped engine
|
|
59
|
+
workflows as failures.
|
|
60
|
+
|
|
61
|
+
- kettle-jem-template-20260725-002 - Generated gemspec templates now include
|
|
62
|
+
`anonymous_loader` as a development dependency, and version specs use it to
|
|
63
|
+
execute generated `version.rb` files for coverage without redefining package
|
|
64
|
+
constants. Managed version specs are removed when `version_gem` is disabled
|
|
65
|
+
or incompatible with the project's runtime Ruby floor.
|
|
66
|
+
|
|
67
|
+
### Removed
|
|
68
|
+
|
|
69
|
+
- Removed the stale RVM-based `bin/test.bash` helper.
|
|
70
|
+
|
|
71
|
+
### Fixed
|
|
72
|
+
|
|
73
|
+
- Root development bundle now includes the ActiveRecord test harness fragments,
|
|
74
|
+
so `bundle exec kettle-test` can load the suite outside appraisal-specific
|
|
75
|
+
Gemfiles.
|
|
76
|
+
|
|
77
|
+
## [1.0.3] - 2026-07-02
|
|
78
|
+
|
|
79
|
+
- TAG: [v1.0.3][1.0.3t]
|
|
80
|
+
- COVERAGE: 90.75% -- 412/454 lines in 3 files
|
|
81
|
+
- BRANCH COVERAGE: 76.76% -- 142/185 branches in 3 files
|
|
82
|
+
- 27.78% documented
|
|
83
|
+
|
|
84
|
+
### Added
|
|
85
|
+
|
|
86
|
+
- Added support for JRuby 10.1 and TruffleRuby 34.0.
|
|
87
|
+
|
|
88
|
+
### Changed
|
|
89
|
+
|
|
90
|
+
- Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
|
|
91
|
+
|
|
92
|
+
### Fixed
|
|
93
|
+
|
|
94
|
+
- Restore root Gemfile ActiveRecord test dependencies so `kettle-test` runs the
|
|
95
|
+
RSpec suite outside appraisal-specific bundles.
|
|
96
|
+
- Restore kettle-soup-cover SimpleCov startup so `kettle-test` reports merged
|
|
97
|
+
line and branch coverage from turbo_tests2 workers.
|
|
98
|
+
- Package configured license files in gem release file lists.
|
|
99
|
+
|
|
33
100
|
## [1.0.2] - 2026-06-14
|
|
34
101
|
|
|
35
102
|
- TAG: [v1.0.2][1.0.2t]
|
|
@@ -323,7 +390,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
323
390
|
|
|
324
391
|
# Version 0.2.3 - last version maintained by XING AG
|
|
325
392
|
|
|
326
|
-
[Unreleased]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.
|
|
393
|
+
[Unreleased]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.4...HEAD
|
|
394
|
+
[1.0.4]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.3...v1.0.4
|
|
395
|
+
[1.0.4t]: https://github.com/galtzo-floss/flag_shih_tzu/releases/tag/v1.0.4
|
|
396
|
+
[1.0.3]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.2...v1.0.3
|
|
397
|
+
[1.0.3t]: https://github.com/galtzo-floss/flag_shih_tzu/releases/tag/v1.0.3
|
|
327
398
|
[1.0.2]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.1...v1.0.2
|
|
328
399
|
[1.0.2t]: https://github.com/galtzo-floss/flag_shih_tzu/releases/tag/v1.0.2
|
|
329
400
|
[1.0.1]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.0...v1.0.1
|
data/LICENSE.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This project is made available under the following license.
|
|
4
4
|
Choose the option that best fits your use case:
|
|
5
5
|
|
|
6
|
-
- [MIT](MIT.md)
|
|
6
|
+
- [MIT](https://github.com/galtzo-floss/flag_shih_tzu/blob/main/MIT.md)
|
|
7
7
|
|
|
8
8
|
## Copyright Notice
|
|
9
9
|
|
|
@@ -30,7 +30,6 @@ Choose the option that best fits your use case:
|
|
|
30
30
|
- Copyright (c) 2017 shiro16
|
|
31
31
|
- Copyright (c) 2018 Peter Boling
|
|
32
32
|
- Copyright (c) 2018 xpol
|
|
33
|
-
- Copyright (c) 2018 Yusuke Ebihara
|
|
34
33
|
- Copyright (c) 2019 Amy Martin
|
|
35
34
|
- Copyright (c) 2025 Annibelle Boling
|
|
36
35
|
- Copyright (c) 2025 horiken
|
data/README.md
CHANGED
|
@@ -67,13 +67,13 @@ What is a ["Shih Tzu"](http://en.wikipedia.org/wiki/Shih_Tzu)?
|
|
|
67
67
|
|
|
68
68
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
69
69
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
70
|
-
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
71
|
-
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
|
|
72
|
-
| Works with MRI Ruby 4 | [![Ruby
|
|
70
|
+
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
71
|
+
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
72
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
73
73
|
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
74
74
|
| Works with MRI Ruby 2 | [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
|
|
75
|
-
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
76
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on
|
|
75
|
+
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
76
|
+
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on GitHub.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
77
77
|
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
|
|
78
78
|
| Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
|
|
79
79
|
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
|
|
@@ -88,9 +88,25 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
|
88
88
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
89
89
|
not practical for the current toolchain.
|
|
90
90
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
91
|
+
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
|
|
92
|
+
|
|
93
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
94
|
+
|
|
95
|
+
<details markdown="1">
|
|
96
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
97
|
+
|
|
98
|
+
| Gem | Source | Role | Daily download rank |
|
|
99
|
+
|-----|--------|------|---------------------|
|
|
100
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
101
|
+
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
102
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://bestgems.org/gems/kettle-dev) |
|
|
103
|
+
| [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://bestgems.org/gems/kettle-jem) |
|
|
104
|
+
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://bestgems.org/gems/kettle-soup-cover) |
|
|
105
|
+
| [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://bestgems.org/gems/kettle-test) |
|
|
106
|
+
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://bestgems.org/gems/rubocop-lts) |
|
|
107
|
+
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://bestgems.org/gems/turbo_tests2) |
|
|
108
|
+
|
|
109
|
+
</details>
|
|
94
110
|
|
|
95
111
|
### Federated DVCS
|
|
96
112
|
|
|
@@ -706,9 +722,8 @@ For appraisal-specific checks, run through Appraisal with
|
|
|
706
722
|
BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal kja-ar-8-0-r3 bundle exec kettle-test
|
|
707
723
|
```
|
|
708
724
|
|
|
709
|
-
Older development workflows
|
|
710
|
-
|
|
711
|
-
templated CI path is now the Appraisal/RSpec flow.
|
|
725
|
+
Older RVM-based development workflows have been removed. The templated CI path
|
|
726
|
+
is now the Appraisal/RSpec flow.
|
|
712
727
|
|
|
713
728
|
## 👥 Authors
|
|
714
729
|
|
|
@@ -823,7 +838,7 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
|
|
|
823
838
|
No sponsors yet. Be the first!
|
|
824
839
|
<!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
|
|
825
840
|
|
|
826
|
-
[kettle-readme-backers]: https://github.com/galtzo-floss/flag_shih_tzu/blob/main/
|
|
841
|
+
[kettle-readme-backers]: https://github.com/galtzo-floss/flag_shih_tzu/blob/main/bin/kettle-readme-backers
|
|
827
842
|
|
|
828
843
|
### Another way to support open-source
|
|
829
844
|
|
|
@@ -835,7 +850,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
835
850
|
|
|
836
851
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
837
852
|
|
|
838
|
-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
853
|
+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
839
854
|
|
|
840
855
|
## 🔐 Security
|
|
841
856
|
|
|
@@ -881,7 +896,7 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
881
896
|
|
|
882
897
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/flag_shih_tzu/-/graphs/main][🚎contributors-gl]
|
|
883
898
|
|
|
884
|
-
<details>
|
|
899
|
+
<details markdown="1">
|
|
885
900
|
<summary>⭐️ Star History</summary>
|
|
886
901
|
|
|
887
902
|
<a href="https://star-history.com/galtzo-floss/flag_shih_tzu&Date">
|
|
@@ -923,7 +938,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
923
938
|
## 📄 License
|
|
924
939
|
|
|
925
940
|
The gem is available as open source under the terms of
|
|
926
|
-
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
941
|
+
the [MIT](https://github.com/galtzo-floss/flag_shih_tzu/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
927
942
|
|
|
928
943
|
### © Copyright
|
|
929
944
|
|
|
@@ -955,7 +970,6 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
955
970
|
- Copyright (c) 2017 shiro16
|
|
956
971
|
- Copyright (c) 2018 Peter Boling
|
|
957
972
|
- Copyright (c) 2018 xpol
|
|
958
|
-
- Copyright (c) 2018 Yusuke Ebihara
|
|
959
973
|
- Copyright (c) 2019 Amy Martin
|
|
960
974
|
- Copyright (c) 2025 Annibelle Boling
|
|
961
975
|
- Copyright (c) 2025 horiken
|
|
@@ -1002,12 +1016,8 @@ Thanks for RTFM. ☺️
|
|
|
1002
1016
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
1003
1017
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
1004
1018
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
1005
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
1006
|
-
[🖇polar]: https://polar.sh/pboling
|
|
1007
1019
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
1008
1020
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
1009
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
1010
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
1011
1021
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
1012
1022
|
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
|
1013
1023
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -1020,6 +1030,8 @@ Thanks for RTFM. ☺️
|
|
|
1020
1030
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
1021
1031
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
1022
1032
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
1033
|
+
[✉️ruby-forum-img]: https://img.shields.io/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
1034
|
+
[✉️ruby-forum]: https://www.rubyforum.org/c/help/8
|
|
1023
1035
|
|
|
1024
1036
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
1025
1037
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/flag_shih_tzu
|
|
@@ -1065,7 +1077,7 @@ Thanks for RTFM. ☺️
|
|
|
1065
1077
|
[📜src-gl]: https://gitlab.com/galtzo-floss/flag_shih_tzu
|
|
1066
1078
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
1067
1079
|
[📜src-cb]: https://codeberg.org/galtzo-floss/flag_shih_tzu
|
|
1068
|
-
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=
|
|
1080
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
|
|
1069
1081
|
[📜src-gh]: https://github.com/galtzo-floss/flag_shih_tzu
|
|
1070
1082
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
1071
1083
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
@@ -1097,11 +1109,13 @@ Thanks for RTFM. ☺️
|
|
|
1097
1109
|
[🚎jruby-9.2-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/jruby-9.2.yml
|
|
1098
1110
|
[🚎jruby-9.3-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/jruby-9.3.yml
|
|
1099
1111
|
[🚎jruby-9.4-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/jruby-9.4.yml
|
|
1112
|
+
[🚎jruby-10.0-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/jruby-10.0.yml
|
|
1100
1113
|
[🚎truby-22.3-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/truffleruby-22.3.yml
|
|
1101
1114
|
[🚎truby-23.0-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/truffleruby-23.0.yml
|
|
1102
1115
|
[🚎truby-23.1-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/truffleruby-23.1.yml
|
|
1103
1116
|
[🚎truby-24.2-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/truffleruby-24.2.yml
|
|
1104
1117
|
[🚎truby-25.0-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/truffleruby-25.0.yml
|
|
1118
|
+
[🚎truby-33.0-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/truffleruby-33.0.yml
|
|
1105
1119
|
[🚎2-cov-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/coverage.yml
|
|
1106
1120
|
[🚎2-cov-wfi]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/coverage.yml/badge.svg
|
|
1107
1121
|
[🚎3-hd-wf]: https://github.com/galtzo-floss/flag_shih_tzu/actions/workflows/heads.yml
|
|
@@ -1131,7 +1145,6 @@ Thanks for RTFM. ☺️
|
|
|
1131
1145
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
1132
1146
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
1133
1147
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
1134
|
-
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
1135
1148
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
1136
1149
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
1137
1150
|
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
@@ -1139,10 +1152,13 @@ Thanks for RTFM. ☺️
|
|
|
1139
1152
|
[💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
1140
1153
|
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
1141
1154
|
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
1155
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
1142
1156
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
1157
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
1143
1158
|
[💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
1144
1159
|
[💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
1145
1160
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
1161
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
1146
1162
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
1147
1163
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
1148
1164
|
[🤝gh-issues]: https://github.com/galtzo-floss/flag_shih_tzu/issues
|
|
@@ -1176,7 +1192,7 @@ Thanks for RTFM. ☺️
|
|
|
1176
1192
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
1177
1193
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
1178
1194
|
[📄license]: LICENSE.md
|
|
1179
|
-
[📄license-ref]: MIT.md
|
|
1195
|
+
[📄license-ref]: https://github.com/galtzo-floss/flag_shih_tzu/blob/main/MIT.md
|
|
1180
1196
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
1181
1197
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
1182
1198
|
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
|
@@ -1200,7 +1216,7 @@ Thanks for RTFM. ☺️
|
|
|
1200
1216
|
| Package | flag_shih_tzu |
|
|
1201
1217
|
| Description | 🏁 Single and Multi-Bit Fields for ActiveRecord:<br>This gem lets you use a single integer column in an ActiveRecord model<br>to store a collection of boolean attributes (flags). Each flag can be used<br>almost in the same way you would use any boolean attribute on an<br>ActiveRecord object. Support for multi-bit fields, like tri-state or enums. |
|
|
1202
1218
|
| Homepage | https://github.com/galtzo-floss/flag_shih_tzu |
|
|
1203
|
-
| Source | https://github.com/galtzo-floss/flag_shih_tzu
|
|
1219
|
+
| Source | https://github.com/galtzo-floss/flag_shih_tzu |
|
|
1204
1220
|
| License | `MIT` |
|
|
1205
|
-
| Funding | https://github.com/sponsors/pboling, https://
|
|
1221
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/galtzo-floss, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/flag_shih_tzu, https://www.buymeacoffee.com/pboling |
|
|
1206
1222
|
<!-- kettle-jem:metadata:end -->
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flag_shih_tzu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
+
- Alto
|
|
8
|
+
- boosty
|
|
9
|
+
- ladislav.martincik
|
|
10
|
+
- pboling
|
|
11
|
+
- XING Engineering
|
|
12
|
+
- Joost Baaij
|
|
13
|
+
- Arturas Slajus
|
|
14
|
+
- Musy Bite
|
|
15
|
+
- Tim Liner
|
|
16
|
+
- David DIDIER
|
|
17
|
+
- Peter H. Boling
|
|
18
|
+
- Tatsuhiko Miyagawa
|
|
19
|
+
- Keith Pitty
|
|
20
|
+
- Peter M. Goldstein
|
|
21
|
+
- Alexander Tipugin
|
|
22
|
+
- Jonathan del Strother
|
|
23
|
+
- Ivan
|
|
24
|
+
- jfcaiceo
|
|
25
|
+
- Xinran Xiao
|
|
26
|
+
- shiro16
|
|
7
27
|
- Peter Boling
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
28
|
+
- xpol
|
|
29
|
+
- Yusuke Ebihara
|
|
30
|
+
- Amy Martin
|
|
31
|
+
- Annibelle Boling
|
|
32
|
+
- horiken
|
|
12
33
|
bindir: exe
|
|
13
34
|
cert_chain:
|
|
14
35
|
- |
|
|
@@ -50,7 +71,7 @@ dependencies:
|
|
|
50
71
|
version: '1.1'
|
|
51
72
|
- - ">="
|
|
52
73
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 1.1.
|
|
74
|
+
version: 1.1.14
|
|
54
75
|
type: :runtime
|
|
55
76
|
prerelease: false
|
|
56
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -60,27 +81,27 @@ dependencies:
|
|
|
60
81
|
version: '1.1'
|
|
61
82
|
- - ">="
|
|
62
83
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 1.1.
|
|
84
|
+
version: 1.1.14
|
|
64
85
|
- !ruby/object:Gem::Dependency
|
|
65
86
|
name: kettle-dev
|
|
66
87
|
requirement: !ruby/object:Gem::Requirement
|
|
67
88
|
requirements:
|
|
68
89
|
- - "~>"
|
|
69
90
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: '2.
|
|
91
|
+
version: '2.3'
|
|
71
92
|
- - ">="
|
|
72
93
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: 2.
|
|
94
|
+
version: 2.3.7
|
|
74
95
|
type: :development
|
|
75
96
|
prerelease: false
|
|
76
97
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
98
|
requirements:
|
|
78
99
|
- - "~>"
|
|
79
100
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '2.
|
|
101
|
+
version: '2.3'
|
|
81
102
|
- - ">="
|
|
82
103
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: 2.
|
|
104
|
+
version: 2.3.7
|
|
84
105
|
- !ruby/object:Gem::Dependency
|
|
85
106
|
name: bundler-audit
|
|
86
107
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -129,26 +150,46 @@ dependencies:
|
|
|
129
150
|
- - ">="
|
|
130
151
|
- !ruby/object:Gem::Version
|
|
131
152
|
version: 1.0.4
|
|
153
|
+
- !ruby/object:Gem::Dependency
|
|
154
|
+
name: anonymous_loader
|
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
|
156
|
+
requirements:
|
|
157
|
+
- - "~>"
|
|
158
|
+
- !ruby/object:Gem::Version
|
|
159
|
+
version: '0.1'
|
|
160
|
+
- - ">="
|
|
161
|
+
- !ruby/object:Gem::Version
|
|
162
|
+
version: 0.1.3
|
|
163
|
+
type: :development
|
|
164
|
+
prerelease: false
|
|
165
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
166
|
+
requirements:
|
|
167
|
+
- - "~>"
|
|
168
|
+
- !ruby/object:Gem::Version
|
|
169
|
+
version: '0.1'
|
|
170
|
+
- - ">="
|
|
171
|
+
- !ruby/object:Gem::Version
|
|
172
|
+
version: 0.1.3
|
|
132
173
|
- !ruby/object:Gem::Dependency
|
|
133
174
|
name: appraisal2
|
|
134
175
|
requirement: !ruby/object:Gem::Requirement
|
|
135
176
|
requirements:
|
|
136
177
|
- - "~>"
|
|
137
178
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: '3.
|
|
179
|
+
version: '3.2'
|
|
139
180
|
- - ">="
|
|
140
181
|
- !ruby/object:Gem::Version
|
|
141
|
-
version: 3.
|
|
182
|
+
version: 3.2.0
|
|
142
183
|
type: :development
|
|
143
184
|
prerelease: false
|
|
144
185
|
version_requirements: !ruby/object:Gem::Requirement
|
|
145
186
|
requirements:
|
|
146
187
|
- - "~>"
|
|
147
188
|
- !ruby/object:Gem::Version
|
|
148
|
-
version: '3.
|
|
189
|
+
version: '3.2'
|
|
149
190
|
- - ">="
|
|
150
191
|
- !ruby/object:Gem::Version
|
|
151
|
-
version: 3.
|
|
192
|
+
version: 3.2.0
|
|
152
193
|
- !ruby/object:Gem::Dependency
|
|
153
194
|
name: kettle-test
|
|
154
195
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -158,7 +199,7 @@ dependencies:
|
|
|
158
199
|
version: '2.0'
|
|
159
200
|
- - ">="
|
|
160
201
|
- !ruby/object:Gem::Version
|
|
161
|
-
version: 2.0.
|
|
202
|
+
version: 2.0.15
|
|
162
203
|
type: :development
|
|
163
204
|
prerelease: false
|
|
164
205
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -168,27 +209,27 @@ dependencies:
|
|
|
168
209
|
version: '2.0'
|
|
169
210
|
- - ">="
|
|
170
211
|
- !ruby/object:Gem::Version
|
|
171
|
-
version: 2.0.
|
|
212
|
+
version: 2.0.15
|
|
172
213
|
- !ruby/object:Gem::Dependency
|
|
173
214
|
name: turbo_tests2
|
|
174
215
|
requirement: !ruby/object:Gem::Requirement
|
|
175
216
|
requirements:
|
|
176
217
|
- - "~>"
|
|
177
218
|
- !ruby/object:Gem::Version
|
|
178
|
-
version: '3.
|
|
219
|
+
version: '3.2'
|
|
179
220
|
- - ">="
|
|
180
221
|
- !ruby/object:Gem::Version
|
|
181
|
-
version: 3.
|
|
222
|
+
version: 3.2.2
|
|
182
223
|
type: :development
|
|
183
224
|
prerelease: false
|
|
184
225
|
version_requirements: !ruby/object:Gem::Requirement
|
|
185
226
|
requirements:
|
|
186
227
|
- - "~>"
|
|
187
228
|
- !ruby/object:Gem::Version
|
|
188
|
-
version: '3.
|
|
229
|
+
version: '3.2'
|
|
189
230
|
- - ">="
|
|
190
231
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: 3.
|
|
232
|
+
version: 3.2.2
|
|
192
233
|
- !ruby/object:Gem::Dependency
|
|
193
234
|
name: ruby-progressbar
|
|
194
235
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -212,7 +253,7 @@ dependencies:
|
|
|
212
253
|
version: '1.0'
|
|
213
254
|
- - ">="
|
|
214
255
|
- !ruby/object:Gem::Version
|
|
215
|
-
version: 1.0.
|
|
256
|
+
version: 1.0.7
|
|
216
257
|
type: :development
|
|
217
258
|
prerelease: false
|
|
218
259
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -222,7 +263,7 @@ dependencies:
|
|
|
222
263
|
version: '1.0'
|
|
223
264
|
- - ">="
|
|
224
265
|
- !ruby/object:Gem::Version
|
|
225
|
-
version: 1.0.
|
|
266
|
+
version: 1.0.7
|
|
226
267
|
- !ruby/object:Gem::Dependency
|
|
227
268
|
name: gitmoji-regex
|
|
228
269
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -232,7 +273,7 @@ dependencies:
|
|
|
232
273
|
version: '2.0'
|
|
233
274
|
- - ">="
|
|
234
275
|
- !ruby/object:Gem::Version
|
|
235
|
-
version: 2.0.
|
|
276
|
+
version: 2.0.6
|
|
236
277
|
type: :development
|
|
237
278
|
prerelease: false
|
|
238
279
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -242,7 +283,7 @@ dependencies:
|
|
|
242
283
|
version: '2.0'
|
|
243
284
|
- - ">="
|
|
244
285
|
- !ruby/object:Gem::Version
|
|
245
|
-
version: 2.0.
|
|
286
|
+
version: 2.0.6
|
|
246
287
|
description: "\U0001F3C1 Single and Multi-Bit Fields for ActiveRecord:\nThis gem lets
|
|
247
288
|
you use a single integer column in an ActiveRecord model\nto store a collection
|
|
248
289
|
of boolean attributes (flags). Each flag can be used\nalmost in the same way you
|
|
@@ -252,40 +293,24 @@ email:
|
|
|
252
293
|
- floss@galtzo.com
|
|
253
294
|
executables: []
|
|
254
295
|
extensions: []
|
|
255
|
-
extra_rdoc_files:
|
|
256
|
-
- CHANGELOG.md
|
|
257
|
-
- CITATION.cff
|
|
258
|
-
- CODE_OF_CONDUCT.md
|
|
259
|
-
- CONTRIBUTING.md
|
|
260
|
-
- FUNDING.md
|
|
261
|
-
- LICENSE.md
|
|
262
|
-
- README.md
|
|
263
|
-
- RUBOCOP.md
|
|
264
|
-
- SECURITY.md
|
|
296
|
+
extra_rdoc_files: []
|
|
265
297
|
files:
|
|
266
298
|
- CHANGELOG.md
|
|
267
|
-
- CITATION.cff
|
|
268
|
-
- CODE_OF_CONDUCT.md
|
|
269
|
-
- CONTRIBUTING.md
|
|
270
|
-
- FUNDING.md
|
|
271
299
|
- LICENSE.md
|
|
272
300
|
- README.md
|
|
273
|
-
- RUBOCOP.md
|
|
274
|
-
- SECURITY.md
|
|
275
|
-
- certs/pboling.pem
|
|
276
301
|
- lib/flag_shih_tzu.rb
|
|
277
302
|
- lib/flag_shih_tzu/validators.rb
|
|
278
303
|
- lib/flag_shih_tzu/version.rb
|
|
279
|
-
- sig/flag_shih_tzu
|
|
304
|
+
- sig/flag_shih_tzu.rbs
|
|
280
305
|
homepage: https://github.com/galtzo-floss/flag_shih_tzu
|
|
281
306
|
licenses:
|
|
282
307
|
- MIT
|
|
283
308
|
metadata:
|
|
284
309
|
homepage_uri: https://flag-shih-tzu.galtzo.com
|
|
285
|
-
source_code_uri: https://github.com/galtzo-floss/flag_shih_tzu/tree/v1.0.
|
|
286
|
-
changelog_uri: https://github.com/galtzo-floss/flag_shih_tzu/blob/v1.0.
|
|
310
|
+
source_code_uri: https://github.com/galtzo-floss/flag_shih_tzu/tree/v1.0.4
|
|
311
|
+
changelog_uri: https://github.com/galtzo-floss/flag_shih_tzu/blob/v1.0.4/CHANGELOG.md
|
|
287
312
|
bug_tracker_uri: https://github.com/galtzo-floss/flag_shih_tzu/issues
|
|
288
|
-
documentation_uri: https://www.rubydoc.info/gems/flag_shih_tzu/1.0.
|
|
313
|
+
documentation_uri: https://www.rubydoc.info/gems/flag_shih_tzu/1.0.4
|
|
289
314
|
funding_uri: https://github.com/sponsors/pboling
|
|
290
315
|
wiki_uri: https://github.com/galtzo-floss/flag_shih_tzu/wiki
|
|
291
316
|
news_uri: https://www.railsbling.com/tags/flag_shih_tzu
|
|
@@ -314,7 +339,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
314
339
|
- !ruby/object:Gem::Version
|
|
315
340
|
version: '0'
|
|
316
341
|
requirements: []
|
|
317
|
-
rubygems_version: 4.0.
|
|
342
|
+
rubygems_version: 4.0.17
|
|
318
343
|
specification_version: 4
|
|
319
344
|
summary: "\U0001F3C1 Single and Multi Bit Fields for ActiveRecord"
|
|
320
345
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/CITATION.cff
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
cff-version: 1.2.0
|
|
2
|
-
title: "flag_shih_tzu"
|
|
3
|
-
message: >-
|
|
4
|
-
If you use this work and you want to cite it,
|
|
5
|
-
then you can use the metadata from this file.
|
|
6
|
-
type: software
|
|
7
|
-
authors:
|
|
8
|
-
- given-names: "Peter H."
|
|
9
|
-
family-names: "Boling"
|
|
10
|
-
email: "floss@galtzo.com"
|
|
11
|
-
affiliation: "galtzo.com"
|
|
12
|
-
orcid: 'https://orcid.org/0009-0008-8519-441X'
|
|
13
|
-
identifiers:
|
|
14
|
-
- type: url
|
|
15
|
-
value: 'https://github.com/galtzo-floss/flag_shih_tzu'
|
|
16
|
-
description: "flag_shih_tzu"
|
|
17
|
-
repository-code: 'https://github.com/galtzo-floss/flag_shih_tzu'
|
|
18
|
-
abstract: >-
|
|
19
|
-
flag_shih_tzu
|
|
20
|
-
license: See license file
|
data/CODE_OF_CONDUCT.md
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
|
2
|
-
|
|
3
|
-
## Our Pledge
|
|
4
|
-
|
|
5
|
-
We as members, contributors, and leaders pledge to make participation in our
|
|
6
|
-
community a harassment-free experience for everyone, regardless of age, body
|
|
7
|
-
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
|
8
|
-
identity and expression, level of experience, education, socio-economic status,
|
|
9
|
-
nationality, personal appearance, race, caste, color, religion, or sexual
|
|
10
|
-
identity and orientation.
|
|
11
|
-
|
|
12
|
-
We pledge to act and interact in ways that contribute to an open, welcoming,
|
|
13
|
-
diverse, inclusive, and healthy community.
|
|
14
|
-
|
|
15
|
-
## Our Standards
|
|
16
|
-
|
|
17
|
-
Examples of behavior that contributes to a positive environment for our
|
|
18
|
-
community include:
|
|
19
|
-
|
|
20
|
-
* Demonstrating empathy and kindness toward other people
|
|
21
|
-
* Being respectful of differing opinions, viewpoints, and experiences
|
|
22
|
-
* Giving and gracefully accepting constructive feedback
|
|
23
|
-
* Accepting responsibility and apologizing to those affected by our mistakes,
|
|
24
|
-
and learning from the experience
|
|
25
|
-
* Focusing on what is best not just for us as individuals, but for the overall
|
|
26
|
-
community
|
|
27
|
-
|
|
28
|
-
Examples of unacceptable behavior include:
|
|
29
|
-
|
|
30
|
-
* The use of sexualized language or imagery, and sexual attention or advances of
|
|
31
|
-
any kind
|
|
32
|
-
* Trolling, insulting or derogatory comments, and personal or political attacks
|
|
33
|
-
* Public or private harassment
|
|
34
|
-
* Publishing others' private information, such as a physical or email address,
|
|
35
|
-
without their explicit permission
|
|
36
|
-
* Other conduct which could reasonably be considered inappropriate in a
|
|
37
|
-
professional setting
|
|
38
|
-
|
|
39
|
-
## Enforcement Responsibilities
|
|
40
|
-
|
|
41
|
-
Community leaders are responsible for clarifying and enforcing our standards of
|
|
42
|
-
acceptable behavior and will take appropriate and fair corrective action in
|
|
43
|
-
response to any behavior that they deem inappropriate, threatening, offensive,
|
|
44
|
-
or harmful.
|
|
45
|
-
|
|
46
|
-
Community leaders have the right and responsibility to remove, edit, or reject
|
|
47
|
-
comments, commits, code, wiki edits, issues, and other contributions that are
|
|
48
|
-
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
|
49
|
-
decisions when appropriate.
|
|
50
|
-
|
|
51
|
-
## Scope
|
|
52
|
-
|
|
53
|
-
This Code of Conduct applies within all community spaces, and also applies when
|
|
54
|
-
an individual is officially representing the community in public spaces.
|
|
55
|
-
Examples of representing our community include using an official email address,
|
|
56
|
-
posting via an official social media account, or acting as an appointed
|
|
57
|
-
representative at an online or offline event.
|
|
58
|
-
|
|
59
|
-
## Enforcement
|
|
60
|
-
|
|
61
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
62
|
-
reported to the community leaders responsible for enforcement at
|
|
63
|
-
[![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact].
|
|
64
|
-
All complaints will be reviewed and investigated promptly and fairly.
|
|
65
|
-
|
|
66
|
-
All community leaders are obligated to respect the privacy and security of the
|
|
67
|
-
reporter of any incident.
|
|
68
|
-
|
|
69
|
-
## Enforcement Guidelines
|
|
70
|
-
|
|
71
|
-
Community leaders will follow these Community Impact Guidelines in determining
|
|
72
|
-
the consequences for any action they deem in violation of this Code of Conduct:
|
|
73
|
-
|
|
74
|
-
### 1. Correction
|
|
75
|
-
|
|
76
|
-
**Community Impact**: Use of inappropriate language or other behavior deemed
|
|
77
|
-
unprofessional or unwelcome in the community.
|
|
78
|
-
|
|
79
|
-
**Consequence**: A private, written warning from community leaders, providing
|
|
80
|
-
clarity around the nature of the violation and an explanation of why the
|
|
81
|
-
behavior was inappropriate. A public apology may be requested.
|
|
82
|
-
|
|
83
|
-
### 2. Warning
|
|
84
|
-
|
|
85
|
-
**Community Impact**: A violation through a single incident or series of
|
|
86
|
-
actions.
|
|
87
|
-
|
|
88
|
-
**Consequence**: A warning with consequences for continued behavior. No
|
|
89
|
-
interaction with the people involved, including unsolicited interaction with
|
|
90
|
-
those enforcing the Code of Conduct, for a specified period of time. This
|
|
91
|
-
includes avoiding interactions in community spaces as well as external channels
|
|
92
|
-
like social media. Violating these terms may lead to a temporary or permanent
|
|
93
|
-
ban.
|
|
94
|
-
|
|
95
|
-
### 3. Temporary Ban
|
|
96
|
-
|
|
97
|
-
**Community Impact**: A serious violation of community standards, including
|
|
98
|
-
sustained inappropriate behavior.
|
|
99
|
-
|
|
100
|
-
**Consequence**: A temporary ban from any sort of interaction or public
|
|
101
|
-
communication with the community for a specified period of time. No public or
|
|
102
|
-
private interaction with the people involved, including unsolicited interaction
|
|
103
|
-
with those enforcing the Code of Conduct, is allowed during this period.
|
|
104
|
-
Violating these terms may lead to a permanent ban.
|
|
105
|
-
|
|
106
|
-
### 4. Permanent Ban
|
|
107
|
-
|
|
108
|
-
**Community Impact**: Demonstrating a pattern of violation of community
|
|
109
|
-
standards, including sustained inappropriate behavior, harassment of an
|
|
110
|
-
individual, or aggression toward or disparagement of classes of individuals.
|
|
111
|
-
|
|
112
|
-
**Consequence**: A permanent ban from any sort of public interaction within the
|
|
113
|
-
community.
|
|
114
|
-
|
|
115
|
-
## Attribution
|
|
116
|
-
|
|
117
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
|
118
|
-
version 2.1, available at
|
|
119
|
-
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
|
|
120
|
-
|
|
121
|
-
Community Impact Guidelines were inspired by
|
|
122
|
-
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
|
|
123
|
-
|
|
124
|
-
For answers to common questions about this code of conduct, see the FAQ at
|
|
125
|
-
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
|
|
126
|
-
[https://www.contributor-covenant.org/translations][translations].
|
|
127
|
-
|
|
128
|
-
[homepage]: https://www.contributor-covenant.org
|
|
129
|
-
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
|
130
|
-
[Mozilla CoC]: https://github.com/mozilla/diversity
|
|
131
|
-
[FAQ]: https://www.contributor-covenant.org/faq
|
|
132
|
-
[translations]: https://www.contributor-covenant.org/translations
|
|
133
|
-
[🚂maint-contact]: http://www.railsbling.com/contact
|
|
134
|
-
[🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
|
data/CONTRIBUTING.md
DELETED
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
# Contributing
|
|
2
|
-
|
|
3
|
-
Bug reports and pull requests are welcome on [CodeBerg][📜src-cb], [GitLab][📜src-gl], or [GitHub][📜src-gh].
|
|
4
|
-
This project should be a safe, welcoming space for collaboration, so contributors agree to adhere to
|
|
5
|
-
the [code of conduct][🤝conduct].
|
|
6
|
-
|
|
7
|
-
To submit a patch, please fork the project, create a patch with tests, and send a pull request.
|
|
8
|
-
|
|
9
|
-
Remember to [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] if you make changes.
|
|
10
|
-
|
|
11
|
-
## Developer Certificate of Origin
|
|
12
|
-
|
|
13
|
-
In order to protect users of this project, we require all contributors to comply with the
|
|
14
|
-
[Developer Certificate of Origin](https://developercertificate.org/).
|
|
15
|
-
This ensures that all contributions are properly licensed and attributed.
|
|
16
|
-
|
|
17
|
-
## Help out!
|
|
18
|
-
|
|
19
|
-
Take a look at the open issues and pull requests, or use the gem and find something to improve.
|
|
20
|
-
|
|
21
|
-
Follow these instructions:
|
|
22
|
-
|
|
23
|
-
1. Join the Discord: [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]
|
|
24
|
-
2. Fork the repository
|
|
25
|
-
3. Create your feature branch (`git checkout -b my-new-feature`)
|
|
26
|
-
4. Make some fixes.
|
|
27
|
-
5. Commit your changes (`git commit -am 'Added some feature'`)
|
|
28
|
-
6. Push to the branch (`git push origin my-new-feature`)
|
|
29
|
-
7. Make sure to add tests for it. This is important, so it doesn't break in a future release.
|
|
30
|
-
8. Create new Pull Request.
|
|
31
|
-
9. Announce it in the channel for this org in the [Discord][✉️discord-invite]!
|
|
32
|
-
|
|
33
|
-
## Executables vs Rake tasks
|
|
34
|
-
|
|
35
|
-
Executables shipped by dependencies, such as kettle-dev, and stone_checksums, are available
|
|
36
|
-
after running `bin/setup`. These include:
|
|
37
|
-
|
|
38
|
-
- gem_checksums
|
|
39
|
-
- kettle-changelog
|
|
40
|
-
- kettle-commit-msg
|
|
41
|
-
- kettle-dev-setup
|
|
42
|
-
- kettle-dvcs
|
|
43
|
-
- kettle-pre-release
|
|
44
|
-
- kettle-readme-backers
|
|
45
|
-
- kettle-release
|
|
46
|
-
|
|
47
|
-
There are many Rake tasks available as well. You can see them by running:
|
|
48
|
-
|
|
49
|
-
```shell
|
|
50
|
-
bin/rake -T
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
## Code quality checks
|
|
54
|
-
|
|
55
|
-
Run the Reek task when you want a smell check that fails on current findings:
|
|
56
|
-
|
|
57
|
-
```shell
|
|
58
|
-
bin/rake reek
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
Refresh the checked-in `REEK` backlog through the rake task, not by redirecting
|
|
62
|
-
the raw `reek` executable output. The rake task uses the project bundle and
|
|
63
|
-
avoids stale generated binstubs shadowing the Reek gem executable:
|
|
64
|
-
|
|
65
|
-
```shell
|
|
66
|
-
bin/rake reek:update
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
## Environment Variables for Local Development
|
|
70
|
-
|
|
71
|
-
Below are the primary environment variables recognized by stone_checksums (and its integrated tools). Unless otherwise noted, set boolean values to the string "true" to enable.
|
|
72
|
-
|
|
73
|
-
General/runtime
|
|
74
|
-
- DEBUG: Enable extra internal logging for this library (default: false)
|
|
75
|
-
- REQUIRE_BENCH: Enable `require_bench` to profile requires (default: false)
|
|
76
|
-
- CI: When set to true, adjusts default rake tasks toward CI behavior
|
|
77
|
-
|
|
78
|
-
Coverage (kettle-soup-cover / SimpleCov)
|
|
79
|
-
- K_SOUP_COV_DO: Enable coverage collection (default: true in `mise.toml`)
|
|
80
|
-
- K_SOUP_COV_FORMATTERS: Comma-separated list of formatters (html, xml, rcov, lcov, json, tty)
|
|
81
|
-
- K_SOUP_COV_MIN_LINE: Minimum line coverage threshold (integer, e.g., 100)
|
|
82
|
-
- K_SOUP_COV_MIN_BRANCH: Minimum branch coverage threshold (integer, e.g., 100)
|
|
83
|
-
- K_SOUP_COV_MIN_HARD: Fail the run if thresholds are not met (true/false)
|
|
84
|
-
- K_SOUP_COV_MULTI_FORMATTERS: Enable multiple formatters at once (true/false)
|
|
85
|
-
- K_SOUP_COV_OPEN_BIN: Path to browser opener for HTML (empty disables auto-open)
|
|
86
|
-
- MAX_ROWS: Limit console output rows for simplecov-console (e.g., 1)
|
|
87
|
-
Tip: When running a single spec file locally, you may want `K_SOUP_COV_MIN_HARD=false` to avoid failing thresholds for a partial run.
|
|
88
|
-
|
|
89
|
-
GitHub API and CI helpers
|
|
90
|
-
- GITHUB_TOKEN or GH_TOKEN: Token used by `ci:act` and release workflow checks to query GitHub Actions status at higher rate limits
|
|
91
|
-
|
|
92
|
-
Releasing and signing
|
|
93
|
-
- SKIP_GEM_SIGNING: If set, skip gem signing during build/release
|
|
94
|
-
- GEM_CERT_USER: Username for selecting your public cert in `certs/<USER>.pem` (defaults to $USER)
|
|
95
|
-
- SOURCE_DATE_EPOCH: Reproducible build timestamp.
|
|
96
|
-
- `kettle-release` will set this automatically for the session.
|
|
97
|
-
- Not needed on bundler >= 2.7.0, as reproducible builds have become the default.
|
|
98
|
-
|
|
99
|
-
Git hooks and commit message helpers (exe/kettle-commit-msg)
|
|
100
|
-
- GIT_HOOK_BRANCH_VALIDATE: Branch name validation mode (e.g., `jira`) or `false` to disable
|
|
101
|
-
- GIT_HOOK_FOOTER_APPEND: Append a footer to commit messages when goalie allows (true/false)
|
|
102
|
-
- GIT_HOOK_FOOTER_SENTINEL: Required when footer append is enabled — a unique first-line sentinel to prevent duplicates
|
|
103
|
-
- GIT_HOOK_FOOTER_APPEND_DEBUG: Extra debug output in the footer template (true/false)
|
|
104
|
-
|
|
105
|
-
Git diff driver setup
|
|
106
|
-
- Local setup writes repository `.gitattributes` entries and local Git `diff.smorg-*` command config so this checkout uses StructuredMerge semantic diffs.
|
|
107
|
-
- Global setup registers `diff.smorg-*` commands once in the user Git config; use it when you work across several StructuredMerge-enabled repositories.
|
|
108
|
-
- Include-file setup writes `.git/smorg/config` and includes it from local Git config, keeping command registrations out of the repository files.
|
|
109
|
-
- Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
|
|
110
|
-
|
|
111
|
-
```console
|
|
112
|
-
K_JEM_TEMPLATING=true bundle exec kettle-jem install
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
Troubleshooting Git diffs
|
|
116
|
-
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
117
|
-
- Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
|
|
118
|
-
- If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
|
|
119
|
-
- To remove managed local entries, run `K_JEM_TEMPLATING=true bundle exec kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
|
|
120
|
-
|
|
121
|
-
For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
|
|
122
|
-
|
|
123
|
-
## Appraisals
|
|
124
|
-
|
|
125
|
-
From time to time the [appraisal2][🚎appraisal2] gemfiles in `gemfiles/` will need to be updated.
|
|
126
|
-
Generated appraisal and CI workflow floors are controlled by `ruby.test_minimum`
|
|
127
|
-
in `.structuredmerge/kettle-jem.yml`; this project was templated with `ruby.test_minimum: 2.4`.
|
|
128
|
-
That value describes the lowest Ruby version expected to run the test/development
|
|
129
|
-
toolchain, and it may be higher than the gemspec runtime floor.
|
|
130
|
-
|
|
131
|
-
They are created and updated with the commands:
|
|
132
|
-
|
|
133
|
-
```console
|
|
134
|
-
bin/rake appraisal:update
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
If you need to reset all gemfiles/*.gemfile.lock files:
|
|
138
|
-
|
|
139
|
-
```console
|
|
140
|
-
bin/rake appraisal:reset
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
When adding an appraisal to CI, check the [runner tool cache][🏃♂️runner-tool-cache] to see which runner to use.
|
|
144
|
-
|
|
145
|
-
## Run Tests
|
|
146
|
-
|
|
147
|
-
Run tests via `kettle-test` (provided by `kettle-test`). It runs RSpec, writes the full log to
|
|
148
|
-
`tmp/kettle-test/rspec-TIMESTAMP.log`, and prints a compact highlight block with timing, seed,
|
|
149
|
-
pass/fail count, failing example list, and SimpleCov coverage percentages.
|
|
150
|
-
|
|
151
|
-
```console
|
|
152
|
-
bundle exec kettle-test
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
For targeted runs, disable the hard coverage threshold to avoid false failures:
|
|
156
|
-
|
|
157
|
-
```console
|
|
158
|
-
K_SOUP_COV_MIN_HARD=false bundle exec kettle-test spec/path/to/spec.rb
|
|
159
|
-
```
|
|
160
|
-
|
|
161
|
-
### Spec organization (required)
|
|
162
|
-
|
|
163
|
-
- One spec file per class/module. For each class or module under `lib/`, keep all of its unit tests in a single spec file under `spec/` that mirrors the path and file name exactly: `lib/flag_shih_tzu/my_class.rb` -> `spec/flag_shih_tzu/my_class_spec.rb`.
|
|
164
|
-
- Exception: Integration specs that intentionally span multiple classes. Place these under `spec/integration/` (or a clearly named integration folder), and do not directly mirror a single class. Name them after the scenario, not a class.
|
|
165
|
-
|
|
166
|
-
## Lint It
|
|
167
|
-
|
|
168
|
-
Run all the default tasks, which includes running the gradually autocorrecting linter, `rubocop-gradual`.
|
|
169
|
-
|
|
170
|
-
```console
|
|
171
|
-
bundle exec rake
|
|
172
|
-
```
|
|
173
|
-
|
|
174
|
-
Or just run the linter.
|
|
175
|
-
|
|
176
|
-
```console
|
|
177
|
-
bundle exec rake rubocop_gradual:autocorrect
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
For more detailed information about using RuboCop in this project, please see the [RUBOCOP.md](RUBOCOP.md) guide. This project uses `rubocop_gradual` instead of vanilla RuboCop, which requires specific commands for checking violations.
|
|
181
|
-
|
|
182
|
-
### Important: Do not add inline RuboCop disables
|
|
183
|
-
|
|
184
|
-
Never add `# rubocop:disable ...` / `# rubocop:enable ...` comments to code or specs (except when following the few existing `rubocop:disable` patterns for a rule already being disabled elsewhere in the code). Instead:
|
|
185
|
-
|
|
186
|
-
- Prefer configuration-based exclusions when a rule should not apply to certain paths or files (e.g., via `.rubocop.yml`).
|
|
187
|
-
- When a violation is temporary, and you plan to fix it later, record it in `.rubocop_gradual.lock` using the gradual workflow:
|
|
188
|
-
- `bundle exec rake rubocop_gradual:autocorrect` (preferred)
|
|
189
|
-
- `bundle exec rake rubocop_gradual:force_update` (only when you cannot fix the violations immediately)
|
|
190
|
-
|
|
191
|
-
As a general rule, fix style issues rather than ignoring them. For example, our specs should follow RSpec conventions like using `described_class` for the class under test.
|
|
192
|
-
|
|
193
|
-
## Contributors
|
|
194
|
-
|
|
195
|
-
Your picture could be here!
|
|
196
|
-
|
|
197
|
-
[![Contributors][🖐contributors-img]][🖐contributors]
|
|
198
|
-
|
|
199
|
-
Made with [contributors-img][🖐contrib-rocks].
|
|
200
|
-
|
|
201
|
-
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/flag_shih_tzu/-/graphs/main][🚎contributors-gl]
|
|
202
|
-
|
|
203
|
-
## For Maintainers
|
|
204
|
-
|
|
205
|
-
### One-time, Per-maintainer, Setup
|
|
206
|
-
|
|
207
|
-
**IMPORTANT**: To sign a build,
|
|
208
|
-
a public key for signing gems will need to be picked up by the line in the
|
|
209
|
-
`gemspec` defining the `spec.cert_chain` (check the relevant ENV variables there).
|
|
210
|
-
All releases are signed releases.
|
|
211
|
-
See: [RubyGems Security Guide][🔒️rubygems-security-guide]
|
|
212
|
-
|
|
213
|
-
NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in the environment.
|
|
214
|
-
|
|
215
|
-
### To release a new version:
|
|
216
|
-
|
|
217
|
-
#### Automated process
|
|
218
|
-
|
|
219
|
-
1. Update version.rb to contain the correct version-to-be-released.
|
|
220
|
-
2. Run `bundle exec kettle-changelog`.
|
|
221
|
-
3. Run `bundle exec kettle-release`.
|
|
222
|
-
4. Stay awake and monitor the release process for any errors, and answer any prompts.
|
|
223
|
-
|
|
224
|
-
#### Manual process
|
|
225
|
-
|
|
226
|
-
1. Run `bin/setup && bin/rake` as a "test, coverage, & linting" sanity check
|
|
227
|
-
2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
|
|
228
|
-
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
|
|
229
|
-
4. Run `bin/rake yard` to regenerate the docs site using the canonical docs task
|
|
230
|
-
5. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
|
|
231
|
-
6. Run `git push` to trigger the final CI pipeline before release, and merge PRs
|
|
232
|
-
- NOTE: Remember to [check the build][🧪build].
|
|
233
|
-
7. Run `export GIT_TRUNK_BRANCH_NAME="$(git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5)" && echo $GIT_TRUNK_BRANCH_NAME`
|
|
234
|
-
8. Run `git checkout $GIT_TRUNK_BRANCH_NAME`
|
|
235
|
-
9. Run `git pull origin $GIT_TRUNK_BRANCH_NAME` to ensure latest trunk code
|
|
236
|
-
10. Optional for older Bundler (< 2.7.0): Set `SOURCE_DATE_EPOCH` so `rake build` and `rake release` use the same timestamp and generate the same checksums
|
|
237
|
-
- If your Bundler is >= 2.7.0, you can skip this; builds are reproducible by default.
|
|
238
|
-
- Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
|
|
239
|
-
- If the echo above has no output, then it didn't work.
|
|
240
|
-
- Note: `zsh/datetime` module is needed, if running `zsh`.
|
|
241
|
-
- In older versions of `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
|
|
242
|
-
11. Run `bundle exec rake build`
|
|
243
|
-
12. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr], [2][🔒️rubygems-guides-pr])
|
|
244
|
-
to create SHA-256 and SHA-512 checksums. This functionality is provided by the `stone_checksums`
|
|
245
|
-
[gem][💎stone_checksums].
|
|
246
|
-
- The script automatically commits but does not push the checksums
|
|
247
|
-
13. Sanity check the SHA256, comparing with the output from the `bin/gem_checksums` command:
|
|
248
|
-
- `sha256sum pkg/<gem name>-<version>.gem`
|
|
249
|
-
14. Run `bundle exec rake release` which will create a git tag for the version,
|
|
250
|
-
push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
|
|
251
|
-
|
|
252
|
-
[📜src-gl]: https://gitlab.com/galtzo-floss/flag_shih_tzu
|
|
253
|
-
[📜src-cb]: https://codeberg.org/galtzo-floss/flag_shih_tzu
|
|
254
|
-
[📜src-gh]: https://github.com/galtzo-floss/flag_shih_tzu
|
|
255
|
-
[🧪build]: https://github.com/galtzo-floss/flag_shih_tzu/actions
|
|
256
|
-
[🤝conduct]: https://github.com/galtzo-floss/flag_shih_tzu/blob/main/CODE_OF_CONDUCT.md
|
|
257
|
-
[🖐contrib-rocks]: https://contrib.rocks
|
|
258
|
-
[🖐contributors]: https://github.com/galtzo-floss/flag_shih_tzu/graphs/contributors
|
|
259
|
-
[🚎contributors-gl]: https://gitlab.com/galtzo-floss/flag_shih_tzu/-/graphs/main
|
|
260
|
-
[🖐contributors-img]: https://contrib.rocks/image?repo=galtzo-floss/flag_shih_tzu
|
|
261
|
-
[💎gem-coop]: https://gem.coop
|
|
262
|
-
[🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
|
|
263
|
-
[🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
|
|
264
|
-
[🔒️rubygems-guides-pr]: https://github.com/rubygems/guides/pull/325
|
|
265
|
-
[💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
|
|
266
|
-
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
267
|
-
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
|
268
|
-
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
269
|
-
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
270
|
-
[🚎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
271
|
-
[🏃♂️runner-tool-cache]: https://github.com/ruby/ruby-builder/releases/tag/toolcache
|
|
272
|
-
[✉️discord-invite]: https://discord.gg/3qme4XHNKN
|
data/FUNDING.md
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<!-- RELEASE-NOTES-FOOTER-START -->
|
|
2
|
-
|
|
3
|
-
Official Discord 👉️ [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]
|
|
4
|
-
|
|
5
|
-
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
|
|
6
|
-
|
|
7
|
-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
8
|
-
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
|
|
10
|
-
|
|
11
|
-
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
|
-
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
13
|
-
[🖇osc-backers]: https://opencollective.com/galtzo-floss#backer
|
|
14
|
-
[🖇osc-backers-i]: https://opencollective.com/galtzo-floss/backers/badge.svg?style=flat
|
|
15
|
-
[🖇osc-sponsors]: https://opencollective.com/galtzo-floss#sponsor
|
|
16
|
-
[🖇osc-sponsors-i]: https://opencollective.com/galtzo-floss/sponsors/badge.svg?style=flat
|
|
17
|
-
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
|
-
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
|
-
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
|
-
[🖇kofi]: https://ko-fi.com/pboling
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
25
|
-
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
|
-
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
|
-
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
|
28
|
-
[🖇paypal]: https://www.paypal.com/paypalme/peterboling
|
|
29
|
-
[✉️discord-invite]: https://discord.gg/3qme4XHNKN
|
|
30
|
-
[✉️discord-invite-img]: https://img.shields.io/discord/1373797679469170758?style=flat
|
|
31
|
-
|
|
32
|
-
<!-- RELEASE-NOTES-FOOTER-END -->
|
|
33
|
-
|
|
34
|
-
# 🤑 A request for help
|
|
35
|
-
|
|
36
|
-
Maintainers have teeth and need to pay their dentists.
|
|
37
|
-
After getting laid off in an RIF in March, and encountering difficulty finding a new one,
|
|
38
|
-
I began spending most of my time building open source tools.
|
|
39
|
-
I'm hoping to be able to pay for my kids' health insurance this month,
|
|
40
|
-
so if you value the work I am doing, I need your support.
|
|
41
|
-
Please consider sponsoring me or the project.
|
|
42
|
-
|
|
43
|
-
To join the community or get help 👇️ Join the Discord.
|
|
44
|
-
|
|
45
|
-
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
46
|
-
|
|
47
|
-
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
48
|
-
|
|
49
|
-
[![Sponsor galtzo-floss/flag_shih_tzu on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
50
|
-
|
|
51
|
-
# Another Way to Support Open Source Software
|
|
52
|
-
|
|
53
|
-
I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈 cats).
|
|
54
|
-
|
|
55
|
-
If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in `bundle fund`.
|
|
56
|
-
|
|
57
|
-
I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed to empower open-source developers like myself to get paid for the work we do, in a sustainable way. Please give it a look.
|
|
58
|
-
|
|
59
|
-
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
60
|
-
|
|
61
|
-
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
62
|
-
[🖇osc-all-img]: https://img.shields.io/opencollective/all/galtzo-floss
|
|
63
|
-
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss
|
|
64
|
-
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/galtzo-floss
|
|
65
|
-
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/galtzo-floss?style=for-the-badge
|
|
66
|
-
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss?style=for-the-badge
|
|
67
|
-
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/galtzo-floss?style=for-the-badge
|
|
68
|
-
[🖇osc]: https://opencollective.com/galtzo-floss
|
|
69
|
-
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
70
|
-
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
|
71
|
-
[🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
|
|
72
|
-
[🖇floss-funding.dev]: https://floss-funding.dev
|
|
73
|
-
[🖇floss-funding-gem]: https://github.com/galtzo-floss/floss_funding
|
|
74
|
-
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge
|
data/RUBOCOP.md
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
# RuboCop Usage Guide
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
A tale of two RuboCop plugin gems.
|
|
6
|
-
|
|
7
|
-
### RuboCop Gradual
|
|
8
|
-
|
|
9
|
-
This project uses `rubocop_gradual` instead of vanilla RuboCop for code style checking. The `rubocop_gradual` tool allows for gradual adoption of RuboCop rules by tracking violations in a lock file.
|
|
10
|
-
|
|
11
|
-
### RuboCop LTS
|
|
12
|
-
|
|
13
|
-
This project uses `rubocop-lts` to ensure, on a best-effort basis, compatibility with Ruby >= 1.9.2.
|
|
14
|
-
RuboCop rules are meticulously configured by the `rubocop-lts` family of gems to ensure that a project is compatible with a specific version of Ruby. See: https://rubocop-lts.gitlab.io for more.
|
|
15
|
-
|
|
16
|
-
## Checking RuboCop Violations
|
|
17
|
-
|
|
18
|
-
To check for RuboCop violations in this project, always use:
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
bundle exec rake rubocop_gradual:check
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
**Do not use** the standard RuboCop commands like:
|
|
25
|
-
- `bundle exec rubocop`
|
|
26
|
-
- `rubocop`
|
|
27
|
-
|
|
28
|
-
## Understanding the Lock File
|
|
29
|
-
|
|
30
|
-
The `.rubocop_gradual.lock` file tracks all current RuboCop violations in the project. This allows the team to:
|
|
31
|
-
|
|
32
|
-
1. Prevent new violations while gradually fixing existing ones
|
|
33
|
-
2. Track progress on code style improvements
|
|
34
|
-
3. Ensure CI builds don't fail due to pre-existing violations
|
|
35
|
-
|
|
36
|
-
## Common Commands
|
|
37
|
-
|
|
38
|
-
- **Check violations**
|
|
39
|
-
- `bundle exec rake rubocop_gradual`
|
|
40
|
-
- `bundle exec rake rubocop_gradual:check`
|
|
41
|
-
- **(Safe) Autocorrect violations, and update lockfile if no new violations**
|
|
42
|
-
- `bundle exec rake rubocop_gradual:autocorrect`
|
|
43
|
-
- **Force update the lock file (w/o autocorrect) to match violations present in code**
|
|
44
|
-
- `bundle exec rake rubocop_gradual:force_update`
|
|
45
|
-
|
|
46
|
-
## Workflow
|
|
47
|
-
|
|
48
|
-
1. Before submitting a PR, run `bundle exec rake rubocop_gradual:autocorrect`
|
|
49
|
-
a. or just the default `bundle exec rake`, as autocorrection is a pre-requisite of the default task.
|
|
50
|
-
2. If there are new violations, either:
|
|
51
|
-
- Fix them in your code
|
|
52
|
-
- Run `bundle exec rake rubocop_gradual:force_update` to update the lock file (only for violations you can't fix immediately)
|
|
53
|
-
3. Commit the updated `.rubocop_gradual.lock` file along with your changes
|
|
54
|
-
|
|
55
|
-
## Never add inline RuboCop disables
|
|
56
|
-
|
|
57
|
-
Do not add inline `rubocop:disable` / `rubocop:enable` comments anywhere in the codebase (including specs, except when following the few existing `rubocop:disable` patterns for a rule already being disabled elsewhere in the code). We handle exceptions in two supported ways:
|
|
58
|
-
|
|
59
|
-
- Permanent/structural exceptions: prefer adjusting the RuboCop configuration (e.g., in `.rubocop.yml`) to exclude a rule for a path or file pattern when it makes sense project-wide.
|
|
60
|
-
- Temporary exceptions while improving code: record the current violations in `.rubocop_gradual.lock` via the gradual workflow:
|
|
61
|
-
- `bundle exec rake rubocop_gradual:autocorrect` (preferred; will autocorrect what it can and update the lock only if no new violations were introduced)
|
|
62
|
-
- If needed, `bundle exec rake rubocop_gradual:force_update` (as a last resort when you cannot fix the newly reported violations immediately)
|
|
63
|
-
|
|
64
|
-
In general, treat the rules as guidance to follow; fix violations rather than ignore them. For example, RSpec conventions in this project expect `described_class` to be used in specs that target a specific class under test.
|
|
65
|
-
|
|
66
|
-
## Benefits of rubocop_gradual
|
|
67
|
-
|
|
68
|
-
- Allows incremental adoption of code style rules
|
|
69
|
-
- Prevents CI failures due to pre-existing violations
|
|
70
|
-
- Provides a clear record of code style debt
|
|
71
|
-
- Enables focused efforts on improving code quality over time
|
data/SECURITY.md
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# Security Policy
|
|
2
|
-
|
|
3
|
-
## Supported Versions
|
|
4
|
-
|
|
5
|
-
| Version | Supported |
|
|
6
|
-
|----------|-----------|
|
|
7
|
-
| 1.0.latest | ✅ |
|
|
8
|
-
|
|
9
|
-
## Security contact information
|
|
10
|
-
|
|
11
|
-
To report a security vulnerability, please use the
|
|
12
|
-
[Tidelift security contact](https://tidelift.com/security).
|
|
13
|
-
Tidelift will coordinate the fix and disclosure.
|
|
14
|
-
|
|
15
|
-
## Additional Support
|
|
16
|
-
|
|
17
|
-
If you are interested in support for versions older than the latest release,
|
|
18
|
-
please consider sponsoring the project / maintainer @ https://liberapay.com/pboling/donate,
|
|
19
|
-
or find other sponsorship links in the [README].
|
|
20
|
-
|
|
21
|
-
[README]: README.md
|
data/certs/pboling.pem
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
-----BEGIN CERTIFICATE-----
|
|
2
|
-
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
|
3
|
-
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
|
4
|
-
A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
|
|
5
|
-
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
6
|
-
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
|
|
7
|
-
uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
|
|
8
|
-
LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
|
|
9
|
-
mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
|
|
10
|
-
coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
|
|
11
|
-
FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
|
|
12
|
-
yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
|
|
13
|
-
to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
|
|
14
|
-
qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
|
|
15
|
-
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
|
|
16
|
-
HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
|
17
|
-
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
|
18
|
-
ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
|
|
19
|
-
wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
|
|
20
|
-
L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
|
|
21
|
-
GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
|
|
22
|
-
kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
|
|
23
|
-
QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
|
|
24
|
-
0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
|
|
25
|
-
DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
|
|
26
|
-
L9nRqA==
|
|
27
|
-
-----END CERTIFICATE-----
|
|
File without changes
|