aruba 0.14.12 → 0.14.13
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 +243 -233
- data/Gemfile +7 -1
- data/Rakefile +1 -1
- data/aruba.gemspec +1 -1
- data/features/02_configure_aruba/command_runtime_environment.feature +5 -5
- data/features/02_configure_aruba/root_directory.feature +1 -1
- data/lib/aruba/version.rb +1 -1
- metadata +11 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bab30e47a800a71ad1e963b3c463b0e57024e547b968ad487dfedd73c5f21d10
|
|
4
|
+
data.tar.gz: 3f964948997e154381df4eaa325554c00af165ebca595ec36439a1cc0c68c220
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ab64030d4fbfb2ab3e714c2d17c8827a0a8ec943f11675f4a6a80d364a8e7dcf6a4b5d319944f9464b09d95c320936ede8387a60c9ff8cb7435df7097c0c85f
|
|
7
|
+
data.tar.gz: 5745ed5c8785468a337c78a118f0cb3820ee340e0d5f61f8a12629055ccbf476d938b3d1719bdfbd659fbcb63fdeb5075441fe9bed159765025ca4655eee3b02
|
data/CHANGELOG.md
CHANGED
|
@@ -6,20 +6,25 @@ This project will adhere to [Semantic Versioning][1] once version 1.0.0 is relea
|
|
|
6
6
|
|
|
7
7
|
This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
8
8
|
|
|
9
|
-
## [
|
|
9
|
+
## [0.14.13]
|
|
10
|
+
|
|
11
|
+
* Loosen dependency on thor ([#676])
|
|
12
|
+
* Mark setting of `root_directory` as deprecated in documentation ([#571])
|
|
13
|
+
|
|
14
|
+
## [0.14.12]
|
|
10
15
|
|
|
11
16
|
* Loosen dependency on childprocess ([#673])
|
|
12
17
|
* Fix Travis build ([#668])
|
|
13
18
|
* Handle announcing with DebugProcess ([#664])
|
|
14
19
|
|
|
15
|
-
## [
|
|
20
|
+
## [0.14.11]
|
|
16
21
|
|
|
17
22
|
* Loosen childprocess dependency ([#658])
|
|
18
23
|
* Do not set binmode on output temp files, so automatic line ending conversion works ([#650])
|
|
19
24
|
* Improve deprecation suggestions ([#647])
|
|
20
25
|
* Backport fixes to code organization, layout and spelling ([#645])
|
|
21
26
|
|
|
22
|
-
## [
|
|
27
|
+
## [0.14.10]
|
|
23
28
|
|
|
24
29
|
* Backport replacement of problematic AnsiColor module with simple
|
|
25
30
|
implementation ([#642])
|
|
@@ -37,13 +42,13 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
37
42
|
* Reorganize spec files to match master branch ([#603])
|
|
38
43
|
* Reorganize feature files to match master branch ([#602])
|
|
39
44
|
|
|
40
|
-
## [
|
|
45
|
+
## [0.14.9]
|
|
41
46
|
|
|
42
47
|
* Formally deprecate `#use_clean_gemset` ([#597])
|
|
43
48
|
* Improve deprecation messages ([#601])
|
|
44
49
|
* Do not replace entire environment inside `#cd` block ([#604])
|
|
45
50
|
|
|
46
|
-
## [
|
|
51
|
+
## [0.14.8]
|
|
47
52
|
|
|
48
53
|
* Deprecate `#run` and `#run_simple` in favor of `#run_command` and
|
|
49
54
|
`#run_command_and_stop` ([#585])
|
|
@@ -52,49 +57,49 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
52
57
|
* Properly warn about deprecated use of the run methods with one positional
|
|
53
58
|
option ([#588])
|
|
54
59
|
|
|
55
|
-
## [
|
|
60
|
+
## [0.14.7]
|
|
56
61
|
|
|
57
62
|
* Fix Cucumber steps to use `have_same_file_content_as` matcher ([#572])
|
|
58
63
|
* Update dependencies, most notably loosening the dependency on `ffi` ([#581])
|
|
59
64
|
|
|
60
|
-
## [
|
|
65
|
+
## [0.14.6]
|
|
61
66
|
|
|
62
67
|
* Document and fix `@disable-bundler` hook ([#561])
|
|
63
68
|
* Deprecate `have_same_file_content_like` and `a_file_with_same_content_like`
|
|
64
69
|
in favor of `have_same_file_content_as` and `a_file_with_same_content_as` ([#557])
|
|
65
70
|
|
|
66
|
-
## [
|
|
71
|
+
## [0.14.5]
|
|
67
72
|
|
|
68
73
|
* Loosen dependency on child_process ([#551])
|
|
69
74
|
|
|
70
|
-
## [
|
|
75
|
+
## [0.14.4]
|
|
71
76
|
|
|
72
77
|
* Fix command spawning when run in directories with spaces ([#490])
|
|
73
78
|
* Ensure setup is still done when using `@no-clobber` ([#529])
|
|
74
79
|
* Make `#expand_path` handle absolute paths correctly ([#486])
|
|
75
80
|
|
|
76
|
-
## [
|
|
81
|
+
## [0.14.3]
|
|
77
82
|
|
|
78
83
|
* Fix path bug ([#422])
|
|
79
84
|
* Ensure non-deprecated methods do not use deprecated methods ([#489])
|
|
80
85
|
* Update dependency on childprocess ([#516])
|
|
81
86
|
* Fix encoding output on JRuby ([#516])
|
|
82
87
|
|
|
83
|
-
## [
|
|
88
|
+
## [0.14.2]
|
|
84
89
|
|
|
85
|
-
* Handle empty JRUBY_OPTS on JRuby
|
|
90
|
+
* Handle empty `JRUBY_OPTS` on JRuby
|
|
86
91
|
|
|
87
|
-
## [
|
|
92
|
+
## [0.14.1]
|
|
88
93
|
|
|
89
94
|
* Fixed bug in framework step
|
|
90
95
|
|
|
91
|
-
## [
|
|
96
|
+
## [0.14.0]
|
|
92
97
|
|
|
93
98
|
* Add `<project_root>/exe` to search path for commands: This is the new default
|
|
94
99
|
if you setup a project with bundler.
|
|
95
100
|
* Add some more steps to modify environment
|
|
96
101
|
|
|
97
|
-
## [
|
|
102
|
+
## [0.13.0]
|
|
98
103
|
|
|
99
104
|
* Add two new hooks for rspec and cucumber to make troubleshooting feature
|
|
100
105
|
files easier ([#338]):
|
|
@@ -108,40 +113,40 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
108
113
|
* Refactorings to internal `#simple_table`-method (internal)
|
|
109
114
|
* Refactored Announcer, now it supports blocks for announce as well (internal)
|
|
110
115
|
* Fix circular require warnings ([#339])
|
|
111
|
-
* Fix use of old instances variable
|
|
112
|
-
default value for io_wait_timeout can be set correctly.
|
|
116
|
+
* Fix use of old instances variable `@io_wait` ([#341]). Now the
|
|
117
|
+
default value for `io_wait_timeout` can be set correctly.
|
|
113
118
|
* Make it possible to announce information on command error, using a new option
|
|
114
119
|
called `activate_announcer_on_command_failure` ([#335], [njam])
|
|
115
120
|
* Re-integrate `event-bus`-library into `aruba`-core ([#342])
|
|
116
121
|
|
|
117
|
-
## [
|
|
122
|
+
## [0.12.0]
|
|
118
123
|
|
|
119
124
|
* Add matcher to check if a command can be found in PATH ([#336])
|
|
120
125
|
* Fixed issue with environment variables set by external libraries ([#321], [#320])
|
|
121
126
|
|
|
122
|
-
## [
|
|
127
|
+
## [0.11.2]
|
|
123
128
|
|
|
124
129
|
* Fixed problem with positional arguments in `#run_simple()` ([#322])
|
|
125
130
|
|
|
126
|
-
## [
|
|
131
|
+
## [0.11.1]
|
|
127
132
|
|
|
128
133
|
* Use fixed version of event-bus
|
|
129
134
|
* Refactored and improved documentation (feature tests) in [#309]
|
|
130
135
|
|
|
131
|
-
## [
|
|
136
|
+
## [0.11.0]
|
|
132
137
|
|
|
133
138
|
* Accidently pushed to rubygems.org - yanked it afterwards
|
|
134
139
|
|
|
135
|
-
## [
|
|
140
|
+
## [0.11.0.pre4]
|
|
136
141
|
|
|
137
142
|
* Fixed syntax for Hash on ruby 1.8.7
|
|
138
143
|
* Reorder rubies in .travis.yml
|
|
139
144
|
|
|
140
|
-
## [
|
|
145
|
+
## [0.11.0.pre3]
|
|
141
146
|
|
|
142
147
|
* Fixed syntax for proc on ruby 1.8.7
|
|
143
148
|
|
|
144
|
-
## [
|
|
149
|
+
## [0.11.0.pre2]
|
|
145
150
|
|
|
146
151
|
* Integrate `EventBus` to decouple announcers from starting, stopping commands
|
|
147
152
|
etc. This uses nearly the same implementation like `cucumber`. ([#309])
|
|
@@ -160,14 +165,14 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
160
165
|
* Added `be_an_executable` matcher
|
|
161
166
|
|
|
162
167
|
|
|
163
|
-
## [
|
|
168
|
+
## [0.11.0.pre]
|
|
164
169
|
|
|
165
170
|
* Set stop signal which should be used to stop a process after a timeout or
|
|
166
171
|
used to terminate a process. This can be used to stop processes running
|
|
167
172
|
docker + "systemd". If you send a systemd-enable container SIGINT it will be
|
|
168
173
|
stopped.
|
|
169
174
|
* Added a configurable amount of time after a command was started -
|
|
170
|
-
startup_wait_time
|
|
175
|
+
`startup_wait_time`. Otherwise you get problems when a process takes to long to
|
|
171
176
|
startup when you run in background and want to sent it a signal.
|
|
172
177
|
* Replace `<variable>` in commandline, e.g. `<pid-last-command-started>`
|
|
173
178
|
[experimental]
|
|
@@ -177,50 +182,51 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
177
182
|
* `rvm`-methods are deprecated. They are too ruby specific.
|
|
178
183
|
|
|
179
184
|
|
|
180
|
-
## [
|
|
185
|
+
## [0.10.2]
|
|
181
186
|
|
|
182
187
|
* Fixed problem in regex after merge of step definitions
|
|
183
188
|
|
|
184
189
|
|
|
185
|
-
## [
|
|
190
|
+
## [0.10.1]
|
|
186
191
|
|
|
187
192
|
* Merged remove steps for file and directory from 4 into 2 step definitions
|
|
188
193
|
|
|
189
194
|
|
|
190
|
-
## [
|
|
195
|
+
## [0.10.0]
|
|
191
196
|
|
|
192
197
|
* Fix '"#exit_timeout" is deprecated' error ([#314])
|
|
193
198
|
|
|
194
|
-
## [
|
|
199
|
+
## [0.10.0.pre2]
|
|
195
200
|
|
|
196
201
|
* Take over code from `RSpec::Support::ObjectFormatter` since `rspec-support`
|
|
197
202
|
is not intended for public use.
|
|
198
203
|
|
|
199
|
-
## [
|
|
204
|
+
## [0.10.0.pre]
|
|
200
205
|
|
|
201
206
|
* Add some new steps to make writing documentation easier using "cucumber",
|
|
202
207
|
"rspec", "minitest" together with "aruba" - see [Feature](features/getting_started/supported_testing_frameworks.feature)
|
|
203
208
|
for some examples
|
|
204
|
-
* Write output of commands directly to disk if SpawnProcess is used
|
|
209
|
+
* Write output of commands directly to disk if SpawnProcess is used
|
|
210
|
+
(see [85d74fcc](https://github.com/cucumber/aruba/commit/85d74fcca4fff4e753776925d8b003cddaa8041d))
|
|
205
211
|
* Refactored API of cucumber steps to reduce the need for more methods and make
|
|
206
212
|
it easier for users to write their own steps ([#306])
|
|
207
213
|
* Added `aruba init` to the cli command to setup environment for aruba (issue
|
|
208
214
|
[#308])
|
|
209
215
|
* Added new method `delete_environment_variable` to remove environment variable
|
|
210
216
|
* Added work around because of method name conflict between Capybara and RSpec
|
|
211
|
-
(https://github.com/cucumber/aruba/commit/1939c4049d5195ffdd967485f50119bdd86e98a0)
|
|
217
|
+
([1939c404](https://github.com/cucumber/aruba/commit/1939c4049d5195ffdd967485f50119bdd86e98a0))
|
|
212
218
|
|
|
213
219
|
|
|
214
|
-
## [
|
|
220
|
+
## [0.9.0]
|
|
215
221
|
|
|
216
222
|
* Fix feature test
|
|
217
223
|
* Fix ordering in console
|
|
218
224
|
* Fix bug in console handling SIGINT
|
|
219
225
|
* Deprecated Aruba/Reporting before we remove it
|
|
220
226
|
|
|
221
|
-
## [
|
|
227
|
+
## [0.9.0.pre2]
|
|
222
228
|
|
|
223
|
-
* Redefine
|
|
229
|
+
* Redefine `#to_s` and `#inspect` for BasicProcess to reduce the sheer amount of
|
|
224
230
|
information, if a command produces a lot of output
|
|
225
231
|
* Added new matcher `#all_objects` to check if an object is included + an error
|
|
226
232
|
message for failures which is similar to the `#all`-matcher of `RSpec`
|
|
@@ -239,7 +245,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
239
245
|
kill all sub-processes more reliably
|
|
240
246
|
|
|
241
247
|
|
|
242
|
-
## [
|
|
248
|
+
## [0.9.0.pre]
|
|
243
249
|
|
|
244
250
|
* Improve documentation for filesystem api and move it to feature tests
|
|
245
251
|
* Add logger to aruba. Its output can be captured by rspec.
|
|
@@ -259,7 +265,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
259
265
|
* Add `aruba console`-command to play around with aruba ([#305])
|
|
260
266
|
|
|
261
267
|
|
|
262
|
-
## [
|
|
268
|
+
## [0.8.1]
|
|
263
269
|
|
|
264
270
|
* Fix problem if working directory of aruba does not exist ([#286])
|
|
265
271
|
* Re-Add removed method only_processes
|
|
@@ -270,7 +276,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
270
276
|
* Use prepend_environment_variable to modify PATH for rspec integration
|
|
271
277
|
* Add VERSION-constant to aruba and use it for code which should be activated on >= 1.0.0
|
|
272
278
|
|
|
273
|
-
## [
|
|
279
|
+
## [0.8.0]
|
|
274
280
|
|
|
275
281
|
* Build with cucumber 1.3.x on ruby 1.8.7, with cucumber 2.x on all other platforms
|
|
276
282
|
* Fixed bugs in aruba's cucumber steps
|
|
@@ -280,7 +286,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
280
286
|
* Fixed selectors for DebugProcess and InProcess to support sub-classes as well
|
|
281
287
|
|
|
282
288
|
|
|
283
|
-
## [
|
|
289
|
+
## [0.8.0.pre3]
|
|
284
290
|
|
|
285
291
|
* Depend on cucumber 1.3.x for compatibility on ruby 1.8.7
|
|
286
292
|
* Change PWD and OLDPW when `cd('path') {}` is used within that block
|
|
@@ -298,11 +304,11 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
298
304
|
* Now each `path/to/dir` pushed to `aruba.current_directory` is `pop`ed as whole
|
|
299
305
|
* Make testing of `aruba.current_directory` easier by supporting `end_with?` and `start_with?`
|
|
300
306
|
|
|
301
|
-
## [
|
|
307
|
+
## [0.8.0.pre2]
|
|
302
308
|
|
|
303
309
|
* Relax requirement on rspec-expectations (3.3 -> 2.11)
|
|
304
310
|
|
|
305
|
-
## [
|
|
311
|
+
## [0.8.0.pre]
|
|
306
312
|
|
|
307
313
|
* Make aruba compatible with "ruby 1.8.7" and "ruby 1.9.3" again ([#279])
|
|
308
314
|
* Move more and more documentation to cucumber steps ([#268])
|
|
@@ -310,11 +316,12 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
310
316
|
* Move Aruba constants to configuration class ([#271])
|
|
311
317
|
* Added runtime configuration via `aruba.config` which is reset for each test run
|
|
312
318
|
* Refactored hooks: now there are `after()` and `before()`-hooks, old
|
|
313
|
-
before_cmd
|
|
319
|
+
`before_cmd`-hook is still working, but is deprecated, added new
|
|
314
320
|
`after(:command)`-hook.
|
|
315
321
|
* Refactored jruby-startup helper
|
|
316
322
|
* Cleanup API by moving deprecated methods to separate class
|
|
317
|
-
* Cleanup Core API - reduced to `cd`, `expand_path`, `setup_aruba` and use
|
|
323
|
+
* Cleanup Core API - reduced to `cd`, `expand_path`, `setup_aruba` and use
|
|
324
|
+
`expand_path` wherever possible ([#253])
|
|
318
325
|
* Better isolation for environment variable manipulation - really helpful from 1.0.0 on
|
|
319
326
|
* Move configuration files like `jruby.rb` to `aruba/config/`-directory
|
|
320
327
|
* Change default exit timeout to 15 seconds to work around long running processes on travis
|
|
@@ -322,26 +329,26 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
322
329
|
@aruba_io_wait_seconds are deprecated. Use `Aruba.configure do |config|
|
|
323
330
|
config.exit_timeout = 10` etc. for this.
|
|
324
331
|
|
|
325
|
-
## [
|
|
332
|
+
## [0.7.4]
|
|
326
333
|
* Really Fixed post install message
|
|
327
334
|
|
|
328
|
-
## [
|
|
335
|
+
## [0.7.3]
|
|
329
336
|
* Fixed post install message
|
|
330
337
|
|
|
331
|
-
## [
|
|
338
|
+
## [0.7.2]
|
|
332
339
|
|
|
333
340
|
* Do not trigger Announcer API deprecation warning ([#277])
|
|
334
341
|
|
|
335
|
-
## [
|
|
342
|
+
## [0.7.1]
|
|
336
343
|
|
|
337
344
|
* Do not break if @interactive is used
|
|
338
345
|
|
|
339
|
-
## [
|
|
346
|
+
## [0.7.0]
|
|
340
347
|
|
|
341
|
-
* Introducing root_directory ([#232])
|
|
348
|
+
* Introducing `root_directory` ([#232])
|
|
342
349
|
* Introducing fixtures directory ([#224])
|
|
343
350
|
* Make sure a file/directory does not exist + Cleanup named file/directory steps ([#234])
|
|
344
|
-
* Make matcher have_permisions public and add documentation ([#239])
|
|
351
|
+
* Make matcher `have_permisions` public and add documentation ([#239])
|
|
345
352
|
* Added matcher for file content ([#238])
|
|
346
353
|
* Add rspec integrator ([#244])
|
|
347
354
|
* Deprecate `_file` and `_directory` in method names ([#243])
|
|
@@ -351,180 +358,180 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
351
358
|
* Refactor announcer to support user defined announce channels (fixes [#267])
|
|
352
359
|
* `InProcess` requires that the working directory is determined on runtime not no loadtime
|
|
353
360
|
|
|
354
|
-
## [
|
|
361
|
+
## [0.6.2]
|
|
355
362
|
|
|
356
363
|
* Fixed minor [#223])
|
|
357
364
|
* Added support for ruby 2.1.3 -- 2.1.5
|
|
358
365
|
* Added support for comparison to a fixture file
|
|
359
366
|
|
|
360
|
-
## [
|
|
367
|
+
## [0.6.1]
|
|
361
368
|
|
|
362
369
|
* Added support for ruby 2.1.2
|
|
363
|
-
* Added support for
|
|
364
|
-
* Added support for with_env
|
|
370
|
+
* Added support for `~` expansion
|
|
371
|
+
* Added support for `with_env`
|
|
365
372
|
|
|
366
|
-
## [
|
|
373
|
+
## [0.6.0]
|
|
367
374
|
|
|
368
375
|
* Dropped support for ruby 1.8
|
|
369
376
|
* Added support for ruby 2.1.0 and 2.1.1
|
|
370
377
|
* Added rspec 3.0.0 support
|
|
371
378
|
|
|
372
|
-
## [
|
|
379
|
+
## [0.5.4]
|
|
373
380
|
|
|
374
381
|
* Added support for piping in files ([#154], [maxmeyer], dg-vrnetze)
|
|
375
382
|
* Added cucumber steps for environment variables ([#156], dg-vrnetze)
|
|
376
383
|
* Added support for file mode ([#157], [maxmeyer], dg-vrnetze)
|
|
377
384
|
|
|
378
|
-
## [
|
|
385
|
+
## [0.5.3]
|
|
379
386
|
|
|
380
387
|
* Fix for UTF-8 support ([#151], [mattwynne], [jarl-dk])
|
|
381
|
-
* Fix for open file leakage ([#150], [
|
|
388
|
+
* Fix for open file leakage ([#150], [JonRowe])
|
|
382
389
|
|
|
383
|
-
## [
|
|
390
|
+
## [0.5.2]
|
|
384
391
|
|
|
385
392
|
* Plugin API for greater speed. Test Ruby CLI programs in a single Ruby process ([#148], [aslakhellesoy])
|
|
386
393
|
* Fix memory leak when several commands are executed in a single run ([#144], [y-higuchi])
|
|
387
394
|
|
|
388
|
-
## [
|
|
395
|
+
## [0.5.1]
|
|
389
396
|
|
|
390
397
|
* Individual timeout settings when running commands ([#124], [jarl-dk])
|
|
391
398
|
* Varous fixes for JRuby tests, should now work on more versions of JRuby
|
|
392
399
|
|
|
393
|
-
## [
|
|
400
|
+
## [0.5.0]
|
|
394
401
|
|
|
395
|
-
* Add
|
|
402
|
+
* Add `#with_file_content` to the DSL ([#110], [argent-smith])
|
|
396
403
|
* Make JRuby performance tweaks optional ([#102], [taylor], [#125], [alindeman])
|
|
397
|
-
* Add assert_partial_output_interactive so you can peek at the output from a running process ([#104], [taylor])
|
|
398
|
-
* Add assert_not_matching_output ([#111], [argent-smith])
|
|
399
|
-
* Add remove_dir ([#121], [LTe])
|
|
404
|
+
* Add `assert_partial_output_interactive` so you can peek at the output from a running process ([#104], [taylor])
|
|
405
|
+
* Add `assert_not_matching_output` ([#111], [argent-smith])
|
|
406
|
+
* Add `remove_dir` ([#121], [LTe])
|
|
400
407
|
|
|
401
|
-
## [
|
|
408
|
+
## [0.4.11]
|
|
402
409
|
|
|
403
410
|
* Fix duplicated output ([#91], [robertwahler], [mattwynne])
|
|
404
411
|
* Fix Gemspec format ([#101], [mattwynne])
|
|
405
412
|
|
|
406
|
-
## [
|
|
413
|
+
## [0.4.10]
|
|
407
414
|
|
|
408
415
|
* Fix broken JRuby file following rename of hook ([tdreyno])
|
|
409
416
|
* Add terminate method to API ([taylor])
|
|
410
417
|
|
|
411
|
-
## [
|
|
418
|
+
## [0.4.9]
|
|
412
419
|
|
|
413
420
|
* Rename before_run hook to before_cmd ([mattwynne])
|
|
414
421
|
* Fix 1.8.7 compatibility ([#95], [davetron5000])
|
|
415
422
|
|
|
416
|
-
## [
|
|
423
|
+
## [0.4.8]
|
|
417
424
|
|
|
418
425
|
* Add before_run hook ([mattwynne])
|
|
419
426
|
* Add JRuby performance tweaks ([#93], [myronmarston], [mattwynne])
|
|
420
427
|
* Invalid/Corrupt spec file for 0.4.7 - undefined method call for nil:Nilclass ([#47], [aslakhellesoy])
|
|
421
428
|
|
|
422
|
-
## [
|
|
429
|
+
## [0.4.7]
|
|
423
430
|
|
|
424
431
|
* Remove rdiscount dependency. ([#85], [aslakhellesoy])
|
|
425
432
|
* Pin to ffi 1.0.9 since 1.0.10 is broken. ([aslakhellesoy])
|
|
426
433
|
* Added file size specific steps to the Aruba API. ([#89], [hectcastro])
|
|
427
434
|
|
|
428
|
-
## [
|
|
435
|
+
## [0.4.6]
|
|
429
436
|
|
|
430
437
|
* Upgraded deps to latest gems. ([aslakhellesoy])
|
|
431
|
-
* Added Regexp support to Aruba::Api#assert_no_partial_output
|
|
438
|
+
* Added Regexp support to `Aruba::Api#assert_no_partial_output`. ([aslakhellesoy])
|
|
432
439
|
|
|
433
|
-
## [
|
|
440
|
+
## [0.4.5]
|
|
434
441
|
|
|
435
442
|
* Better assertion failure message when an exit code is not as expected.
|
|
436
443
|
([mattwynne])
|
|
437
444
|
|
|
438
|
-
## [
|
|
445
|
+
## [0.4.4]
|
|
439
446
|
|
|
440
447
|
* Fix various bugs with interative processes. ([mattwynne])
|
|
441
448
|
|
|
442
|
-
## [
|
|
449
|
+
## [0.4.3]
|
|
443
450
|
|
|
444
451
|
* Aruba reporting now creates an index file for reports, linking them all
|
|
445
452
|
together. ([aslakhellesoy])
|
|
446
453
|
|
|
447
|
-
## [
|
|
454
|
+
## [0.4.2]
|
|
448
455
|
|
|
449
456
|
* Appending to a file creates the parent directory if it doesn't exist.
|
|
450
457
|
([aslakhellesoy])
|
|
451
458
|
|
|
452
|
-
## [
|
|
459
|
+
## [0.4.1]
|
|
453
460
|
|
|
454
461
|
* Move more logic into Aruba::Api ([aslakhellesoy])
|
|
455
462
|
|
|
456
|
-
## [
|
|
463
|
+
## [0.4.0]
|
|
457
464
|
|
|
458
465
|
* New, awesome HTML reporting feature that captures everything that happens
|
|
459
466
|
during a scenario. ([aslakhellesoy])
|
|
460
467
|
* ANSI escapes from output are stripped by default. Override this with the @ansi
|
|
461
468
|
tag. ([aslakhellesoy])
|
|
462
469
|
|
|
463
|
-
## [
|
|
470
|
+
## [0.3.7]
|
|
464
471
|
|
|
465
|
-
* Make Aruba::Api#get_process return the last executed process with passed cmd
|
|
472
|
+
* Make `Aruba::Api#get_process` return the last executed process with passed cmd
|
|
466
473
|
([greyblake])
|
|
467
474
|
* Replace announce with puts to comply with cucumber 0.10.6 ([aslakhellesoy])
|
|
468
475
|
* Fix childprocess STDIN to be synchronous ([#40], [#71], [lithium3141])
|
|
469
476
|
|
|
470
|
-
## [
|
|
477
|
+
## [0.3.6]
|
|
471
478
|
|
|
472
|
-
* Changed default value of
|
|
479
|
+
* Changed default value of `@aruba_timeout_seconds` from 1 to 3. ([aslakhellesoy])
|
|
473
480
|
* Separate hooks and steps to make it easier to build your own steps on top of
|
|
474
481
|
Aruba's API ([msassak])
|
|
475
|
-
*
|
|
482
|
+
* `@no-clobber` to prevent cleanup before each scenario ([msassak])
|
|
476
483
|
|
|
477
|
-
## [
|
|
484
|
+
## [0.3.5]
|
|
478
485
|
|
|
479
486
|
* Store processes in an array to ensure order of operations on Ruby 1.8.x
|
|
480
487
|
([#48] [msassak])
|
|
481
488
|
|
|
482
|
-
## [
|
|
489
|
+
## [0.3.4]
|
|
483
490
|
|
|
484
491
|
* Use backticks (\`) instead of quotes (") to specify command line. Quote still
|
|
485
492
|
works, but is deprecated. ([aeden], [aslakhellesoy])
|
|
486
493
|
|
|
487
|
-
## [
|
|
494
|
+
## [0.3.3]
|
|
488
495
|
|
|
489
496
|
* Updated RSpec development requirement to 2.5 ([rspeicher], [msassak],
|
|
490
497
|
[aslakhellesoy])
|
|
491
498
|
* Updated RubyGems dependency to 1.6.1 ([rspeicher])
|
|
492
499
|
|
|
493
|
-
## [
|
|
500
|
+
## [0.3.2]
|
|
494
501
|
|
|
495
502
|
* Wrong number of args in the When I overwrite step ([aslakhellesoy])
|
|
496
503
|
|
|
497
|
-
## [
|
|
504
|
+
## [0.3.1]
|
|
498
505
|
|
|
499
506
|
* Broken 0.3.0 release ([#43], [#44], [msassak])
|
|
500
507
|
* Quotes (") and newline (\n) in step arguments are no longer unescaped. ([aslakhellesoy])
|
|
501
508
|
|
|
502
|
-
## [
|
|
509
|
+
## [0.3.0]
|
|
503
510
|
|
|
504
511
|
* Remove latency introduced in the 0.2.8 release ([#42], [msassak])
|
|
505
|
-
* New stepdef Then /^the stdout should contain:$/ do |partial_output
|
|
512
|
+
* New stepdef `Then /^the stdout should contain:$/ do |partial_output|` ([aslakhellesoy])
|
|
506
513
|
* Quotes (") and newline (\n) in step arguments no longer need to be backslash-escaped. ([aslakhellesoy])
|
|
507
514
|
|
|
508
|
-
## [
|
|
515
|
+
## [0.2.8]
|
|
509
516
|
|
|
510
|
-
* Replaced background_process with childprocess
|
|
517
|
+
* Replaced `background_process` with `childprocess`, a cross-platform process control
|
|
511
518
|
library. This will allow Aruba to run on Windows and JRuby in addition to \*nix
|
|
512
519
|
MRI. ([#16], [#27], [#31], [msassak], [jarib], [mattwynne], [aknuds1])
|
|
513
520
|
|
|
514
|
-
## [
|
|
521
|
+
## [0.2.7]
|
|
515
522
|
|
|
516
523
|
* Upgrade to Cucumber 0.10.0. ([aslakhellesoy])
|
|
517
|
-
* require 'aruba' does nothing - you have to require 'aruba/cucumber' now. This
|
|
524
|
+
* `require 'aruba'` does nothing - you have to `require 'aruba/cucumber'` now. This
|
|
518
525
|
is to prevent bundler from loading it when we don't want to. ([aslakhellesoy])
|
|
519
526
|
* Outputting a lot of data causes process to time out ([#30], [msassak])
|
|
520
527
|
|
|
521
|
-
## [
|
|
528
|
+
## [0.2.6]
|
|
522
529
|
|
|
523
530
|
* You can set `@aruba_timeout_seconds` in a Before hook to tell Aruba to wait
|
|
524
531
|
for a process to complete. Default: 1 second. ([aslakhellesoy])
|
|
525
532
|
* Fixed small bug in `/^the stdout should contain exactly:$/` ([aslakhellesoy])
|
|
526
533
|
|
|
527
|
-
## [
|
|
534
|
+
## [0.2.5]
|
|
528
535
|
|
|
529
536
|
* Added 'a file named "whatever" should (not) exist' ([rspeicher])
|
|
530
537
|
* Added 'a directory named "whatever" should (not) exist' ([rspeicher])
|
|
@@ -537,12 +544,12 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
537
544
|
are complete ([#17], [msassak])
|
|
538
545
|
* Outputting large amounts of data causes run steps to hang ([#18], [msassak])
|
|
539
546
|
|
|
540
|
-
## [
|
|
547
|
+
## [0.2.4]
|
|
541
548
|
|
|
542
549
|
* Added step definitions for removing files and checking presence of a single
|
|
543
550
|
file. ([aslakhellesoy])
|
|
544
551
|
|
|
545
|
-
## [
|
|
552
|
+
## [0.2.3]
|
|
546
553
|
|
|
547
554
|
* Directory should not exist gives false-positive ([#13], [#15], [nruth])
|
|
548
555
|
* Added step definitions for comparing file contents with regexps ([#9],
|
|
@@ -552,17 +559,17 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
552
559
|
* Communication with interactive processes ([#4], [msassak])
|
|
553
560
|
* Remove hyphens separating stdout and stderr ([aknuds1])
|
|
554
561
|
|
|
555
|
-
## [
|
|
562
|
+
## [0.2.2]
|
|
556
563
|
|
|
557
564
|
* Added a @bin tag that sets up './bin' first on the path ([aslakhellesoy])
|
|
558
565
|
* Richer API making aruba easier to use from Ruby code. (Mark Nijhof, [aslakhellesoy])
|
|
559
566
|
* No more support for RVM. Use rvm 1.9.2,1.8.7 exec cucumber .... instead. (Mark Nijhof, [aslakhellesoy])
|
|
560
567
|
|
|
561
|
-
## [
|
|
568
|
+
## [0.2.1]
|
|
562
569
|
|
|
563
570
|
* Always compare with RSpec should =~ instead of should match. This gives a diff when there is no match. ([aslakhellesoy])
|
|
564
571
|
|
|
565
|
-
## [
|
|
572
|
+
## [0.2.0]
|
|
566
573
|
|
|
567
574
|
* Added aruba.gemspec. ([dchelimsky])
|
|
568
575
|
* Several step definitions regarding output have changed. ([#1], [aslakhellesoy])
|
|
@@ -591,28 +598,28 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
591
598
|
- /^I should see matching:$/
|
|
592
599
|
+ /^the output should match:$/
|
|
593
600
|
|
|
594
|
-
## [
|
|
601
|
+
## [0.1.9]
|
|
595
602
|
|
|
596
603
|
* If the GOTGEMS environment variable is set, bundler won't run (faster). ([aslakhellesoy])
|
|
597
604
|
|
|
598
|
-
## [
|
|
605
|
+
## [0.1.8]
|
|
599
606
|
|
|
600
607
|
* Use // instead of "" for "I should see matching" step. ([aslakhellesoy])
|
|
601
608
|
* Replace rvm gemset character '%' with '@' for rvm 0.1.24 ([#5], Ashley Moran)
|
|
602
609
|
* Support gem bundler, making it easier to specify gems. ([aslakhellesoy])
|
|
603
610
|
|
|
604
|
-
## [
|
|
611
|
+
## [0.1.7]
|
|
605
612
|
|
|
606
613
|
* New @announce-stderr tag ([robertwahler])
|
|
607
614
|
* New "I should see matching" steps using Regexp ([robertwahler])
|
|
608
615
|
|
|
609
|
-
## [
|
|
616
|
+
## [0.1.6]
|
|
610
617
|
|
|
611
618
|
* `When /^I successfully run "(.*)"$/` now prints the combined output if exit
|
|
612
619
|
status is not 0. ([aslakhellesoy])
|
|
613
620
|
* Add bundle to list of common ruby scripts. ([aslakhellesoy])
|
|
614
621
|
|
|
615
|
-
## [
|
|
622
|
+
## [0.1.5]
|
|
616
623
|
|
|
617
624
|
* Added ability to map rvm versions to a specific version with config/aruba-rvm.yml. ([aslakhellesoy])
|
|
618
625
|
* Check for presence of files. ([aslakhellesoy])
|
|
@@ -621,65 +628,66 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
621
628
|
* Added support for rvm, making it possible to choose Ruby interpreter. ([aslakhellesoy])
|
|
622
629
|
* Added @announce-cmd, @announce-stdout and @announce tags, useful for seeing what's executed and outputted. ([aslakhellesoy])
|
|
623
630
|
|
|
624
|
-
## [
|
|
631
|
+
## [0.1.4]
|
|
625
632
|
|
|
626
633
|
* New step definition for appending to a file ([aslakhellesoy])
|
|
627
634
|
|
|
628
|
-
## [
|
|
635
|
+
## [0.1.3]
|
|
629
636
|
|
|
630
637
|
* New step definition for cd (change directory) ([aslakhellesoy])
|
|
631
638
|
|
|
632
|
-
## [
|
|
639
|
+
## [0.1.2]
|
|
633
640
|
|
|
634
641
|
* Separated API from Cucumber step definitions, makes this usable without Cucumber. ([aslakhellesoy])
|
|
635
642
|
|
|
636
|
-
## [
|
|
643
|
+
## [0.1.1]
|
|
637
644
|
|
|
638
645
|
* Better Regexp escaping ([dchelimsky])
|
|
639
646
|
|
|
640
|
-
## [
|
|
647
|
+
## [0.1.0]
|
|
641
648
|
|
|
642
649
|
* First release ([dchelimsky] and [aslakhellesoy])
|
|
643
650
|
|
|
644
651
|
<!-- Contributors -->
|
|
645
652
|
|
|
646
|
-
[AdrieanKhisbe]:
|
|
647
|
-
[LTe]:
|
|
648
|
-
[aeden]:
|
|
649
|
-
[aknuds1]:
|
|
650
|
-
[alindeman]:
|
|
651
|
-
[aslakhellesoy]:
|
|
652
|
-
[davetron5000]:
|
|
653
|
-
[dchelimsky]:
|
|
654
|
-
[doudou]:
|
|
655
|
-
[e2]:
|
|
656
|
-
[greyblake]:
|
|
657
|
-
[hectcastro]:
|
|
658
|
-
[jarib]:
|
|
659
|
-
[jaysonesmith]:
|
|
660
|
-
[
|
|
661
|
-
[lithium3141]:
|
|
662
|
-
[mattwynne]:
|
|
663
|
-
[maxmeyer]:
|
|
664
|
-
[msassak]:
|
|
665
|
-
[mvz]:
|
|
666
|
-
[myronmarston]:
|
|
667
|
-
[njam]:
|
|
668
|
-
[nruth]:
|
|
669
|
-
[olleolleolle]:
|
|
670
|
-
[richardxia]:
|
|
671
|
-
[robertwahler]:
|
|
672
|
-
[roschaefer]:
|
|
673
|
-
[rspeicher]:
|
|
674
|
-
[rubbish]:
|
|
675
|
-
[scottj97]:
|
|
676
|
-
[stamhankar999]:
|
|
677
|
-
[taylor]:
|
|
678
|
-
[tdreyno]:
|
|
653
|
+
[AdrieanKhisbe]: https://github.com/AdrieanKhisbe
|
|
654
|
+
[LTe]: https://github.com/LTe
|
|
655
|
+
[aeden]: https://github.com/aeden
|
|
656
|
+
[aknuds1]: https://github.com/aknuds1
|
|
657
|
+
[alindeman]: https://github.com/alindeman
|
|
658
|
+
[aslakhellesoy]: https://github.com/aslakhellesoy
|
|
659
|
+
[davetron5000]: https://github.com/davetron5000
|
|
660
|
+
[dchelimsky]: https://github.com/dchelimsky
|
|
661
|
+
[doudou]: https://github.com/doudou
|
|
662
|
+
[e2]: https://github.com/e2
|
|
663
|
+
[greyblake]: https://github.com/greyblake
|
|
664
|
+
[hectcastro]: https://github.com/hectcastro
|
|
665
|
+
[jarib]: https://github.com/jarib
|
|
666
|
+
[jaysonesmith]: https://github.com/jaysonesmith
|
|
667
|
+
[JonRowe]: https://github.com/JonRowe
|
|
668
|
+
[lithium3141]: https://github.com/lithium3141
|
|
669
|
+
[mattwynne]: https://github.com/mattwynne
|
|
670
|
+
[maxmeyer]: https://github.com/maxmeyer
|
|
671
|
+
[msassak]: https://github.com/msassak
|
|
672
|
+
[mvz]: https://github.com/mvz
|
|
673
|
+
[myronmarston]: https://github.com/myronmarston
|
|
674
|
+
[njam]: https://github.com/njam
|
|
675
|
+
[nruth]: https://github.com/nruth
|
|
676
|
+
[olleolleolle]: https://github.com/olleolleolle
|
|
677
|
+
[richardxia]: https://github.com/richardxia
|
|
678
|
+
[robertwahler]: https://github.com/robertwahler
|
|
679
|
+
[roschaefer]: https://github.com/roschaefer
|
|
680
|
+
[rspeicher]: https://github.com/rspeicher
|
|
681
|
+
[rubbish]: https://github.com/rubbish
|
|
682
|
+
[scottj97]: https://github.com/scottj97
|
|
683
|
+
[stamhankar999]: https://github.com/stamhankar999
|
|
684
|
+
[taylor]: https://github.com/taylor
|
|
685
|
+
[tdreyno]: https://github.com/tdreyno
|
|
679
686
|
[xtrasimplicity]: https://github.com/xtrasimplicity
|
|
680
687
|
|
|
681
688
|
<!-- issues & pull requests -->
|
|
682
689
|
|
|
690
|
+
[#676]: https://github.com/cucumber/aruba/pull/676
|
|
683
691
|
[#673]: https://github.com/cucumber/aruba/pull/673
|
|
684
692
|
[#668]: https://github.com/cucumber/aruba/pull/668
|
|
685
693
|
[#664]: https://github.com/cucumber/aruba/pull/664
|
|
@@ -706,6 +714,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
706
714
|
[#585]: https://github.com/cucumber/aruba/pull/585
|
|
707
715
|
[#582]: https://github.com/cucumber/aruba/pull/582
|
|
708
716
|
[#572]: https://github.com/cucumber/aruba/pull/572
|
|
717
|
+
[#571]: https://github.com/cucumber/aruba/pull/571
|
|
709
718
|
[#561]: https://github.com/cucumber/aruba/pull/561
|
|
710
719
|
[#557]: https://github.com/cucumber/aruba/pull/557
|
|
711
720
|
[#551]: https://github.com/cucumber/aruba/pull/551
|
|
@@ -880,96 +889,97 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
|
880
889
|
|
|
881
890
|
<!-- Releases -->
|
|
882
891
|
|
|
883
|
-
[
|
|
884
|
-
[
|
|
885
|
-
[
|
|
886
|
-
[
|
|
887
|
-
[
|
|
888
|
-
[
|
|
889
|
-
[
|
|
890
|
-
[
|
|
891
|
-
[
|
|
892
|
-
[
|
|
893
|
-
[
|
|
894
|
-
[
|
|
895
|
-
[
|
|
896
|
-
[
|
|
897
|
-
[
|
|
898
|
-
[
|
|
899
|
-
[
|
|
900
|
-
[
|
|
901
|
-
[
|
|
902
|
-
[
|
|
903
|
-
[
|
|
904
|
-
[
|
|
905
|
-
[
|
|
906
|
-
[
|
|
907
|
-
[
|
|
908
|
-
[
|
|
909
|
-
[
|
|
910
|
-
[
|
|
911
|
-
[
|
|
912
|
-
[
|
|
913
|
-
[
|
|
914
|
-
[
|
|
915
|
-
[
|
|
916
|
-
[
|
|
917
|
-
[
|
|
918
|
-
[
|
|
919
|
-
[
|
|
920
|
-
[
|
|
921
|
-
[
|
|
922
|
-
[
|
|
923
|
-
[
|
|
924
|
-
[
|
|
925
|
-
[
|
|
926
|
-
[
|
|
927
|
-
[
|
|
928
|
-
[
|
|
929
|
-
[
|
|
930
|
-
[
|
|
931
|
-
[
|
|
932
|
-
[
|
|
933
|
-
[
|
|
934
|
-
[
|
|
935
|
-
[
|
|
936
|
-
[
|
|
937
|
-
[
|
|
938
|
-
[
|
|
939
|
-
[
|
|
940
|
-
[
|
|
941
|
-
[
|
|
942
|
-
[
|
|
943
|
-
[
|
|
944
|
-
[
|
|
945
|
-
[
|
|
946
|
-
[
|
|
947
|
-
[
|
|
948
|
-
[
|
|
949
|
-
[
|
|
950
|
-
[
|
|
951
|
-
[
|
|
952
|
-
[
|
|
953
|
-
[
|
|
954
|
-
[
|
|
955
|
-
[
|
|
956
|
-
[
|
|
957
|
-
[
|
|
958
|
-
[
|
|
959
|
-
[
|
|
960
|
-
[
|
|
961
|
-
[
|
|
962
|
-
[
|
|
963
|
-
[
|
|
964
|
-
[
|
|
965
|
-
[
|
|
966
|
-
[
|
|
967
|
-
[
|
|
968
|
-
[
|
|
969
|
-
[
|
|
892
|
+
[0.14.13]: https://github.com/cucumber/aruba/compare/v0.14.12...v0.14.13
|
|
893
|
+
[0.14.12]: https://github.com/cucumber/aruba/compare/v0.14.11...v0.14.12
|
|
894
|
+
[0.14.11]: https://github.com/cucumber/aruba/compare/v0.14.10...v0.14.11
|
|
895
|
+
[0.14.10]: https://github.com/cucumber/aruba/compare/v0.14.9...v0.14.10
|
|
896
|
+
[0.14.9]: https://github.com/cucumber/aruba/compare/v0.14.8...v0.14.9
|
|
897
|
+
[0.14.8]: https://github.com/cucumber/aruba/compare/v0.14.7...v0.14.8
|
|
898
|
+
[0.14.7]: https://github.com/cucumber/aruba/compare/v0.14.6...v0.14.7
|
|
899
|
+
[0.14.6]: https://github.com/cucumber/aruba/compare/v0.14.5...v0.14.6
|
|
900
|
+
[0.14.5]: https://github.com/cucumber/aruba/compare/v0.14.4...v0.14.5
|
|
901
|
+
[0.14.4]: https://github.com/cucumber/aruba/compare/v0.14.3...v0.14.4
|
|
902
|
+
[0.14.3]: https://github.com/cucumber/aruba/compare/v0.14.2...v0.14.3
|
|
903
|
+
[0.14.2]: https://github.com/cucumber/aruba/compare/v0.14.1...v0.14.2
|
|
904
|
+
[0.14.1]: https://github.com/cucumber/aruba/compare/v0.14.0...v0.14.1
|
|
905
|
+
[0.14.0]: https://github.com/cucumber/aruba/compare/v0.13.0...v0.14.0
|
|
906
|
+
[0.13.0]: https://github.com/cucumber/aruba/compare/v0.12.0...v0.13.0
|
|
907
|
+
[0.12.0]: https://github.com/cucumber/aruba/compare/v0.11.2...v0.12.0
|
|
908
|
+
[0.11.2]: https://github.com/cucumber/aruba/compare/v0.11.1...v0.11.2
|
|
909
|
+
[0.11.1]: https://github.com/cucumber/aruba/compare/v0.11.0...v0.11.1
|
|
910
|
+
[0.11.0]: https://github.com/cucumber/aruba/compare/v0.11.0.pre4...v0.11.0
|
|
911
|
+
[0.11.0.pre4]: https://github.com/cucumber/aruba/compare/v0.11.0.pre3...v0.11.0.pre4
|
|
912
|
+
[0.11.0.pre3]: https://github.com/cucumber/aruba/compare/v0.11.0.pre2...v0.11.0.pre3
|
|
913
|
+
[0.11.0.pre2]: https://github.com/cucumber/aruba/compare/v0.11.0.pre...v0.11.0.pre2
|
|
914
|
+
[0.11.0.pre]: https://github.com/cucumber/aruba/compare/v0.10.2...v0.11.0.pre
|
|
915
|
+
[0.10.2]: https://github.com/cucumber/aruba/compare/v0.10.1...v0.10.2
|
|
916
|
+
[0.10.1]: https://github.com/cucumber/aruba/compare/v0.10.0...v0.10.1
|
|
917
|
+
[0.10.0]: https://github.com/cucumber/aruba/compare/v0.10.0.pre2...v0.10.0
|
|
918
|
+
[0.10.0.pre2]: https://github.com/cucumber/aruba/compare/v0.10.0.pre...v0.10.0.pre2
|
|
919
|
+
[0.10.0.pre]: https://github.com/cucumber/aruba/compare/v0.9.0...v0.10.0
|
|
920
|
+
[0.9.0]: https://github.com/cucumber/aruba/compare/v0.9.0.pre2...v0.9.0
|
|
921
|
+
[0.9.0.pre2]: https://github.com/cucumber/aruba/compare/v0.9.0.pre...v0.9.0.pre2
|
|
922
|
+
[0.9.0.pre]: https://github.com/cucumber/aruba/compare/v0.8.1...v0.9.0.pre
|
|
923
|
+
[0.8.1]: https://github.com/cucumber/aruba/compare/v0.8.0...v0.8.1
|
|
924
|
+
[0.8.0]: https://github.com/cucumber/aruba/compare/v0.8.0.pre3...v0.8.0
|
|
925
|
+
[0.8.0.pre3]: https://github.com/cucumber/aruba/compare/v0.8.0.pre2...v0.8.0.pre3
|
|
926
|
+
[0.8.0.pre2]: https://github.com/cucumber/aruba/compare/v0.8.0...v0.8.0.pre2
|
|
927
|
+
[0.8.0.pre]: https://github.com/cucumber/aruba/compare/v0.7.4...v0.8.0.pre
|
|
928
|
+
[0.7.4]: https://github.com/cucumber/aruba/compare/v0.7.2...v0.7.4
|
|
929
|
+
[0.7.3]: https://github.com/cucumber/aruba/compare/v0.7.2...v0.7.3
|
|
930
|
+
[0.7.2]: https://github.com/cucumber/aruba/compare/v0.7.1...v0.7.2
|
|
931
|
+
[0.7.1]: https://github.com/cucumber/aruba/compare/v0.7.0...v0.7.1
|
|
932
|
+
[0.7.0]: https://github.com/cucumber/aruba/compare/v0.6.2...v0.7.0
|
|
933
|
+
[0.6.2]: https://github.com/cucumber/aruba/compare/v0.6.1...v0.6.2
|
|
934
|
+
[0.6.1]: https://github.com/cucumber/aruba/compare/v0.6.0...v0.6.1
|
|
935
|
+
[0.6.0]: https://github.com/cucumber/aruba/compare/v0.5.4...v0.6.0
|
|
936
|
+
[0.5.4]: https://github.com/cucumber/aruba/compare/v0.5.3...v0.5.4
|
|
937
|
+
[0.5.3]: https://github.com/cucumber/aruba/compare/v0.5.2...v0.5.3
|
|
938
|
+
[0.5.2]: https://github.com/cucumber/aruba/compare/v0.5.1...v0.5.2
|
|
939
|
+
[0.5.1]: https://github.com/cucumber/aruba/compare/v0.5.0...v0.5.1
|
|
940
|
+
[0.5.0]: https://github.com/cucumber/aruba/compare/v0.4.10...v0.5.0
|
|
941
|
+
[0.4.11]: https://github.com/cucumber/aruba/compare/v0.4.10...v0.4.11
|
|
942
|
+
[0.4.10]: https://github.com/cucumber/aruba/compare/v0.4.9...v0.4.10
|
|
943
|
+
[0.4.9]: https://github.com/cucumber/aruba/compare/v0.4.8...v0.4.9
|
|
944
|
+
[0.4.8]: https://github.com/cucumber/aruba/compare/v0.4.7...v0.4.8
|
|
945
|
+
[0.4.7]: https://github.com/cucumber/aruba/compare/v0.4.6...v0.4.7
|
|
946
|
+
[0.4.6]: https://github.com/cucumber/aruba/compare/v0.4.5...v0.4.6
|
|
947
|
+
[0.4.5]: https://github.com/cucumber/aruba/compare/v0.4.4...v0.4.5
|
|
948
|
+
[0.4.4]: https://github.com/cucumber/aruba/compare/v0.4.3...v0.4.4
|
|
949
|
+
[0.4.3]: https://github.com/cucumber/aruba/compare/v0.4.2...v0.4.3
|
|
950
|
+
[0.4.2]: https://github.com/cucumber/aruba/compare/v0.4.1...v0.4.2
|
|
951
|
+
[0.4.1]: https://github.com/cucumber/aruba/compare/v0.4.0...v0.4.1
|
|
952
|
+
[0.4.0]: https://github.com/cucumber/aruba/compare/v0.3.7...v0.4.0
|
|
953
|
+
[0.3.7]: https://github.com/cucumber/aruba/compare/v0.3.6...v0.3.7
|
|
954
|
+
[0.3.6]: https://github.com/cucumber/aruba/compare/v0.3.5...v0.3.6
|
|
955
|
+
[0.3.5]: https://github.com/cucumber/aruba/compare/v0.3.4...v0.3.5
|
|
956
|
+
[0.3.4]: https://github.com/cucumber/aruba/compare/v0.3.3...v0.3.4
|
|
957
|
+
[0.3.3]: https://github.com/cucumber/aruba/compare/v0.3.2...v0.3.3
|
|
958
|
+
[0.3.2]: https://github.com/cucumber/aruba/compare/v0.3.1...v0.3.2
|
|
959
|
+
[0.3.1]: https://github.com/cucumber/aruba/compare/v0.3.0...v0.3.1
|
|
960
|
+
[0.3.0]: https://github.com/cucumber/aruba/compare/v0.2.8...v0.3.0
|
|
961
|
+
[0.2.8]: https://github.com/cucumber/aruba/compare/v0.2.7...v0.2.8
|
|
962
|
+
[0.2.7]: https://github.com/cucumber/aruba/compare/v0.2.6...v0.2.7
|
|
963
|
+
[0.2.6]: https://github.com/cucumber/aruba/compare/v0.2.5...v0.2.6
|
|
964
|
+
[0.2.5]: https://github.com/cucumber/aruba/compare/v0.2.4...v0.2.5
|
|
965
|
+
[0.2.4]: https://github.com/cucumber/aruba/compare/v0.2.3...v0.2.4
|
|
966
|
+
[0.2.3]: https://github.com/cucumber/aruba/compare/v0.2.2...v0.2.3
|
|
967
|
+
[0.2.2]: https://github.com/cucumber/aruba/compare/v0.2.1...v0.2.2
|
|
968
|
+
[0.2.1]: https://github.com/cucumber/aruba/compare/v0.2.0...v0.2.1
|
|
969
|
+
[0.2.0]: https://github.com/cucumber/aruba/compare/v0.1.9...v0.2.0
|
|
970
|
+
[0.1.9]: https://github.com/cucumber/aruba/compare/v0.1.8...v0.1.9
|
|
971
|
+
[0.1.8]: https://github.com/cucumber/aruba/compare/v0.1.7...v0.1.8
|
|
972
|
+
[0.1.7]: https://github.com/cucumber/aruba/compare/v0.1.6...v0.1.7
|
|
973
|
+
[0.1.6]: https://github.com/cucumber/aruba/compare/v0.1.5...v0.1.6
|
|
974
|
+
[0.1.5]: https://github.com/cucumber/aruba/compare/v0.1.4...v0.1.5
|
|
975
|
+
[0.1.4]: https://github.com/cucumber/aruba/compare/v0.1.3...v0.1.4
|
|
976
|
+
[0.1.3]: https://github.com/cucumber/aruba/compare/v0.1.2...v0.1.3
|
|
977
|
+
[0.1.2]: https://github.com/cucumber/aruba/compare/v0.1.1...v0.1.2
|
|
978
|
+
[0.1.1]: https://github.com/cucumber/aruba/compare/v0.1.0...v0.1.1
|
|
979
|
+
[0.1.0]: https://github.com/cucumber/aruba/compare/ed6a175d23aaff62dbf355706996f276f304ae8b...v0.1.1
|
|
970
980
|
|
|
971
981
|
<!-- Other links -->
|
|
972
982
|
|
|
973
983
|
[1]: http://semver.org
|
|
974
|
-
[2]: http://keepachangelog.com
|
|
984
|
+
[2]: http://keepachangelog.com
|
|
975
985
|
[3]: https://github.com/cucumber/aruba/blob/master/CONTRIBUTING.md
|
data/Gemfile
CHANGED
|
@@ -70,7 +70,13 @@ group :development, :test do
|
|
|
70
70
|
end
|
|
71
71
|
|
|
72
72
|
# Code Coverage
|
|
73
|
-
|
|
73
|
+
unless RUBY_PLATFORM.include?('java')
|
|
74
|
+
gem 'simplecov', '~> 0.10'
|
|
75
|
+
if RUBY_VERSION < '2.0.0'
|
|
76
|
+
gem 'json', '< 2.3.0'
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
|
|
74
80
|
|
|
75
81
|
# Test api
|
|
76
82
|
gem 'rspec', '~> 3.4'
|
data/Rakefile
CHANGED
|
@@ -30,7 +30,7 @@ namespace :travis do
|
|
|
30
30
|
puts 'Linting .travis.yml ... No output is good!'
|
|
31
31
|
Travis::Yaml.parse! File.read('.travis.yml')
|
|
32
32
|
rescue LoadError
|
|
33
|
-
$stderr.puts '
|
|
33
|
+
$stderr.puts 'Your ruby is not supported for linting the .travis.yml file'
|
|
34
34
|
end
|
|
35
35
|
end
|
|
36
36
|
end
|
data/aruba.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
s.add_runtime_dependency 'ffi', '~> 1.9'
|
|
19
19
|
s.add_runtime_dependency 'rspec-expectations', '>= 2.99'
|
|
20
20
|
s.add_runtime_dependency 'contracts', '~> 0.9'
|
|
21
|
-
s.add_runtime_dependency 'thor', '
|
|
21
|
+
s.add_runtime_dependency 'thor', ['>= 0.19', '< 2.0']
|
|
22
22
|
|
|
23
23
|
s.add_development_dependency 'bundler', ['>= 1.7', '< 3.0']
|
|
24
24
|
|
|
@@ -23,7 +23,7 @@ Feature: Define default process environment
|
|
|
23
23
|
ENV['LONG_LONG_VARIABLE'] = 'y'
|
|
24
24
|
|
|
25
25
|
Aruba.configure do |config|
|
|
26
|
-
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
26
|
+
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
27
27
|
end
|
|
28
28
|
|
|
29
29
|
RSpec.describe 'Environment command', :type => :aruba do
|
|
@@ -44,7 +44,7 @@ Feature: Define default process environment
|
|
|
44
44
|
ENV['LONG_LONG_VARIABLE'] = 'y'
|
|
45
45
|
|
|
46
46
|
Aruba.configure do |config|
|
|
47
|
-
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
47
|
+
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
RSpec.describe 'Environment command', :type => :aruba do
|
|
@@ -67,7 +67,7 @@ Feature: Define default process environment
|
|
|
67
67
|
ENV['LONG_LONG_VARIABLE'] = 'y'
|
|
68
68
|
|
|
69
69
|
Aruba.configure do |config|
|
|
70
|
-
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
70
|
+
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
71
71
|
end
|
|
72
72
|
|
|
73
73
|
RSpec.describe 'Environment command', :type => :aruba do
|
|
@@ -90,7 +90,7 @@ Feature: Define default process environment
|
|
|
90
90
|
ENV['LONG_LONG_VARIABLE'] = 'y'
|
|
91
91
|
|
|
92
92
|
Aruba.configure do |config|
|
|
93
|
-
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
93
|
+
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
94
94
|
end
|
|
95
95
|
|
|
96
96
|
RSpec.describe 'Environment command', :type => :aruba do
|
|
@@ -113,7 +113,7 @@ Feature: Define default process environment
|
|
|
113
113
|
ENV['LONG_LONG_VARIABLE'] = 'y'
|
|
114
114
|
|
|
115
115
|
Aruba.configure do |config|
|
|
116
|
-
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
116
|
+
config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
|
|
117
117
|
end
|
|
118
118
|
|
|
119
119
|
RSpec.describe 'Environment command', :type => :aruba do
|
data/lib/aruba/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aruba
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.14.
|
|
4
|
+
version: 0.14.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aslak Hellesøy
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2019-
|
|
16
|
+
date: 2019-12-22 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: cucumber
|
|
@@ -95,16 +95,22 @@ dependencies:
|
|
|
95
95
|
name: thor
|
|
96
96
|
requirement: !ruby/object:Gem::Requirement
|
|
97
97
|
requirements:
|
|
98
|
-
- - "
|
|
98
|
+
- - ">="
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
100
|
version: '0.19'
|
|
101
|
+
- - "<"
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: '2.0'
|
|
101
104
|
type: :runtime
|
|
102
105
|
prerelease: false
|
|
103
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
104
107
|
requirements:
|
|
105
|
-
- - "
|
|
108
|
+
- - ">="
|
|
106
109
|
- !ruby/object:Gem::Version
|
|
107
110
|
version: '0.19'
|
|
111
|
+
- - "<"
|
|
112
|
+
- !ruby/object:Gem::Version
|
|
113
|
+
version: '2.0'
|
|
108
114
|
- !ruby/object:Gem::Dependency
|
|
109
115
|
name: bundler
|
|
110
116
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -485,5 +491,5 @@ requirements: []
|
|
|
485
491
|
rubygems_version: 3.0.6
|
|
486
492
|
signing_key:
|
|
487
493
|
specification_version: 4
|
|
488
|
-
summary: aruba-0.14.
|
|
494
|
+
summary: aruba-0.14.13
|
|
489
495
|
test_files: []
|