fishplate 7.0.4 → 7.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.bundler-version +1 -1
- data/Gemfile.lock +20 -20
- data/lib/fishplate/version.rb +1 -1
- data/lib/fishplate.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e07e9978bee7b68f4f6f9c3298b412e4464ec0e56122a1b18c85932ea65b513
|
4
|
+
data.tar.gz: f1764c269ddf606c4c6530d8dcca5bf222239d34b2c0ded9529404653ddc5478
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32d442ca5c041a3ae954e2719162f1a80ce1d76636deb5f2f9641c80edbc8628ce48f34c6f85eb2ba62c3b4f987dd3485ae98936b14fa8c953cc1dcee28ff581
|
7
|
+
data.tar.gz: a7615053d7f21ae2c890f1274633453fff5cb647c5f55298b19e4791151e24a00bb51e2fb423e044ba4344cf82e22a5b125af5b5e550bf2998119080d7ae4313
|
data/.bundler-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.26
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fishplate (7.0.
|
4
|
+
fishplate (7.0.5)
|
5
5
|
a9n (~> 1.0)
|
6
6
|
activemodel (~> 7.0)
|
7
7
|
activerecord (~> 7.0)
|
@@ -34,50 +34,50 @@ GEM
|
|
34
34
|
mini_portile2 (2.8.0)
|
35
35
|
minitest (5.16.3)
|
36
36
|
parallel (1.22.1)
|
37
|
-
parser (3.1.
|
37
|
+
parser (3.1.3.0)
|
38
38
|
ast (~> 2.4.1)
|
39
39
|
pry (0.14.1)
|
40
40
|
coderay (~> 1.1)
|
41
41
|
method_source (~> 1.0)
|
42
42
|
rainbow (3.1.1)
|
43
43
|
rake (13.0.6)
|
44
|
-
regexp_parser (2.
|
44
|
+
regexp_parser (2.6.1)
|
45
45
|
rexml (3.2.5)
|
46
|
-
rspec (3.
|
47
|
-
rspec-core (~> 3.
|
48
|
-
rspec-expectations (~> 3.
|
49
|
-
rspec-mocks (~> 3.
|
50
|
-
rspec-core (3.
|
51
|
-
rspec-support (~> 3.
|
52
|
-
rspec-expectations (3.
|
46
|
+
rspec (3.12.0)
|
47
|
+
rspec-core (~> 3.12.0)
|
48
|
+
rspec-expectations (~> 3.12.0)
|
49
|
+
rspec-mocks (~> 3.12.0)
|
50
|
+
rspec-core (3.12.0)
|
51
|
+
rspec-support (~> 3.12.0)
|
52
|
+
rspec-expectations (3.12.0)
|
53
53
|
diff-lcs (>= 1.2.0, < 2.0)
|
54
|
-
rspec-support (~> 3.
|
55
|
-
rspec-mocks (3.
|
54
|
+
rspec-support (~> 3.12.0)
|
55
|
+
rspec-mocks (3.12.0)
|
56
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
57
|
-
rspec-support (~> 3.
|
58
|
-
rspec-support (3.
|
59
|
-
rubocop (1.
|
57
|
+
rspec-support (~> 3.12.0)
|
58
|
+
rspec-support (3.12.0)
|
59
|
+
rubocop (1.39.0)
|
60
60
|
json (~> 2.3)
|
61
61
|
parallel (~> 1.10)
|
62
62
|
parser (>= 3.1.2.1)
|
63
63
|
rainbow (>= 2.2.2, < 4.0)
|
64
64
|
regexp_parser (>= 1.8, < 3.0)
|
65
65
|
rexml (>= 3.2.5, < 4.0)
|
66
|
-
rubocop-ast (>= 1.
|
66
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
67
67
|
ruby-progressbar (~> 1.7)
|
68
68
|
unicode-display_width (>= 1.4.0, < 3.0)
|
69
|
-
rubocop-ast (1.
|
69
|
+
rubocop-ast (1.23.0)
|
70
70
|
parser (>= 3.1.1.0)
|
71
71
|
rubocop-rake (0.6.0)
|
72
72
|
rubocop (~> 1.0)
|
73
|
-
rubocop-rspec (2.
|
73
|
+
rubocop-rspec (2.15.0)
|
74
74
|
rubocop (~> 1.33)
|
75
75
|
ruby-progressbar (1.11.0)
|
76
|
-
sqlite3 (1.5.
|
76
|
+
sqlite3 (1.5.4)
|
77
77
|
mini_portile2 (~> 2.8.0)
|
78
78
|
tzinfo (2.0.5)
|
79
79
|
concurrent-ruby (~> 1.0)
|
80
|
-
tzinfo-data (1.2022.
|
80
|
+
tzinfo-data (1.2022.6)
|
81
81
|
tzinfo (>= 1.0.0)
|
82
82
|
unicode-display_width (2.3.0)
|
83
83
|
|
data/lib/fishplate/version.rb
CHANGED
data/lib/fishplate.rb
CHANGED
@@ -66,6 +66,7 @@ module Fishplate
|
|
66
66
|
def configure_active_record
|
67
67
|
ActiveRecord.default_timezone = :utc
|
68
68
|
ActiveRecord::Base.logger = logger
|
69
|
+
ActiveRecord::Base.logger.level = ENV['LOG_LEVEL'] || 'debug'
|
69
70
|
ActiveRecord::Base.time_zone_aware_attributes = true
|
70
71
|
ActiveRecord::Base.configurations = database_configuration
|
71
72
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fishplate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.
|
4
|
+
version: 7.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: a9n
|