ccs-frontend_helpers 0.1.0.rc.7 → 0.1.1.rc.1

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: 376385395af1b119139c7132e1c965f14c26e30496c72721a8b5d83a9b0a1b31
4
- data.tar.gz: cfdd0913eaa1daf7b215d03eb2d84e446427507a84de38015dd27a5448a5d7e6
3
+ metadata.gz: 47cea0efab0b2b500e61c298c3930110edfc8987433b014d6082094879fcb78e
4
+ data.tar.gz: 3a27eba61118d1fb93527a5974625aafbd8ce48b1afd0129739b83945006e0eb
5
5
  SHA512:
6
- metadata.gz: 2b1773b88ec9589d880fd911035db3e77653ee812e71a9d06dbe3e6e9535cfdf24219f01282114a895c98bd367e32f3b82e1f1d7d44af322cc37596ee14636d4
7
- data.tar.gz: f360726ae0c9f1fb2e58b7fe161d3c118e82eb656fa4e11f17558ae29e4ff4042d2aa2190a9f7f6db69900c7f2b7834aa8caf4cd16785787fcc8b27c1f3d6cb0
6
+ metadata.gz: beb74c7841592955c2e009db103968abf0c3a24c8fa374de5fcf972678f65df466b1be4a0d76ba04625302ecae99ca2e5ef46d10583f8220517529102574c783
7
+ data.tar.gz: 29d451b4b057b3387e82fd7db170f5f4450aeac37afeab81059593b0162a1e5834b40af79cb2cb131283d0f507a9111ff1c21e25d367ef6262745df44acad9b3
data/.rubocop.yml CHANGED
@@ -7,7 +7,7 @@ require:
7
7
 
8
8
  AllCops:
9
9
  NewCops: enable
10
- TargetRubyVersion: 2.7
10
+ TargetRubyVersion: 3.0
11
11
  Exclude:
12
12
  - 'bin/**/*'
13
13
  - 'tmp/**/*'
@@ -129,3 +129,8 @@ RSpec/FilePath:
129
129
  CustomTransform:
130
130
  GovUKFrontend: govuk_frontend
131
131
  GovUK: govuk
132
+
133
+ RSpec/SpecFilePathFormat:
134
+ CustomTransform:
135
+ GovUKFrontend: govuk_frontend
136
+ GovUK: govuk
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.7
1
+ 3.2.2
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [0.1.0.rc.7] - 2023-05-18
1
+ ## [0.1.1.rc.1] - 2023-10-25
2
2
 
3
3
  Initial release of CCS Frontend Helpers.
4
4
  This release contains view helpers that are used to create GOV.UK and CCS components.
@@ -42,5 +42,6 @@ The following GOV.UK helpers have been added:
42
42
  The following CCS helpers have been added:
43
43
 
44
44
  - Dashboard Panels
45
+ - Logo
45
46
  - Header
46
47
  - Footer
data/Gemfile CHANGED
@@ -10,15 +10,15 @@ gem 'bundler', '~> 2.3'
10
10
  gem 'rake', '~> 13.0'
11
11
 
12
12
  # Gems for testing the package
13
- gem 'capybara', '~> 3.39.0'
13
+ gem 'capybara', '~> 3.39.2'
14
14
  gem 'rspec', '~> 3.12'
15
15
  gem 'simplecov', '~> 0.21'
16
16
 
17
17
  # Gems for linting/formatting the package
18
- gem 'rubocop', '~> 1.36'
19
- gem 'rubocop-rails', '~> 2.16'
18
+ gem 'rubocop', '~> 1.57'
19
+ gem 'rubocop-rails', '~> 2.21'
20
20
  gem 'rubocop-rake', '~> 0.6'
21
- gem 'rubocop-rspec', '~> 2.13'
21
+ gem 'rubocop-rspec', '~> 2.24'
22
22
 
23
23
  # Gems for documenting the package
24
24
  gem 'yard', '~> 0.9'
data/Gemfile.lock CHANGED
@@ -1,82 +1,92 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ccs-frontend_helpers (0.1.0.rc.7)
4
+ ccs-frontend_helpers (0.1.1.rc.1)
5
5
  rails (>= 6.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (7.0.4.3)
11
- actionpack (= 7.0.4.3)
12
- activesupport (= 7.0.4.3)
10
+ actioncable (7.1.1)
11
+ actionpack (= 7.1.1)
12
+ activesupport (= 7.1.1)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (7.0.4.3)
16
- actionpack (= 7.0.4.3)
17
- activejob (= 7.0.4.3)
18
- activerecord (= 7.0.4.3)
19
- activestorage (= 7.0.4.3)
20
- activesupport (= 7.0.4.3)
15
+ zeitwerk (~> 2.6)
16
+ actionmailbox (7.1.1)
17
+ actionpack (= 7.1.1)
18
+ activejob (= 7.1.1)
19
+ activerecord (= 7.1.1)
20
+ activestorage (= 7.1.1)
21
+ activesupport (= 7.1.1)
21
22
  mail (>= 2.7.1)
22
23
  net-imap
23
24
  net-pop
24
25
  net-smtp
25
- actionmailer (7.0.4.3)
26
- actionpack (= 7.0.4.3)
27
- actionview (= 7.0.4.3)
28
- activejob (= 7.0.4.3)
29
- activesupport (= 7.0.4.3)
26
+ actionmailer (7.1.1)
27
+ actionpack (= 7.1.1)
28
+ actionview (= 7.1.1)
29
+ activejob (= 7.1.1)
30
+ activesupport (= 7.1.1)
30
31
  mail (~> 2.5, >= 2.5.4)
31
32
  net-imap
32
33
  net-pop
33
34
  net-smtp
34
- rails-dom-testing (~> 2.0)
35
- actionpack (7.0.4.3)
36
- actionview (= 7.0.4.3)
37
- activesupport (= 7.0.4.3)
38
- rack (~> 2.0, >= 2.2.0)
35
+ rails-dom-testing (~> 2.2)
36
+ actionpack (7.1.1)
37
+ actionview (= 7.1.1)
38
+ activesupport (= 7.1.1)
39
+ nokogiri (>= 1.8.5)
40
+ rack (>= 2.2.4)
41
+ rack-session (>= 1.0.1)
39
42
  rack-test (>= 0.6.3)
40
- rails-dom-testing (~> 2.0)
41
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
42
- actiontext (7.0.4.3)
43
- actionpack (= 7.0.4.3)
44
- activerecord (= 7.0.4.3)
45
- activestorage (= 7.0.4.3)
46
- activesupport (= 7.0.4.3)
43
+ rails-dom-testing (~> 2.2)
44
+ rails-html-sanitizer (~> 1.6)
45
+ actiontext (7.1.1)
46
+ actionpack (= 7.1.1)
47
+ activerecord (= 7.1.1)
48
+ activestorage (= 7.1.1)
49
+ activesupport (= 7.1.1)
47
50
  globalid (>= 0.6.0)
48
51
  nokogiri (>= 1.8.5)
49
- actionview (7.0.4.3)
50
- activesupport (= 7.0.4.3)
52
+ actionview (7.1.1)
53
+ activesupport (= 7.1.1)
51
54
  builder (~> 3.1)
52
- erubi (~> 1.4)
53
- rails-dom-testing (~> 2.0)
54
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
55
- activejob (7.0.4.3)
56
- activesupport (= 7.0.4.3)
55
+ erubi (~> 1.11)
56
+ rails-dom-testing (~> 2.2)
57
+ rails-html-sanitizer (~> 1.6)
58
+ activejob (7.1.1)
59
+ activesupport (= 7.1.1)
57
60
  globalid (>= 0.3.6)
58
- activemodel (7.0.4.3)
59
- activesupport (= 7.0.4.3)
60
- activerecord (7.0.4.3)
61
- activemodel (= 7.0.4.3)
62
- activesupport (= 7.0.4.3)
63
- activestorage (7.0.4.3)
64
- actionpack (= 7.0.4.3)
65
- activejob (= 7.0.4.3)
66
- activerecord (= 7.0.4.3)
67
- activesupport (= 7.0.4.3)
61
+ activemodel (7.1.1)
62
+ activesupport (= 7.1.1)
63
+ activerecord (7.1.1)
64
+ activemodel (= 7.1.1)
65
+ activesupport (= 7.1.1)
66
+ timeout (>= 0.4.0)
67
+ activestorage (7.1.1)
68
+ actionpack (= 7.1.1)
69
+ activejob (= 7.1.1)
70
+ activerecord (= 7.1.1)
71
+ activesupport (= 7.1.1)
68
72
  marcel (~> 1.0)
69
- mini_mime (>= 1.1.0)
70
- activesupport (7.0.4.3)
73
+ activesupport (7.1.1)
74
+ base64
75
+ bigdecimal
71
76
  concurrent-ruby (~> 1.0, >= 1.0.2)
77
+ connection_pool (>= 2.2.5)
78
+ drb
72
79
  i18n (>= 1.6, < 2)
73
80
  minitest (>= 5.1)
81
+ mutex_m
74
82
  tzinfo (~> 2.0)
75
83
  addressable (2.8.4)
76
84
  public_suffix (>= 2.0.2, < 6.0)
77
85
  ast (2.4.2)
86
+ base64 (0.1.1)
87
+ bigdecimal (3.1.4)
78
88
  builder (3.2.4)
79
- capybara (3.39.1)
89
+ capybara (3.39.2)
80
90
  addressable
81
91
  matrix
82
92
  mini_mime (>= 0.1.3)
@@ -86,19 +96,27 @@ GEM
86
96
  regexp_parser (>= 1.5, < 3.0)
87
97
  xpath (~> 3.2)
88
98
  concurrent-ruby (1.2.2)
99
+ connection_pool (2.4.1)
89
100
  crass (1.0.6)
90
101
  date (3.3.3)
91
102
  diff-lcs (1.5.0)
92
103
  docile (1.4.0)
104
+ drb (2.1.1)
105
+ ruby2_keywords
93
106
  erubi (1.12.0)
94
- globalid (1.1.0)
95
- activesupport (>= 5.0)
96
- i18n (1.12.0)
107
+ globalid (1.2.1)
108
+ activesupport (>= 6.1)
109
+ i18n (1.14.1)
97
110
  concurrent-ruby (~> 1.0)
111
+ io-console (0.6.0)
112
+ irb (1.8.3)
113
+ rdoc
114
+ reline (>= 0.3.8)
98
115
  json (2.6.3)
99
- loofah (2.19.1)
116
+ language_server-protocol (3.17.0.3)
117
+ loofah (2.21.4)
100
118
  crass (~> 1.0.2)
101
- nokogiri (>= 1.5.9)
119
+ nokogiri (>= 1.12.0)
102
120
  mail (2.8.1)
103
121
  mini_mime (>= 0.1.1)
104
122
  net-imap
@@ -106,61 +124,76 @@ GEM
106
124
  net-smtp
107
125
  marcel (1.0.2)
108
126
  matrix (0.4.2)
109
- method_source (1.0.0)
110
- mini_mime (1.1.2)
111
- minitest (5.18.0)
112
- net-imap (0.3.4)
127
+ mini_mime (1.1.5)
128
+ minitest (5.20.0)
129
+ mutex_m (0.1.2)
130
+ net-imap (0.4.2)
113
131
  date
114
132
  net-protocol
115
133
  net-pop (0.1.2)
116
134
  net-protocol
117
135
  net-protocol (0.2.1)
118
136
  timeout
119
- net-smtp (0.3.3)
137
+ net-smtp (0.4.0)
120
138
  net-protocol
121
- nio4r (2.5.8)
122
- nokogiri (1.14.4-x86_64-darwin)
139
+ nio4r (2.5.9)
140
+ nokogiri (1.15.4-x86_64-darwin)
123
141
  racc (~> 1.4)
124
- nokogiri (1.14.4-x86_64-linux)
142
+ nokogiri (1.15.4-x86_64-linux)
125
143
  racc (~> 1.4)
126
144
  parallel (1.23.0)
127
- parser (3.2.2.1)
145
+ parser (3.2.2.4)
128
146
  ast (~> 2.4.1)
147
+ racc
148
+ psych (5.1.1.1)
149
+ stringio
129
150
  public_suffix (5.0.1)
130
- racc (1.6.2)
131
- rack (2.2.7)
151
+ racc (1.7.1)
152
+ rack (3.0.8)
153
+ rack-session (2.0.0)
154
+ rack (>= 3.0.0)
132
155
  rack-test (2.1.0)
133
156
  rack (>= 1.3)
134
- rails (7.0.4.3)
135
- actioncable (= 7.0.4.3)
136
- actionmailbox (= 7.0.4.3)
137
- actionmailer (= 7.0.4.3)
138
- actionpack (= 7.0.4.3)
139
- actiontext (= 7.0.4.3)
140
- actionview (= 7.0.4.3)
141
- activejob (= 7.0.4.3)
142
- activemodel (= 7.0.4.3)
143
- activerecord (= 7.0.4.3)
144
- activestorage (= 7.0.4.3)
145
- activesupport (= 7.0.4.3)
157
+ rackup (2.1.0)
158
+ rack (>= 3)
159
+ webrick (~> 1.8)
160
+ rails (7.1.1)
161
+ actioncable (= 7.1.1)
162
+ actionmailbox (= 7.1.1)
163
+ actionmailer (= 7.1.1)
164
+ actionpack (= 7.1.1)
165
+ actiontext (= 7.1.1)
166
+ actionview (= 7.1.1)
167
+ activejob (= 7.1.1)
168
+ activemodel (= 7.1.1)
169
+ activerecord (= 7.1.1)
170
+ activestorage (= 7.1.1)
171
+ activesupport (= 7.1.1)
146
172
  bundler (>= 1.15.0)
147
- railties (= 7.0.4.3)
148
- rails-dom-testing (2.0.3)
149
- activesupport (>= 4.2.0)
173
+ railties (= 7.1.1)
174
+ rails-dom-testing (2.2.0)
175
+ activesupport (>= 5.0.0)
176
+ minitest
150
177
  nokogiri (>= 1.6)
151
- rails-html-sanitizer (1.5.0)
152
- loofah (~> 2.19, >= 2.19.1)
153
- railties (7.0.4.3)
154
- actionpack (= 7.0.4.3)
155
- activesupport (= 7.0.4.3)
156
- method_source
178
+ rails-html-sanitizer (1.6.0)
179
+ loofah (~> 2.21)
180
+ nokogiri (~> 1.14)
181
+ railties (7.1.1)
182
+ actionpack (= 7.1.1)
183
+ activesupport (= 7.1.1)
184
+ irb
185
+ rackup (>= 1.0.0)
157
186
  rake (>= 12.2)
158
- thor (~> 1.0)
159
- zeitwerk (~> 2.5)
187
+ thor (~> 1.0, >= 1.2.2)
188
+ zeitwerk (~> 2.6)
160
189
  rainbow (3.1.1)
161
190
  rake (13.0.6)
162
- regexp_parser (2.8.0)
163
- rexml (3.2.5)
191
+ rdoc (6.5.0)
192
+ psych (>= 4.0.0)
193
+ regexp_parser (2.8.2)
194
+ reline (0.3.9)
195
+ io-console (~> 0.5)
196
+ rexml (3.2.6)
164
197
  rspec (3.12.0)
165
198
  rspec-core (~> 3.12.0)
166
199
  rspec-expectations (~> 3.12.0)
@@ -174,51 +207,56 @@ GEM
174
207
  diff-lcs (>= 1.2.0, < 2.0)
175
208
  rspec-support (~> 3.12.0)
176
209
  rspec-support (3.12.0)
177
- rubocop (1.51.0)
210
+ rubocop (1.57.1)
211
+ base64 (~> 0.1.1)
178
212
  json (~> 2.3)
213
+ language_server-protocol (>= 3.17.0)
179
214
  parallel (~> 1.10)
180
- parser (>= 3.2.0.0)
215
+ parser (>= 3.2.2.4)
181
216
  rainbow (>= 2.2.2, < 4.0)
182
217
  regexp_parser (>= 1.8, < 3.0)
183
218
  rexml (>= 3.2.5, < 4.0)
184
- rubocop-ast (>= 1.28.0, < 2.0)
219
+ rubocop-ast (>= 1.28.1, < 2.0)
185
220
  ruby-progressbar (~> 1.7)
186
221
  unicode-display_width (>= 2.4.0, < 3.0)
187
- rubocop-ast (1.28.1)
222
+ rubocop-ast (1.29.0)
188
223
  parser (>= 3.2.1.0)
189
- rubocop-capybara (2.18.0)
224
+ rubocop-capybara (2.19.0)
190
225
  rubocop (~> 1.41)
191
- rubocop-factory_bot (2.22.0)
226
+ rubocop-factory_bot (2.24.0)
192
227
  rubocop (~> 1.33)
193
- rubocop-rails (2.19.1)
228
+ rubocop-rails (2.21.2)
194
229
  activesupport (>= 4.2.0)
195
230
  rack (>= 1.1)
196
231
  rubocop (>= 1.33.0, < 2.0)
197
232
  rubocop-rake (0.6.0)
198
233
  rubocop (~> 1.0)
199
- rubocop-rspec (2.22.0)
234
+ rubocop-rspec (2.24.1)
200
235
  rubocop (~> 1.33)
201
236
  rubocop-capybara (~> 2.17)
202
237
  rubocop-factory_bot (~> 2.22)
203
238
  ruby-progressbar (1.13.0)
239
+ ruby2_keywords (0.0.5)
204
240
  simplecov (0.22.0)
205
241
  docile (~> 1.1)
206
242
  simplecov-html (~> 0.11)
207
243
  simplecov_json_formatter (~> 0.1)
208
244
  simplecov-html (0.12.3)
209
245
  simplecov_json_formatter (0.1.4)
210
- thor (1.2.1)
211
- timeout (0.3.2)
246
+ stringio (3.0.8)
247
+ thor (1.3.0)
248
+ timeout (0.4.0)
212
249
  tzinfo (2.0.6)
213
250
  concurrent-ruby (~> 1.0)
214
- unicode-display_width (2.4.2)
215
- websocket-driver (0.7.5)
251
+ unicode-display_width (2.5.0)
252
+ webrick (1.8.1)
253
+ websocket-driver (0.7.6)
216
254
  websocket-extensions (>= 0.1.0)
217
255
  websocket-extensions (0.1.5)
218
256
  xpath (3.2.0)
219
257
  nokogiri (~> 1.8)
220
258
  yard (0.9.34)
221
- zeitwerk (2.6.7)
259
+ zeitwerk (2.6.12)
222
260
 
223
261
  PLATFORMS
224
262
  x86_64-darwin-19
@@ -227,14 +265,14 @@ PLATFORMS
227
265
 
228
266
  DEPENDENCIES
229
267
  bundler (~> 2.3)
230
- capybara (~> 3.39.0)
268
+ capybara (~> 3.39.2)
231
269
  ccs-frontend_helpers!
232
270
  rake (~> 13.0)
233
271
  rspec (~> 3.12)
234
- rubocop (~> 1.36)
235
- rubocop-rails (~> 2.16)
272
+ rubocop (~> 1.57)
273
+ rubocop-rails (~> 2.21)
236
274
  rubocop-rake (~> 0.6)
237
- rubocop-rspec (~> 2.13)
275
+ rubocop-rspec (~> 2.24)
238
276
  simplecov (~> 0.21)
239
277
  yard (~> 0.9)
240
278
 
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = 'Gem containing view helpers for CCS Ruby on Rails projects'
13
13
  spec.homepage = 'https://github.com/tim-s-ccs/ccs-frontend_helpers'
14
14
  spec.license = 'MIT'
15
- spec.required_ruby_version = '>= 2.7.0'
15
+ spec.required_ruby_version = '>= 3.0.0'
16
16
 
17
17
  # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
18
18
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module CCS
4
4
  module FrontendHelpers
5
- VERSION = '0.1.0.rc.7'
5
+ VERSION = '0.1.1.rc.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ccs-frontend_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.rc.7
4
+ version: 0.1.1.rc.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - tim-s-ccs
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-18 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -189,7 +189,7 @@ metadata:
189
189
  source_code_uri: https://github.com/tim-s-ccs/ccs-frontend_helpers
190
190
  changelog_uri: https://github.com/tim-s-ccs/ccs-frontend_helpers/blob/main/CHANGELOG.md
191
191
  rubygems_mfa_required: 'true'
192
- post_install_message:
192
+ post_install_message:
193
193
  rdoc_options: []
194
194
  require_paths:
195
195
  - lib
@@ -197,15 +197,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  requirements:
198
198
  - - ">="
199
199
  - !ruby/object:Gem::Version
200
- version: 2.7.0
200
+ version: 3.0.0
201
201
  required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - ">"
204
204
  - !ruby/object:Gem::Version
205
205
  version: 1.3.1
206
206
  requirements: []
207
- rubygems_version: 3.1.6
208
- signing_key:
207
+ rubygems_version: 3.4.10
208
+ signing_key:
209
209
  specification_version: 4
210
210
  summary: Gem containing view helpers for CCS Ruby on Rails projects
211
211
  test_files: []