nonnative 1.69.0 → 1.70.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: 30248e920e62156b6a498b79c55fb3dc2c1a2a814fd889aabbb54f820c99d252
4
+ data.tar.gz: 260eb33c94ca1eb01120e5607179aa8d69b746c364a35122d242fcc6108138bb
5
5
  SHA512:
6
- metadata.gz: e086012d27a24678b4d217b52a1dfc70f816ad8129d4d83d9a10d36c29aaa111c55b2d399e66974b3ed2d6d031106412a8c75efeafb90a3598eb742a1e6cb452
7
- data.tar.gz: 1cbdfa869bb089a62c5956709fbfeb1f5224681561fd56715eca664b3562cfb708ebbc9dc5c241fe33787c4ef59dcb80b9ba27e7fd617e47489461a19f974215
6
+ metadata.gz: 9699c02b95fc7c3fec352ec7c37b87cdf5764739df25318690382ce248aeb3827220aaa6a2cc3d5492a355ce4040ff01013b69f23b67ee0ba49c9aadd0b179f2
7
+ data.tar.gz: 73aff47ad1e9adf1216217dd71dc11d6e9af13b9ca26bd437bef73c8b64c686699ca0b7c8f719c904a560d435755aba005e4ff85abefb72078578461508cfc0c
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,54 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## [v1.70.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.70.0) - 2023-07-19
10
+
11
+ - [`bf52684`](https://github.com/alexfalkowski/nonnative/commit/bf52684161cc569f4b53551dc4e794fe213f527f) feat(ruby): upgrade to version 3.2.2 (#239)
12
+
13
+ ## [v1.69.11](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.11) - 2023-07-18
14
+
15
+ - [`e787dd4`](https://github.com/alexfalkowski/nonnative/commit/e787dd40ce876bef234153a0221f8416873d6fc7) fix(deps): bump grpc from 1.56.0 to 1.56.2 (#238)
16
+
17
+ ## [v1.69.10](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.10) - 2023-07-14
18
+
19
+ - [`af85dff`](https://github.com/alexfalkowski/nonnative/commit/af85dffb21f6aa7dc88df2ed01ad66b42ca478e7) fix(deps): bump rubocop from 1.54.1 to 1.54.2 (#237)
20
+
21
+ ## [v1.69.9](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.9) - 2023-07-05
22
+
23
+ - [`ae326ed`](https://github.com/alexfalkowski/nonnative/commit/ae326ed924aca9db30c4c789b0829a7856ec554c) fix(deps): bump rubocop from 1.54.0 to 1.54.1 (#236)
24
+
25
+ ## [v1.69.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.8) - 2023-07-03
26
+
27
+ - [`2fbb91e`](https://github.com/alexfalkowski/nonnative/commit/2fbb91e994f21a6f3808d463b5efea00fbdfa5ff) fix(deps): bump rubocop from 1.53.1 to 1.54.0 (#235)
28
+
29
+ ## [v1.69.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.7) - 2023-06-27
30
+
31
+ - [`df05e89`](https://github.com/alexfalkowski/nonnative/commit/df05e892b4d11276bf333748106232420c27e90e) fix(deps): bump rubocop from 1.53.0 to 1.53.1 (#234)
32
+
33
+ ## [v1.69.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.6) - 2023-06-26
34
+
35
+ - [`124622f`](https://github.com/alexfalkowski/nonnative/commit/124622f8d08a0f1670d76bf27377789e0c1c6eb4) fix(deps): bump rubocop from 1.52.1 to 1.53.0 (#233)
36
+
37
+ ## [v1.69.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.5) - 2023-06-16
38
+
39
+ - [`22a8493`](https://github.com/alexfalkowski/nonnative/commit/22a8493b635eec8b9382d3024a96063592cbde3b) fix(deps): bump grpc from 1.55.0 to 1.56.0 (#232)
40
+
41
+ ## [v1.69.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.4) - 2023-06-13
42
+
43
+ - [`84a9f3e`](https://github.com/alexfalkowski/nonnative/commit/84a9f3e88470aa7b86731af3966da656b9c2af2a) fix(deps): bump rubocop from 1.52.0 to 1.52.1 (#231)
44
+
45
+ ## [v1.69.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.3) - 2023-06-05
46
+
47
+ - [`2b5c8a9`](https://github.com/alexfalkowski/nonnative/commit/2b5c8a9529acb2cbe42d3103846108bf0c8875bf) fix(deps): bump rubocop from 1.51.0 to 1.52.0 (#230)
48
+
49
+ ## [v1.69.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.2) - 2023-06-01
50
+
51
+ - [`5b83692`](https://github.com/alexfalkowski/nonnative/commit/5b83692832e8f34b32281b19ec4eadec19955cf9) fix(deps): bump puma from 6.2.2 to 6.3.0 (#229)
52
+
53
+ ## [v1.69.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.1) - 2023-06-01
54
+
55
+ - [`aa682ae`](https://github.com/alexfalkowski/nonnative/commit/aa682aeb916ca96d7da1e5b05a02d2ebe10eebbc) fix(deps): bump grpc from 1.54.2 to 1.55.0 (#228)
56
+
9
57
  ## [v1.69.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.0) - 2023-05-17
10
58
 
11
59
  - [`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.70.0)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.5)
6
6
  cucumber (>= 7, < 9)
7
7
  get_process_mem (~> 0.2.1)
@@ -60,21 +60,26 @@ GEM
60
60
  ffi (1.15.5)
61
61
  get_process_mem (0.2.7)
62
62
  ffi (~> 1.0)
63
- google-protobuf (3.23.1-x86_64-darwin)
64
- googleapis-common-protos-types (1.6.0)
63
+ google-protobuf (3.23.4-x86_64-darwin)
64
+ google-protobuf (3.23.4-x86_64-linux)
65
+ googleapis-common-protos-types (1.7.0)
65
66
  google-protobuf (~> 3.14)
66
- grpc (1.54.2-x86_64-darwin)
67
- google-protobuf (~> 3.21)
67
+ grpc (1.56.2-x86_64-darwin)
68
+ google-protobuf (~> 3.23)
69
+ googleapis-common-protos-types (~> 1.0)
70
+ grpc (1.56.2-x86_64-linux)
71
+ google-protobuf (~> 3.23)
68
72
  googleapis-common-protos-types (~> 1.0)
69
73
  http-accept (1.7.0)
70
74
  http-cookie (1.0.5)
71
75
  domain_name (~> 0.5)
72
- jaro_winkler (1.5.4)
76
+ jaro_winkler (1.5.6)
73
77
  json (2.6.3)
74
78
  kramdown (2.4.0)
75
79
  rexml
76
80
  kramdown-parser-gfm (1.1.0)
77
81
  kramdown (~> 2.0)
82
+ language_server-protocol (3.17.0.3)
78
83
  mime-types (3.4.1)
79
84
  mime-types-data (~> 3.2015)
80
85
  mime-types-data (3.2023.0218.1)
@@ -83,22 +88,23 @@ GEM
83
88
  ruby2_keywords (~> 0.0.1)
84
89
  netrc (0.11.0)
85
90
  nio4r (2.5.9)
86
- nokogiri (1.15.0-x86_64-darwin)
91
+ nokogiri (1.15.3-x86_64-darwin)
87
92
  racc (~> 1.4)
88
- nokogiri (1.15.0-x86_64-linux)
93
+ nokogiri (1.15.3-x86_64-linux)
89
94
  racc (~> 1.4)
90
95
  parallel (1.23.0)
91
- parser (3.2.2.1)
96
+ parser (3.2.2.3)
92
97
  ast (~> 2.4.1)
93
- puma (6.2.2)
98
+ racc
99
+ puma (6.3.0)
94
100
  nio4r (~> 2.0)
95
- racc (1.6.2)
101
+ racc (1.7.1)
96
102
  rack (2.2.7)
97
103
  rack-protection (3.0.6)
98
104
  rack
99
105
  rainbow (3.1.1)
100
106
  rbs (2.8.4)
101
- regexp_parser (2.8.0)
107
+ regexp_parser (2.8.1)
102
108
  rest-client (2.1.0)
103
109
  http-accept (>= 1.7.0, < 2.0)
104
110
  http-cookie (>= 1.0.2, < 2.0)
@@ -121,21 +127,22 @@ GEM
121
127
  rspec-expectations (3.12.3)
122
128
  diff-lcs (>= 1.2.0, < 2.0)
123
129
  rspec-support (~> 3.12.0)
124
- rspec-mocks (3.12.5)
130
+ rspec-mocks (3.12.6)
125
131
  diff-lcs (>= 1.2.0, < 2.0)
126
132
  rspec-support (~> 3.12.0)
127
- rspec-support (3.12.0)
128
- rubocop (1.51.0)
133
+ rspec-support (3.12.1)
134
+ rubocop (1.54.2)
129
135
  json (~> 2.3)
136
+ language_server-protocol (>= 3.17.0)
130
137
  parallel (~> 1.10)
131
- parser (>= 3.2.0.0)
138
+ parser (>= 3.2.2.3)
132
139
  rainbow (>= 2.2.2, < 4.0)
133
140
  regexp_parser (>= 1.8, < 3.0)
134
141
  rexml (>= 3.2.5, < 4.0)
135
142
  rubocop-ast (>= 1.28.0, < 2.0)
136
143
  ruby-progressbar (~> 1.7)
137
144
  unicode-display_width (>= 2.4.0, < 3.0)
138
- rubocop-ast (1.28.1)
145
+ rubocop-ast (1.29.0)
139
146
  parser (>= 3.2.1.0)
140
147
  ruby-progressbar (1.13.0)
141
148
  ruby2_keywords (0.0.5)
@@ -172,7 +179,7 @@ GEM
172
179
  term-ansicolor (1.7.1)
173
180
  tins (~> 1.0)
174
181
  thor (1.2.2)
175
- tilt (2.1.0)
182
+ tilt (2.2.0)
176
183
  tins (1.32.1)
177
184
  sync
178
185
  unf (0.1.4)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '1.69.0'
4
+ VERSION = '1.70.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.70.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-07-19 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