nonnative 1.76.0 → 1.77.0

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: d710347f39ff60ae87871f7ccd9b346d630aa42fd24263ea9bc2081967bf2454
4
- data.tar.gz: d2e2d24569e30a9e6dbc59f5a7cdcf3589593a08a67e1c6ddbf68ad89a0eff06
3
+ metadata.gz: f22a3a7aaae0b348a070c1287687f076c6a4cb1c9a9b230adc0e91594d24e2c4
4
+ data.tar.gz: 13f073f2ca2c35985cba0d9d24cdd35983a534001b39c2fafb0d32370b90084e
5
5
  SHA512:
6
- metadata.gz: 11281e87a1ddad5c227a23c26b242172c62b06a0a6624ac17dc0737b89fae21e7f792d1cddb86e48ede67def1dbd41629a8a2f96953707ffa78bf01b06c45588
7
- data.tar.gz: 3e265dcab17dad9d4399a13fc248df015f9fe1fc1eac15cdd77c9d1e95c13a5d933c851c40aca0901e227799bfc5a881c148165007f01599eb2ef3492d13f8ae
6
+ metadata.gz: 13a8d3978ef75c3d748842ea5dcc54c0b48d685f2a8824449abfc5b85e0867f3f303eb550f3bc6286ad686e6fc65c35a6c6eb02cf7fcfd541a0b3cf2e3fede67
7
+ data.tar.gz: 392a1e59617119c7d39bd585c58c4f5f064b02612ed1b500226c392d272872f50f7c089adff024dda5b48c3d6d141c897fc68712f2cb39a7fba6ae408bfe1615
data/.circleci/config.yml CHANGED
@@ -3,7 +3,7 @@ version: 2.1
3
3
  jobs:
4
4
  build:
5
5
  docker:
6
- - image: alexfalkowski/ruby:3.2
6
+ - image: alexfalkowski/ruby:3.3
7
7
  working_directory: ~/nonnative
8
8
  steps:
9
9
  - checkout
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 3.2
2
+ TargetRubyVersion: 3.3
3
3
  DisplayCopNames: true
4
4
  NewCops: enable
5
5
  Exclude:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.2.2
1
+ ruby-3.3.0
data/CHANGELOG.md CHANGED
@@ -6,6 +6,44 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## [v1.77.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.77.0) - 2024-02-22
10
+
11
+ - [`f61c644`](https://github.com/alexfalkowski/nonnative/commit/f61c64447c64ce95abbaa8804d3522d260bd7760) feat: upgrade to ruby 3.3.0 (#308)
12
+
13
+ ## [v1.76.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.76.8) - 2024-02-22
14
+
15
+ - [`b8dc2fd`](https://github.com/alexfalkowski/nonnative/commit/b8dc2fd79f571920f35d30c082b88975d7cff745) fix(deps): bump grpc from 1.61.0 to 1.62.0 (#307)
16
+
17
+ ## [v1.76.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.76.7) - 2024-02-19
18
+
19
+ - [`1e87017`](https://github.com/alexfalkowski/nonnative/commit/1e870172ee3bb40c74b0678a2e7718ed432e0b20) fix(deps): bump ruby-lsp from 0.14.0 to 0.14.1 (#306)
20
+ - [`e313237`](https://github.com/alexfalkowski/nonnative/commit/e313237c5691ae9b33c6fd67b01fe2e3bc2f1ac4) build(deps): use ruby 3.2.3 (#305)
21
+
22
+ ## [v1.76.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.76.6) - 2024-02-09
23
+
24
+ - [`a422fff`](https://github.com/alexfalkowski/nonnative/commit/a422fffb2d8ffe5d8451e661a7d7b84a1a3dd627) fix(deps): bump ruby-lsp from 0.13.4 to 0.14.0 (#304)
25
+
26
+ ## [v1.76.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.76.5) - 2024-02-05
27
+
28
+ - [`fc567a8`](https://github.com/alexfalkowski/nonnative/commit/fc567a8980a2481d12e352dc4851b68d6bb7df8e) fix(deps): bump rspec-expectations from 3.12.3 to 3.13.0 (#303)
29
+
30
+ ## [v1.76.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.76.4) - 2024-02-05
31
+
32
+ - [`cf8f860`](https://github.com/alexfalkowski/nonnative/commit/cf8f860db008a82e8a516c1e502bf8a991dce8b0) fix(deps): bump grpc from 1.60.0 to 1.61.0 (#302)
33
+
34
+ ## [v1.76.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.76.3) - 2024-01-31
35
+
36
+ - [`a131a8f`](https://github.com/alexfalkowski/nonnative/commit/a131a8f0eada5a684fb07c34259a2d4262860159) fix(deps): move ruby-lsp to Gemfile (#301)
37
+ - [`2cf480a`](https://github.com/alexfalkowski/nonnative/commit/2cf480a8febfa83c86ff91a675311aa2c2802e3a) build(deps): add ruby-lsp (0.13.4) (#300)
38
+
39
+ ## [v1.76.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.76.2) - 2024-01-25
40
+
41
+ - [`ad3466c`](https://github.com/alexfalkowski/nonnative/commit/ad3466c4494dd11ae013805c518514bd6bd549ac) fix(deps): bump rubocop from 1.60.1 to 1.60.2 (#299)
42
+
43
+ ## [v1.76.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.76.1) - 2024-01-24
44
+
45
+ - [`64c5425`](https://github.com/alexfalkowski/nonnative/commit/64c5425126fcacdc655cb11ee2272b3a8d9ff2b4) fix(deps): bump cucumber from 9.1.1 to 9.1.2 (#298)
46
+
9
47
  ## [v1.76.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.76.0) - 2024-01-22
10
48
 
11
49
  - [`6a42560`](https://github.com/alexfalkowski/nonnative/commit/6a42560b3983e1e1599363f3e6e07a8ffde0778f) feat(deps): update sinatra to v4.0.0 (#297)
data/Gemfile CHANGED
@@ -10,3 +10,4 @@ gemspec
10
10
  gem 'bundler'
11
11
  gem 'coveralls_reborn'
12
12
  gem 'rubocop'
13
+ gem 'ruby-lsp'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonnative (1.76.0)
4
+ nonnative (1.77.0)
5
5
  concurrent-ruby (>= 1, < 2)
6
6
  config (>= 5, < 6)
7
7
  cucumber (>= 7, < 10)
@@ -32,7 +32,7 @@ GEM
32
32
  term-ansicolor (~> 1.7)
33
33
  thor (~> 1.2)
34
34
  tins (~> 1.32)
35
- cucumber (9.1.1)
35
+ cucumber (9.1.2)
36
36
  builder (~> 3.2, >= 3.2.4)
37
37
  cucumber-ci-environment (~> 9.2, >= 9.2.0)
38
38
  cucumber-core (~> 12.0)
@@ -49,7 +49,8 @@ GEM
49
49
  cucumber-gherkin (>= 25, < 27)
50
50
  cucumber-messages (>= 20, < 23)
51
51
  cucumber-tag-expressions (~> 5.0, >= 5.0.4)
52
- cucumber-cucumber-expressions (17.0.1)
52
+ cucumber-cucumber-expressions (17.0.2)
53
+ bigdecimal
53
54
  cucumber-gherkin (26.2.0)
54
55
  cucumber-messages (>= 19.1.4, < 22.1)
55
56
  cucumber-html-formatter (21.2.0)
@@ -57,7 +58,7 @@ GEM
57
58
  cucumber-messages (22.0.0)
58
59
  cucumber-tag-expressions (5.0.6)
59
60
  deep_merge (1.2.2)
60
- diff-lcs (1.5.0)
61
+ diff-lcs (1.5.1)
61
62
  docile (1.4.0)
62
63
  domain_name (0.6.20240107)
63
64
  dry-configurable (1.1.0)
@@ -96,18 +97,18 @@ GEM
96
97
  ffi (1.16.3)
97
98
  get_process_mem (0.2.7)
98
99
  ffi (~> 1.0)
99
- google-protobuf (3.25.2-arm64-darwin)
100
- google-protobuf (3.25.2-x86_64-darwin)
101
- google-protobuf (3.25.2-x86_64-linux)
102
- googleapis-common-protos-types (1.11.0)
100
+ google-protobuf (3.25.3-arm64-darwin)
101
+ google-protobuf (3.25.3-x86_64-darwin)
102
+ google-protobuf (3.25.3-x86_64-linux)
103
+ googleapis-common-protos-types (1.12.0)
103
104
  google-protobuf (~> 3.18)
104
- grpc (1.60.0-arm64-darwin)
105
+ grpc (1.62.0-arm64-darwin)
105
106
  google-protobuf (~> 3.25)
106
107
  googleapis-common-protos-types (~> 1.0)
107
- grpc (1.60.0-x86_64-darwin)
108
+ grpc (1.62.0-x86_64-darwin)
108
109
  google-protobuf (~> 3.25)
109
110
  googleapis-common-protos-types (~> 1.0)
110
- grpc (1.60.0-x86_64-linux)
111
+ grpc (1.62.0-x86_64-linux)
111
112
  google-protobuf (~> 3.25)
112
113
  googleapis-common-protos-types (~> 1.0)
113
114
  http-accept (1.7.0)
@@ -117,7 +118,7 @@ GEM
117
118
  language_server-protocol (3.17.0.3)
118
119
  mime-types (3.5.2)
119
120
  mime-types-data (~> 3.2015)
120
- mime-types-data (3.2023.1205)
121
+ mime-types-data (3.2024.0206)
121
122
  mini_mime (1.1.5)
122
123
  multi_test (1.1.0)
123
124
  mustermann (3.0.0)
@@ -128,10 +129,11 @@ GEM
128
129
  parser (3.3.0.5)
129
130
  ast (~> 2.4.1)
130
131
  racc
132
+ prism (0.24.0)
131
133
  puma (6.4.2)
132
134
  nio4r (~> 2.0)
133
135
  racc (1.7.3)
134
- rack (3.0.8)
136
+ rack (3.0.9.1)
135
137
  rack-protection (4.0.0)
136
138
  base64 (>= 0.1.0)
137
139
  rack (>= 3.0.0, < 4)
@@ -145,25 +147,25 @@ GEM
145
147
  mime-types (>= 1.16, < 4.0)
146
148
  netrc (~> 0.8)
147
149
  rexml (3.2.6)
148
- rspec (3.12.0)
149
- rspec-core (~> 3.12.0)
150
- rspec-expectations (~> 3.12.0)
151
- rspec-mocks (~> 3.12.0)
150
+ rspec (3.13.0)
151
+ rspec-core (~> 3.13.0)
152
+ rspec-expectations (~> 3.13.0)
153
+ rspec-mocks (~> 3.13.0)
152
154
  rspec-benchmark (0.6.0)
153
155
  benchmark-malloc (~> 0.2)
154
156
  benchmark-perf (~> 0.6)
155
157
  benchmark-trend (~> 0.4)
156
158
  rspec (>= 3.0)
157
- rspec-core (3.12.2)
158
- rspec-support (~> 3.12.0)
159
- rspec-expectations (3.12.3)
159
+ rspec-core (3.13.0)
160
+ rspec-support (~> 3.13.0)
161
+ rspec-expectations (3.13.0)
160
162
  diff-lcs (>= 1.2.0, < 2.0)
161
- rspec-support (~> 3.12.0)
162
- rspec-mocks (3.12.6)
163
+ rspec-support (~> 3.13.0)
164
+ rspec-mocks (3.13.0)
163
165
  diff-lcs (>= 1.2.0, < 2.0)
164
- rspec-support (~> 3.12.0)
165
- rspec-support (3.12.1)
166
- rubocop (1.60.1)
166
+ rspec-support (~> 3.13.0)
167
+ rspec-support (3.13.0)
168
+ rubocop (1.60.2)
167
169
  json (~> 2.3)
168
170
  language_server-protocol (>= 3.17.0)
169
171
  parallel (~> 1.10)
@@ -176,6 +178,10 @@ GEM
176
178
  unicode-display_width (>= 2.4.0, < 3.0)
177
179
  rubocop-ast (1.30.0)
178
180
  parser (>= 3.2.1.0)
181
+ ruby-lsp (0.14.1)
182
+ language_server-protocol (~> 3.17.0)
183
+ prism (>= 0.22.0, < 0.25)
184
+ sorbet-runtime (>= 0.5.10782)
179
185
  ruby-progressbar (1.13.0)
180
186
  ruby2_keywords (0.0.5)
181
187
  simplecov (0.22.0)
@@ -190,6 +196,7 @@ GEM
190
196
  rack-protection (= 4.0.0)
191
197
  rack-session (>= 2.0.0, < 3)
192
198
  tilt (~> 2.0)
199
+ sorbet-runtime (0.5.11264)
193
200
  sync (0.5.0)
194
201
  sys-uname (1.2.3)
195
202
  ffi (~> 1.1)
@@ -200,7 +207,7 @@ GEM
200
207
  tins (1.32.1)
201
208
  sync
202
209
  unicode-display_width (2.5.0)
203
- zeitwerk (2.6.12)
210
+ zeitwerk (2.6.13)
204
211
 
205
212
  PLATFORMS
206
213
  arm64-darwin-22
@@ -212,6 +219,7 @@ DEPENDENCIES
212
219
  coveralls_reborn
213
220
  nonnative!
214
221
  rubocop
222
+ ruby-lsp
215
223
 
216
224
  BUNDLED WITH
217
- 2.3.9
225
+ 2.4.10
@@ -6,13 +6,13 @@ module Nonnative
6
6
  @configuration = configuration
7
7
  end
8
8
 
9
- def start(&)
9
+ def start(&block)
10
10
  services.each(&:start)
11
- [servers, processes].each { |t| process(t, :start, :open?, &) }
11
+ [servers, processes].each { |t| process(t, :start, :open?, &block) }
12
12
  end
13
13
 
14
- def stop(&)
15
- [processes, servers].each { |t| process(t, :stop, :closed?, &) }
14
+ def stop(&block)
15
+ [processes, servers].each { |t| process(t, :stop, :closed?, &block) }
16
16
  services.each(&:stop)
17
17
  end
18
18
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '1.76.0'
4
+ VERSION = '1.77.0'
5
5
  end
data/nonnative.gemspec CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
  spec.bindir = 'exe'
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ['lib']
24
- spec.required_ruby_version = ['>= 3.2.0', '< 4.0.0']
24
+ spec.required_ruby_version = ['>= 3.3.0', '< 4.0.0']
25
25
  spec.metadata['rubygems_mfa_required'] = 'true'
26
26
 
27
27
  spec.add_dependency 'concurrent-ruby', '>= 1', '< 2'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nonnative
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Falkowski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-22 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -282,7 +282,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
282
282
  requirements:
283
283
  - - ">="
284
284
  - !ruby/object:Gem::Version
285
- version: 3.2.0
285
+ version: 3.3.0
286
286
  - - "<"
287
287
  - !ruby/object:Gem::Version
288
288
  version: 4.0.0
@@ -292,7 +292,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
292
292
  - !ruby/object:Gem::Version
293
293
  version: '0'
294
294
  requirements: []
295
- rubygems_version: 3.4.10
295
+ rubygems_version: 3.5.3
296
296
  signing_key:
297
297
  specification_version: 4
298
298
  summary: Allows you to keep using the power of ruby to test other systems