nonnative 1.69.0 → 1.71.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: f4004515db91e6e5d48de97ccabdf326ed799acba2d99b9084bdc36fdc539a29
4
- data.tar.gz: 35cd5cbd2322a6c38fbc9f2ca6de4e6a3d810484c4aa35bad91ac07acd8a0b67
3
+ metadata.gz: c9c13e49b2a33ee7535bf7d4366055aca82b54c32bc2f46fcf9e9430a40490a3
4
+ data.tar.gz: 66d896b0fca2aa2e4064568b545705237f61406da12d5a71090ad95ee2f5814a
5
5
  SHA512:
6
- metadata.gz: e086012d27a24678b4d217b52a1dfc70f816ad8129d4d83d9a10d36c29aaa111c55b2d399e66974b3ed2d6d031106412a8c75efeafb90a3598eb742a1e6cb452
7
- data.tar.gz: 1cbdfa869bb089a62c5956709fbfeb1f5224681561fd56715eca664b3562cfb708ebbc9dc5c241fe33787c4ef59dcb80b9ba27e7fd617e47489461a19f974215
6
+ metadata.gz: 1aec8748d66a9454c7d94d2df387ab12b8f72db4fb86db360ce24e7e021c71033acf42464ba8c3b8c14390b502c1f219f9bac2b2379effe58ba7e5de476c0a45
7
+ data.tar.gz: 6b82530f9798c8ee53268a108c405cbd362cd32306c254879f13669f12ad1739fc6e10a8b5f8150974e44c4c5b91097d93c09ebc58a18f864b56254b41009f34
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.1
6
+ - image: alexfalkowski/ruby:3.2
7
7
  steps:
8
8
  - checkout
9
9
  - run: git submodule sync
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 3.1
2
+ TargetRubyVersion: 3.2
3
3
  DisplayCopNames: true
4
4
  NewCops: enable
5
5
  Exclude:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.1.2
1
+ ruby-3.2.2
data/CHANGELOG.md CHANGED
@@ -6,6 +6,94 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## [v1.71.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.71.0) - 2023-08-24
10
+
11
+ - [`7597461`](https://github.com/alexfalkowski/nonnative/commit/759746110040e7599cda8c5b97ae9c7ccd9a3cc9) feat: update deps (#249)
12
+
13
+ ## [v1.70.9](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.9) - 2023-08-24
14
+
15
+ - [`2b2241c`](https://github.com/alexfalkowski/nonnative/commit/2b2241c4a18818aa29b8e24b10cd2017acd4489f) fix: truncate name to 15 characters (#248)
16
+
17
+ ## [v1.70.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.8) - 2023-08-22
18
+
19
+ - [`8896cf9`](https://github.com/alexfalkowski/nonnative/commit/8896cf92ab832c2a21db666305b4b98c2e0ec8a6) fix(deps): bump rubocop from 1.56.0 to 1.56.1 (#247)
20
+
21
+ ## [v1.70.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.7) - 2023-08-18
22
+
23
+ - [`3c123b4`](https://github.com/alexfalkowski/nonnative/commit/3c123b4d91778bc6ebf74510fe563bb1f7746bbd) fix(deps): bump puma from 6.3.0 to 6.3.1 (#246)
24
+
25
+ ## [v1.70.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.6) - 2023-08-10
26
+
27
+ - [`96112de`](https://github.com/alexfalkowski/nonnative/commit/96112de3e4688b2e4122f5e3fe502db4365f0bb3) fix(deps): bump rubocop from 1.55.1 to 1.56.0 (#245)
28
+
29
+ ## [v1.70.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.5) - 2023-08-09
30
+
31
+ - [`64bcd65`](https://github.com/alexfalkowski/nonnative/commit/64bcd657f418eca9016e64cff385f5be0689f0b8) fix(deps): bump grpc from 1.56.2 to 1.57.0 (#244)
32
+
33
+ ## [v1.70.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.4) - 2023-08-08
34
+
35
+ - [`f03e67b`](https://github.com/alexfalkowski/nonnative/commit/f03e67b078e61ad61f5523922f7d533ce41fae28) fix(deps): bump sinatra from 3.0.6 to 3.1.0 (#243)
36
+
37
+ ## [v1.70.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.3) - 2023-08-01
38
+
39
+ - [`0de5c87`](https://github.com/alexfalkowski/nonnative/commit/0de5c87e42a2ac491e9cdf143ddc0dd7106f0e4a) fix(deps): bump rubocop from 1.55.0 to 1.55.1 (#242)
40
+
41
+ ## [v1.70.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.2) - 2023-07-26
42
+
43
+ - [`d4f9034`](https://github.com/alexfalkowski/nonnative/commit/d4f9034525292315278d8fa4a9c451864e41fba7) fix(deps): bump rubocop from 1.54.2 to 1.55.0 (#241)
44
+
45
+ ## [v1.70.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.1) - 2023-07-24
46
+
47
+ - [`8452bc9`](https://github.com/alexfalkowski/nonnative/commit/8452bc9f6dabb40279bb48df42843d1e1b352ba7) fix(deps): bump coveralls_reborn from 0.27.0 to 0.28.0 (#240)
48
+
49
+ ## [v1.70.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.0) - 2023-07-19
50
+
51
+ - [`bf52684`](https://github.com/alexfalkowski/nonnative/commit/bf52684161cc569f4b53551dc4e794fe213f527f) feat(ruby): upgrade to version 3.2.2 (#239)
52
+
53
+ ## [v1.69.11](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.11) - 2023-07-18
54
+
55
+ - [`e787dd4`](https://github.com/alexfalkowski/nonnative/commit/e787dd40ce876bef234153a0221f8416873d6fc7) fix(deps): bump grpc from 1.56.0 to 1.56.2 (#238)
56
+
57
+ ## [v1.69.10](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.10) - 2023-07-14
58
+
59
+ - [`af85dff`](https://github.com/alexfalkowski/nonnative/commit/af85dffb21f6aa7dc88df2ed01ad66b42ca478e7) fix(deps): bump rubocop from 1.54.1 to 1.54.2 (#237)
60
+
61
+ ## [v1.69.9](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.9) - 2023-07-05
62
+
63
+ - [`ae326ed`](https://github.com/alexfalkowski/nonnative/commit/ae326ed924aca9db30c4c789b0829a7856ec554c) fix(deps): bump rubocop from 1.54.0 to 1.54.1 (#236)
64
+
65
+ ## [v1.69.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.8) - 2023-07-03
66
+
67
+ - [`2fbb91e`](https://github.com/alexfalkowski/nonnative/commit/2fbb91e994f21a6f3808d463b5efea00fbdfa5ff) fix(deps): bump rubocop from 1.53.1 to 1.54.0 (#235)
68
+
69
+ ## [v1.69.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.7) - 2023-06-27
70
+
71
+ - [`df05e89`](https://github.com/alexfalkowski/nonnative/commit/df05e892b4d11276bf333748106232420c27e90e) fix(deps): bump rubocop from 1.53.0 to 1.53.1 (#234)
72
+
73
+ ## [v1.69.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.6) - 2023-06-26
74
+
75
+ - [`124622f`](https://github.com/alexfalkowski/nonnative/commit/124622f8d08a0f1670d76bf27377789e0c1c6eb4) fix(deps): bump rubocop from 1.52.1 to 1.53.0 (#233)
76
+
77
+ ## [v1.69.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.5) - 2023-06-16
78
+
79
+ - [`22a8493`](https://github.com/alexfalkowski/nonnative/commit/22a8493b635eec8b9382d3024a96063592cbde3b) fix(deps): bump grpc from 1.55.0 to 1.56.0 (#232)
80
+
81
+ ## [v1.69.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.4) - 2023-06-13
82
+
83
+ - [`84a9f3e`](https://github.com/alexfalkowski/nonnative/commit/84a9f3e88470aa7b86731af3966da656b9c2af2a) fix(deps): bump rubocop from 1.52.0 to 1.52.1 (#231)
84
+
85
+ ## [v1.69.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.3) - 2023-06-05
86
+
87
+ - [`2b5c8a9`](https://github.com/alexfalkowski/nonnative/commit/2b5c8a9529acb2cbe42d3103846108bf0c8875bf) fix(deps): bump rubocop from 1.51.0 to 1.52.0 (#230)
88
+
89
+ ## [v1.69.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.2) - 2023-06-01
90
+
91
+ - [`5b83692`](https://github.com/alexfalkowski/nonnative/commit/5b83692832e8f34b32281b19ec4eadec19955cf9) fix(deps): bump puma from 6.2.2 to 6.3.0 (#229)
92
+
93
+ ## [v1.69.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.1) - 2023-06-01
94
+
95
+ - [`aa682ae`](https://github.com/alexfalkowski/nonnative/commit/aa682aeb916ca96d7da1e5b05a02d2ebe10eebbc) fix(deps): bump grpc from 1.54.2 to 1.55.0 (#228)
96
+
9
97
  ## [v1.69.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.0) - 2023-05-17
10
98
 
11
99
  - [`6aebd49`](https://github.com/alexfalkowski/nonnative/commit/6aebd495fbb94ad6be1baeac14a3a5a285741d43) feat: move dev deps to gemfile (#227)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonnative (1.69.0)
4
+ nonnative (1.71.0)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.5)
6
6
  cucumber (>= 7, < 9)
7
7
  get_process_mem (~> 0.2.1)
@@ -17,13 +17,14 @@ GEM
17
17
  specs:
18
18
  ast (2.4.2)
19
19
  backport (1.2.0)
20
+ base64 (0.1.1)
20
21
  benchmark (0.2.1)
21
22
  benchmark-malloc (0.2.0)
22
23
  benchmark-perf (0.6.0)
23
24
  benchmark-trend (0.4.0)
24
25
  builder (3.2.4)
25
26
  concurrent-ruby (1.2.2)
26
- coveralls_reborn (0.27.0)
27
+ coveralls_reborn (0.28.0)
27
28
  simplecov (~> 0.22.0)
28
29
  term-ansicolor (~> 1.7)
29
30
  thor (~> 1.2)
@@ -60,45 +61,47 @@ GEM
60
61
  ffi (1.15.5)
61
62
  get_process_mem (0.2.7)
62
63
  ffi (~> 1.0)
63
- google-protobuf (3.23.1-x86_64-darwin)
64
- googleapis-common-protos-types (1.6.0)
65
- google-protobuf (~> 3.14)
66
- grpc (1.54.2-x86_64-darwin)
67
- google-protobuf (~> 3.21)
64
+ google-protobuf (3.24.1-x86_64-darwin)
65
+ googleapis-common-protos-types (1.8.0)
66
+ google-protobuf (~> 3.18)
67
+ grpc (1.57.0-x86_64-darwin)
68
+ google-protobuf (~> 3.23)
68
69
  googleapis-common-protos-types (~> 1.0)
69
70
  http-accept (1.7.0)
70
71
  http-cookie (1.0.5)
71
72
  domain_name (~> 0.5)
72
- jaro_winkler (1.5.4)
73
+ jaro_winkler (1.5.6)
73
74
  json (2.6.3)
74
75
  kramdown (2.4.0)
75
76
  rexml
76
77
  kramdown-parser-gfm (1.1.0)
77
78
  kramdown (~> 2.0)
78
- mime-types (3.4.1)
79
+ language_server-protocol (3.17.0.3)
80
+ mime-types (3.5.1)
79
81
  mime-types-data (~> 3.2015)
80
- mime-types-data (3.2023.0218.1)
82
+ mime-types-data (3.2023.0808)
81
83
  multi_test (1.1.0)
82
84
  mustermann (3.0.0)
83
85
  ruby2_keywords (~> 0.0.1)
84
86
  netrc (0.11.0)
85
87
  nio4r (2.5.9)
86
- nokogiri (1.15.0-x86_64-darwin)
88
+ nokogiri (1.15.4-x86_64-darwin)
87
89
  racc (~> 1.4)
88
- nokogiri (1.15.0-x86_64-linux)
90
+ nokogiri (1.15.4-x86_64-linux)
89
91
  racc (~> 1.4)
90
92
  parallel (1.23.0)
91
- parser (3.2.2.1)
93
+ parser (3.2.2.3)
92
94
  ast (~> 2.4.1)
93
- puma (6.2.2)
95
+ racc
96
+ puma (6.3.1)
94
97
  nio4r (~> 2.0)
95
- racc (1.6.2)
96
- rack (2.2.7)
97
- rack-protection (3.0.6)
98
- rack
98
+ racc (1.7.1)
99
+ rack (2.2.8)
100
+ rack-protection (3.1.0)
101
+ rack (~> 2.2, >= 2.2.4)
99
102
  rainbow (3.1.1)
100
103
  rbs (2.8.4)
101
- regexp_parser (2.8.0)
104
+ regexp_parser (2.8.1)
102
105
  rest-client (2.1.0)
103
106
  http-accept (>= 1.7.0, < 2.0)
104
107
  http-cookie (>= 1.0.2, < 2.0)
@@ -106,7 +109,7 @@ GEM
106
109
  netrc (~> 0.8)
107
110
  reverse_markdown (2.1.1)
108
111
  nokogiri
109
- rexml (3.2.5)
112
+ rexml (3.2.6)
110
113
  rspec (3.12.0)
111
114
  rspec-core (~> 3.12.0)
112
115
  rspec-expectations (~> 3.12.0)
@@ -121,21 +124,23 @@ GEM
121
124
  rspec-expectations (3.12.3)
122
125
  diff-lcs (>= 1.2.0, < 2.0)
123
126
  rspec-support (~> 3.12.0)
124
- rspec-mocks (3.12.5)
127
+ rspec-mocks (3.12.6)
125
128
  diff-lcs (>= 1.2.0, < 2.0)
126
129
  rspec-support (~> 3.12.0)
127
- rspec-support (3.12.0)
128
- rubocop (1.51.0)
130
+ rspec-support (3.12.1)
131
+ rubocop (1.56.1)
132
+ base64 (~> 0.1.1)
129
133
  json (~> 2.3)
134
+ language_server-protocol (>= 3.17.0)
130
135
  parallel (~> 1.10)
131
- parser (>= 3.2.0.0)
136
+ parser (>= 3.2.2.3)
132
137
  rainbow (>= 2.2.2, < 4.0)
133
138
  regexp_parser (>= 1.8, < 3.0)
134
139
  rexml (>= 3.2.5, < 4.0)
135
- rubocop-ast (>= 1.28.0, < 2.0)
140
+ rubocop-ast (>= 1.28.1, < 2.0)
136
141
  ruby-progressbar (~> 1.7)
137
142
  unicode-display_width (>= 2.4.0, < 3.0)
138
- rubocop-ast (1.28.1)
143
+ rubocop-ast (1.29.0)
139
144
  parser (>= 3.2.1.0)
140
145
  ruby-progressbar (1.13.0)
141
146
  ruby2_keywords (0.0.5)
@@ -145,10 +150,10 @@ GEM
145
150
  simplecov_json_formatter (~> 0.1)
146
151
  simplecov-html (0.12.3)
147
152
  simplecov_json_formatter (0.1.4)
148
- sinatra (3.0.6)
153
+ sinatra (3.1.0)
149
154
  mustermann (~> 3.0)
150
155
  rack (~> 2.2, >= 2.2.4)
151
- rack-protection (= 3.0.6)
156
+ rack-protection (= 3.1.0)
152
157
  tilt (~> 2.0)
153
158
  solargraph (0.49.0)
154
159
  backport (~> 1.2)
@@ -172,7 +177,7 @@ GEM
172
177
  term-ansicolor (1.7.1)
173
178
  tins (~> 1.0)
174
179
  thor (1.2.2)
175
- tilt (2.1.0)
180
+ tilt (2.2.0)
176
181
  tins (1.32.1)
177
182
  sync
178
183
  unf (0.1.4)
@@ -20,7 +20,7 @@ module Nonnative
20
20
  suffix = SecureRandom.alphanumeric(4)
21
21
  m = File.basename(exec, File.extname(exec))
22
22
  p = params.gsub(/\W/, '')
23
- name = [m, cmd, p].reject(&:empty?).join('-')
23
+ name = [m, cmd, p].reject(&:empty?).join('-')[0...15]
24
24
  path = "#{output}/#{name}-#{suffix}"
25
25
 
26
26
  [
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '1.69.0'
4
+ VERSION = '1.71.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.1.0', '< 4.0.0']
24
+ spec.required_ruby_version = ['>= 3.2.0', '< 4.0.0']
25
25
  spec.metadata['rubygems_mfa_required'] = 'true'
26
26
 
27
27
  spec.add_dependency 'concurrent-ruby', '~> 1.0', '>= 1.0.5'
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.69.0
4
+ version: 1.71.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: 2023-05-17 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -237,7 +237,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
237
237
  requirements:
238
238
  - - ">="
239
239
  - !ruby/object:Gem::Version
240
- version: 3.1.0
240
+ version: 3.2.0
241
241
  - - "<"
242
242
  - !ruby/object:Gem::Version
243
243
  version: 4.0.0
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
247
  - !ruby/object:Gem::Version
248
248
  version: '0'
249
249
  requirements: []
250
- rubygems_version: 3.3.7
250
+ rubygems_version: 3.4.10
251
251
  signing_key:
252
252
  specification_version: 4
253
253
  summary: Allows you to keep using the power of ruby to test other systems