act_with_booleans 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: faaa6585b55287f530977a552cb9162e7fd250c6548c808a842acef9ac1b3366
4
- data.tar.gz: 13250e4479e2026f8c982693493eebee26ecda7259972005c1856609492b42ff
3
+ metadata.gz: ec48ceccb3d811bce5c09af4297f8ed9f27ea7c95bb3af5a12ee8bd701a19779
4
+ data.tar.gz: 9625a3ab89f06cf9c3df8d69c76d1d73d1a3bace24f121df96d07b473654f7d4
5
5
  SHA512:
6
- metadata.gz: 3821fb63aa0bffd638f25f41afad00492a1b3f5d66c50bc221d0e59203919f6a06b3ccd3ad2357d3dadf43af8180d748e16f9792b3e4d3a835b17d8f4f8f1cd5
7
- data.tar.gz: 1dd1ab9b49345e2d64afde0b8881abe94e9c35dfa4085510d0e5358809f0bcf2b50142e53a75c677200b1a04c86d57974e041adda33d67cf151b60b34a762ec6
6
+ metadata.gz: 6fd21b9c73f1ddb18b5f845b4d0751f0fb1ebb8eeb67a82cc7f44f0882a55f7560357423598d062cab09fd8685aac90daf18607e7efa65b5832dae2fefa3f30b
7
+ data.tar.gz: 2bd94c351acb16c557c6f4f3d55d4aa807c596f1345ad6100cd78cd066d0ac6953584da354eb3c21b58ff5be9260091598e5774b617d810309b73bf9dda6b198
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-4.0.0
1
+ ruby-4.0.2
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022-2025 Dittmar Krall (www.matiq.com)
1
+ Copyright (c) 2022-2026 Dittmar Krall (www.matiq.com)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -118,5 +118,5 @@ Further reading:
118
118
 
119
119
  ## Miscellaneous
120
120
 
121
- Copyright (c) 2023-2025 Dittmar Krall (www.matiq.com),
121
+ Copyright (c) 2023-2026 Dittmar Krall (www.matiq.com),
122
122
  released under the [MIT license](https://opensource.org/licenses/MIT).
@@ -1,7 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActWithBooleans
4
- VERSION = "0.0.7" # 2025-12-31
4
+ VERSION = "0.0.8" # 2026-03-31
5
+ # VERSION = "0.0.7" # 2025-12-31
5
6
  # VERSION = "0.0.6" # 2025-06-18
6
7
  # VERSION = "0.0.5" # 2024-10-19
7
8
  # VERSION = "0.0.4" # 2023-12-11
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: act_with_booleans
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubygems_version: 4.0.3
110
+ rubygems_version: 4.0.6
111
111
  specification_version: 4
112
112
  summary: Ruby gem act_with_booleans
113
113
  test_files: []