act_with_bag 1.1.8 → 1.1.9

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: 5b9af657d0bf988864caf8eda2710621d28cc0685a8acb9b45c8db5595e1f003
4
- data.tar.gz: 0f0dd3e20ff413f69adea436b6bc9a757b724b6a14efc8d69746e2174fee1908
3
+ metadata.gz: 57b5c0caadcd4e337bc693aecc98a82d07850ede103516273ce4962ea28cab93
4
+ data.tar.gz: cd31516575fc618f2a09cabbe9fc6e2bdfbc815d1469aa1f23129542cdfad8b5
5
5
  SHA512:
6
- metadata.gz: 335c6ed8ad2c965fe00bfaa8c6e1efbc5154b532928aa1224d267a0f028924ca2786878959f9909a49c91a09ea1dea7b3e2e75b9c5e9c7884d8d8a2b601e838d
7
- data.tar.gz: d32dfe1dc715d8d0463101fabf35de16a0ce37cfb942c08ebd8804df71d176a7fbec0cb6c29b8da4f7b33aedaf877bb0b1055f928939035fab4190fec3c39fe7
6
+ metadata.gz: 68dea0688b2f3104c9379d74c3c3924a78308b21101d65ba9c13aaac94eda93f35762a5af97f0e4cf7080d41a598c72470c2fd40b4631a63bceac06b592d66c3
7
+ data.tar.gz: 39e92f4e056b6b6e08a8a96e732977146745ae5cace1b6092eae6e1a02310fd64dd88e5f491a20b8796c47017f1c080054fd41de2fc6a9f27fbb81e53d4072f2
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-4.0.0
1
+ ruby-4.0.2
data/Rakefile CHANGED
@@ -5,7 +5,6 @@ Rake::TestTask.new do |t|
5
5
  t.libs << "lib"
6
6
  t.libs << "test"
7
7
  t.pattern = "test/**/*_test.rb"
8
- t.verbose = false
9
8
  end
10
9
 
11
10
  task default: :test
@@ -1,5 +1,6 @@
1
1
  module ActWithBag
2
- VERSION = "1.1.8" # 2026-01-01
2
+ VERSION = "1.1.9" # 2026-04-05
3
+ # VERSION = "1.1.8" # 2026-01-01
3
4
  # VERSION = "1.1.7" # 2025-10-30
4
5
  # VERSION = "1.1.6" # 2025-06-17
5
6
  # VERSION = "1.1.5" # 2024-10-19
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: act_with_bag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  requirements: []
118
- rubygems_version: 4.0.3
118
+ rubygems_version: 4.0.6
119
119
  specification_version: 4
120
120
  summary: act_with_bag (baggies) gem
121
121
  test_files: []