eac_rails_gem_support 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f669883e08c3daaf96ab5e7913ff0714c04ee87729b224d919bbfa5371127ff1
|
4
|
+
data.tar.gz: 2b0f43c03154eb295623a23c1368c4618358c9405e6279af5e599ecdf2369437
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80622b4d56bededeb2ff0dd2ef72e398f931343a3c81a99ec2b64118fc796917303f3d3b20e5ee42a986855dc769c3f3b10b481cfe7135cdc8af9a6c74e7bcee
|
7
|
+
data.tar.gz: c216e5c31048b0798ce55c3eec56e345102da610d36145f609fb1d3905b69f5eb74a6249c18a99b65a966c259feacdcadb2bd96023dda27b913566e118285aea
|
@@ -12,6 +12,7 @@ require file if ::File.exist?(file)
|
|
12
12
|
module Dummy
|
13
13
|
class Application < Rails::Application
|
14
14
|
config.active_record.raise_in_transactional_callbacks = true if ::Rails.version < '5'
|
15
|
+
config.active_record.sqlite3.represent_boolean_as_integer = true
|
15
16
|
|
16
17
|
config.action_mailer.default_url_options = { host: 'dummyhost' }
|
17
18
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eac_rails_gem_support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Put here the authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capybara
|
@@ -112,14 +112,14 @@ dependencies:
|
|
112
112
|
requirements:
|
113
113
|
- - "~>"
|
114
114
|
- !ruby/object:Gem::Version
|
115
|
-
version: 5.
|
115
|
+
version: 5.2.6
|
116
116
|
type: :runtime
|
117
117
|
prerelease: false
|
118
118
|
version_requirements: !ruby/object:Gem::Requirement
|
119
119
|
requirements:
|
120
120
|
- - "~>"
|
121
121
|
- !ruby/object:Gem::Version
|
122
|
-
version: 5.
|
122
|
+
version: 5.2.6
|
123
123
|
- !ruby/object:Gem::Dependency
|
124
124
|
name: rspec-rails
|
125
125
|
requirement: !ruby/object:Gem::Requirement
|