act_with_bag 1.1.0 → 1.1.1

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: 00bd0c94aee3fbc99eb7ca3ca554717315e632a2b7cdabd45a49f21513e5582b
4
- data.tar.gz: 3aa580b905fdbee20225e9f1522dc7fce2c9d5947be8ff368e971133cff5af83
3
+ metadata.gz: 4ecc3541b5c744c54c7f53770c3b7172e4935fb0d5f4b7e7edf39502e334ca6e
4
+ data.tar.gz: da6b991ddd14d98b4b079c258544b9fb4408d24f73553a796a71212c8865e23d
5
5
  SHA512:
6
- metadata.gz: 4bc54082e770bed85ecb237639a32a11f5827486575d3138b862b511046817846ad4469db26abf6da1cfdd1a1f2e2075288c4dffeb74369605436015c379692c
7
- data.tar.gz: 86b256efde9d4ea3e8c89358f5c13ac79b3dbd7844673cb0579a723c785bfe374846c834ca77580ae9a3a833436976c51d9615fb4b2986adf80369696b3ae99f
6
+ metadata.gz: 8a5960ac831f6404d46b1843933bdf533203917187244442e0c38f74c41bdcf39b5651d1fde36b02190a757a92ebbe5a4f7fb4ca638a1087b9d2d503c91d4044
7
+ data.tar.gz: 69ec721ff96ccbd202daf926127a2f484e47244af0c9bb6abac5cf799eb175c5ec50ae4c9cb053d6b935165e1494b17b5b8e1f44bee1e1a69a68a3cb51008fb6
@@ -13,7 +13,7 @@ jobs:
13
13
  os: [ubuntu-latest]
14
14
  # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
15
15
  # ruby: [2.5, 2.6, 2.7, '3.0', head, jruby, jruby-head, truffleruby, truffleruby-head]
16
- ruby: ["2.7.2", 3.1.0, 3.1.2]
16
+ ruby: ["2.7.2", 3.1.0, head]
17
17
  test_command: ["bundle exec rake test"]
18
18
  runs-on: ${{ matrix.os }}
19
19
 
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.1.2
1
+ ruby-3.1.3
data/Gemfile CHANGED
@@ -7,6 +7,5 @@ group :test do
7
7
  gem "observr"
8
8
  gem "standard", require: false
9
9
  gem "simplecov", require: false
10
- # gem "capybara"
11
10
  gem "ricecream"
12
11
  end
@@ -1,5 +1,6 @@
1
1
  module ActWithBag
2
- VERSION = "1.1.0" # 2022-08-07
2
+ VERSION = "1.1.1" # 2022-12-11
3
+ # VERSION = "1.1.0" # 2022-08-07
3
4
  # VERSION = "1.0.4" # 2021-06-17
4
5
  # VERSION = "1.0.3" # 2021-05-18
5
6
  # VERSION = "1.0.2" # 2020-07-16
data/lib/act_with_bag.rb CHANGED
@@ -6,8 +6,10 @@ class << ActiveRecord::Base
6
6
  serialize :bag, Hash
7
7
 
8
8
  class_eval %{
9
- def bag=(x)
10
- #bag changes disabled as it must be handled by Bag himself
9
+ unless method_defined?(:bag=)
10
+ def bag=(x)
11
+ #bag changes disabled as it must be handled by Bag himself
12
+ end
11
13
  end
12
14
  }, __FILE__, __LINE__ - 4
13
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: act_with_bag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-07 00:00:00.000000000 Z
11
+ date: 2022-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
152
  requirements: []
153
- rubygems_version: 3.3.7
153
+ rubygems_version: 3.3.26
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: act_with_bag (baggies) gem