nonnative 1.81.0 → 1.82.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: f83ff6f1e34bc3c76d320b42d6f953b19c84b64a8e5f7765f84b5e8d8e69dd4e
4
- data.tar.gz: 66e8c0aa6cd0bb55efe2b2e9cc898a3b35778bb0386b843e1f6c9b24aee85753
3
+ metadata.gz: 907535aa2e9c03a9308967fae8459aa4a2dbab352c77f39df8c9f594011da826
4
+ data.tar.gz: 7c7afcde38443e276cfb00fffe4e659b059e2a1ff3687617563ed4ae6355a6fa
5
5
  SHA512:
6
- metadata.gz: f93d715a75fa193b3d403cb17c9ff8f070a69983a2ab63cefbb628cf2012104f8d513a77435839365ca3d1c47112b8aea73ce856688d5648e4376c5e930c4062
7
- data.tar.gz: e8f51bbe05ac3b386639a24bbd6972636ac3e72136e256398e548adcbbf13b424be804409dc7813ea305674f4bd853e069c950d4d03d26dd9db8c4f982737654
6
+ metadata.gz: 5f04e1fdb873c5f0c5e367206b51ec03ca0ea5e2a0da02002d27bcb1ba43606e558c7b95e1a6736851e779917a0c861851d82f98177b54a82e874acd10c8e1fe
7
+ data.tar.gz: 6a3a5ef3a93ef6d861e638ab85f53de220aecea128c2ed78b98d1c6a0a3e770bdb9eb224db5f7da5fb4effc10f682ab9b594f785c5bf7ffe59d1a9913eb76ed4
data/CHANGELOG.md CHANGED
@@ -6,6 +6,39 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## [v1.82.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.82.0) - 2024-08-08
10
+
11
+ - [`fff293e`](https://github.com/alexfalkowski/nonnative/commit/fff293ed25a062a474913f2fbf7625c4762da245) feat(go): do not truncate after 16 chars (#412)
12
+ - [`2e7944f`](https://github.com/alexfalkowski/nonnative/commit/2e7944f78d565629d1afc00993adf50c82b9933f) build(ci): remove coveralls (#410)
13
+
14
+ ## [v1.81.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.81.6) - 2024-08-05
15
+
16
+ - [`57687d4`](https://github.com/alexfalkowski/nonnative/commit/57687d442fb909d39711c0f48bcb17aecbd1b416) fix(deps): bump ruby-lsp from 0.17.10 to 0.17.11 (#409)
17
+
18
+ ## [v1.81.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.81.5) - 2024-08-02
19
+
20
+ - [`6779c24`](https://github.com/alexfalkowski/nonnative/commit/6779c24658162d9c4ec66ae628a0158716fe6fd5) fix(deps): bump rubocop from 1.65.0 to 1.65.1 (#408)
21
+
22
+ ## [v1.81.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.81.4) - 2024-07-31
23
+
24
+ - [`76b0559`](https://github.com/alexfalkowski/nonnative/commit/76b0559916d86d20c9435b4b87efeb50287a5723) fix(deps): bump ruby-lsp from 0.17.9 to 0.17.10 (#406)
25
+
26
+ ## [v1.81.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.81.3) - 2024-07-30
27
+
28
+ - [`6f075d4`](https://github.com/alexfalkowski/nonnative/commit/6f075d42f63651d01a1aa5fa619326b5a9a970dc) fix(deps): bump rexml from 3.3.1 to 3.3.2 (#405)
29
+
30
+ ## [v1.81.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.81.2) - 2024-07-29
31
+
32
+ - [`8684427`](https://github.com/alexfalkowski/nonnative/commit/8684427b1a9d23ea3f525aba63a2882aa9757e6b) fix(deps): bump grpc from 1.65.1 to 1.65.2 (#404)
33
+
34
+ ## [v1.81.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.81.1) - 2024-07-24
35
+
36
+ - [`50112ae`](https://github.com/alexfalkowski/nonnative/commit/50112ae96bc18e2ceba23e206709459f1aa6cc42) fix(deps): bump ruby-lsp from 0.17.8 to 0.17.9 (#403)
37
+
38
+ ## [v1.81.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.81.0) - 2024-07-23
39
+
40
+ - [`ad59898`](https://github.com/alexfalkowski/nonnative/commit/ad59898a7674aa3357ca44f5322f7200628137ee) feat(deps): upgraded get_process_mem (1.0.0) (#402)
41
+
9
42
  ## [v1.80.15](https://github.com/alexfalkowski/nonnative/releases/tag/v1.80.15) - 2024-07-19
10
43
 
11
44
  - [`5b47bc5`](https://github.com/alexfalkowski/nonnative/commit/5b47bc52006ee5b8bd7801db217d0f650e4519c4) fix(deps): bump ruby-lsp from 0.17.7 to 0.17.8 (#400)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonnative (1.81.0)
4
+ nonnative (1.82.0)
5
5
  concurrent-ruby (>= 1, < 2)
6
6
  config (>= 5, < 6)
7
7
  cucumber (>= 7, < 10)
@@ -22,7 +22,7 @@ GEM
22
22
  benchmark-perf (0.6.0)
23
23
  benchmark-trend (0.4.0)
24
24
  bigdecimal (3.1.8)
25
- builder (3.2.4)
25
+ builder (3.3.0)
26
26
  concurrent-ruby (1.3.3)
27
27
  config (5.5.1)
28
28
  deep_merge (~> 1.2, >= 1.2.1)
@@ -39,7 +39,7 @@ GEM
39
39
  multi_test (~> 1.1)
40
40
  sys-uname (~> 1.2)
41
41
  cucumber-ci-environment (10.0.1)
42
- cucumber-core (13.0.2)
42
+ cucumber-core (13.0.3)
43
43
  cucumber-gherkin (>= 27, < 28)
44
44
  cucumber-messages (>= 20, < 23)
45
45
  cucumber-tag-expressions (> 5, < 7)
@@ -47,62 +47,64 @@ GEM
47
47
  bigdecimal
48
48
  cucumber-gherkin (27.0.0)
49
49
  cucumber-messages (>= 19.1.4, < 23)
50
- cucumber-html-formatter (21.3.1)
50
+ cucumber-html-formatter (21.6.0)
51
51
  cucumber-messages (> 19, < 25)
52
52
  cucumber-messages (22.0.0)
53
53
  cucumber-tag-expressions (6.1.0)
54
54
  deep_merge (1.2.2)
55
55
  diff-lcs (1.5.1)
56
- docile (1.4.0)
56
+ docile (1.4.1)
57
57
  domain_name (0.6.20240107)
58
- ffi (1.16.3)
58
+ ffi (1.17.0-arm64-darwin)
59
+ ffi (1.17.0-x86_64-darwin)
60
+ ffi (1.17.0-x86_64-linux-gnu)
59
61
  get_process_mem (1.0.0)
60
62
  bigdecimal (>= 2.0)
61
63
  ffi (~> 1.0)
62
- google-protobuf (4.27.2-arm64-darwin)
64
+ google-protobuf (4.27.3-arm64-darwin)
63
65
  bigdecimal
64
66
  rake (>= 13)
65
- google-protobuf (4.27.2-x86_64-darwin)
67
+ google-protobuf (4.27.3-x86_64-darwin)
66
68
  bigdecimal
67
69
  rake (>= 13)
68
- google-protobuf (4.27.2-x86_64-linux)
70
+ google-protobuf (4.27.3-x86_64-linux)
69
71
  bigdecimal
70
72
  rake (>= 13)
71
73
  googleapis-common-protos-types (1.15.0)
72
74
  google-protobuf (>= 3.18, < 5.a)
73
- grpc (1.65.1-arm64-darwin)
75
+ grpc (1.65.2-arm64-darwin)
74
76
  google-protobuf (>= 3.25, < 5.0)
75
77
  googleapis-common-protos-types (~> 1.0)
76
- grpc (1.65.1-x86_64-darwin)
78
+ grpc (1.65.2-x86_64-darwin)
77
79
  google-protobuf (>= 3.25, < 5.0)
78
80
  googleapis-common-protos-types (~> 1.0)
79
- grpc (1.65.1-x86_64-linux)
81
+ grpc (1.65.2-x86_64-linux)
80
82
  google-protobuf (>= 3.25, < 5.0)
81
83
  googleapis-common-protos-types (~> 1.0)
82
84
  http-accept (1.7.0)
83
- http-cookie (1.0.5)
85
+ http-cookie (1.0.6)
84
86
  domain_name (~> 0.5)
85
87
  json (2.7.2)
86
88
  language_server-protocol (3.17.0.3)
87
89
  logger (1.6.0)
88
90
  mime-types (3.5.2)
89
91
  mime-types-data (~> 3.2015)
90
- mime-types-data (3.2024.0507)
92
+ mime-types-data (3.2024.0806)
91
93
  mini_mime (1.1.5)
92
94
  multi_test (1.1.0)
93
- mustermann (3.0.0)
95
+ mustermann (3.0.1)
94
96
  ruby2_keywords (~> 0.0.1)
95
97
  netrc (0.11.0)
96
98
  nio4r (2.7.3)
97
- parallel (1.25.1)
98
- parser (3.3.4.0)
99
+ parallel (1.26.1)
100
+ parser (3.3.4.2)
99
101
  ast (~> 2.4.1)
100
102
  racc
101
103
  prism (0.30.0)
102
104
  puma (6.4.2)
103
105
  nio4r (~> 2.0)
104
- racc (1.8.0)
105
- rack (3.0.11)
106
+ racc (1.8.1)
107
+ rack (3.1.7)
106
108
  rack-protection (4.0.0)
107
109
  base64 (>= 0.1.0)
108
110
  rack (>= 3.0.0, < 4)
@@ -118,7 +120,7 @@ GEM
118
120
  http-cookie (>= 1.0.2, < 2.0)
119
121
  mime-types (>= 1.16, < 4.0)
120
122
  netrc (~> 0.8)
121
- rexml (3.3.1)
123
+ rexml (3.3.4)
122
124
  strscan
123
125
  rspec (3.13.0)
124
126
  rspec-core (~> 3.13.0)
@@ -138,7 +140,7 @@ GEM
138
140
  diff-lcs (>= 1.2.0, < 2.0)
139
141
  rspec-support (~> 3.13.0)
140
142
  rspec-support (3.13.1)
141
- rubocop (1.65.0)
143
+ rubocop (1.65.1)
142
144
  json (~> 2.3)
143
145
  language_server-protocol (>= 3.17.0)
144
146
  parallel (~> 1.10)
@@ -149,9 +151,9 @@ GEM
149
151
  rubocop-ast (>= 1.31.1, < 2.0)
150
152
  ruby-progressbar (~> 1.7)
151
153
  unicode-display_width (>= 2.4.0, < 3.0)
152
- rubocop-ast (1.31.3)
154
+ rubocop-ast (1.32.0)
153
155
  parser (>= 3.3.1.0)
154
- ruby-lsp (0.17.8)
156
+ ruby-lsp (0.17.12)
155
157
  language_server-protocol (~> 3.17.0)
156
158
  prism (>= 0.29.0, < 0.31)
157
159
  rbs (>= 3, < 4)
@@ -173,11 +175,11 @@ GEM
173
175
  rack-protection (= 4.0.0)
174
176
  rack-session (>= 2.0.0, < 3)
175
177
  tilt (~> 2.0)
176
- sorbet-runtime (0.5.11485)
178
+ sorbet-runtime (0.5.11514)
177
179
  strscan (3.1.0)
178
- sys-uname (1.2.3)
180
+ sys-uname (1.3.0)
179
181
  ffi (~> 1.1)
180
- tilt (2.3.0)
182
+ tilt (2.4.0)
181
183
  unicode-display_width (2.5.0)
182
184
 
183
185
  PLATFORMS
@@ -21,7 +21,7 @@ module Nonnative
21
21
  suffix = SecureRandom.alphanumeric(4)
22
22
  m = File.basename(exec, File.extname(exec))
23
23
  p = params.gsub(/\W/, '')
24
- name = [m, cmd, p].reject(&:empty?).join('-')[0...15]
24
+ name = [m, cmd, p].reject(&:empty?).join('-')
25
25
  path = "#{output}/#{name}-#{suffix}"
26
26
 
27
27
  prof(path) + trace(path) + cover(path)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '1.81.0'
4
+ VERSION = '1.82.0'
5
5
  end
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.81.0
4
+ version: 1.82.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-07-23 00:00:00.000000000 Z
11
+ date: 2024-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -219,7 +219,6 @@ extra_rdoc_files: []
219
219
  files:
220
220
  - ".circleci/config.yml"
221
221
  - ".config/cucumber.yml"
222
- - ".coveralls.yml"
223
222
  - ".editorconfig"
224
223
  - ".github/dependabot.yml"
225
224
  - ".gitignore"
data/.coveralls.yml DELETED
@@ -1 +0,0 @@
1
- repo_token: x3EcMK4Nr770BeIFZengeQ2DLDCDjNfNo