flag_shih_tzu 1.0.4 → 1.0.5
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 +74 -1
- data/README.md +12 -12
- data/lib/flag_shih_tzu/version.rb +4 -1
- data/lib/flag_shih_tzu.rb +0 -2
- data.tar.gz.sig +0 -0
- metadata +17 -16
- 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: e5861432c70c188e5309b2224fa953b47a93eae301b89b9af6ea702c3783e6b6
|
|
4
|
+
data.tar.gz: 6f2e97ea5043ba9a927b5455316b54078f79e4cbc20ca778e99f2e8f178f87e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b77812c34dec3c2d3f3dd71e9d5cae3f886270048169d5f1acc4ca21e586bcf20513aae71afbf7ed3df3bbbfabed696b230a7b1c5e04d845d9dee8954d4f3004
|
|
7
|
+
data.tar.gz: 883c9093eb3c0969a01ec6378cc81e32aa40b5f1fc0665f4174a15c8816bdf1ee5035d74069da8d118a68f8cdd424468fbb9de624875346b58cf9e73aa0a3b88
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,77 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.5] - 2026-07-31
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.5][1.0.5t]
|
|
36
|
+
- COVERAGE: 90.75% -- 412/454 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 76.76% -- 142/185 branches in 3 files
|
|
38
|
+
- 30.00% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
|
|
43
|
+
|
|
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
|
+
|
|
48
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
49
|
+
RSpec helpers provided by `kettle-test`.
|
|
50
|
+
|
|
51
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
52
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
53
|
+
tagged RubyForum community alongside Discord.
|
|
54
|
+
|
|
55
|
+
### Changed
|
|
56
|
+
|
|
57
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
58
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
59
|
+
installing the main Gemfile bundle.
|
|
60
|
+
|
|
61
|
+
### Fixed
|
|
62
|
+
|
|
63
|
+
- Root release bundles now include ActiveRecord test support and load
|
|
64
|
+
`kettle/test/rspec`, so `kettle-changelog` can generate coverage during
|
|
65
|
+
release.
|
|
66
|
+
|
|
67
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
68
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
69
|
+
|
|
70
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
71
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
72
|
+
coverage thresholds still pass.
|
|
73
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
74
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
75
|
+
installs are not reported as project lint debt.
|
|
76
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
77
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
78
|
+
before the test suite starts.
|
|
79
|
+
|
|
80
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
81
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
82
|
+
lockfile parser failures on Git and path dependencies.
|
|
83
|
+
|
|
84
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
85
|
+
missing canonical version spec when a project only has shim namespace version
|
|
86
|
+
specs.
|
|
87
|
+
|
|
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
|
+
|
|
92
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
93
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
94
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
95
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
96
|
+
|
|
97
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
98
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
99
|
+
specs without adding `version_gem`.
|
|
100
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
101
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
102
|
+
even when the gemspec is loaded from another working directory.
|
|
103
|
+
|
|
33
104
|
## [1.0.4] - 2026-07-25
|
|
34
105
|
|
|
35
106
|
- TAG: [v1.0.4][1.0.4t]
|
|
@@ -390,7 +461,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
390
461
|
|
|
391
462
|
# Version 0.2.3 - last version maintained by XING AG
|
|
392
463
|
|
|
393
|
-
[Unreleased]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.
|
|
464
|
+
[Unreleased]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.5...HEAD
|
|
465
|
+
[1.0.5]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.4...v1.0.5
|
|
466
|
+
[1.0.5t]: https://github.com/galtzo-floss/flag_shih_tzu/releases/tag/v1.0.5
|
|
394
467
|
[1.0.4]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.3...v1.0.4
|
|
395
468
|
[1.0.4t]: https://github.com/galtzo-floss/flag_shih_tzu/releases/tag/v1.0.4
|
|
396
469
|
[1.0.3]: https://github.com/galtzo-floss/flag_shih_tzu/compare/v1.0.2...v1.0.3
|
data/README.md
CHANGED
|
@@ -113,17 +113,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
113
113
|
<details markdown="1">
|
|
114
114
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
115
115
|
|
|
116
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
117
|
-
|
|
118
|
-
| 🧪 [galtzo-floss/flag_shih_tzu on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
119
|
-
| 🧊 [galtzo-floss/flag_shih_tzu on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
120
|
-
| 🐙 [galtzo-floss/flag_shih_tzu on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
121
|
-
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
116
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
117
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
118
|
+
| 🧪 [galtzo-floss/flag_shih_tzu on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
119
|
+
| 🧊 [galtzo-floss/flag_shih_tzu on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
120
|
+
| 🐙 [galtzo-floss/flag_shih_tzu on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
122
121
|
|
|
123
122
|
</details>
|
|
124
123
|
|
|
125
|
-
[gh-discussions]: https://github.com/galtzo-floss/flag_shih_tzu/discussions
|
|
126
|
-
|
|
127
124
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-flag_shih_tzu?utm_source=rubygems-flag_shih_tzu&utm_medium=referral&utm_campaign=readme)
|
|
128
125
|
|
|
129
126
|
Available as part of the Tidelift Subscription.
|
|
@@ -141,6 +138,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
141
138
|
|
|
142
139
|
Alternatively:
|
|
143
140
|
|
|
141
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
144
142
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
145
143
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
146
144
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -985,11 +983,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
985
983
|
so if you value the work I am doing, I need your support.
|
|
986
984
|
Please consider sponsoring me or the project.
|
|
987
985
|
|
|
988
|
-
To join the community or get help
|
|
986
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
989
987
|
|
|
988
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
990
989
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
991
990
|
|
|
992
|
-
To say "thanks!" ☝️ Join the
|
|
991
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
993
992
|
|
|
994
993
|
[![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]
|
|
995
994
|
|
|
@@ -1030,8 +1029,9 @@ Thanks for RTFM. ☺️
|
|
|
1030
1029
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
1031
1030
|
[✉️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
|
|
1032
1031
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
1033
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
1034
|
-
[✉️ruby-forum]: https://
|
|
1032
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
1033
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
1034
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/flag-shih-tzu
|
|
1035
1035
|
|
|
1036
1036
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
1037
1037
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/flag_shih_tzu
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
module FlagShihTzu
|
|
4
|
+
# Version namespace for this gem.
|
|
4
5
|
module Version
|
|
5
|
-
|
|
6
|
+
# Current gem version.
|
|
7
|
+
VERSION = "1.0.5"
|
|
6
8
|
end
|
|
9
|
+
# Current gem version exposed at the traditional constant location.
|
|
7
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
8
11
|
end
|
data/lib/flag_shih_tzu.rb
CHANGED
|
@@ -948,7 +948,6 @@ To turn off this warning set check_for_column: false in has_flags definition her
|
|
|
948
948
|
# :not_scheduled_appointment]
|
|
949
949
|
# User.chained_flags_with("flags", *user.chained_flags_with_signature)
|
|
950
950
|
# => the set of Users that have the same flags set as user.
|
|
951
|
-
#
|
|
952
951
|
def chained_flags_with_signature(colmn = DEFAULT_COLUMN_NAME, *args)
|
|
953
952
|
flags_to_collect = args.empty? ? all_flags(colmn) : args
|
|
954
953
|
truthy_and_chosen =
|
|
@@ -973,7 +972,6 @@ To turn off this warning set check_for_column: false in has_flags definition her
|
|
|
973
972
|
# :first,
|
|
974
973
|
# :last)
|
|
975
974
|
# end
|
|
976
|
-
#
|
|
977
975
|
def as_flag_collection(colmn = DEFAULT_COLUMN_NAME, *args)
|
|
978
976
|
flags_to_collect = args.empty? ? all_flags(colmn) : args
|
|
979
977
|
collect_flags(*flags_to_collect) do |memo, flag|
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alto
|
|
@@ -88,20 +88,20 @@ dependencies:
|
|
|
88
88
|
requirements:
|
|
89
89
|
- - "~>"
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: '2.
|
|
91
|
+
version: '2.5'
|
|
92
92
|
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: 2.
|
|
94
|
+
version: 2.5.13
|
|
95
95
|
type: :development
|
|
96
96
|
prerelease: false
|
|
97
97
|
version_requirements: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
|
99
99
|
- - "~>"
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: '2.
|
|
101
|
+
version: '2.5'
|
|
102
102
|
- - ">="
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: 2.
|
|
104
|
+
version: 2.5.13
|
|
105
105
|
- !ruby/object:Gem::Dependency
|
|
106
106
|
name: bundler-audit
|
|
107
107
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -199,7 +199,7 @@ dependencies:
|
|
|
199
199
|
version: '2.0'
|
|
200
200
|
- - ">="
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
|
-
version: 2.0.
|
|
202
|
+
version: 2.0.17
|
|
203
203
|
type: :development
|
|
204
204
|
prerelease: false
|
|
205
205
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -209,7 +209,7 @@ dependencies:
|
|
|
209
209
|
version: '2.0'
|
|
210
210
|
- - ">="
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
|
-
version: 2.0.
|
|
212
|
+
version: 2.0.17
|
|
213
213
|
- !ruby/object:Gem::Dependency
|
|
214
214
|
name: turbo_tests2
|
|
215
215
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -219,7 +219,7 @@ dependencies:
|
|
|
219
219
|
version: '3.2'
|
|
220
220
|
- - ">="
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 3.2.
|
|
222
|
+
version: 3.2.4
|
|
223
223
|
type: :development
|
|
224
224
|
prerelease: false
|
|
225
225
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -229,7 +229,7 @@ dependencies:
|
|
|
229
229
|
version: '3.2'
|
|
230
230
|
- - ">="
|
|
231
231
|
- !ruby/object:Gem::Version
|
|
232
|
-
version: 3.2.
|
|
232
|
+
version: 3.2.4
|
|
233
233
|
- !ruby/object:Gem::Dependency
|
|
234
234
|
name: ruby-progressbar
|
|
235
235
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -253,7 +253,7 @@ dependencies:
|
|
|
253
253
|
version: '1.0'
|
|
254
254
|
- - ">="
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
|
-
version: 1.0.
|
|
256
|
+
version: 1.0.8
|
|
257
257
|
type: :development
|
|
258
258
|
prerelease: false
|
|
259
259
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -263,7 +263,7 @@ dependencies:
|
|
|
263
263
|
version: '1.0'
|
|
264
264
|
- - ">="
|
|
265
265
|
- !ruby/object:Gem::Version
|
|
266
|
-
version: 1.0.
|
|
266
|
+
version: 1.0.8
|
|
267
267
|
- !ruby/object:Gem::Dependency
|
|
268
268
|
name: gitmoji-regex
|
|
269
269
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -273,7 +273,7 @@ dependencies:
|
|
|
273
273
|
version: '2.0'
|
|
274
274
|
- - ">="
|
|
275
275
|
- !ruby/object:Gem::Version
|
|
276
|
-
version: 2.0.
|
|
276
|
+
version: 2.0.11
|
|
277
277
|
type: :development
|
|
278
278
|
prerelease: false
|
|
279
279
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -283,7 +283,7 @@ dependencies:
|
|
|
283
283
|
version: '2.0'
|
|
284
284
|
- - ">="
|
|
285
285
|
- !ruby/object:Gem::Version
|
|
286
|
-
version: 2.0.
|
|
286
|
+
version: 2.0.11
|
|
287
287
|
description: "\U0001F3C1 Single and Multi-Bit Fields for ActiveRecord:\nThis gem lets
|
|
288
288
|
you use a single integer column in an ActiveRecord model\nto store a collection
|
|
289
289
|
of boolean attributes (flags). Each flag can be used\nalmost in the same way you
|
|
@@ -307,14 +307,15 @@ licenses:
|
|
|
307
307
|
- MIT
|
|
308
308
|
metadata:
|
|
309
309
|
homepage_uri: https://flag-shih-tzu.galtzo.com
|
|
310
|
-
source_code_uri: https://github.com/galtzo-floss/flag_shih_tzu/tree/v1.0.
|
|
311
|
-
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.5
|
|
311
|
+
changelog_uri: https://github.com/galtzo-floss/flag_shih_tzu/blob/v1.0.5/CHANGELOG.md
|
|
312
312
|
bug_tracker_uri: https://github.com/galtzo-floss/flag_shih_tzu/issues
|
|
313
|
-
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.5
|
|
314
314
|
funding_uri: https://github.com/sponsors/pboling
|
|
315
315
|
wiki_uri: https://github.com/galtzo-floss/flag_shih_tzu/wiki
|
|
316
316
|
news_uri: https://www.railsbling.com/tags/flag_shih_tzu
|
|
317
317
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
318
|
+
mailing_list_uri: https://www.rubyforum.org/tag/flag-shih-tzu
|
|
318
319
|
rubygems_mfa_required: 'true'
|
|
319
320
|
rdoc_options:
|
|
320
321
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|