bp3-action_dispatch 0.1.5 → 0.1.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 +4 -4
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +57 -51
- data/bp3-action_dispatch.gemspec +2 -2
- data/lib/bp3/action_dispatch/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f44861d1a27e3097aaf07ee9d587893c26823c8598d7187f2d29240eb26b309
|
|
4
|
+
data.tar.gz: 835377b8a140cd457b6c0b7b088166effa47f40fe6f091cfbb52ded45e2d6fb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00eae188d0141dad232ecd7bcf312c3787a75fb30ca4dbddc349940dc9fdb309083a6d90e75e32d8ecbb285b5939ca855ccf59a683014344df9f00e3aa6adf96
|
|
7
|
+
data.tar.gz: d56cd7576cd11997876570b7560453f010bf711d6bfa0e814f1e9f13c7e9197557ba07bf2aa71e197101e41a28d3aa697a78ff5e3134d57d5040864f0b01b0e9
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bp3-action_dispatch (0.1.
|
|
5
|
-
actionpack (
|
|
6
|
-
activesupport (
|
|
4
|
+
bp3-action_dispatch (0.1.6)
|
|
5
|
+
actionpack (~> 8.1)
|
|
6
|
+
activesupport (~> 8.1)
|
|
7
7
|
i18n (>= 1.8.11)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
actionpack (8.
|
|
13
|
-
actionview (= 8.
|
|
14
|
-
activesupport (= 8.
|
|
12
|
+
actionpack (8.1.2)
|
|
13
|
+
actionview (= 8.1.2)
|
|
14
|
+
activesupport (= 8.1.2)
|
|
15
15
|
nokogiri (>= 1.8.5)
|
|
16
16
|
rack (>= 2.2.4)
|
|
17
17
|
rack-session (>= 1.0.1)
|
|
@@ -19,60 +19,62 @@ GEM
|
|
|
19
19
|
rails-dom-testing (~> 2.2)
|
|
20
20
|
rails-html-sanitizer (~> 1.6)
|
|
21
21
|
useragent (~> 0.16)
|
|
22
|
-
actionview (8.
|
|
23
|
-
activesupport (= 8.
|
|
22
|
+
actionview (8.1.2)
|
|
23
|
+
activesupport (= 8.1.2)
|
|
24
24
|
builder (~> 3.1)
|
|
25
25
|
erubi (~> 1.11)
|
|
26
26
|
rails-dom-testing (~> 2.2)
|
|
27
27
|
rails-html-sanitizer (~> 1.6)
|
|
28
|
-
activesupport (8.
|
|
28
|
+
activesupport (8.1.2)
|
|
29
29
|
base64
|
|
30
|
-
benchmark (>= 0.3)
|
|
31
30
|
bigdecimal
|
|
32
31
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
33
32
|
connection_pool (>= 2.2.5)
|
|
34
33
|
drb
|
|
35
34
|
i18n (>= 1.6, < 2)
|
|
35
|
+
json
|
|
36
36
|
logger (>= 1.4.2)
|
|
37
37
|
minitest (>= 5.1)
|
|
38
38
|
securerandom (>= 0.3)
|
|
39
39
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
40
40
|
uri (>= 0.13.1)
|
|
41
|
-
ast (2.4.
|
|
42
|
-
base64 (0.
|
|
43
|
-
|
|
44
|
-
bigdecimal (3.1.9)
|
|
41
|
+
ast (2.4.3)
|
|
42
|
+
base64 (0.3.0)
|
|
43
|
+
bigdecimal (4.0.1)
|
|
45
44
|
builder (3.3.0)
|
|
46
|
-
byebug (
|
|
47
|
-
concurrent-ruby (1.3.
|
|
48
|
-
connection_pool (
|
|
45
|
+
byebug (12.0.0)
|
|
46
|
+
concurrent-ruby (1.3.6)
|
|
47
|
+
connection_pool (3.0.2)
|
|
49
48
|
crass (1.0.6)
|
|
50
|
-
diff-lcs (1.
|
|
51
|
-
drb (2.2.
|
|
49
|
+
diff-lcs (1.6.2)
|
|
50
|
+
drb (2.2.3)
|
|
52
51
|
erubi (1.13.1)
|
|
53
|
-
i18n (1.14.
|
|
52
|
+
i18n (1.14.8)
|
|
54
53
|
concurrent-ruby (~> 1.0)
|
|
55
|
-
json (2.
|
|
56
|
-
language_server-protocol (3.17.0.
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
json (2.18.0)
|
|
55
|
+
language_server-protocol (3.17.0.5)
|
|
56
|
+
lint_roller (1.1.0)
|
|
57
|
+
logger (1.7.0)
|
|
58
|
+
loofah (2.25.0)
|
|
59
59
|
crass (~> 1.0.2)
|
|
60
60
|
nokogiri (>= 1.12.0)
|
|
61
|
-
minitest (
|
|
62
|
-
|
|
61
|
+
minitest (6.0.1)
|
|
62
|
+
prism (~> 1.5)
|
|
63
|
+
nokogiri (1.19.0-x86_64-darwin)
|
|
63
64
|
racc (~> 1.4)
|
|
64
|
-
parallel (1.
|
|
65
|
-
parser (3.3.
|
|
65
|
+
parallel (1.27.0)
|
|
66
|
+
parser (3.3.10.0)
|
|
66
67
|
ast (~> 2.4.1)
|
|
67
68
|
racc
|
|
69
|
+
prism (1.7.0)
|
|
68
70
|
racc (1.8.1)
|
|
69
|
-
rack (3.
|
|
70
|
-
rack-session (2.1.
|
|
71
|
+
rack (3.2.4)
|
|
72
|
+
rack-session (2.1.1)
|
|
71
73
|
base64 (>= 0.1.0)
|
|
72
74
|
rack (>= 3.0.0)
|
|
73
75
|
rack-test (2.2.0)
|
|
74
76
|
rack (>= 1.3)
|
|
75
|
-
rails-dom-testing (2.
|
|
77
|
+
rails-dom-testing (2.3.0)
|
|
76
78
|
activesupport (>= 5.0.0)
|
|
77
79
|
minitest
|
|
78
80
|
nokogiri (>= 1.6)
|
|
@@ -80,45 +82,49 @@ GEM
|
|
|
80
82
|
loofah (~> 2.21)
|
|
81
83
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
82
84
|
rainbow (3.1.1)
|
|
83
|
-
rake (13.
|
|
84
|
-
regexp_parser (2.
|
|
85
|
-
rspec (3.13.
|
|
85
|
+
rake (13.3.1)
|
|
86
|
+
regexp_parser (2.11.3)
|
|
87
|
+
rspec (3.13.2)
|
|
86
88
|
rspec-core (~> 3.13.0)
|
|
87
89
|
rspec-expectations (~> 3.13.0)
|
|
88
90
|
rspec-mocks (~> 3.13.0)
|
|
89
|
-
rspec-core (3.13.
|
|
91
|
+
rspec-core (3.13.6)
|
|
90
92
|
rspec-support (~> 3.13.0)
|
|
91
|
-
rspec-expectations (3.13.
|
|
93
|
+
rspec-expectations (3.13.5)
|
|
92
94
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
93
95
|
rspec-support (~> 3.13.0)
|
|
94
|
-
rspec-mocks (3.13.
|
|
96
|
+
rspec-mocks (3.13.7)
|
|
95
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
96
98
|
rspec-support (~> 3.13.0)
|
|
97
|
-
rspec-support (3.13.
|
|
98
|
-
rubocop (1.
|
|
99
|
+
rspec-support (3.13.6)
|
|
100
|
+
rubocop (1.82.1)
|
|
99
101
|
json (~> 2.3)
|
|
100
|
-
language_server-protocol (
|
|
102
|
+
language_server-protocol (~> 3.17.0.2)
|
|
103
|
+
lint_roller (~> 1.1.0)
|
|
101
104
|
parallel (~> 1.10)
|
|
102
105
|
parser (>= 3.3.0.2)
|
|
103
106
|
rainbow (>= 2.2.2, < 4.0)
|
|
104
107
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
105
|
-
rubocop-ast (>= 1.
|
|
108
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
106
109
|
ruby-progressbar (~> 1.7)
|
|
107
110
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
108
|
-
rubocop-ast (1.
|
|
109
|
-
parser (>= 3.3.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
rubocop (
|
|
111
|
+
rubocop-ast (1.49.0)
|
|
112
|
+
parser (>= 3.3.7.2)
|
|
113
|
+
prism (~> 1.7)
|
|
114
|
+
rubocop-rake (0.7.1)
|
|
115
|
+
lint_roller (~> 1.1)
|
|
116
|
+
rubocop (>= 1.72.1)
|
|
117
|
+
rubocop-rspec (3.9.0)
|
|
118
|
+
lint_roller (~> 1.1)
|
|
119
|
+
rubocop (~> 1.81)
|
|
114
120
|
ruby-progressbar (1.13.0)
|
|
115
121
|
securerandom (0.4.1)
|
|
116
122
|
tzinfo (2.0.6)
|
|
117
123
|
concurrent-ruby (~> 1.0)
|
|
118
|
-
unicode-display_width (3.
|
|
119
|
-
unicode-emoji (~> 4.
|
|
120
|
-
unicode-emoji (4.0
|
|
121
|
-
uri (1.
|
|
124
|
+
unicode-display_width (3.2.0)
|
|
125
|
+
unicode-emoji (~> 4.1)
|
|
126
|
+
unicode-emoji (4.2.0)
|
|
127
|
+
uri (1.1.1)
|
|
122
128
|
useragent (0.16.11)
|
|
123
129
|
|
|
124
130
|
PLATFORMS
|
data/bp3-action_dispatch.gemspec
CHANGED
|
@@ -31,8 +31,8 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
|
32
32
|
spec.require_paths = ['lib']
|
|
33
33
|
|
|
34
|
-
spec.add_dependency 'actionpack', '
|
|
35
|
-
spec.add_dependency 'activesupport', '
|
|
34
|
+
spec.add_dependency 'actionpack', '~> 8.1'
|
|
35
|
+
spec.add_dependency 'activesupport', '~> 8.1'
|
|
36
36
|
spec.add_dependency 'i18n', '>= 1.8.11'
|
|
37
37
|
|
|
38
38
|
spec.add_development_dependency 'byebug'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bp3-action_dispatch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wim den Braven
|
|
@@ -13,30 +13,30 @@ dependencies:
|
|
|
13
13
|
name: actionpack
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "
|
|
16
|
+
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version:
|
|
18
|
+
version: '8.1'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
|
-
- - "
|
|
23
|
+
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version:
|
|
25
|
+
version: '8.1'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: activesupport
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
|
-
- - "
|
|
30
|
+
- - "~>"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
32
|
+
version: '8.1'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- - "
|
|
37
|
+
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version:
|
|
39
|
+
version: '8.1'
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: i18n
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|