unconstrained 0.0.5 → 0.0.6

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: 81831a7718049b82371742f3f7d88f4ee3f911abe7e3f6582006f7f5f788e380
4
- data.tar.gz: 636d3aedae141e38433f46982af2e0bf5f8ec760c44938e69897e965d8b96197
3
+ metadata.gz: cd76880ee4dbeed9e648e25071695064358b2784527d82150ab16cf5afcdd67d
4
+ data.tar.gz: e09b72e33b6ab081fd3871cdb21cf53185249bf5dd1c7c60221ad20981f74343
5
5
  SHA512:
6
- metadata.gz: 42d32911627f98ed56687b948451ca01bf268fa695f8cf82e4582684cf383d0f898b306c0d2e9ae138f54e5f8e352b8f1e9ddaa78faa830246e17172ba7dfb63
7
- data.tar.gz: 85b954dd1bf4e746ae8298adbfcd26f9b90b0e400781c1fba4395a2363f94801dee7e0b8161f0fd4b0bd06409e95843e7869df8225986fec4dd6393db0252581
6
+ metadata.gz: 5db7a34cf30c6930dd0308e0b169b209a0381735e31e8353828dd749ea74cc9d3b5058ae369b98f840e19b785913ac250ad8fb1d9edd62827dcdb5811016c1a0
7
+ data.tar.gz: 61e4838db4b3d6fcf64935aad451ed33c209b623f7d7bd9bff49c1e408bb9bd0500eef959e8c9924741f250ae9ff7cbf7e4be0551409ffb93c1a85f663127805
@@ -1,8 +1,8 @@
1
1
  module Unconstrained
2
2
  module ActiveRecordPlugin
3
- def save(*args)
3
+ def save(**)
4
4
  with_constraints_handling :save do
5
- super(*args)
5
+ super
6
6
  end
7
7
  end
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Unconstrained
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -18,6 +18,7 @@ module Dummy
18
18
  # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
19
19
  # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
20
20
  # config.i18n.default_locale = :de
21
+ config.active_record.legacy_connection_handling = false
21
22
  end
22
23
  end
23
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unconstrained
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandros Giouzenis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-09 00:00:00.000000000 Z
11
+ date: 2023-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails