nonnative 1.78.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 +4 -4
- data/.circleci/config.yml +3 -4
- data/.github/dependabot.yml +4 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +132 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +46 -54
- data/LICENSE +17 -20
- data/Makefile +1 -2
- data/lib/nonnative/delay_socket_pair.rb +1 -1
- data/lib/nonnative/fault_injection_proxy.rb +1 -1
- data/lib/nonnative/grpc_server.rb +1 -1
- data/lib/nonnative/http_server.rb +1 -1
- data/lib/nonnative/invalid_data_socket_pair.rb +1 -1
- data/lib/nonnative/process.rb +1 -1
- data/lib/nonnative/server.rb +1 -1
- data/lib/nonnative/version.rb +1 -1
- data/nonnative.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc91867f83ce5deb7f30ab83c3c315e1f73ca3fa24200e0668f9ead626a9bee0
|
|
4
|
+
data.tar.gz: 968c06cb7c32e76e8a67b967761da08a4743a11fce0567e03429b025e3183ddf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/.github/dependabot.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-3.3.
|
|
1
|
+
ruby-3.3.1
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,138 @@ 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
|
+
|
|
128
|
+
## [v1.78.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.78.3) - 2024-03-12
|
|
129
|
+
|
|
130
|
+
- [`0ecf0b1`](https://github.com/alexfalkowski/nonnative/commit/0ecf0b1acd8e2526c94c17c782482e06af71ceee) fix(deps): bump rubocop from 1.62.0 to 1.62.1 (#318)
|
|
131
|
+
|
|
132
|
+
## [v1.78.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.78.2) - 2024-03-12
|
|
133
|
+
|
|
134
|
+
- [`e2ae72b`](https://github.com/alexfalkowski/nonnative/commit/e2ae72b41aaf13820e093a56ca874b739586956a) fix(deps): bump ruby-lsp from 0.14.4 to 0.14.5 (#316)
|
|
135
|
+
- [`514fd42`](https://github.com/alexfalkowski/nonnative/commit/514fd42db2761ec6c14d5c0d2a77011d9f8cdcc9) build(deps): bump bin from `e6271f5` to `66f6a24` (#317)
|
|
136
|
+
|
|
137
|
+
## [v1.78.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.78.1) - 2024-03-07
|
|
138
|
+
|
|
139
|
+
- [`cfe85d0`](https://github.com/alexfalkowski/nonnative/commit/cfe85d0d4c387145291c4116ece9d4fbd72896d6) fix(deps): bump rubocop from 1.61.0 to 1.62.0 (#315)
|
|
140
|
+
|
|
9
141
|
## [v1.78.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.78.0) - 2024-03-05
|
|
10
142
|
|
|
11
143
|
- [`84b23b9`](https://github.com/alexfalkowski/nonnative/commit/84b23b974d7dff216b1617c68b46a89523170c4c) feat: add ability to wait for start (#314)
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
nonnative (1.
|
|
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.
|
|
24
|
+
bigdecimal (3.1.8)
|
|
25
25
|
builder (3.2.4)
|
|
26
26
|
concurrent-ruby (1.2.3)
|
|
27
|
-
config (5.
|
|
27
|
+
config (5.5.0)
|
|
28
28
|
deep_merge (~> 1.2, >= 1.2.1)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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, <
|
|
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
|
|
44
|
-
multi_test (~> 1.1
|
|
45
|
-
sys-uname (~> 1.2
|
|
46
|
-
cucumber-ci-environment (
|
|
47
|
-
cucumber-core (
|
|
48
|
-
cucumber-gherkin (>=
|
|
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 (
|
|
51
|
-
cucumber-cucumber-expressions (17.0
|
|
45
|
+
cucumber-tag-expressions (> 5, < 7)
|
|
46
|
+
cucumber-cucumber-expressions (17.1.0)
|
|
52
47
|
bigdecimal
|
|
53
|
-
cucumber-gherkin (
|
|
54
|
-
cucumber-messages (>= 19.1.4, <
|
|
55
|
-
cucumber-html-formatter (21.
|
|
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 (
|
|
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.
|
|
64
|
+
googleapis-common-protos-types (1.14.0)
|
|
70
65
|
google-protobuf (~> 3.18)
|
|
71
|
-
grpc (1.
|
|
66
|
+
grpc (1.64.0-arm64-darwin)
|
|
72
67
|
google-protobuf (~> 3.25)
|
|
73
68
|
googleapis-common-protos-types (~> 1.0)
|
|
74
|
-
grpc (1.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
88
|
+
nio4r (2.7.3)
|
|
94
89
|
parallel (1.24.0)
|
|
95
|
-
parser (3.3.0
|
|
90
|
+
parser (3.3.1.0)
|
|
96
91
|
ast (~> 2.4.1)
|
|
97
92
|
racc
|
|
98
|
-
prism (0.
|
|
93
|
+
prism (0.29.0)
|
|
99
94
|
puma (6.4.2)
|
|
100
95
|
nio4r (~> 2.0)
|
|
101
|
-
racc (1.
|
|
102
|
-
rack (3.0.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
130
|
+
rubocop (1.64.0)
|
|
135
131
|
json (~> 2.3)
|
|
136
132
|
language_server-protocol (>= 3.17.0)
|
|
137
133
|
parallel (~> 1.10)
|
|
@@ -139,14 +135,14 @@ GEM
|
|
|
139
135
|
rainbow (>= 2.2.2, < 4.0)
|
|
140
136
|
regexp_parser (>= 1.8, < 3.0)
|
|
141
137
|
rexml (>= 3.2.5, < 4.0)
|
|
142
|
-
rubocop-ast (>= 1.
|
|
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.
|
|
146
|
-
parser (>= 3.3.0
|
|
147
|
-
ruby-lsp (0.
|
|
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.
|
|
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.
|
|
166
|
-
|
|
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.
|
|
182
|
+
2.5.9
|
data/LICENSE
CHANGED
|
@@ -1,24 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
MIT License
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
distribute this software, either in source code form or as a compiled
|
|
5
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
|
6
|
-
means.
|
|
3
|
+
Copyright (c) Alejandro Falkowski
|
|
7
4
|
|
|
8
|
-
|
|
9
|
-
of this software
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
software under copyright law.
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
15
11
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
19
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
20
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
21
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
22
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
23
14
|
|
|
24
|
-
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
data/Makefile
CHANGED
data/lib/nonnative/process.rb
CHANGED
data/lib/nonnative/server.rb
CHANGED
data/lib/nonnative/version.rb
CHANGED
data/nonnative.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.summary = 'Allows you to keep using the power of ruby to test other systems'
|
|
15
15
|
spec.description = spec.summary
|
|
16
16
|
spec.homepage = 'https://github.com/alexfalkowski/nonnative'
|
|
17
|
-
spec.license = '
|
|
17
|
+
spec.license = 'MIT'
|
|
18
18
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
|
19
19
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
20
20
|
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.
|
|
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-
|
|
11
|
+
date: 2024-05-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|
|
@@ -271,7 +271,7 @@ files:
|
|
|
271
271
|
- nonnative.gemspec
|
|
272
272
|
homepage: https://github.com/alexfalkowski/nonnative
|
|
273
273
|
licenses:
|
|
274
|
-
-
|
|
274
|
+
- MIT
|
|
275
275
|
metadata:
|
|
276
276
|
rubygems_mfa_required: 'true'
|
|
277
277
|
post_install_message:
|
|
@@ -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.
|
|
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
|