bp3-activestorage 0.1.4 → 0.1.5

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: 34fbb5b6345aa578e865332d2ee110f53953882ceb091267dc0ec0d2545b995f
4
- data.tar.gz: 85787fa528b3fbfe8ace1442a7c379a86fb2cfbc4cabcae4953d7308e0c7b6a9
3
+ metadata.gz: 9a0ea6328c63cb70ea785d2842dac2ef526f85681c14debc226c89c47175bc78
4
+ data.tar.gz: 6471cfc53197041d0643d4dbc64b79ea545d90e55fe17a9e5262d0e93f4d4a13
5
5
  SHA512:
6
- metadata.gz: 1f29ebafd2d475e469e6cd2239c3385f415891061a8f8121e6f5d1f1ea55a710c92e9c0b4c54abfe09bbc3e633b23b2571b871eaa0701ccf51fe1364f8305ff3
7
- data.tar.gz: c9a9256d5da25941a6d5c2caa5c6675e33db65e1dd9f62ef46d1eddd0810a548d58417c73aca6069c5a68081bd7856c1ccbfe3c38f4da571a0e25ee41e248187
6
+ metadata.gz: d76a87d531729ccdb45a03f1a1cf57ea40681f744720f8fc80919924c3bd16709f136bca306da6e72ee9892547bc39b8bd7b039986382ce3c4e791c919910e67
7
+ data.tar.gz: 719c8989bece6050ab37625e9a7192bc88f867f446bad5f979c6efa5e65f08a1de764bc9dd5352f18b080f14e1629c8c3686b6a6e511a8355a9554b4c6e037e0
data/.rubocop.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rake
3
3
  - rubocop-rspec
4
4
 
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.5] - 2026-01-12
4
+
5
+ - Update gems
6
+
3
7
  ## [0.1.4] - 2024-11-18
4
8
 
5
9
  - Use ruby 3.3.5 and relax gem constraints
data/Gemfile.lock CHANGED
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-activestorage (0.1.4)
5
- activestorage (>= 7.1.2)
4
+ bp3-activestorage (0.1.5)
5
+ activestorage (~> 8.1)
6
6
  bp3-core (>= 0.1.0)
7
7
  paper_trail (>= 15.1)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (8.0.0)
13
- actionview (= 8.0.0)
14
- activesupport (= 8.0.0)
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,135 +19,150 @@ GEM
19
19
  rails-dom-testing (~> 2.2)
20
20
  rails-html-sanitizer (~> 1.6)
21
21
  useragent (~> 0.16)
22
- actionview (8.0.0)
23
- activesupport (= 8.0.0)
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
- activejob (8.0.0)
29
- activesupport (= 8.0.0)
28
+ activejob (8.1.2)
29
+ activesupport (= 8.1.2)
30
30
  globalid (>= 0.3.6)
31
- activemodel (8.0.0)
32
- activesupport (= 8.0.0)
33
- activerecord (8.0.0)
34
- activemodel (= 8.0.0)
35
- activesupport (= 8.0.0)
31
+ activemodel (8.1.2)
32
+ activesupport (= 8.1.2)
33
+ activerecord (8.1.2)
34
+ activemodel (= 8.1.2)
35
+ activesupport (= 8.1.2)
36
36
  timeout (>= 0.4.0)
37
- activestorage (8.0.0)
38
- actionpack (= 8.0.0)
39
- activejob (= 8.0.0)
40
- activerecord (= 8.0.0)
41
- activesupport (= 8.0.0)
37
+ activestorage (8.1.2)
38
+ actionpack (= 8.1.2)
39
+ activejob (= 8.1.2)
40
+ activerecord (= 8.1.2)
41
+ activesupport (= 8.1.2)
42
42
  marcel (~> 1.0)
43
- activesupport (8.0.0)
43
+ activesupport (8.1.2)
44
44
  base64
45
- benchmark (>= 0.3)
46
45
  bigdecimal
47
46
  concurrent-ruby (~> 1.0, >= 1.3.1)
48
47
  connection_pool (>= 2.2.5)
49
48
  drb
50
49
  i18n (>= 1.6, < 2)
50
+ json
51
51
  logger (>= 1.4.2)
52
52
  minitest (>= 5.1)
53
53
  securerandom (>= 0.3)
54
54
  tzinfo (~> 2.0, >= 2.0.5)
55
55
  uri (>= 0.13.1)
56
- ast (2.4.2)
57
- base64 (0.2.0)
58
- benchmark (0.4.0)
59
- bigdecimal (3.1.8)
60
- bp3-core (0.1.5)
61
- actionview (>= 7.1.2)
62
- activesupport (>= 7.1.2)
56
+ ast (2.4.3)
57
+ base64 (0.3.0)
58
+ bigdecimal (4.0.1)
59
+ bp3-core (0.2.0)
60
+ actionview (~> 8.1)
61
+ activesupport (~> 8.1)
62
+ bp3-request_state (~> 0.1)
63
+ bp3-request_state (0.1.3)
64
+ actionpack (~> 8.1)
65
+ activesupport (~> 8.1)
66
+ request_store (>= 1.5.1)
63
67
  builder (3.3.0)
64
- byebug (11.1.3)
65
- concurrent-ruby (1.3.4)
66
- connection_pool (2.4.1)
68
+ byebug (12.0.0)
69
+ concurrent-ruby (1.3.6)
70
+ connection_pool (3.0.2)
67
71
  crass (1.0.6)
68
- diff-lcs (1.5.1)
69
- drb (2.2.1)
70
- erubi (1.13.0)
71
- globalid (1.2.1)
72
+ diff-lcs (1.6.2)
73
+ drb (2.2.3)
74
+ erubi (1.13.1)
75
+ globalid (1.3.0)
72
76
  activesupport (>= 6.1)
73
- i18n (1.14.6)
77
+ i18n (1.14.8)
74
78
  concurrent-ruby (~> 1.0)
75
- json (2.8.2)
76
- language_server-protocol (3.17.0.3)
77
- logger (1.6.1)
78
- loofah (2.23.1)
79
+ json (2.18.0)
80
+ language_server-protocol (3.17.0.5)
81
+ lint_roller (1.1.0)
82
+ logger (1.7.0)
83
+ loofah (2.25.0)
79
84
  crass (~> 1.0.2)
80
85
  nokogiri (>= 1.12.0)
81
- marcel (1.0.4)
82
- minitest (5.25.1)
83
- nokogiri (1.16.7-x86_64-darwin)
86
+ marcel (1.1.0)
87
+ minitest (6.0.1)
88
+ prism (~> 1.5)
89
+ nokogiri (1.19.0-x86_64-darwin)
84
90
  racc (~> 1.4)
85
- paper_trail (16.0.0)
86
- activerecord (>= 6.1)
91
+ paper_trail (17.0.0)
92
+ activerecord (>= 7.1)
87
93
  request_store (~> 1.4)
88
- parallel (1.26.3)
89
- parser (3.3.6.0)
94
+ parallel (1.27.0)
95
+ parser (3.3.10.0)
90
96
  ast (~> 2.4.1)
91
97
  racc
98
+ prism (1.7.0)
92
99
  racc (1.8.1)
93
- rack (3.1.8)
94
- rack-session (2.0.0)
100
+ rack (3.2.4)
101
+ rack-session (2.1.1)
102
+ base64 (>= 0.1.0)
95
103
  rack (>= 3.0.0)
96
- rack-test (2.1.0)
104
+ rack-test (2.2.0)
97
105
  rack (>= 1.3)
98
- rails-dom-testing (2.2.0)
106
+ rails-dom-testing (2.3.0)
99
107
  activesupport (>= 5.0.0)
100
108
  minitest
101
109
  nokogiri (>= 1.6)
102
- rails-html-sanitizer (1.6.0)
110
+ rails-html-sanitizer (1.6.2)
103
111
  loofah (~> 2.21)
104
- nokogiri (~> 1.14)
112
+ 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)
105
113
  rainbow (3.1.1)
106
- rake (13.2.1)
107
- regexp_parser (2.9.2)
114
+ rake (13.3.1)
115
+ regexp_parser (2.11.3)
108
116
  request_store (1.7.0)
109
117
  rack (>= 1.4)
110
- rspec (3.13.0)
118
+ rspec (3.13.2)
111
119
  rspec-core (~> 3.13.0)
112
120
  rspec-expectations (~> 3.13.0)
113
121
  rspec-mocks (~> 3.13.0)
114
- rspec-core (3.13.2)
122
+ rspec-core (3.13.6)
115
123
  rspec-support (~> 3.13.0)
116
- rspec-expectations (3.13.3)
124
+ rspec-expectations (3.13.5)
117
125
  diff-lcs (>= 1.2.0, < 2.0)
118
126
  rspec-support (~> 3.13.0)
119
- rspec-mocks (3.13.2)
127
+ rspec-mocks (3.13.7)
120
128
  diff-lcs (>= 1.2.0, < 2.0)
121
129
  rspec-support (~> 3.13.0)
122
- rspec-support (3.13.1)
123
- rubocop (1.68.0)
130
+ rspec-support (3.13.6)
131
+ rubocop (1.82.1)
124
132
  json (~> 2.3)
125
- language_server-protocol (>= 3.17.0)
133
+ language_server-protocol (~> 3.17.0.2)
134
+ lint_roller (~> 1.1.0)
126
135
  parallel (~> 1.10)
127
136
  parser (>= 3.3.0.2)
128
137
  rainbow (>= 2.2.2, < 4.0)
129
- regexp_parser (>= 2.4, < 3.0)
130
- rubocop-ast (>= 1.32.2, < 2.0)
138
+ regexp_parser (>= 2.9.3, < 3.0)
139
+ rubocop-ast (>= 1.48.0, < 2.0)
131
140
  ruby-progressbar (~> 1.7)
132
- unicode-display_width (>= 2.4.0, < 3.0)
133
- rubocop-ast (1.36.1)
134
- parser (>= 3.3.1.0)
135
- rubocop-rake (0.6.0)
136
- rubocop (~> 1.0)
137
- rubocop-rspec (3.2.0)
138
- rubocop (~> 1.61)
141
+ unicode-display_width (>= 2.4.0, < 4.0)
142
+ rubocop-ast (1.49.0)
143
+ parser (>= 3.3.7.2)
144
+ prism (~> 1.7)
145
+ rubocop-rake (0.7.1)
146
+ lint_roller (~> 1.1)
147
+ rubocop (>= 1.72.1)
148
+ rubocop-rspec (3.9.0)
149
+ lint_roller (~> 1.1)
150
+ rubocop (~> 1.81)
139
151
  ruby-progressbar (1.13.0)
140
- securerandom (0.3.2)
141
- timeout (0.4.2)
152
+ securerandom (0.4.1)
153
+ timeout (0.6.0)
142
154
  tzinfo (2.0.6)
143
155
  concurrent-ruby (~> 1.0)
144
- unicode-display_width (2.6.0)
145
- uri (1.0.2)
146
- useragent (0.16.10)
156
+ unicode-display_width (3.2.0)
157
+ unicode-emoji (~> 4.1)
158
+ unicode-emoji (4.2.0)
159
+ uri (1.1.1)
160
+ useragent (0.16.11)
147
161
 
148
162
  PLATFORMS
149
163
  x86_64-darwin-22
150
164
  x86_64-darwin-23
165
+ x86_64-darwin-24
151
166
 
152
167
  DEPENDENCIES
153
168
  bp3-activestorage!
@@ -159,4 +174,4 @@ DEPENDENCIES
159
174
  rubocop-rspec (>= 2.25)
160
175
 
161
176
  BUNDLED WITH
162
- 2.5.23
177
+ 2.7.2
@@ -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', '>= 7.1.2'
34
+ spec.add_dependency 'activestorage', '~> 8.1'
35
35
  spec.add_dependency 'bp3-core', '>= 0.1.0'
36
36
  spec.add_dependency 'paper_trail', '>= 15.1'
37
37
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bp3
4
4
  module Activestorage
5
- VERSION = '0.1.4'
5
+ VERSION = '0.1.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,29 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-activestorage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wim den Braven
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activestorage
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ">="
16
+ - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: 7.1.2
18
+ version: '8.1'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - ">="
23
+ - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: 7.1.2
25
+ version: '8.1'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: bp3-core
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -136,7 +135,6 @@ dependencies:
136
135
  - - ">="
137
136
  - !ruby/object:Gem::Version
138
137
  version: '2.25'
139
- description:
140
138
  email:
141
139
  - wimdenbraven@persuavis.com
142
140
  executables: []
@@ -167,7 +165,6 @@ metadata:
167
165
  source_code_uri: https://github.com/persuavis/bp3-activestorage
168
166
  changelog_uri: https://github.com/persuavis/bp3-activestorage/blob/main/CHANGELOG.md
169
167
  rubygems_mfa_required: 'true'
170
- post_install_message:
171
168
  rdoc_options: []
172
169
  require_paths:
173
170
  - lib
@@ -182,8 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
179
  - !ruby/object:Gem::Version
183
180
  version: '0'
184
181
  requirements: []
185
- rubygems_version: 3.5.23
186
- signing_key:
182
+ rubygems_version: 3.6.9
187
183
  specification_version: 4
188
184
  summary: bp3-activestorage adapts activestorage for BP3 (persuavis/black_phoebe_3).
189
185
  test_files: []