nonnative 1.79.0 → 1.80.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98cbbbcdb766112cebe63d15b17f52c243f5a912dc286d05fbde6a9baec933c1
4
- data.tar.gz: 61f268c5e513e89b16d7dfdf53a49b7a4a509f577ab29574633d3a69cae43a87
3
+ metadata.gz: cc91867f83ce5deb7f30ab83c3c315e1f73ca3fa24200e0668f9ead626a9bee0
4
+ data.tar.gz: 968c06cb7c32e76e8a67b967761da08a4743a11fce0567e03429b025e3183ddf
5
5
  SHA512:
6
- metadata.gz: 1864db35d2e1b49ecc421f0c570c046a2f755715cca8097933ba81e562ba02506189017a3f943daa802ed419391b08dc52d0aca2facf9b9bab92cccc73dd07a1
7
- data.tar.gz: 674019ec3a3a8a5029d279010f7b14f61c478d09da70d419efce1666c12735d1c72828f58166ebcd9e92c645236e462004d6fbfa43385e027294bc8c7758f158
6
+ metadata.gz: fc32351056c6f8ec898edb5433db386d7aabbe15877337c8c2e2b4230d952b210904012904c46ad546ed07ed4167f2e23aa7c6a31dd800699546f256e0484c25
7
+ data.tar.gz: 3e361ce9d6ed5150e4428f18c17cf2bcf0ab5e7d0ece0a44ff3b6fefd1fe966dcb2e53feac8bd281fd65587fe60bb395b4a120cd60caf5405ee44001d47a1f39
data/.circleci/config.yml CHANGED
@@ -9,16 +9,15 @@ jobs:
9
9
  - checkout
10
10
  - run: git submodule sync
11
11
  - run: git submodule update --init
12
- - run: make setup
13
12
  - restore_cache:
14
13
  name: restore deps
15
14
  keys:
16
- - nonnative-cache-{{ checksum "Gemfile.lock" }}
17
- - nonnative-cache-
15
+ - nonnative-ruby-cache-{{ checksum "Gemfile.lock" }}
16
+ - nonnative-ruby-cache-
18
17
  - run: make dep
19
18
  - save_cache:
20
19
  name: save deps
21
- key: nonnative-cache-{{ checksum "Gemfile.lock" }}
20
+ key: nonnative-ruby-cache-{{ checksum "Gemfile.lock" }}
22
21
  paths:
23
22
  - vendor
24
23
  - run: make lint
@@ -12,5 +12,9 @@ updates:
12
12
  directory: "/"
13
13
  schedule:
14
14
  interval: "daily"
15
+ commit-message:
16
+ prefix: "build"
17
+ prefix-development: "build"
18
+ include: "scope"
15
19
  allow:
16
20
  - dependency-name: "bin"
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.3.0
1
+ ruby-3.3.1
data/CHANGELOG.md CHANGED
@@ -6,6 +6,125 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## [v1.80.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.80.0) - 2024-05-29
10
+
11
+ - [`51aa68b`](https://github.com/alexfalkowski/nonnative/commit/51aa68b5d2a344893e6a3710c7b18d8535635b49) feat(deps): add dependabot (#378)
12
+
13
+ ## [v1.79.19](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.19) - 2024-05-29
14
+
15
+ - [`1c3b786`](https://github.com/alexfalkowski/nonnative/commit/1c3b786d0f604e122c7027075a46c3c90f00e26c) fix(lint): use super without parenthesis (#377)
16
+ - [`9f61d40`](https://github.com/alexfalkowski/nonnative/commit/9f61d40ba12016f49a882fc4db12fbb4d41480f1) build(deps): bump rexml from 3.2.6 to 3.2.8 (#375)
17
+ - [`42d3812`](https://github.com/alexfalkowski/nonnative/commit/42d381273867fbd47db3f5b2d8e6890c663fe18f) build(deps): bump bin from `55a2500` to `93c02b7` (#374)
18
+ - [`91e33d5`](https://github.com/alexfalkowski/nonnative/commit/91e33d5ecd5dc179af1edbc72ba918de08599f84) build(deps): bump bin from `693b345` to `55a2500` (#373)
19
+
20
+ ## [v1.79.18](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.18) - 2024-05-09
21
+
22
+ - [`69e8f65`](https://github.com/alexfalkowski/nonnative/commit/69e8f6599fe48904d1a4c4211359e233f3357a0b) fix(deps): update all (#372)
23
+ - [`9f16d37`](https://github.com/alexfalkowski/nonnative/commit/9f16d37bd367dd84df1e6779022f367ff6ff80ef) build(deps): bump bin from `253f8fe` to `693b345` (#371)
24
+ - [`baa355a`](https://github.com/alexfalkowski/nonnative/commit/baa355a93392403f1d44d1e35fe4bf0aa6b741e2) build(deps): bump bin from `63b9d75` to `253f8fe` (#370)
25
+
26
+ ## [v1.79.17](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.17) - 2024-05-02
27
+
28
+ - [`c9f6feb`](https://github.com/alexfalkowski/nonnative/commit/c9f6febe6837304c7c4af9179b245a4cf7264341) fix(deps): bump grpc from 1.62.0 to 1.63.0 (#369)
29
+ - [`38b533d`](https://github.com/alexfalkowski/nonnative/commit/38b533d1092893f6ecd72105baa341e224c18924) build(deps): bump bin from `e47704b` to `63b9d75` (#368)
30
+ - [`b75b2ce`](https://github.com/alexfalkowski/nonnative/commit/b75b2ceb5dcb0b3e46b022754b94f3aa01d28c44) build(cucumber): ignore files from coverage (#367)
31
+ - [`16884d7`](https://github.com/alexfalkowski/nonnative/commit/16884d7c5da4db7b626f331b858125b57513ccca) test(delay): handle delay (#366)
32
+ - [`4fde86a`](https://github.com/alexfalkowski/nonnative/commit/4fde86a6d8e98e36395ba4cfa8bec02878149a76) build(deps): bump bin from `3976e45` to `e47704b` (#365)
33
+
34
+ ## [v1.79.16](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.16) - 2024-04-29
35
+
36
+ - [`975926b`](https://github.com/alexfalkowski/nonnative/commit/975926bace7fac77dc451911ba98cb0b42baece6) fix(deps): bump rubocop from 1.63.3 to 1.63.4 (#362)
37
+
38
+ ## [v1.79.15](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.15) - 2024-04-29
39
+
40
+ - [`a8f31ce`](https://github.com/alexfalkowski/nonnative/commit/a8f31ce20767347d4b17ba35d84360414f78b30a) fix(deps): bump ruby-lsp from 0.16.5 to 0.16.6 (#361)
41
+ - [`b4c45ef`](https://github.com/alexfalkowski/nonnative/commit/b4c45ef2c7de91a45e8661defaefde305964c2d4) build(deps): bump bin from `1755d45` to `3976e45` (#360)
42
+ - [`614b2ec`](https://github.com/alexfalkowski/nonnative/commit/614b2ec9b9161ba58f440b2113d19054bb9dd9e3) build(deps): bump bin from `c06391c` to `1755d45` (#359)
43
+ - [`b2e602e`](https://github.com/alexfalkowski/nonnative/commit/b2e602e15d9ccdf816643f41cc8e9fe39583a8ba) build(coveralls): remove goveralls (#358)
44
+ - [`93550e9`](https://github.com/alexfalkowski/nonnative/commit/93550e9908392531b1e90ff0b55b9fab01fb3892) build(deps): upgrade ruby to v3.3.1 (#357)
45
+
46
+ ## [v1.79.14](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.14) - 2024-04-25
47
+
48
+ - [`4b0b6da`](https://github.com/alexfalkowski/nonnative/commit/4b0b6da047a6a825a04d2db78381c24bcc3ae8ab) fix(deps): bump ruby-lsp from 0.16.4 to 0.16.5 (#356)
49
+
50
+ ## [v1.79.13](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.13) - 2024-04-23
51
+
52
+ - [`0a34808`](https://github.com/alexfalkowski/nonnative/commit/0a34808c46e70076fb6f8a6b842e0675284c4e79) fix(deps): bump rubocop from 1.63.2 to 1.63.3 (#355)
53
+ - [`bb5efa5`](https://github.com/alexfalkowski/nonnative/commit/bb5efa58e6dd374f9008d9c0d312942fee8d697f) build(deps): bump bin from `d5f116d` to `c06391c` (#354)
54
+ - [`faf57e0`](https://github.com/alexfalkowski/nonnative/commit/faf57e0aeb966dc0868b15a3408bb240b395d6fe) build(ci): find the most recently generated cache (#353)
55
+ - [`4d03601`](https://github.com/alexfalkowski/nonnative/commit/4d036012d16611ea73900d6777c51f664ae4ecde) build(deps): add arm64-darwin-23 to Gemfile (#352)
56
+
57
+ ## [v1.79.12](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.12) - 2024-04-17
58
+
59
+ - [`86d12c1`](https://github.com/alexfalkowski/nonnative/commit/86d12c147c05996f76a1eb1d8051d45832277164) fix(deps): bump rubocop from 1.63.1 to 1.63.2 (#350)
60
+ - [`3076d04`](https://github.com/alexfalkowski/nonnative/commit/3076d046329057363ec486947275cd385ab87a92) build(deps): bump bin from `b850b19` to `d5f116d` (#351)
61
+ - [`72ebc61`](https://github.com/alexfalkowski/nonnative/commit/72ebc61433506cf02cb79075085b42219f5db128) build(deps): bump bin from `f01b719` to `b850b19` (#349)
62
+ - [`8bf6e3d`](https://github.com/alexfalkowski/nonnative/commit/8bf6e3d1f0de8ef31bf314ec81c2c58ca01cd961) build(ci): remove cache key (#348)
63
+ - [`6d5f3a4`](https://github.com/alexfalkowski/nonnative/commit/6d5f3a4a403e1eb04a3da6d7a454e0c880c46174) build(deps): bump bin from `51c6ece` to `f01b719` (#347)
64
+ - [`4f2b637`](https://github.com/alexfalkowski/nonnative/commit/4f2b637ee4d835538fa02b4108b018b24a54e950) build(deps): bump bin from `c322696` to `51c6ece` (#346)
65
+ - [`cffab40`](https://github.com/alexfalkowski/nonnative/commit/cffab4042bfd1ec1486a390fc0996f85ef3b86c3) build(deps): bump bin from `13a7302` to `c322696` (#345)
66
+
67
+ ## [v1.79.11](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.11) - 2024-04-12
68
+
69
+ - [`443cb00`](https://github.com/alexfalkowski/nonnative/commit/443cb00b4c632e078ce82d1b94abee687c4e5e09) fix(deps): bump ruby-lsp from 0.16.3 to 0.16.4 (#344)
70
+
71
+ ## [v1.79.10](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.10) - 2024-04-11
72
+
73
+ - [`ef1b055`](https://github.com/alexfalkowski/nonnative/commit/ef1b0559647219a8cb83f18df36e286d036b7e46) fix(deps): bump rubocop from 1.63.0 to 1.63.1 (#343)
74
+
75
+ ## [v1.79.9](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.9) - 2024-04-10
76
+
77
+ - [`1f7e2aa`](https://github.com/alexfalkowski/nonnative/commit/1f7e2aa7f344dcf7c0f3f4745fa5baf0fe02980d) fix(deps): bump ruby-lsp from 0.16.2 to 0.16.3 (#342)
78
+
79
+ ## [v1.79.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.8) - 2024-04-09
80
+
81
+ - [`e9b9099`](https://github.com/alexfalkowski/nonnative/commit/e9b9099a5375078d5c02f87d0324fb8abc4b23e5) fix(deps): bump rubocop from 1.62.1 to 1.63.0 (#341)
82
+
83
+ ## [v1.79.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.7) - 2024-04-08
84
+
85
+ - [`68ae8fd`](https://github.com/alexfalkowski/nonnative/commit/68ae8fd2880f433f8a4324d23d9f4d6655e6e315) fix(deps): bump ruby-lsp from 0.16.1 to 0.16.2 (#340)
86
+
87
+ ## [v1.79.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.6) - 2024-04-05
88
+
89
+ - [`ada94c0`](https://github.com/alexfalkowski/nonnative/commit/ada94c015b6eba94edd6c9fe833a86c132dab38a) fix(deps): bump ruby-lsp from 0.16.0 to 0.16.1 (#339)
90
+ - [`90463f8`](https://github.com/alexfalkowski/nonnative/commit/90463f8bb128632eaca9e09f063ec10fd8557ba3) build(deps): bump bin from `ed17684` to `13a7302` (#338)
91
+
92
+ ## [v1.79.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.5) - 2024-04-03
93
+
94
+ - [`96f5e84`](https://github.com/alexfalkowski/nonnative/commit/96f5e8470378d3140b43fb449a11a88002c05e9a) fix(deps): bump ruby-lsp from 0.15.0 to 0.16.0 (#337)
95
+ - [`a65f27c`](https://github.com/alexfalkowski/nonnative/commit/a65f27cb228f07d60c23e1dc0f50965ca5e8ea85) build(deps): bump bin from `024be7f` to `ed17684` (#336)
96
+ - [`41c8d93`](https://github.com/alexfalkowski/nonnative/commit/41c8d93a16e99838c509df2ec8a26fd14a0f6470) build(deps): bump bin from `608889f` to `024be7f` (#335)
97
+ - [`2edc07b`](https://github.com/alexfalkowski/nonnative/commit/2edc07b3be5f6ea39d6edfaa1fd2ad2342a68184) build(circleci): use dep (#334)
98
+ - [`e535120`](https://github.com/alexfalkowski/nonnative/commit/e53512068d5d7e29ca278d0637e2cdcfa5e8ee8e) build(deps): bump bin from `a19d7ca` to `608889f` (#333)
99
+
100
+ ## [v1.79.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.4) - 2024-03-28
101
+
102
+ - [`f423947`](https://github.com/alexfalkowski/nonnative/commit/f42394725087dbf2888a05b8e4c73aafd0709f53) fix(deps): bump ruby-lsp from 0.14.6 to 0.15.0 (#332)
103
+ - [`6e453cb`](https://github.com/alexfalkowski/nonnative/commit/6e453cb48260a0df3025e01b47048ab40c264ed5) build(deps): bump bin from `b9b6ae3` to `a19d7ca` (#331)
104
+ - [`18909fe`](https://github.com/alexfalkowski/nonnative/commit/18909fe389c396444fbbb0dd673b0d11e9f70387) build(deps): bump bin from `60071ae` to `b9b6ae3` (#330)
105
+ - [`f6b56f3`](https://github.com/alexfalkowski/nonnative/commit/f6b56f3ec195d08166227b4847995eeb579df9eb) build(dependabot): change prefixes (#329)
106
+ - [`cf11171`](https://github.com/alexfalkowski/nonnative/commit/cf11171033390e10ffcf160da179154eb4a65d4a) build(make): remove phony (#328)
107
+ - [`34cf9de`](https://github.com/alexfalkowski/nonnative/commit/34cf9de8925a279c3cd05aa048faeecbc1911b94) build(deps): bump bin from `b7532c8` to `60071ae` (#327)
108
+ - [`562adf0`](https://github.com/alexfalkowski/nonnative/commit/562adf09ec966b567ad690bb54725e4f74c1af66) build: add git tasks to makefile (#326)
109
+ - [`74d4258`](https://github.com/alexfalkowski/nonnative/commit/74d42584b5163a10c8a57feaaf5cfbf20087efa1) build(deps): bump bin from `355347a` to `b7532c8` (#325)
110
+
111
+ ## [v1.79.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.3) - 2024-03-20
112
+
113
+ - [`8ae54cb`](https://github.com/alexfalkowski/nonnative/commit/8ae54cb30afcd05c883c4570fed33fa26955ca75) fix(deps): bump cucumber from 9.1.2 to 9.2.0 (#323)
114
+
115
+ ## [v1.79.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.2) - 2024-03-18
116
+
117
+ - [`b97bba8`](https://github.com/alexfalkowski/nonnative/commit/b97bba83f05a9a2ee66ceac8d03fa5f034397562) fix(deps): bump ruby-lsp from 0.14.5 to 0.14.6 (#321)
118
+
119
+ ## [v1.79.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.1) - 2024-03-18
120
+
121
+ - [`fc70f75`](https://github.com/alexfalkowski/nonnative/commit/fc70f759e829216058c461a961648672d5d2950a) fix(deps): bump config from 5.3.0 to 5.4.0 (#322)
122
+ - [`fb8b7ae`](https://github.com/alexfalkowski/nonnative/commit/fb8b7ae7f46be36e3bef5c78d55ea374050a527c) build(deps): bump bin from `66f6a24` to `355347a` (#320)
123
+
124
+ ## [v1.79.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.79.0) - 2024-03-14
125
+
126
+ - [`fe7cb06`](https://github.com/alexfalkowski/nonnative/commit/fe7cb065e46812f884e5df3f4ce77a7f6d06c124) feat: change license to MIT (#319)
127
+
9
128
  ## [v1.78.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.78.3) - 2024-03-12
10
129
 
11
130
  - [`0ecf0b1`](https://github.com/alexfalkowski/nonnative/commit/0ecf0b1acd8e2526c94c17c782482e06af71ceee) fix(deps): bump rubocop from 1.62.0 to 1.62.1 (#318)
data/Gemfile CHANGED
@@ -8,6 +8,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
8
8
  gemspec
9
9
 
10
10
  gem 'bundler'
11
- gem 'coveralls_reborn'
12
11
  gem 'rubocop'
13
12
  gem 'ruby-lsp'
13
+ gem 'simplecov'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonnative (1.79.0)
4
+ nonnative (1.80.0)
5
5
  concurrent-ruby (>= 1, < 2)
6
6
  config (>= 5, < 6)
7
7
  cucumber (>= 7, < 10)
@@ -21,41 +21,36 @@ GEM
21
21
  benchmark-malloc (0.2.0)
22
22
  benchmark-perf (0.6.0)
23
23
  benchmark-trend (0.4.0)
24
- bigdecimal (3.1.7)
24
+ bigdecimal (3.1.8)
25
25
  builder (3.2.4)
26
26
  concurrent-ruby (1.2.3)
27
- config (5.3.0)
27
+ config (5.5.0)
28
28
  deep_merge (~> 1.2, >= 1.2.1)
29
- coveralls_reborn (0.28.0)
30
- simplecov (~> 0.22.0)
31
- term-ansicolor (~> 1.7)
32
- thor (~> 1.2)
33
- tins (~> 1.32)
34
- cucumber (9.1.2)
35
- builder (~> 3.2, >= 3.2.4)
36
- cucumber-ci-environment (~> 9.2, >= 9.2.0)
37
- cucumber-core (~> 12.0)
29
+ cucumber (9.2.0)
30
+ builder (~> 3.2)
31
+ cucumber-ci-environment (> 9, < 11)
32
+ cucumber-core (> 13, < 14)
38
33
  cucumber-cucumber-expressions (~> 17.0)
39
- cucumber-gherkin (> 24, < 27)
34
+ cucumber-gherkin (> 24, < 28)
40
35
  cucumber-html-formatter (> 20.3, < 22)
41
36
  cucumber-messages (> 19, < 25)
42
37
  diff-lcs (~> 1.5)
43
- mini_mime (~> 1.1, >= 1.1.5)
44
- multi_test (~> 1.1, >= 1.1.0)
45
- sys-uname (~> 1.2, >= 1.2.3)
46
- cucumber-ci-environment (9.2.0)
47
- cucumber-core (12.0.0)
48
- cucumber-gherkin (>= 25, < 27)
38
+ mini_mime (~> 1.1)
39
+ multi_test (~> 1.1)
40
+ sys-uname (~> 1.2)
41
+ cucumber-ci-environment (10.0.1)
42
+ cucumber-core (13.0.2)
43
+ cucumber-gherkin (>= 27, < 28)
49
44
  cucumber-messages (>= 20, < 23)
50
- cucumber-tag-expressions (~> 5.0, >= 5.0.4)
51
- cucumber-cucumber-expressions (17.0.2)
45
+ cucumber-tag-expressions (> 5, < 7)
46
+ cucumber-cucumber-expressions (17.1.0)
52
47
  bigdecimal
53
- cucumber-gherkin (26.2.0)
54
- cucumber-messages (>= 19.1.4, < 22.1)
55
- cucumber-html-formatter (21.2.0)
48
+ cucumber-gherkin (27.0.0)
49
+ cucumber-messages (>= 19.1.4, < 23)
50
+ cucumber-html-formatter (21.3.1)
56
51
  cucumber-messages (> 19, < 25)
57
52
  cucumber-messages (22.0.0)
58
- cucumber-tag-expressions (5.0.6)
53
+ cucumber-tag-expressions (6.1.0)
59
54
  deep_merge (1.2.2)
60
55
  diff-lcs (1.5.1)
61
56
  docile (1.4.0)
@@ -66,53 +61,54 @@ GEM
66
61
  google-protobuf (3.25.3-arm64-darwin)
67
62
  google-protobuf (3.25.3-x86_64-darwin)
68
63
  google-protobuf (3.25.3-x86_64-linux)
69
- googleapis-common-protos-types (1.13.0)
64
+ googleapis-common-protos-types (1.14.0)
70
65
  google-protobuf (~> 3.18)
71
- grpc (1.62.0-arm64-darwin)
66
+ grpc (1.64.0-arm64-darwin)
72
67
  google-protobuf (~> 3.25)
73
68
  googleapis-common-protos-types (~> 1.0)
74
- grpc (1.62.0-x86_64-darwin)
69
+ grpc (1.64.0-x86_64-darwin)
75
70
  google-protobuf (~> 3.25)
76
71
  googleapis-common-protos-types (~> 1.0)
77
- grpc (1.62.0-x86_64-linux)
72
+ grpc (1.64.0-x86_64-linux)
78
73
  google-protobuf (~> 3.25)
79
74
  googleapis-common-protos-types (~> 1.0)
80
75
  http-accept (1.7.0)
81
76
  http-cookie (1.0.5)
82
77
  domain_name (~> 0.5)
83
- json (2.7.1)
78
+ json (2.7.2)
84
79
  language_server-protocol (3.17.0.3)
85
80
  mime-types (3.5.2)
86
81
  mime-types-data (~> 3.2015)
87
- mime-types-data (3.2024.0305)
82
+ mime-types-data (3.2024.0507)
88
83
  mini_mime (1.1.5)
89
84
  multi_test (1.1.0)
90
85
  mustermann (3.0.0)
91
86
  ruby2_keywords (~> 0.0.1)
92
87
  netrc (0.11.0)
93
- nio4r (2.7.0)
88
+ nio4r (2.7.3)
94
89
  parallel (1.24.0)
95
- parser (3.3.0.5)
90
+ parser (3.3.1.0)
96
91
  ast (~> 2.4.1)
97
92
  racc
98
- prism (0.24.0)
93
+ prism (0.29.0)
99
94
  puma (6.4.2)
100
95
  nio4r (~> 2.0)
101
- racc (1.7.3)
102
- rack (3.0.9.1)
96
+ racc (1.8.0)
97
+ rack (3.0.11)
103
98
  rack-protection (4.0.0)
104
99
  base64 (>= 0.1.0)
105
100
  rack (>= 3.0.0, < 4)
106
101
  rack-session (2.0.0)
107
102
  rack (>= 3.0.0)
108
103
  rainbow (3.1.1)
109
- regexp_parser (2.9.0)
104
+ regexp_parser (2.9.2)
110
105
  rest-client (2.1.0)
111
106
  http-accept (>= 1.7.0, < 2.0)
112
107
  http-cookie (>= 1.0.2, < 2.0)
113
108
  mime-types (>= 1.16, < 4.0)
114
109
  netrc (~> 0.8)
115
- rexml (3.2.6)
110
+ rexml (3.2.8)
111
+ strscan (>= 3.0.9)
116
112
  rspec (3.13.0)
117
113
  rspec-core (~> 3.13.0)
118
114
  rspec-expectations (~> 3.13.0)
@@ -127,11 +123,11 @@ GEM
127
123
  rspec-expectations (3.13.0)
128
124
  diff-lcs (>= 1.2.0, < 2.0)
129
125
  rspec-support (~> 3.13.0)
130
- rspec-mocks (3.13.0)
126
+ rspec-mocks (3.13.1)
131
127
  diff-lcs (>= 1.2.0, < 2.0)
132
128
  rspec-support (~> 3.13.0)
133
129
  rspec-support (3.13.1)
134
- rubocop (1.62.1)
130
+ rubocop (1.64.0)
135
131
  json (~> 2.3)
136
132
  language_server-protocol (>= 3.17.0)
137
133
  parallel (~> 1.10)
@@ -142,11 +138,11 @@ GEM
142
138
  rubocop-ast (>= 1.31.1, < 2.0)
143
139
  ruby-progressbar (~> 1.7)
144
140
  unicode-display_width (>= 2.4.0, < 3.0)
145
- rubocop-ast (1.31.2)
146
- parser (>= 3.3.0.4)
147
- ruby-lsp (0.14.5)
141
+ rubocop-ast (1.31.3)
142
+ parser (>= 3.3.1.0)
143
+ ruby-lsp (0.16.7)
148
144
  language_server-protocol (~> 3.17.0)
149
- prism (>= 0.22.0, < 0.25)
145
+ prism (>= 0.29.0, < 0.30)
150
146
  sorbet-runtime (>= 0.5.10782)
151
147
  ruby-progressbar (1.13.0)
152
148
  ruby2_keywords (0.0.5)
@@ -162,29 +158,25 @@ GEM
162
158
  rack-protection (= 4.0.0)
163
159
  rack-session (>= 2.0.0, < 3)
164
160
  tilt (~> 2.0)
165
- sorbet-runtime (0.5.11292)
166
- sync (0.5.0)
161
+ sorbet-runtime (0.5.11391)
162
+ strscan (3.1.0)
167
163
  sys-uname (1.2.3)
168
164
  ffi (~> 1.1)
169
- term-ansicolor (1.7.1)
170
- tins (~> 1.0)
171
- thor (1.3.1)
172
165
  tilt (2.3.0)
173
- tins (1.32.1)
174
- sync
175
166
  unicode-display_width (2.5.0)
176
167
 
177
168
  PLATFORMS
178
169
  arm64-darwin-22
170
+ arm64-darwin-23
179
171
  x86_64-darwin-21
180
172
  x86_64-linux
181
173
 
182
174
  DEPENDENCIES
183
175
  bundler
184
- coveralls_reborn
185
176
  nonnative!
186
177
  rubocop
187
178
  ruby-lsp
179
+ simplecov
188
180
 
189
181
  BUNDLED WITH
190
- 2.4.10
182
+ 2.5.9
data/Makefile CHANGED
@@ -1,3 +1,2 @@
1
- .PHONY: features
2
-
3
1
  include bin/build/make/ruby.mak
2
+ include bin/build/make/git.mak
@@ -6,7 +6,7 @@ module Nonnative
6
6
  duration = proxy.options[:delay] || 2
7
7
  sleep duration
8
8
 
9
- super(socket)
9
+ super
10
10
  end
11
11
  end
12
12
  end
@@ -8,7 +8,7 @@ module Nonnative
8
8
  @mutex = Mutex.new
9
9
  @state = :none
10
10
 
11
- super(service)
11
+ super
12
12
  end
13
13
 
14
14
  def start
@@ -11,7 +11,7 @@ module Nonnative
11
11
  @logger ||= Logger.new(service.log)
12
12
  end
13
13
 
14
- super(service)
14
+ super
15
15
  end
16
16
 
17
17
  protected
@@ -7,7 +7,7 @@ module Nonnative
7
7
  options = { log_writer: Puma::LogWriter.new(log, log) }
8
8
  @server = Puma::Server.new(app, Puma::Events.new, options)
9
9
 
10
- super(service)
10
+ super
11
11
  end
12
12
 
13
13
  protected
@@ -5,7 +5,7 @@ module Nonnative
5
5
  def write(socket, data)
6
6
  data = data.chars.shuffle.join
7
7
 
8
- super(socket, data)
8
+ super
9
9
  end
10
10
  end
11
11
  end
@@ -3,7 +3,7 @@
3
3
  module Nonnative
4
4
  class Process < Runner
5
5
  def initialize(service)
6
- super(service)
6
+ super
7
7
 
8
8
  @timeout = Nonnative::Timeout.new(service.timeout)
9
9
  end
@@ -3,7 +3,7 @@
3
3
  module Nonnative
4
4
  class Server < Runner
5
5
  def initialize(service)
6
- super(service)
6
+ super
7
7
 
8
8
  @timeout = Nonnative::Timeout.new(service.timeout)
9
9
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '1.79.0'
4
+ VERSION = '1.80.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.79.0
4
+ version: 1.80.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-03-14 00:00:00.000000000 Z
11
+ date: 2024-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -292,7 +292,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
292
292
  - !ruby/object:Gem::Version
293
293
  version: '0'
294
294
  requirements: []
295
- rubygems_version: 3.5.3
295
+ rubygems_version: 3.5.9
296
296
  signing_key:
297
297
  specification_version: 4
298
298
  summary: Allows you to keep using the power of ruby to test other systems