bp3-activestorage 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +77 -72
- data/bp3-activestorage.gemspec +1 -1
- data/lib/bp3/activestorage/version.rb +1 -1
- metadata +11 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e24da76896eb05f7cdcffda9b08a15d9c452942d75d543619fd494ca4b8f9cf5
|
4
|
+
data.tar.gz: fdf98d4524d47ff8facbde9558d711fbd9bc9ac908c1b152202d15ecfc55991a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4bf8762a887aaa7ce8c8ebdbdf117937d0521bf13415af434b75b4b30395da78ff0d51a74fb809de838f0c0e44f0f0ab48392db72a3a7d555d7678e5c1e336c
|
7
|
+
data.tar.gz: 8ed623ccc11c2340caa56765e60449ad178a1a0e5e297c3aa626b1a3bda483451f6eb7df78520fe63d8f9cc12e02f7e84a5f0067bea67697948767e45ee44829
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,93 +1,96 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bp3-activestorage (0.1.
|
5
|
-
activestorage (
|
4
|
+
bp3-activestorage (0.1.3)
|
5
|
+
activestorage (>= 7.1.2, < 8)
|
6
6
|
bp3-core (>= 0.1.0, < 2)
|
7
7
|
paper_trail (~> 15.1)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actionpack (7.
|
13
|
-
actionview (= 7.
|
14
|
-
activesupport (= 7.
|
12
|
+
actionpack (7.2.2)
|
13
|
+
actionview (= 7.2.2)
|
14
|
+
activesupport (= 7.2.2)
|
15
15
|
nokogiri (>= 1.8.5)
|
16
16
|
racc
|
17
|
-
rack (>= 2.2.4)
|
17
|
+
rack (>= 2.2.4, < 3.2)
|
18
18
|
rack-session (>= 1.0.1)
|
19
19
|
rack-test (>= 0.6.3)
|
20
20
|
rails-dom-testing (~> 2.2)
|
21
21
|
rails-html-sanitizer (~> 1.6)
|
22
|
-
|
23
|
-
|
22
|
+
useragent (~> 0.16)
|
23
|
+
actionview (7.2.2)
|
24
|
+
activesupport (= 7.2.2)
|
24
25
|
builder (~> 3.1)
|
25
26
|
erubi (~> 1.11)
|
26
27
|
rails-dom-testing (~> 2.2)
|
27
28
|
rails-html-sanitizer (~> 1.6)
|
28
|
-
activejob (7.
|
29
|
-
activesupport (= 7.
|
29
|
+
activejob (7.2.2)
|
30
|
+
activesupport (= 7.2.2)
|
30
31
|
globalid (>= 0.3.6)
|
31
|
-
activemodel (7.
|
32
|
-
activesupport (= 7.
|
33
|
-
activerecord (7.
|
34
|
-
activemodel (= 7.
|
35
|
-
activesupport (= 7.
|
32
|
+
activemodel (7.2.2)
|
33
|
+
activesupport (= 7.2.2)
|
34
|
+
activerecord (7.2.2)
|
35
|
+
activemodel (= 7.2.2)
|
36
|
+
activesupport (= 7.2.2)
|
36
37
|
timeout (>= 0.4.0)
|
37
|
-
activestorage (7.
|
38
|
-
actionpack (= 7.
|
39
|
-
activejob (= 7.
|
40
|
-
activerecord (= 7.
|
41
|
-
activesupport (= 7.
|
38
|
+
activestorage (7.2.2)
|
39
|
+
actionpack (= 7.2.2)
|
40
|
+
activejob (= 7.2.2)
|
41
|
+
activerecord (= 7.2.2)
|
42
|
+
activesupport (= 7.2.2)
|
42
43
|
marcel (~> 1.0)
|
43
|
-
activesupport (7.
|
44
|
+
activesupport (7.2.2)
|
44
45
|
base64
|
46
|
+
benchmark (>= 0.3)
|
45
47
|
bigdecimal
|
46
|
-
concurrent-ruby (~> 1.0, >= 1.
|
48
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
47
49
|
connection_pool (>= 2.2.5)
|
48
50
|
drb
|
49
51
|
i18n (>= 1.6, < 2)
|
52
|
+
logger (>= 1.4.2)
|
50
53
|
minitest (>= 5.1)
|
51
|
-
|
52
|
-
tzinfo (~> 2.0)
|
54
|
+
securerandom (>= 0.3)
|
55
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
53
56
|
ast (2.4.2)
|
54
57
|
base64 (0.2.0)
|
55
|
-
|
56
|
-
|
58
|
+
benchmark (0.4.0)
|
59
|
+
bigdecimal (3.1.8)
|
60
|
+
bp3-core (0.1.4)
|
57
61
|
actionview (>= 7.1.2, < 8)
|
58
62
|
activesupport (>= 7.1.2, < 8)
|
59
|
-
builder (3.
|
63
|
+
builder (3.3.0)
|
60
64
|
byebug (11.1.3)
|
61
|
-
concurrent-ruby (1.
|
65
|
+
concurrent-ruby (1.3.4)
|
62
66
|
connection_pool (2.4.1)
|
63
67
|
crass (1.0.6)
|
64
|
-
diff-lcs (1.5.
|
65
|
-
drb (2.2.
|
66
|
-
|
67
|
-
erubi (1.12.0)
|
68
|
+
diff-lcs (1.5.1)
|
69
|
+
drb (2.2.1)
|
70
|
+
erubi (1.13.0)
|
68
71
|
globalid (1.2.1)
|
69
72
|
activesupport (>= 6.1)
|
70
|
-
i18n (1.14.
|
73
|
+
i18n (1.14.6)
|
71
74
|
concurrent-ruby (~> 1.0)
|
72
|
-
json (2.
|
75
|
+
json (2.8.1)
|
73
76
|
language_server-protocol (3.17.0.3)
|
74
|
-
|
77
|
+
logger (1.6.1)
|
78
|
+
loofah (2.23.1)
|
75
79
|
crass (~> 1.0.2)
|
76
80
|
nokogiri (>= 1.12.0)
|
77
|
-
marcel (1.0.
|
78
|
-
minitest (5.
|
79
|
-
|
80
|
-
nokogiri (1.16.0-x86_64-darwin)
|
81
|
+
marcel (1.0.4)
|
82
|
+
minitest (5.25.1)
|
83
|
+
nokogiri (1.16.7-x86_64-darwin)
|
81
84
|
racc (~> 1.4)
|
82
|
-
paper_trail (15.
|
85
|
+
paper_trail (15.2.0)
|
83
86
|
activerecord (>= 6.1)
|
84
87
|
request_store (~> 1.4)
|
85
|
-
parallel (1.
|
86
|
-
parser (3.3.0
|
88
|
+
parallel (1.26.3)
|
89
|
+
parser (3.3.6.0)
|
87
90
|
ast (~> 2.4.1)
|
88
91
|
racc
|
89
|
-
racc (1.
|
90
|
-
rack (3.
|
92
|
+
racc (1.8.1)
|
93
|
+
rack (3.1.8)
|
91
94
|
rack-session (2.0.0)
|
92
95
|
rack (>= 3.0.0)
|
93
96
|
rack-test (2.1.0)
|
@@ -100,53 +103,55 @@ GEM
|
|
100
103
|
loofah (~> 2.21)
|
101
104
|
nokogiri (~> 1.14)
|
102
105
|
rainbow (3.1.1)
|
103
|
-
rake (13.1
|
104
|
-
regexp_parser (2.9.
|
105
|
-
request_store (1.
|
106
|
+
rake (13.2.1)
|
107
|
+
regexp_parser (2.9.2)
|
108
|
+
request_store (1.7.0)
|
106
109
|
rack (>= 1.4)
|
107
|
-
|
108
|
-
|
109
|
-
rspec-
|
110
|
-
rspec-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
rspec-expectations (3.12.3)
|
110
|
+
rspec (3.13.0)
|
111
|
+
rspec-core (~> 3.13.0)
|
112
|
+
rspec-expectations (~> 3.13.0)
|
113
|
+
rspec-mocks (~> 3.13.0)
|
114
|
+
rspec-core (3.13.2)
|
115
|
+
rspec-support (~> 3.13.0)
|
116
|
+
rspec-expectations (3.13.3)
|
115
117
|
diff-lcs (>= 1.2.0, < 2.0)
|
116
|
-
rspec-support (~> 3.
|
117
|
-
rspec-mocks (3.
|
118
|
+
rspec-support (~> 3.13.0)
|
119
|
+
rspec-mocks (3.13.2)
|
118
120
|
diff-lcs (>= 1.2.0, < 2.0)
|
119
|
-
rspec-support (~> 3.
|
120
|
-
rspec-support (3.
|
121
|
-
rubocop (1.
|
121
|
+
rspec-support (~> 3.13.0)
|
122
|
+
rspec-support (3.13.1)
|
123
|
+
rubocop (1.68.0)
|
122
124
|
json (~> 2.3)
|
123
125
|
language_server-protocol (>= 3.17.0)
|
124
126
|
parallel (~> 1.10)
|
125
127
|
parser (>= 3.3.0.2)
|
126
128
|
rainbow (>= 2.2.2, < 4.0)
|
127
|
-
regexp_parser (>=
|
128
|
-
|
129
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
129
|
+
regexp_parser (>= 2.4, < 3.0)
|
130
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
130
131
|
ruby-progressbar (~> 1.7)
|
131
132
|
unicode-display_width (>= 2.4.0, < 3.0)
|
132
|
-
rubocop-ast (1.
|
133
|
-
parser (>= 3.
|
134
|
-
rubocop-capybara (2.
|
135
|
-
rubocop (~> 1.41)
|
136
|
-
rubocop-factory_bot (2.25.1)
|
133
|
+
rubocop-ast (1.34.1)
|
134
|
+
parser (>= 3.3.1.0)
|
135
|
+
rubocop-capybara (2.21.0)
|
137
136
|
rubocop (~> 1.41)
|
137
|
+
rubocop-factory_bot (2.26.1)
|
138
|
+
rubocop (~> 1.61)
|
138
139
|
rubocop-rake (0.6.0)
|
139
140
|
rubocop (~> 1.0)
|
140
|
-
rubocop-rspec (2.
|
141
|
+
rubocop-rspec (2.31.0)
|
141
142
|
rubocop (~> 1.40)
|
142
143
|
rubocop-capybara (~> 2.17)
|
143
144
|
rubocop-factory_bot (~> 2.22)
|
145
|
+
rubocop-rspec_rails (~> 2.28)
|
146
|
+
rubocop-rspec_rails (2.29.1)
|
147
|
+
rubocop (~> 1.61)
|
144
148
|
ruby-progressbar (1.13.0)
|
145
|
-
|
146
|
-
timeout (0.4.
|
149
|
+
securerandom (0.3.1)
|
150
|
+
timeout (0.4.2)
|
147
151
|
tzinfo (2.0.6)
|
148
152
|
concurrent-ruby (~> 1.0)
|
149
|
-
unicode-display_width (2.
|
153
|
+
unicode-display_width (2.6.0)
|
154
|
+
useragent (0.16.10)
|
150
155
|
|
151
156
|
PLATFORMS
|
152
157
|
x86_64-darwin-22
|
data/bp3-activestorage.gemspec
CHANGED
@@ -31,7 +31,7 @@ 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 'activestorage', '
|
34
|
+
spec.add_dependency 'activestorage', ['>= 7.1.2', '< 8']
|
35
35
|
spec.add_dependency 'bp3-core', ['>= 0.1.0', '< 2']
|
36
36
|
spec.add_dependency 'paper_trail', '~> 15.1'
|
37
37
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bp3-activestorage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wim den Braven
|
@@ -14,16 +14,22 @@ dependencies:
|
|
14
14
|
name: activestorage
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 7.1.2
|
20
|
+
- - "<"
|
18
21
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
22
|
+
version: '8'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 7.1.2
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
32
|
+
version: '8'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: bp3-core
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|