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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd76880ee4dbeed9e648e25071695064358b2784527d82150ab16cf5afcdd67d
|
|
4
|
+
data.tar.gz: e09b72e33b6ab081fd3871cdb21cf53185249bf5dd1c7c60221ad20981f74343
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5db7a34cf30c6930dd0308e0b169b209a0381735e31e8353828dd749ea74cc9d3b5058ae369b98f840e19b785913ac250ad8fb1d9edd62827dcdb5811016c1a0
|
|
7
|
+
data.tar.gz: 61e4838db4b3d6fcf64935aad451ed33c209b623f7d7bd9bff49c1e408bb9bd0500eef959e8c9924741f250ae9ff7cbf7e4be0551409ffb93c1a85f663127805
|
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2023-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|