bp3-hello-world 0.1.6 → 0.1.7

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: a7815a0bc1dee8ca734b0bcf5991705e5607cfe30bc9003b2519ae93e6c7df2a
4
- data.tar.gz: c51be8ccd60d9be41e22cefd154fbc80cda7cfe1fb6c6e801d2a18ed906b0b3d
3
+ metadata.gz: 3eb350477b8ee546954f3fd3ea2b3009b4c907232bb027e5ac6b6583918778e0
4
+ data.tar.gz: 5e1a77ad47d3dd19077cae3117927169e9a4f887bc591bed4c5851a787911514
5
5
  SHA512:
6
- metadata.gz: 1ecf1d418d4e926084a86774f34d7100539802c0f10c6334cc6a8c7c987e7a45ebc496b6722052810eed1313d374b99f77c4b4f741b2b93b544bd0fe9e2a315c
7
- data.tar.gz: e8b0aa1aa6eaa593998046717410656ee38e55ffd9fea2819752dc323b1d4fbf192c897556f925c419abaa4dee6f023fca93ef0f4bc6a523c9c94441af4ab390
6
+ metadata.gz: b80b611a6317916e872abbf77289958c1c2afa091de65dcfb75a6ad5bff9f4e1b94f5992329de70fdee5818fa9a93508cad1a6d3d42bbe37a6319a1812c2678a
7
+ data.tar.gz: 29f6148ebecdb80b59d7d60600e5dd871114cf324d642204e9d7a76514d755aa4515f73a2b551d4041006af69cdbecc6dd787b31f672546d356b401ab224835c
data/.rubocop.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rake
3
3
  - rubocop-rspec
4
4
 
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.3.5
1
+ ruby-3.4.6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.7] - 2026-01-12
4
+
5
+ - Update gems
6
+ - Update ruby version to 3.4.6
7
+
3
8
  ## [0.1.6] - 2024-11-18
4
9
 
5
10
  - Use ruby 3.3.5 and relax gem constraints
data/Gemfile.lock CHANGED
@@ -1,58 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-hello-world (0.1.6)
4
+ bp3-hello-world (0.1.7)
5
5
  i18n (>= 1.8.11)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- ast (2.4.2)
11
- concurrent-ruby (1.3.4)
12
- diff-lcs (1.5.1)
13
- i18n (1.14.6)
10
+ ast (2.4.3)
11
+ concurrent-ruby (1.3.6)
12
+ diff-lcs (1.6.2)
13
+ i18n (1.14.8)
14
14
  concurrent-ruby (~> 1.0)
15
- json (2.8.2)
16
- language_server-protocol (3.17.0.3)
17
- parallel (1.26.3)
18
- parser (3.3.6.0)
15
+ json (2.18.0)
16
+ language_server-protocol (3.17.0.5)
17
+ lint_roller (1.1.0)
18
+ parallel (1.27.0)
19
+ parser (3.3.10.0)
19
20
  ast (~> 2.4.1)
20
21
  racc
22
+ prism (1.7.0)
21
23
  racc (1.8.1)
22
24
  rainbow (3.1.1)
23
- rake (13.2.1)
24
- regexp_parser (2.9.2)
25
- rspec (3.13.0)
25
+ rake (13.3.1)
26
+ regexp_parser (2.11.3)
27
+ rspec (3.13.2)
26
28
  rspec-core (~> 3.13.0)
27
29
  rspec-expectations (~> 3.13.0)
28
30
  rspec-mocks (~> 3.13.0)
29
- rspec-core (3.13.2)
31
+ rspec-core (3.13.6)
30
32
  rspec-support (~> 3.13.0)
31
- rspec-expectations (3.13.3)
33
+ rspec-expectations (3.13.5)
32
34
  diff-lcs (>= 1.2.0, < 2.0)
33
35
  rspec-support (~> 3.13.0)
34
- rspec-mocks (3.13.2)
36
+ rspec-mocks (3.13.7)
35
37
  diff-lcs (>= 1.2.0, < 2.0)
36
38
  rspec-support (~> 3.13.0)
37
- rspec-support (3.13.1)
38
- rubocop (1.68.0)
39
+ rspec-support (3.13.6)
40
+ rubocop (1.82.1)
39
41
  json (~> 2.3)
40
- language_server-protocol (>= 3.17.0)
42
+ language_server-protocol (~> 3.17.0.2)
43
+ lint_roller (~> 1.1.0)
41
44
  parallel (~> 1.10)
42
45
  parser (>= 3.3.0.2)
43
46
  rainbow (>= 2.2.2, < 4.0)
44
- regexp_parser (>= 2.4, < 3.0)
45
- rubocop-ast (>= 1.32.2, < 2.0)
47
+ regexp_parser (>= 2.9.3, < 3.0)
48
+ rubocop-ast (>= 1.48.0, < 2.0)
46
49
  ruby-progressbar (~> 1.7)
47
- unicode-display_width (>= 2.4.0, < 3.0)
48
- rubocop-ast (1.36.1)
49
- parser (>= 3.3.1.0)
50
- rubocop-rake (0.6.0)
51
- rubocop (~> 1.0)
52
- rubocop-rspec (3.2.0)
53
- rubocop (~> 1.61)
50
+ unicode-display_width (>= 2.4.0, < 4.0)
51
+ rubocop-ast (1.49.0)
52
+ parser (>= 3.3.7.2)
53
+ prism (~> 1.7)
54
+ rubocop-rake (0.7.1)
55
+ lint_roller (~> 1.1)
56
+ rubocop (>= 1.72.1)
57
+ rubocop-rspec (3.9.0)
58
+ lint_roller (~> 1.1)
59
+ rubocop (~> 1.81)
54
60
  ruby-progressbar (1.13.0)
55
- unicode-display_width (2.6.0)
61
+ unicode-display_width (3.2.0)
62
+ unicode-emoji (~> 4.1)
63
+ unicode-emoji (4.2.0)
56
64
 
57
65
  PLATFORMS
58
66
  ruby
@@ -66,4 +74,4 @@ DEPENDENCIES
66
74
  rubocop-rspec (>= 2.25)
67
75
 
68
76
  BUNDLED WITH
69
- 2.4.21
77
+ 2.7.2
@@ -3,7 +3,7 @@
3
3
  module Bp3
4
4
  module Hello
5
5
  module World
6
- VERSION = '0.1.6'
6
+ VERSION = '0.1.7'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-hello-world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
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: i18n
@@ -130,7 +129,6 @@ metadata:
130
129
  source_code_uri: https://github.com/persuavis/bp3-hello-world
131
130
  changelog_uri: https://github.com/persuavis/bp3-hello-world/blob/main/CHANGELOG.md
132
131
  rubygems_mfa_required: 'true'
133
- post_install_message:
134
132
  rdoc_options: []
135
133
  require_paths:
136
134
  - lib
@@ -145,8 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
143
  - !ruby/object:Gem::Version
146
144
  version: '0'
147
145
  requirements: []
148
- rubygems_version: 3.5.23
149
- signing_key:
146
+ rubygems_version: 3.6.9
150
147
  specification_version: 4
151
148
  summary: Bp3::Hello::World is an example BP3 plugin.
152
149
  test_files: []