nonnative 1.104.0 → 1.106.0
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 +4 -4
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +31 -31
- data/lib/nonnative/version.rb +1 -1
- data/nonnative.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4af34d84ed760b0a33edd9f74337bab269444b369c91f9064c71ed08e1764839
|
4
|
+
data.tar.gz: ba1975f4ed3992aa0baa96e433837f49834b266e27cb294113bca923a39a0444
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52ac6a8714ac1936e6d38a33bfd483f8f426e577b3aa611628e48344ab68149f0e9cada2055d59233f1598013c73bd9ed5dd2652edccc5fca4c9dbeeed1b7aab
|
7
|
+
data.tar.gz: e3c3c03136ca11ab388bc7b1d932627f89c37656f66605a90a619423d4c368ba38407d0d4a8aeb09276baba2b84895af3ebf8110f2357b8bfcedf68939790a72
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
|
7
7
|
## Unreleased
|
8
8
|
|
9
|
+
## [v1.106.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.106.0) - 2025-06-18
|
10
|
+
|
11
|
+
- [`c72e047`](https://github.com/alexfalkowski/nonnative/commit/c72e0470a5fdcf2a3cb8c52a7c8f62b0f2b22ec2) feat(deps): update rubocop (1.76.2) (#589)
|
12
|
+
- [`6f4b105`](https://github.com/alexfalkowski/nonnative/commit/6f4b105a40b0dd61747ef7ebd1f746e55dd91efc) test(grpc): use buf.build/grpc/ruby:v1.73.0 (#587)
|
13
|
+
- [`6ced9a4`](https://github.com/alexfalkowski/nonnative/commit/6ced9a4fcd2ecfc579dd44b3a461d85b4fb914b9) test(deps): bump grpc from 1.72.0 to 1.73.0 (#586)
|
14
|
+
|
15
|
+
## [v1.105.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.105.0) - 2025-06-16
|
16
|
+
|
17
|
+
- [`54850d0`](https://github.com/alexfalkowski/nonnative/commit/54850d088a6d8100ad8fd9b4804d9945f16ede43) feat(cucumber): update to v10.0.0 (#585)
|
18
|
+
- [`d77bc43`](https://github.com/alexfalkowski/nonnative/commit/d77bc4377ca2c448734e7f26cd43490e8bdc2452) build(deps): bump bin from `fc61209` to `c9044eb` (#584)
|
19
|
+
- [`911a39c`](https://github.com/alexfalkowski/nonnative/commit/911a39c8f00c72321b076a1d59d3077f9652bdbc) build(deps): bump bin from `255c12c` to `fc61209` (#579)
|
20
|
+
|
9
21
|
## [v1.104.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.104.0) - 2025-06-09
|
10
22
|
|
11
23
|
- [`834596d`](https://github.com/alexfalkowski/nonnative/commit/834596d18be24b990238c3abcd0cefbced1132e9) feat(observability): prefix with name (#578)
|
data/Gemfile.lock
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
nonnative (1.
|
4
|
+
nonnative (1.106.0)
|
5
5
|
concurrent-ruby (>= 1, < 2)
|
6
6
|
config (>= 5, < 6)
|
7
|
-
cucumber (>= 7, <
|
7
|
+
cucumber (>= 7, < 11)
|
8
8
|
get_process_mem (>= 1, < 2)
|
9
9
|
grpc (>= 1, < 2)
|
10
10
|
puma (>= 6, < 7)
|
@@ -19,40 +19,40 @@ GEM
|
|
19
19
|
remote: https://rubygems.org/
|
20
20
|
specs:
|
21
21
|
ast (2.4.3)
|
22
|
-
base64 (0.
|
22
|
+
base64 (0.3.0)
|
23
23
|
benchmark-malloc (0.2.0)
|
24
24
|
benchmark-perf (0.6.0)
|
25
25
|
benchmark-trend (0.4.0)
|
26
|
-
bigdecimal (3.
|
26
|
+
bigdecimal (3.2.2)
|
27
27
|
builder (3.3.0)
|
28
28
|
concurrent-ruby (1.3.5)
|
29
29
|
config (5.5.2)
|
30
30
|
deep_merge (~> 1.2, >= 1.2.1)
|
31
31
|
ostruct
|
32
|
-
cucumber (
|
32
|
+
cucumber (10.0.0)
|
33
|
+
base64 (~> 0.2)
|
33
34
|
builder (~> 3.2)
|
34
35
|
cucumber-ci-environment (> 9, < 11)
|
35
|
-
cucumber-core (>
|
36
|
-
cucumber-cucumber-expressions (
|
37
|
-
cucumber-gherkin (> 24, < 28)
|
36
|
+
cucumber-core (> 15, < 17)
|
37
|
+
cucumber-cucumber-expressions (> 17, < 19)
|
38
38
|
cucumber-html-formatter (> 20.3, < 22)
|
39
|
-
cucumber-messages (> 19, < 25)
|
40
39
|
diff-lcs (~> 1.5)
|
40
|
+
logger (~> 1.6)
|
41
41
|
mini_mime (~> 1.1)
|
42
42
|
multi_test (~> 1.1)
|
43
|
-
sys-uname (~> 1.
|
43
|
+
sys-uname (~> 1.3)
|
44
44
|
cucumber-ci-environment (10.0.1)
|
45
|
-
cucumber-core (
|
46
|
-
cucumber-gherkin (
|
47
|
-
cucumber-messages (
|
45
|
+
cucumber-core (15.1.0)
|
46
|
+
cucumber-gherkin (> 27, < 31)
|
47
|
+
cucumber-messages (> 26, < 29)
|
48
48
|
cucumber-tag-expressions (> 5, < 7)
|
49
|
-
cucumber-cucumber-expressions (
|
49
|
+
cucumber-cucumber-expressions (18.0.1)
|
50
50
|
bigdecimal
|
51
|
-
cucumber-gherkin (
|
52
|
-
cucumber-messages (
|
53
|
-
cucumber-html-formatter (21.
|
51
|
+
cucumber-gherkin (30.0.4)
|
52
|
+
cucumber-messages (> 25, < 28)
|
53
|
+
cucumber-html-formatter (21.10.1)
|
54
54
|
cucumber-messages (> 19, < 28)
|
55
|
-
cucumber-messages (
|
55
|
+
cucumber-messages (27.2.0)
|
56
56
|
cucumber-tag-expressions (6.1.2)
|
57
57
|
deep_merge (1.2.2)
|
58
58
|
diff-lcs (1.6.2)
|
@@ -63,18 +63,18 @@ GEM
|
|
63
63
|
get_process_mem (1.0.0)
|
64
64
|
bigdecimal (>= 2.0)
|
65
65
|
ffi (~> 1.0)
|
66
|
-
google-protobuf (4.31.
|
66
|
+
google-protobuf (4.31.1-x86_64-darwin)
|
67
67
|
bigdecimal
|
68
68
|
rake (>= 13)
|
69
|
-
google-protobuf (4.31.
|
69
|
+
google-protobuf (4.31.1-x86_64-linux-gnu)
|
70
70
|
bigdecimal
|
71
71
|
rake (>= 13)
|
72
72
|
googleapis-common-protos-types (1.20.0)
|
73
73
|
google-protobuf (>= 3.18, < 5.a)
|
74
|
-
grpc (1.
|
74
|
+
grpc (1.73.0-x86_64-darwin)
|
75
75
|
google-protobuf (>= 3.25, < 5.0)
|
76
76
|
googleapis-common-protos-types (~> 1.0)
|
77
|
-
grpc (1.
|
77
|
+
grpc (1.73.0-x86_64-linux)
|
78
78
|
google-protobuf (>= 3.25, < 5.0)
|
79
79
|
googleapis-common-protos-types (~> 1.0)
|
80
80
|
http-accept (1.7.0)
|
@@ -87,7 +87,7 @@ GEM
|
|
87
87
|
mime-types (3.7.0)
|
88
88
|
logger
|
89
89
|
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
90
|
-
mime-types-data (3.2025.
|
90
|
+
mime-types-data (3.2025.0617)
|
91
91
|
mini_mime (1.1.5)
|
92
92
|
multi_test (1.1.0)
|
93
93
|
mustermann (3.0.3)
|
@@ -112,7 +112,7 @@ GEM
|
|
112
112
|
base64 (>= 0.1.0)
|
113
113
|
rack (>= 3.0.0)
|
114
114
|
rainbow (3.1.1)
|
115
|
-
rake (13.
|
115
|
+
rake (13.3.0)
|
116
116
|
rbs (3.9.4)
|
117
117
|
logger
|
118
118
|
regexp_parser (2.10.0)
|
@@ -123,7 +123,7 @@ GEM
|
|
123
123
|
netrc (~> 0.8)
|
124
124
|
retriable (3.1.2)
|
125
125
|
rexml (3.4.1)
|
126
|
-
rspec (3.13.
|
126
|
+
rspec (3.13.1)
|
127
127
|
rspec-core (~> 3.13.0)
|
128
128
|
rspec-expectations (~> 3.13.0)
|
129
129
|
rspec-mocks (~> 3.13.0)
|
@@ -132,18 +132,18 @@ GEM
|
|
132
132
|
benchmark-perf (~> 0.6)
|
133
133
|
benchmark-trend (~> 0.4)
|
134
134
|
rspec (>= 3.0)
|
135
|
-
rspec-core (3.13.
|
135
|
+
rspec-core (3.13.4)
|
136
136
|
rspec-support (~> 3.13.0)
|
137
137
|
rspec-expectations (3.13.5)
|
138
138
|
diff-lcs (>= 1.2.0, < 2.0)
|
139
139
|
rspec-support (~> 3.13.0)
|
140
|
-
rspec-mocks (3.13.
|
140
|
+
rspec-mocks (3.13.5)
|
141
141
|
diff-lcs (>= 1.2.0, < 2.0)
|
142
142
|
rspec-support (~> 3.13.0)
|
143
143
|
rspec-support (3.13.4)
|
144
144
|
rspec-wait (1.0.1)
|
145
145
|
rspec (>= 3.4)
|
146
|
-
rubocop (1.76.
|
146
|
+
rubocop (1.76.2)
|
147
147
|
json (~> 2.3)
|
148
148
|
language_server-protocol (~> 3.17.0.2)
|
149
149
|
lint_roller (~> 1.1.0)
|
@@ -151,10 +151,10 @@ GEM
|
|
151
151
|
parser (>= 3.3.0.2)
|
152
152
|
rainbow (>= 2.2.2, < 4.0)
|
153
153
|
regexp_parser (>= 2.9.3, < 3.0)
|
154
|
-
rubocop-ast (>= 1.45.
|
154
|
+
rubocop-ast (>= 1.45.1, < 2.0)
|
155
155
|
ruby-progressbar (~> 1.7)
|
156
156
|
unicode-display_width (>= 2.4.0, < 4.0)
|
157
|
-
rubocop-ast (1.45.
|
157
|
+
rubocop-ast (1.45.1)
|
158
158
|
parser (>= 3.3.7.2)
|
159
159
|
prism (~> 1.4)
|
160
160
|
ruby-lsp (0.24.1)
|
@@ -180,7 +180,7 @@ GEM
|
|
180
180
|
rack-protection (= 4.1.1)
|
181
181
|
rack-session (>= 2.0.0, < 3)
|
182
182
|
tilt (~> 2.0)
|
183
|
-
sorbet-runtime (0.5.
|
183
|
+
sorbet-runtime (0.5.12184)
|
184
184
|
sys-uname (1.3.1)
|
185
185
|
ffi (~> 1.1)
|
186
186
|
tilt (2.6.0)
|
data/lib/nonnative/version.rb
CHANGED
data/nonnative.gemspec
CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
|
27
27
|
spec.add_dependency 'concurrent-ruby', '>= 1', '< 2'
|
28
28
|
spec.add_dependency 'config', '>= 5', '< 6'
|
29
|
-
spec.add_dependency 'cucumber', '>= 7', '<
|
29
|
+
spec.add_dependency 'cucumber', '>= 7', '< 11'
|
30
30
|
spec.add_dependency 'get_process_mem', '>= 1', '< 2'
|
31
31
|
spec.add_dependency 'grpc', '>= 1', '< 2'
|
32
32
|
spec.add_dependency 'puma', '>= 6', '< 7'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nonnative
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.106.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alejandro Falkowski
|
@@ -58,7 +58,7 @@ dependencies:
|
|
58
58
|
version: '7'
|
59
59
|
- - "<"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
61
|
+
version: '11'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -68,7 +68,7 @@ dependencies:
|
|
68
68
|
version: '7'
|
69
69
|
- - "<"
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '
|
71
|
+
version: '11'
|
72
72
|
- !ruby/object:Gem::Dependency
|
73
73
|
name: get_process_mem
|
74
74
|
requirement: !ruby/object:Gem::Requirement
|