nonnative 1.68.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: 8661ddfa2bcbb689e1ea2fb65dcde484eea23a68c9d44fa6ec266cf76392cedc
4
- data.tar.gz: 659a821224673465a5d6718d9ef2e857f960d1a3ff73a306118e61a5dda2bfc8
3
+ metadata.gz: 30248e920e62156b6a498b79c55fb3dc2c1a2a814fd889aabbb54f820c99d252
4
+ data.tar.gz: 260eb33c94ca1eb01120e5607179aa8d69b746c364a35122d242fcc6108138bb
5
5
  SHA512:
6
- metadata.gz: b3ba6d82dca9807993e5d5eb8607635566a5bc00ad2bb1e5c526fd82e418fd3291a1ea161c3a23ec437706057298fec7fec02df68b551390212a5396dfe188de
7
- data.tar.gz: 524934e53e4e79ae05212b80b3ddba71a3ebdab01add4b0fd19c906462381277cafecb5576a82ca1e5f53f37d7bc480fa5f27053f8b9333f84806df106126d16
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,129 @@ 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
+
57
+ ## [v1.69.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.69.0) - 2023-05-17
58
+
59
+ - [`6aebd49`](https://github.com/alexfalkowski/nonnative/commit/6aebd495fbb94ad6be1baeac14a3a5a285741d43) feat: move dev deps to gemfile (#227)
60
+
61
+ ## [v1.68.15](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.15) - 2023-05-12
62
+
63
+ - [`c405f8c`](https://github.com/alexfalkowski/nonnative/commit/c405f8cdc3a1dc9af05fff8c6352710083f17578) fix(deps): bump grpc from 1.54.0 to 1.54.2 (#225)
64
+
65
+ ## [v1.68.14](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.14) - 2023-04-21
66
+
67
+ - [`b80c9d1`](https://github.com/alexfalkowski/nonnative/commit/b80c9d1281cce22dcb7a57c846dce8300f71b80c) fix(deps): bump rspec-expectations from 3.12.2 to 3.12.3 (#224)
68
+
69
+ ## [v1.68.13](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.13) - 2023-04-19
70
+
71
+ - [`c4c91dd`](https://github.com/alexfalkowski/nonnative/commit/c4c91dd021bcceb7e0e1a83780a99f7e9a693ff7) fix(deps): bump grpc from 1.53.0 to 1.54.0 (#223)
72
+
73
+ ## [v1.68.12](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.12) - 2023-04-18
74
+
75
+ - [`5371c44`](https://github.com/alexfalkowski/nonnative/commit/5371c440a5da5358f58243ec68539aa1af35abb9) fix(deps): bump puma from 6.2.1 to 6.2.2 (#221)
76
+ - [`f514cd0`](https://github.com/alexfalkowski/nonnative/commit/f514cd0067aa75fa07985a55a72620ca410a5294) build(deps-dev): bump rubocop from 1.50.1 to 1.50.2 (#222)
77
+
78
+ ## [v1.68.11](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.11) - 2023-04-13
79
+
80
+ - [`fd5d9aa`](https://github.com/alexfalkowski/nonnative/commit/fd5d9aaae95c8d2c1a8bb320509d62acb2168ff8) fix(deps): bump nokogiri from 1.14.2 to 1.14.3 (#219)
81
+ - [`a368f1d`](https://github.com/alexfalkowski/nonnative/commit/a368f1d98c82aa4b5be1b430b6ba1ded52ac8c3c) build(deps-dev): bump rubocop from 1.50.0 to 1.50.1 (#220)
82
+
83
+ ## [v1.68.10](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.10) - 2023-04-12
84
+
85
+ - [`7a6ae1e`](https://github.com/alexfalkowski/nonnative/commit/7a6ae1e7cac50de4a0dc748ebbebceae5901b2f5) fix(deps): bump sinatra from 3.0.5 to 3.0.6 (#218)
86
+ - [`18962da`](https://github.com/alexfalkowski/nonnative/commit/18962da3a83af3a626c8193a441dfd5965909a7a) build(deps-dev): bump rubocop from 1.49.0 to 1.50.0 (#217)
87
+ - [`41b8530`](https://github.com/alexfalkowski/nonnative/commit/41b8530c178d8383b04f3592b819daab3b6aa6fb) build(deps-dev): update solargraph requirement from ~> 0.48.0 to ~> 0.49.0 (#216)
88
+ - [`478ae59`](https://github.com/alexfalkowski/nonnative/commit/478ae59fdbbf2f6c17c47ece3c5d4887d864d67d) build(deps-dev): bump rubocop from 1.48.1 to 1.49.0 (#215)
89
+
90
+ ## [v1.68.9](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.9) - 2023-04-03
91
+
92
+ - [`cf700d2`](https://github.com/alexfalkowski/nonnative/commit/cf700d207a64716ee85b000d5ab15b3ed343e1ba) fix(deps): bump puma from 6.2.0 to 6.2.1 (#214)
93
+
94
+ ## [v1.68.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.8) - 2023-03-30
95
+
96
+ - [`8b0d966`](https://github.com/alexfalkowski/nonnative/commit/8b0d96670e64ed888b9aece8a9afcd3ee47421c8) fix(deps): bump puma from 6.1.1 to 6.2.0 (#213)
97
+
98
+ ## [v1.68.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.7) - 2023-03-23
99
+
100
+ - [`2d86d00`](https://github.com/alexfalkowski/nonnative/commit/2d86d00692a64ee6e9e773485c02693671fe5c4f) fix(deps): bump grpc from 1.52.0 to 1.53.0 (#212)
101
+
102
+ ## [v1.68.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.6) - 2023-03-16
103
+
104
+ - [`69d8b76`](https://github.com/alexfalkowski/nonnative/commit/69d8b76ea21c5f93524e43db8feea4ecc618a63a) fix(deps): bump rack from 2.2.6.3 to 2.2.6.4 (#211)
105
+ - [`65a3132`](https://github.com/alexfalkowski/nonnative/commit/65a3132730637e095b6af1b19a327436036efeff) build(deps-dev): bump rubocop from 1.48.0 to 1.48.1 (#210)
106
+
107
+ ## [v1.68.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.5) - 2023-03-09
108
+
109
+ - [`d169c00`](https://github.com/alexfalkowski/nonnative/commit/d169c000b5091d6217da1083a39895e49d1f1054) fix(deps): bump rack from 2.2.6.2 to 2.2.6.3 (#209)
110
+ - [`8c218d3`](https://github.com/alexfalkowski/nonnative/commit/8c218d3ea381e4d5ac244901fdfe5f2bbbaf267c) build(deps-dev): bump rubocop from 1.47.0 to 1.48.0 (#208)
111
+ - [`19489cb`](https://github.com/alexfalkowski/nonnative/commit/19489cb8044a4bf40b2ef95f399c8326f765f7a8) build(deps-dev): bump rubocop from 1.46.0 to 1.47.0 (#207)
112
+
113
+ ## [v1.68.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.4) - 2023-03-01
114
+
115
+ - [`1023756`](https://github.com/alexfalkowski/nonnative/commit/102375624547d73127f8d7ee0c4bdef4594905b3) fix(deps): bump puma from 6.1.0 to 6.1.1 (#206)
116
+
117
+ ## [v1.68.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.3) - 2023-02-27
118
+
119
+ - [`a30062a`](https://github.com/alexfalkowski/nonnative/commit/a30062ab1466a112930944784c0e86dca8860096) fix(deps): bump concurrent-ruby from 1.2.0 to 1.2.2 (#205)
120
+ - [`d02c7ae`](https://github.com/alexfalkowski/nonnative/commit/d02c7aec4895b95f9fa9e4ba825690e758d25f85) build(deps-dev): bump rubocop from 1.45.1 to 1.46.0 (#204)
121
+ - [`991e6a1`](https://github.com/alexfalkowski/nonnative/commit/991e6a16b43b01933b548975bd454856e8518f81) build(deps-dev): update coveralls_reborn requirement from ~> 0.26.0 to ~> 0.27.0 (#203)
122
+
123
+ ## [v1.68.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.2) - 2023-02-13
124
+
125
+ - [`f7775ae`](https://github.com/alexfalkowski/nonnative/commit/f7775aeddb03df4d57d5e4047274d68633deb5b9) fix(deps): bump puma from 6.0.2 to 6.1.0 (#202)
126
+
127
+ ## [v1.68.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.1) - 2023-02-09
128
+
129
+ - [`c9a7610`](https://github.com/alexfalkowski/nonnative/commit/c9a76103411b7cb8925a229d09a7b2518040e08b) fix(deps): bump grpc from 1.51.0 to 1.52.0 (#200)
130
+ - [`a2985fd`](https://github.com/alexfalkowski/nonnative/commit/a2985fddf48180059f33714fa628ffeca8b4b683) build(deps-dev): bump rubocop from 1.44.1 to 1.45.1 (#201)
131
+
9
132
  ## [v1.68.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.0) - 2023-01-30
10
133
 
11
134
  - [`cf3cadf`](https://github.com/alexfalkowski/nonnative/commit/cf3cadfa604b83fc1117a2388717b27178eef96c) feat(observability): change endpoints (#199)
data/Gemfile CHANGED
@@ -6,3 +6,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
6
6
 
7
7
  # Specify your gem's dependencies in nonnative.gemspec
8
8
  gemspec
9
+
10
+ gem 'bundler'
11
+ gem 'coveralls_reborn'
12
+ gem 'rubocop'
13
+ gem 'solargraph'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonnative (1.68.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)
@@ -22,8 +22,8 @@ GEM
22
22
  benchmark-perf (0.6.0)
23
23
  benchmark-trend (0.4.0)
24
24
  builder (3.2.4)
25
- concurrent-ruby (1.2.0)
26
- coveralls_reborn (0.26.0)
25
+ concurrent-ruby (1.2.2)
26
+ coveralls_reborn (0.27.0)
27
27
  simplecov (~> 0.22.0)
28
28
  term-ansicolor (~> 1.7)
29
29
  thor (~> 1.2)
@@ -40,7 +40,7 @@ GEM
40
40
  mime-types (~> 3.4, >= 3.4.1)
41
41
  multi_test (~> 1.1, >= 1.1.0)
42
42
  sys-uname (~> 1.2, >= 1.2.2)
43
- cucumber-ci-environment (9.1.0)
43
+ cucumber-ci-environment (9.2.0)
44
44
  cucumber-core (11.0.0)
45
45
  cucumber-gherkin (~> 23.0, >= 23.0.1)
46
46
  cucumber-messages (~> 18.0, >= 18.0.0)
@@ -60,48 +60,51 @@ GEM
60
60
  ffi (1.15.5)
61
61
  get_process_mem (0.2.7)
62
62
  ffi (~> 1.0)
63
- google-protobuf (3.21.12-x86_64-darwin)
64
- google-protobuf (3.21.12-x86_64-linux)
65
- googleapis-common-protos-types (1.5.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)
66
66
  google-protobuf (~> 3.14)
67
- grpc (1.51.0-x86_64-darwin)
68
- google-protobuf (~> 3.21)
67
+ grpc (1.56.2-x86_64-darwin)
68
+ google-protobuf (~> 3.23)
69
69
  googleapis-common-protos-types (~> 1.0)
70
- grpc (1.51.0-x86_64-linux)
71
- google-protobuf (~> 3.21)
70
+ grpc (1.56.2-x86_64-linux)
71
+ google-protobuf (~> 3.23)
72
72
  googleapis-common-protos-types (~> 1.0)
73
73
  http-accept (1.7.0)
74
74
  http-cookie (1.0.5)
75
75
  domain_name (~> 0.5)
76
- jaro_winkler (1.5.4)
76
+ jaro_winkler (1.5.6)
77
77
  json (2.6.3)
78
78
  kramdown (2.4.0)
79
79
  rexml
80
80
  kramdown-parser-gfm (1.1.0)
81
81
  kramdown (~> 2.0)
82
+ language_server-protocol (3.17.0.3)
82
83
  mime-types (3.4.1)
83
84
  mime-types-data (~> 3.2015)
84
- mime-types-data (3.2022.0105)
85
+ mime-types-data (3.2023.0218.1)
85
86
  multi_test (1.1.0)
86
87
  mustermann (3.0.0)
87
88
  ruby2_keywords (~> 0.0.1)
88
89
  netrc (0.11.0)
89
- nio4r (2.5.8)
90
- nokogiri (1.14.0-x86_64-darwin)
90
+ nio4r (2.5.9)
91
+ nokogiri (1.15.3-x86_64-darwin)
91
92
  racc (~> 1.4)
92
- nokogiri (1.14.0-x86_64-linux)
93
+ nokogiri (1.15.3-x86_64-linux)
93
94
  racc (~> 1.4)
94
- parallel (1.22.1)
95
- parser (3.2.0.0)
95
+ parallel (1.23.0)
96
+ parser (3.2.2.3)
96
97
  ast (~> 2.4.1)
97
- puma (6.0.2)
98
+ racc
99
+ puma (6.3.0)
98
100
  nio4r (~> 2.0)
99
- racc (1.6.2)
100
- rack (2.2.6.2)
101
- rack-protection (3.0.5)
101
+ racc (1.7.1)
102
+ rack (2.2.7)
103
+ rack-protection (3.0.6)
102
104
  rack
103
105
  rainbow (3.1.1)
104
- regexp_parser (2.6.2)
106
+ rbs (2.8.4)
107
+ regexp_parser (2.8.1)
105
108
  rest-client (2.1.0)
106
109
  http-accept (>= 1.7.0, < 2.0)
107
110
  http-cookie (>= 1.0.2, < 2.0)
@@ -119,28 +122,29 @@ GEM
119
122
  benchmark-perf (~> 0.6)
120
123
  benchmark-trend (~> 0.4)
121
124
  rspec (>= 3.0)
122
- rspec-core (3.12.0)
125
+ rspec-core (3.12.2)
123
126
  rspec-support (~> 3.12.0)
124
- rspec-expectations (3.12.2)
127
+ rspec-expectations (3.12.3)
125
128
  diff-lcs (>= 1.2.0, < 2.0)
126
129
  rspec-support (~> 3.12.0)
127
- rspec-mocks (3.12.3)
130
+ rspec-mocks (3.12.6)
128
131
  diff-lcs (>= 1.2.0, < 2.0)
129
132
  rspec-support (~> 3.12.0)
130
- rspec-support (3.12.0)
131
- rubocop (1.44.1)
133
+ rspec-support (3.12.1)
134
+ rubocop (1.54.2)
132
135
  json (~> 2.3)
136
+ language_server-protocol (>= 3.17.0)
133
137
  parallel (~> 1.10)
134
- parser (>= 3.2.0.0)
138
+ parser (>= 3.2.2.3)
135
139
  rainbow (>= 2.2.2, < 4.0)
136
140
  regexp_parser (>= 1.8, < 3.0)
137
141
  rexml (>= 3.2.5, < 4.0)
138
- rubocop-ast (>= 1.24.1, < 2.0)
142
+ rubocop-ast (>= 1.28.0, < 2.0)
139
143
  ruby-progressbar (~> 1.7)
140
144
  unicode-display_width (>= 2.4.0, < 3.0)
141
- rubocop-ast (1.24.1)
142
- parser (>= 3.1.1.0)
143
- ruby-progressbar (1.11.0)
145
+ rubocop-ast (1.29.0)
146
+ parser (>= 3.2.1.0)
147
+ ruby-progressbar (1.13.0)
144
148
  ruby2_keywords (0.0.5)
145
149
  simplecov (0.22.0)
146
150
  docile (~> 1.1)
@@ -148,53 +152,52 @@ GEM
148
152
  simplecov_json_formatter (~> 0.1)
149
153
  simplecov-html (0.12.3)
150
154
  simplecov_json_formatter (0.1.4)
151
- sinatra (3.0.5)
155
+ sinatra (3.0.6)
152
156
  mustermann (~> 3.0)
153
157
  rack (~> 2.2, >= 2.2.4)
154
- rack-protection (= 3.0.5)
158
+ rack-protection (= 3.0.6)
155
159
  tilt (~> 2.0)
156
- solargraph (0.48.0)
160
+ solargraph (0.49.0)
157
161
  backport (~> 1.2)
158
162
  benchmark
159
- bundler (>= 1.17.2)
163
+ bundler (~> 2.0)
160
164
  diff-lcs (~> 1.4)
161
165
  e2mmap
162
166
  jaro_winkler (~> 1.5)
163
167
  kramdown (~> 2.3)
164
168
  kramdown-parser-gfm (~> 1.1)
165
169
  parser (~> 3.0)
166
- reverse_markdown (>= 1.0.5, < 3)
167
- rubocop (>= 0.52)
170
+ rbs (~> 2.0)
171
+ reverse_markdown (~> 2.0)
172
+ rubocop (~> 1.38)
168
173
  thor (~> 1.0)
169
174
  tilt (~> 2.0)
170
175
  yard (~> 0.9, >= 0.9.24)
171
176
  sync (0.5.0)
172
- sys-uname (1.2.2)
177
+ sys-uname (1.2.3)
173
178
  ffi (~> 1.1)
174
179
  term-ansicolor (1.7.1)
175
180
  tins (~> 1.0)
176
- thor (1.2.1)
177
- tilt (2.0.11)
181
+ thor (1.2.2)
182
+ tilt (2.2.0)
178
183
  tins (1.32.1)
179
184
  sync
180
185
  unf (0.1.4)
181
186
  unf_ext
182
187
  unf_ext (0.0.8.2)
183
188
  unicode-display_width (2.4.2)
184
- webrick (1.7.0)
185
- yard (0.9.28)
186
- webrick (~> 1.7.0)
189
+ yard (0.9.34)
187
190
 
188
191
  PLATFORMS
189
192
  x86_64-darwin-21
190
193
  x86_64-linux
191
194
 
192
195
  DEPENDENCIES
193
- bundler (~> 2.3)
194
- coveralls_reborn (~> 0.26.0)
196
+ bundler
197
+ coveralls_reborn
195
198
  nonnative!
196
- rubocop (~> 1.30)
197
- solargraph (~> 0.48.0)
199
+ rubocop
200
+ solargraph
198
201
 
199
202
  BUNDLED WITH
200
203
  2.3.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '1.68.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'
@@ -33,9 +33,4 @@ Gem::Specification.new do |spec|
33
33
  spec.add_dependency 'rspec-benchmark', '~> 0.6.0'
34
34
  spec.add_dependency 'rspec-expectations', '~> 3.9', '>= 3.9.2'
35
35
  spec.add_dependency 'sinatra', '>= 2.0.8.1', '< 4'
36
-
37
- spec.add_development_dependency 'bundler', '~> 2.3'
38
- spec.add_development_dependency 'coveralls_reborn', '~> 0.26.0'
39
- spec.add_development_dependency 'rubocop', '~> 1.30'
40
- spec.add_development_dependency 'solargraph', '~> 0.48.0'
41
36
  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.68.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-01-30 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
@@ -166,62 +166,6 @@ dependencies:
166
166
  - - "<"
167
167
  - !ruby/object:Gem::Version
168
168
  version: '4'
169
- - !ruby/object:Gem::Dependency
170
- name: bundler
171
- requirement: !ruby/object:Gem::Requirement
172
- requirements:
173
- - - "~>"
174
- - !ruby/object:Gem::Version
175
- version: '2.3'
176
- type: :development
177
- prerelease: false
178
- version_requirements: !ruby/object:Gem::Requirement
179
- requirements:
180
- - - "~>"
181
- - !ruby/object:Gem::Version
182
- version: '2.3'
183
- - !ruby/object:Gem::Dependency
184
- name: coveralls_reborn
185
- requirement: !ruby/object:Gem::Requirement
186
- requirements:
187
- - - "~>"
188
- - !ruby/object:Gem::Version
189
- version: 0.26.0
190
- type: :development
191
- prerelease: false
192
- version_requirements: !ruby/object:Gem::Requirement
193
- requirements:
194
- - - "~>"
195
- - !ruby/object:Gem::Version
196
- version: 0.26.0
197
- - !ruby/object:Gem::Dependency
198
- name: rubocop
199
- requirement: !ruby/object:Gem::Requirement
200
- requirements:
201
- - - "~>"
202
- - !ruby/object:Gem::Version
203
- version: '1.30'
204
- type: :development
205
- prerelease: false
206
- version_requirements: !ruby/object:Gem::Requirement
207
- requirements:
208
- - - "~>"
209
- - !ruby/object:Gem::Version
210
- version: '1.30'
211
- - !ruby/object:Gem::Dependency
212
- name: solargraph
213
- requirement: !ruby/object:Gem::Requirement
214
- requirements:
215
- - - "~>"
216
- - !ruby/object:Gem::Version
217
- version: 0.48.0
218
- type: :development
219
- prerelease: false
220
- version_requirements: !ruby/object:Gem::Requirement
221
- requirements:
222
- - - "~>"
223
- - !ruby/object:Gem::Version
224
- version: 0.48.0
225
169
  description: Allows you to keep using the power of ruby to test other systems
226
170
  email:
227
171
  - alexrfalkowski@gmail.com
@@ -293,7 +237,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
293
237
  requirements:
294
238
  - - ">="
295
239
  - !ruby/object:Gem::Version
296
- version: 3.1.0
240
+ version: 3.2.0
297
241
  - - "<"
298
242
  - !ruby/object:Gem::Version
299
243
  version: 4.0.0
@@ -303,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
303
247
  - !ruby/object:Gem::Version
304
248
  version: '0'
305
249
  requirements: []
306
- rubygems_version: 3.3.7
250
+ rubygems_version: 3.4.10
307
251
  signing_key:
308
252
  specification_version: 4
309
253
  summary: Allows you to keep using the power of ruby to test other systems