aruba 0.14.8 → 0.14.9
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/.rubocop.yml +0 -1
- data/CHANGELOG.md +923 -0
- data/lib/aruba/api.rb +0 -2
- data/lib/aruba/api/core.rb +1 -1
- data/lib/aruba/api/deprecated.rb +375 -96
- data/lib/aruba/version.rb +1 -1
- data/spec/aruba/api_spec.rb +38 -0
- metadata +5 -6
- data/History.md +0 -568
- data/lib/aruba/api/rvm.rb +0 -37
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db02b356180d59cbb7130462250f2cafebd1c6c8291ddaba3ad35aea0627f42c
|
4
|
+
data.tar.gz: d87419e2e9919ef52a11f3df15c26d69f1dd420ba82836891cb658132febd318
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fdd47811f42d432484946e87196aa413bc245b7b0dbe02598c7739a17b148813f69b3b4257f914ed8043c42f688265115b9e702976ac96e94a2a3fd41a1cbea
|
7
|
+
data.tar.gz: 7ee7be3262b56ebb59c68e0ee67f1804b03e2bd56f09f0e20b1070db2fae199090ffc27a1bd35a4d97c20abdf927df465f37708492a0f4da9584f38b8b66131e
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
ADDED
@@ -0,0 +1,923 @@
|
|
1
|
+
# CHANGELOG
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
This project will adhere to [Semantic Versioning][1] once version 1.0.0 is released.
|
6
|
+
|
7
|
+
This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
8
|
+
|
9
|
+
## [v0.14.9]
|
10
|
+
|
11
|
+
* Formally deprecate `#use_clean_gemset` ([#597])
|
12
|
+
* Improve deprecation messages ([#601])
|
13
|
+
* Do not replace entire environment inside `#cd` block ([#604])
|
14
|
+
|
15
|
+
## [v0.14.8]
|
16
|
+
|
17
|
+
* Deprecate `#run` and `#run_simple` in favor of `#run_command` and
|
18
|
+
`#run_command_and_stop` ([#585])
|
19
|
+
* Update dependencies, most notably loosening the dependency on `childprocess`
|
20
|
+
([#591])
|
21
|
+
* Properly warn about deprecated use of the run methods with one positional
|
22
|
+
option ([#588])
|
23
|
+
|
24
|
+
## [v0.14.7]
|
25
|
+
|
26
|
+
* Fix Cucumber steps to use `have_same_file_content_as` matcher ([#572])
|
27
|
+
* Update dependencies, most notably loosening the dependency on `ffi` ([#581])
|
28
|
+
|
29
|
+
## [v0.14.6]
|
30
|
+
|
31
|
+
* Document and fix `@disable-bundler` hook ([#561])
|
32
|
+
* Deprecate `have_same_file_content_like` and `a_file_with_same_content_like`
|
33
|
+
in favor of `have_same_file_content_as` and `a_file_with_same_content_as` ([#557])
|
34
|
+
|
35
|
+
## [v0.14.5]
|
36
|
+
|
37
|
+
* Loosen dependency on child_process ([#551])
|
38
|
+
|
39
|
+
## [v0.14.4]
|
40
|
+
|
41
|
+
* Fix command spawning when run in directories with spaces ([#490])
|
42
|
+
* Ensure setup is still done when using `@no-clobber` ([#529])
|
43
|
+
* Make `#expand_path` handle absolute paths correctly ([#486])
|
44
|
+
|
45
|
+
## [v0.14.3]
|
46
|
+
|
47
|
+
* Fix path bug ([#422])
|
48
|
+
* Ensure non-deprecated methods do not use deprecated methods ([#489])
|
49
|
+
* Update dependency on childprocess ([#516])
|
50
|
+
* Fix encoding output on JRuby ([#516])
|
51
|
+
|
52
|
+
## [v0.14.2]
|
53
|
+
|
54
|
+
* Handle empty JRUBY_OPTS on JRuby
|
55
|
+
|
56
|
+
## [v0.14.1]
|
57
|
+
|
58
|
+
* Fixed bug in framework step
|
59
|
+
|
60
|
+
## [v0.14.0]
|
61
|
+
|
62
|
+
* Add `<project_root>/exe` to search path for commands: This is the new default
|
63
|
+
if you setup a project with bundler.
|
64
|
+
* Add some more steps to modify environment
|
65
|
+
|
66
|
+
## [v0.13.0]
|
67
|
+
|
68
|
+
* Add two new hooks for rspec and cucumber to make troubleshooting feature
|
69
|
+
files easier ([#338]):
|
70
|
+
* command_content: Outputs command content - helpful for scripts
|
71
|
+
* command_filesystem_status: Outputs information like group, owner, mode,
|
72
|
+
atime, mtime
|
73
|
+
* Add generator to create ad hoc script file ([#323], [AdrieanKhisbe])
|
74
|
+
* Colored announcer output similar to the color of `cucumber` tags: cyan
|
75
|
+
* Fixed bug in announcer. It announces infomation several times due to
|
76
|
+
duplicate announce-calls.
|
77
|
+
* Refactorings to internal `#simple_table`-method (internal)
|
78
|
+
* Refactored Announcer, now it supports blocks for announce as well (internal)
|
79
|
+
* Fix circular require warnings ([#339])
|
80
|
+
* Fix use of old instances variable "@io_wait" ([#341]). Now the
|
81
|
+
default value for io_wait_timeout can be set correctly.
|
82
|
+
* Make it possible to announce information on command error, using a new option
|
83
|
+
called `activate_announcer_on_command_failure` ([#335], [njam])
|
84
|
+
* Re-integrate `event-bus`-library into `aruba`-core ([#342])
|
85
|
+
|
86
|
+
## [v0.12.0]
|
87
|
+
|
88
|
+
* Add matcher to check if a command can be found in PATH ([#336])
|
89
|
+
* Fixed issue with environment variables set by external libraries ([#321], [#320])
|
90
|
+
|
91
|
+
## [v0.11.2]
|
92
|
+
|
93
|
+
* Fixed problem with positional arguments in `#run_simple()` ([#322])
|
94
|
+
|
95
|
+
## [v0.11.1]
|
96
|
+
|
97
|
+
* Use fixed version of event-bus
|
98
|
+
* Refactored and improved documentation (feature tests) in [#309]
|
99
|
+
|
100
|
+
## [v0.11.0]
|
101
|
+
|
102
|
+
* Accidently pushed to rubygems.org - yanked it afterwards
|
103
|
+
|
104
|
+
## [v0.11.0.pre4]
|
105
|
+
|
106
|
+
* Fixed syntax for Hash on ruby 1.8.7
|
107
|
+
* Reorder rubies in .travis.yml
|
108
|
+
|
109
|
+
## [v0.11.0.pre3]
|
110
|
+
|
111
|
+
* Fixed syntax for proc on ruby 1.8.7
|
112
|
+
|
113
|
+
## [v0.11.0.pre2]
|
114
|
+
|
115
|
+
* Integrate `EventBus` to decouple announcers from starting, stopping commands
|
116
|
+
etc. This uses nearly the same implementation like `cucumber`. ([#309])
|
117
|
+
* Starting/Stopping a command directly (`command.start`, `command.stop`) is now
|
118
|
+
reported to the command monitor and `last_command_stopped` is updated
|
119
|
+
correctly
|
120
|
+
* Added `#restart` to `Command` to make it possible to restart a command
|
121
|
+
* Added check to prevent a command which has already been started, to be
|
122
|
+
started again. Otherwise you've got hidden commands which are not stopped
|
123
|
+
after a cucumber/rspec/minitest run.
|
124
|
+
* Adding alot of documentation to `aruba`
|
125
|
+
* Refactored `#run`: Now it wants you to pass a `Hash` containing the options.
|
126
|
+
The old syntax is still supported, but is deprecated.
|
127
|
+
* Added `#find_command` as experimental feature. It searches the started
|
128
|
+
commands from last to first.
|
129
|
+
* Added `be_an_executable` matcher
|
130
|
+
|
131
|
+
|
132
|
+
## [v0.11.0.pre]
|
133
|
+
|
134
|
+
* Set stop signal which should be used to stop a process after a timeout or
|
135
|
+
used to terminate a process. This can be used to stop processes running
|
136
|
+
docker + "systemd". If you send a systemd-enable container SIGINT it will be
|
137
|
+
stopped.
|
138
|
+
* Added a configurable amount of time after a command was started -
|
139
|
+
startup_wait_time. Otherwise you get problems when a process takes to long to
|
140
|
+
startup when you run in background and want to sent it a signal.
|
141
|
+
* Replace `<variable>` in commandline, e.g. `<pid-last-command-started>`
|
142
|
+
[experimental]
|
143
|
+
* Added announce formatter for time spans, e.g. `startup_wait_time`
|
144
|
+
* All process classes, e.g. `BasicProcess`, `SpawnProcess`, etc., are marked as
|
145
|
+
private. Users should use `#run('cmd')` and not use the classes directly.
|
146
|
+
* `rvm`-methods are deprecated. They are too ruby specific.
|
147
|
+
|
148
|
+
|
149
|
+
## [v0.10.2]
|
150
|
+
|
151
|
+
* Fixed problem in regex after merge of step definitions
|
152
|
+
|
153
|
+
|
154
|
+
## [v0.10.1]
|
155
|
+
|
156
|
+
* Merged remove steps for file and directory from 4 into 2 step definitions
|
157
|
+
|
158
|
+
|
159
|
+
## [v0.10.0]
|
160
|
+
|
161
|
+
* Fix '"#exit_timeout" is deprecated' error ([#314])
|
162
|
+
|
163
|
+
## [v0.10.0.pre2]
|
164
|
+
|
165
|
+
* Take over code from `RSpec::Support::ObjectFormatter` since `rspec-support`
|
166
|
+
is not intended for public use.
|
167
|
+
|
168
|
+
## [v0.10.0.pre]
|
169
|
+
|
170
|
+
* Add some new steps to make writing documentation easier using "cucumber",
|
171
|
+
"rspec", "minitest" together with "aruba" - see [Feature](features/getting_started/supported_testing_frameworks.feature)
|
172
|
+
for some examples
|
173
|
+
* Write output of commands directly to disk if SpawnProcess is used (see https://github.com/cucumber/aruba/commit/85d74fcca4fff4e753776925d8b003cddaa8041d)
|
174
|
+
* Refactored API of cucumber steps to reduce the need for more methods and make
|
175
|
+
it easier for users to write their own steps ([#306])
|
176
|
+
* Added `aruba init` to the cli command to setup environment for aruba (issue
|
177
|
+
[#308])
|
178
|
+
* Added new method `delete_environment_variable` to remove environment variable
|
179
|
+
* Added work around because of method name conflict between Capybara and RSpec
|
180
|
+
(https://github.com/cucumber/aruba/commit/1939c4049d5195ffdd967485f50119bdd86e98a0)
|
181
|
+
|
182
|
+
|
183
|
+
## [v0.9.0]
|
184
|
+
|
185
|
+
* Fix feature test
|
186
|
+
* Fix ordering in console
|
187
|
+
* Fix bug in console handling SIGINT
|
188
|
+
* Deprecated Aruba/Reporting before we remove it
|
189
|
+
|
190
|
+
## [v0.9.0.pre2]
|
191
|
+
|
192
|
+
* Redefine #to_s and #inspect for BasicProcess to reduce the sheer amount of
|
193
|
+
information, if a command produces a lot of output
|
194
|
+
* Added new matcher `#all_objects` to check if an object is included + an error
|
195
|
+
message for failures which is similar to the `#all`-matcher of `RSpec`
|
196
|
+
* Add `have_output`-, `have_output_on_stderr`, `have_output_on_stdout`-matchers
|
197
|
+
* Replace all `assert_*` and `check_*`-methods through expectations
|
198
|
+
* Add hook `@announce-output` to output both, stderr and stdout
|
199
|
+
* Add a lot of documentation ([#260])
|
200
|
+
* Replace `#last_command` through `#last_command_started` and
|
201
|
+
`#last_command_stopped` to make it more explicit
|
202
|
+
* Improve syntax highlighting in cucumber feature tests by adding programming
|
203
|
+
language to `"""`-blocks
|
204
|
+
* Rename tags `@ignore-*` to `@unsupported-on-*`
|
205
|
+
* Introduce our own `BaseMatcher`-class to remove the dependency to `RSpec`'s
|
206
|
+
private matcher APIs
|
207
|
+
* Now we make the process started via `SpawnProcess` the leader of the group to
|
208
|
+
kill all sub-processes more reliably
|
209
|
+
|
210
|
+
|
211
|
+
## [v0.9.0.pre]
|
212
|
+
|
213
|
+
* Improve documentation for filesystem api and move it to feature tests
|
214
|
+
* Add logger to aruba. Its output can be captured by rspec.
|
215
|
+
* Fix incorrect deprecation message for check_file_presence ([#292])
|
216
|
+
* Fix for Gemfile excludes windows for many gems ([#282])
|
217
|
+
* Make feature tests compatible with ruby 1.9.2
|
218
|
+
* Gather disk usage for file(s) ([#294])
|
219
|
+
* Replace keep_ansi-config option by remove_ansi_escape_sequences-option
|
220
|
+
* Split up `#unescape` into `#extract_text` and `#unescape_text`
|
221
|
+
* Use `UnixPlatform` and `WindowsPlatform` to make code for different platforms
|
222
|
+
maintainable
|
223
|
+
* Work around `ENV`-bug in `Jruby` buy using `#dup` on `ENV.to_h` ([jruby/jruby#316])
|
224
|
+
* Speed up test on `JRuby` by using `--dev`-flag
|
225
|
+
* Work around problems when copying files with `cp` on MRI-ruby 1.9.2
|
226
|
+
* Add cmd.exe /c for SpawnProcess on Windows ([#302])
|
227
|
+
* Split up `#which` for Windows and Unix/Linux ([#304])
|
228
|
+
* Add `aruba console`-command to play around with aruba ([#305])
|
229
|
+
|
230
|
+
|
231
|
+
## [v0.8.1]
|
232
|
+
|
233
|
+
* Fix problem if working directory of aruba does not exist ([#286])
|
234
|
+
* Re-Add removed method only_processes
|
235
|
+
* Fixed problem with last exit status
|
236
|
+
* Added appveyor to run tests of aruba on Windows ([#287])
|
237
|
+
* Make the home directory configurable and use Around/around-hook to apply it
|
238
|
+
* Add announcer to output the full environment before a command is run
|
239
|
+
* Use prepend_environment_variable to modify PATH for rspec integration
|
240
|
+
* Add VERSION-constant to aruba and use it for code which should be activated on >= 1.0.0
|
241
|
+
|
242
|
+
## [v0.8.0]
|
243
|
+
|
244
|
+
* Build with cucumber 1.3.x on ruby 1.8.7, with cucumber 2.x on all other platforms
|
245
|
+
* Fixed bugs in aruba's cucumber steps
|
246
|
+
* Disable use of `win32/file`
|
247
|
+
* Fixed bug in `in_current_dir*` not returning the result of the block
|
248
|
+
* Fixed checks for file content
|
249
|
+
* Fixed selectors for DebugProcess and InProcess to support sub-classes as well
|
250
|
+
|
251
|
+
|
252
|
+
## [v0.8.0.pre3]
|
253
|
+
|
254
|
+
* Depend on cucumber 1.3.x for compatibility on ruby 1.8.7
|
255
|
+
* Change PWD and OLDPW when `cd('path') {}` is used within that block
|
256
|
+
* Make nesting of `cd` possible
|
257
|
+
* Make `run` inside `cd` possible
|
258
|
+
* Fixed some bugs
|
259
|
+
* Move `Aruba.proces = InProcess|SpawnProcess|DebugProcess` to `aruba.config`
|
260
|
+
* Deprecate direct use of `InProcess|SpawnProcess|DebugProcess`. Now `Command`
|
261
|
+
needs to be used
|
262
|
+
* Add new configuration options `command_launcher` and `main_klass` for
|
263
|
+
deprecation of old-style `Aruba.process = <class>`, `:spawn` is the default
|
264
|
+
value for the `command_launcher`-option
|
265
|
+
* Added checks for version of `rspec-expectations` to support older `rspec`
|
266
|
+
versions like `2.11`
|
267
|
+
* Now each `path/to/dir` pushed to `aruba.current_directory` is `pop`ed as whole
|
268
|
+
* Make testing of `aruba.current_directory` easier by supporting `end_with?` and `start_with?`
|
269
|
+
|
270
|
+
## [v0.8.0.pre2]
|
271
|
+
|
272
|
+
* Relax requirement on rspec-expectations (3.3 -> 2.11)
|
273
|
+
|
274
|
+
## [v0.8.0.pre]
|
275
|
+
|
276
|
+
* Make aruba compatible with "ruby 1.8.7" and "ruby 1.9.3" again ([#279])
|
277
|
+
* Move more and more documentation to cucumber steps ([#268])
|
278
|
+
* Refactoring of test suits, now rspec tests run randomly
|
279
|
+
* Move Aruba constants to configuration class ([#271])
|
280
|
+
* Added runtime configuration via `aruba.config` which is reset for each test run
|
281
|
+
* Refactored hooks: now there are `after()` and `before()`-hooks, old
|
282
|
+
before_cmd-hook is still working, but is deprecated, added new
|
283
|
+
`after(:command)`-hook.
|
284
|
+
* Refactored jruby-startup helper
|
285
|
+
* Cleanup API by moving deprecated methods to separate class
|
286
|
+
* Cleanup Core API - reduced to `cd`, `expand_path`, `setup_aruba` and use expand_path wherever possible ([#253])
|
287
|
+
* Better isolation for environment variable manipulation - really helpful from 1.0.0 on
|
288
|
+
* Move configuration files like `jruby.rb` to `aruba/config/`-directory
|
289
|
+
* Change default exit timeout to 15 seconds to work around long running processes on travis
|
290
|
+
* Use of instance variables like @aruba_timeout_seconds or
|
291
|
+
@aruba_io_wait_seconds are deprecated. Use `Aruba.configure do |config|
|
292
|
+
config.exit_timeout = 10` etc. for this.
|
293
|
+
|
294
|
+
## [v0.7.4]
|
295
|
+
* Really Fixed post install message
|
296
|
+
|
297
|
+
## [v0.7.3]
|
298
|
+
* Fixed post install message
|
299
|
+
|
300
|
+
## [v0.7.2]
|
301
|
+
|
302
|
+
* Do not trigger Announcer API deprecation warning ([#277])
|
303
|
+
|
304
|
+
## [v0.7.1]
|
305
|
+
|
306
|
+
* Do not break if @interactive is used
|
307
|
+
|
308
|
+
## [v0.7.0]
|
309
|
+
|
310
|
+
* Introducing root_directory ([#232])
|
311
|
+
* Introducing fixtures directory ([#224])
|
312
|
+
* Make sure a file/directory does not exist + Cleanup named file/directory steps ([#234])
|
313
|
+
* Make matcher have_permisions public and add documentation ([#239])
|
314
|
+
* Added matcher for file content ([#238])
|
315
|
+
* Add rspec integrator ([#244])
|
316
|
+
* Deprecate `_file` and `_directory` in method names ([#243])
|
317
|
+
* Improve development environment ([#240])
|
318
|
+
* Cleanup process management ([#257])
|
319
|
+
* Make path content available through matchers and api metchods ([#250])
|
320
|
+
* Refactor announcer to support user defined announce channels (fixes [#267])
|
321
|
+
* `InProcess` requires that the working directory is determined on runtime not no loadtime
|
322
|
+
|
323
|
+
## [v0.6.2]
|
324
|
+
|
325
|
+
* Fixed minor [#223])
|
326
|
+
* Added support for ruby 2.1.3 -- 2.1.5
|
327
|
+
* Added support for comparison to a fixture file
|
328
|
+
|
329
|
+
## [v0.6.1]
|
330
|
+
|
331
|
+
* Added support for ruby 2.1.2
|
332
|
+
* Added support for ~ expansion
|
333
|
+
* Added support for with_env
|
334
|
+
|
335
|
+
## [v0.6.0]
|
336
|
+
|
337
|
+
* Dropped support for ruby 1.8
|
338
|
+
* Added support for ruby 2.1.0 and 2.1.1
|
339
|
+
* Added rspec 3.0.0 support
|
340
|
+
|
341
|
+
## [v0.5.4]
|
342
|
+
|
343
|
+
* Added support for piping in files ([#154], [maxmeyer], dg-vrnetze)
|
344
|
+
* Added cucumber steps for environment variables ([#156], dg-vrnetze)
|
345
|
+
* Added support for file mode ([#157], [maxmeyer], dg-vrnetze)
|
346
|
+
|
347
|
+
## [v0.5.3]
|
348
|
+
|
349
|
+
* Fix for UTF-8 support ([#151], [mattwynne], [jarl-dk])
|
350
|
+
* Fix for open file leakage ([#150], [jonrowe])
|
351
|
+
|
352
|
+
## [v0.5.2]
|
353
|
+
|
354
|
+
* Plugin API for greater speed. Test Ruby CLI programs in a single Ruby process ([#148], [aslakhellesoy])
|
355
|
+
* Fix memory leak when several commands are executed in a single run ([#144], [y-higuchi])
|
356
|
+
|
357
|
+
## [v0.5.1]
|
358
|
+
|
359
|
+
* Individual timeout settings when running commands ([#124], [jarl-dk])
|
360
|
+
* Varous fixes for JRuby tests, should now work on more versions of JRuby
|
361
|
+
|
362
|
+
## [v0.5.0]
|
363
|
+
|
364
|
+
* Add #with_file_content to the DSL ([#110], [argent-smith])
|
365
|
+
* Make JRuby performance tweaks optional ([#102], [taylor], [#125], [alindeman])
|
366
|
+
* Add assert_partial_output_interactive so you can peek at the output from a running process ([#104], [taylor])
|
367
|
+
* Add assert_not_matching_output ([#111], [argent-smith])
|
368
|
+
* Add remove_dir ([#121], [LTe])
|
369
|
+
|
370
|
+
## [v0.4.11]
|
371
|
+
|
372
|
+
* Fix duplicated output ([#91], [robertwahler], [mattwynne])
|
373
|
+
* Fix Gemspec format ([#101], [mattwynne])
|
374
|
+
|
375
|
+
## [v0.4.10]
|
376
|
+
|
377
|
+
* Fix broken JRuby file following rename of hook ([tdreyno])
|
378
|
+
* Add terminate method to API ([taylor])
|
379
|
+
|
380
|
+
## [v0.4.9]
|
381
|
+
|
382
|
+
* Rename before_run hook to before_cmd ([mattwynne])
|
383
|
+
* Fix 1.8.7 compatibility ([#95], [davetron5000])
|
384
|
+
|
385
|
+
## [v0.4.8]
|
386
|
+
|
387
|
+
* Add before_run hook ([mattwynne])
|
388
|
+
* Add JRuby performance tweaks ([#93], [myronmarston], [mattwynne])
|
389
|
+
* Invalid/Corrupt spec file for 0.4.7 - undefined method call for nil:Nilclass ([#47], [aslakhellesoy])
|
390
|
+
|
391
|
+
## [v0.4.7]
|
392
|
+
|
393
|
+
* Remove rdiscount dependency. ([#85], [aslakhellesoy])
|
394
|
+
* Pin to ffi 1.0.9 since 1.0.10 is broken. ([aslakhellesoy])
|
395
|
+
* Added file size specific steps to the Aruba API. ([#89], [hectcastro])
|
396
|
+
|
397
|
+
## [v0.4.6]
|
398
|
+
|
399
|
+
* Upgraded deps to latest gems. ([aslakhellesoy])
|
400
|
+
* Added Regexp support to Aruba::Api#assert_no_partial_output ([aslakhellesoy])
|
401
|
+
|
402
|
+
## [v0.4.5]
|
403
|
+
|
404
|
+
* Better assertion failure message when an exit code is not as expected.
|
405
|
+
([mattwynne])
|
406
|
+
|
407
|
+
## [v0.4.4]
|
408
|
+
|
409
|
+
* Fix various bugs with interative processes. ([mattwynne])
|
410
|
+
|
411
|
+
## [v0.4.3]
|
412
|
+
|
413
|
+
* Aruba reporting now creates an index file for reports, linking them all
|
414
|
+
together. ([aslakhellesoy])
|
415
|
+
|
416
|
+
## [v0.4.2]
|
417
|
+
|
418
|
+
* Appending to a file creates the parent directory if it doesn't exist.
|
419
|
+
([aslakhellesoy])
|
420
|
+
|
421
|
+
## [v0.4.1]
|
422
|
+
|
423
|
+
* Move more logic into Aruba::Api ([aslakhellesoy])
|
424
|
+
|
425
|
+
## [v0.4.0]
|
426
|
+
|
427
|
+
* New, awesome HTML reporting feature that captures everything that happens
|
428
|
+
during a scenario. ([aslakhellesoy])
|
429
|
+
* ANSI escapes from output are stripped by default. Override this with the @ansi
|
430
|
+
tag. ([aslakhellesoy])
|
431
|
+
|
432
|
+
## [v0.3.7]
|
433
|
+
|
434
|
+
* Make Aruba::Api#get_process return the last executed process with passed cmd
|
435
|
+
([greyblake])
|
436
|
+
* Replace announce with puts to comply with cucumber 0.10.6 ([aslakhellesoy])
|
437
|
+
* Fix childprocess STDIN to be synchronous ([#40], [#71], [lithium3141])
|
438
|
+
|
439
|
+
## [v0.3.6]
|
440
|
+
|
441
|
+
* Changed default value of @aruba_timeout_seconds from 1 to 3. ([aslakhellesoy])
|
442
|
+
* Separate hooks and steps to make it easier to build your own steps on top of
|
443
|
+
Aruba's API ([msassak])
|
444
|
+
* @no-clobber to prevent cleanup before each scenario ([msassak])
|
445
|
+
|
446
|
+
## [v0.3.5]
|
447
|
+
|
448
|
+
* Store processes in an array to ensure order of operations on Ruby 1.8.x
|
449
|
+
([#48] [msassak])
|
450
|
+
|
451
|
+
## [v0.3.4]
|
452
|
+
|
453
|
+
* Use backticks (\`) instead of quotes (") to specify command line. Quote still
|
454
|
+
works, but is deprecated. ([aeden], [aslakhellesoy])
|
455
|
+
|
456
|
+
## [v0.3.3]
|
457
|
+
|
458
|
+
* Updated RSpec development requirement to 2.5 ([rspeicher], [msassak],
|
459
|
+
[aslakhellesoy])
|
460
|
+
* Updated RubyGems dependency to 1.6.1 ([rspeicher])
|
461
|
+
|
462
|
+
## [v0.3.2]
|
463
|
+
|
464
|
+
* Wrong number of args in the When I overwrite step ([aslakhellesoy])
|
465
|
+
|
466
|
+
## [v0.3.1]
|
467
|
+
|
468
|
+
* Broken 0.3.0 release ([#43], [#44], [msassak])
|
469
|
+
* Quotes (") and newline (\n) in step arguments are no longer unescaped. ([aslakhellesoy])
|
470
|
+
|
471
|
+
## [v0.3.0]
|
472
|
+
|
473
|
+
* Remove latency introduced in the 0.2.8 release ([#42], [msassak])
|
474
|
+
* New stepdef Then /^the stdout should contain:$/ do |partial_output| ([aslakhellesoy])
|
475
|
+
* Quotes (") and newline (\n) in step arguments no longer need to be backslash-escaped. ([aslakhellesoy])
|
476
|
+
|
477
|
+
## [v0.2.8]
|
478
|
+
|
479
|
+
* Replaced background_process with childprocess, a cross-platform process control
|
480
|
+
library. This will allow Aruba to run on Windows and JRuby in addition to \*nix
|
481
|
+
MRI. ([#16], [#27], [#31], [msassak], [jarib], [mattwynne], [aknuds1])
|
482
|
+
|
483
|
+
## [v0.2.7]
|
484
|
+
|
485
|
+
* Upgrade to Cucumber 0.10.0. ([aslakhellesoy])
|
486
|
+
* require 'aruba' does nothing - you have to require 'aruba/cucumber' now. This
|
487
|
+
is to prevent bundler from loading it when we don't want to. ([aslakhellesoy])
|
488
|
+
* Outputting a lot of data causes process to time out ([#30], [msassak])
|
489
|
+
|
490
|
+
## [v0.2.6]
|
491
|
+
|
492
|
+
* You can set `@aruba_timeout_seconds` in a Before hook to tell Aruba to wait
|
493
|
+
for a process to complete. Default: 1 second. ([aslakhellesoy])
|
494
|
+
* Fixed small bug in `/^the stdout should contain exactly:$/` ([aslakhellesoy])
|
495
|
+
|
496
|
+
## [v0.2.5]
|
497
|
+
|
498
|
+
* Added 'a file named "whatever" should (not) exist' ([rspeicher])
|
499
|
+
* Added 'a directory named "whatever" should (not) exist' ([rspeicher])
|
500
|
+
* Added /^the stderr should contain exactly:"$/ ([aslakhellesoy])
|
501
|
+
* Added /^the stdout should contain exactly:"$/ ([aslakhellesoy])
|
502
|
+
* Added /it should pass with exactly:/ ([aslakhellesoy])
|
503
|
+
* @announce, @announce-dir and @announce-cmd for interactive processes ([msassak])
|
504
|
+
* Add step defs for detecting output, stdout and stderr by process name ([msassak])
|
505
|
+
* Stop all processes before verifying filesystem changes to ensure async operations
|
506
|
+
are complete ([#17], [msassak])
|
507
|
+
* Outputting large amounts of data causes run steps to hang ([#18], [msassak])
|
508
|
+
|
509
|
+
## [v0.2.4]
|
510
|
+
|
511
|
+
* Added step definitions for removing files and checking presence of a single
|
512
|
+
file. ([aslakhellesoy])
|
513
|
+
|
514
|
+
## [v0.2.3]
|
515
|
+
|
516
|
+
* Directory should not exist gives false-positive ([#13], [#15], [nruth])
|
517
|
+
* Added step definitions for comparing file contents with regexps ([#9],
|
518
|
+
[aslakhellesoy])
|
519
|
+
* Always put ./bin at the beginning of $PATH to make it easier to run own
|
520
|
+
executables ([#7], [aslakhellesoy])
|
521
|
+
* Communication with interactive processes ([#4], [msassak])
|
522
|
+
* Remove hyphens separating stdout and stderr ([aknuds1])
|
523
|
+
|
524
|
+
## [v0.2.2]
|
525
|
+
|
526
|
+
* Added a @bin tag that sets up './bin' first on the path ([aslakhellesoy])
|
527
|
+
* Richer API making aruba easier to use from Ruby code. (Mark Nijhof, [aslakhellesoy])
|
528
|
+
* No more support for RVM. Use rvm 1.9.2,1.8.7 exec cucumber .... instead. (Mark Nijhof, [aslakhellesoy])
|
529
|
+
|
530
|
+
## [v0.2.1]
|
531
|
+
|
532
|
+
* Always compare with RSpec should =~ instead of should match. This gives a diff when there is no match. ([aslakhellesoy])
|
533
|
+
|
534
|
+
## [v0.2.0]
|
535
|
+
|
536
|
+
* Added aruba.gemspec. ([dchelimsky])
|
537
|
+
* Several step definitions regarding output have changed. ([#1], [aslakhellesoy])
|
538
|
+
|
539
|
+
- /^I should see "([^\"]*)"$/
|
540
|
+
+ /^the output should contain "([^"]*)"$/
|
541
|
+
|
542
|
+
- /^I should not see "([^\"]*)"$/
|
543
|
+
+ /^the output should not contain "([^"]*)"$/
|
544
|
+
|
545
|
+
- /^I should see:$/
|
546
|
+
+ /^the output should contain:$/
|
547
|
+
|
548
|
+
- /^I should not see:$/
|
549
|
+
+ /^the output should not contain:$/
|
550
|
+
|
551
|
+
- /^I should see exactly "([^\"]*)"$/
|
552
|
+
+ /^the output should contain exactly "([^"]*)"$/
|
553
|
+
|
554
|
+
- /^I should see exactly:$/
|
555
|
+
+ /^the output should contain exactly:$/
|
556
|
+
|
557
|
+
- /^I should see matching \/([^\/]*)\/$/
|
558
|
+
+ /^the output should match \/([^\/]*)\/$/
|
559
|
+
|
560
|
+
- /^I should see matching:$/
|
561
|
+
+ /^the output should match:$/
|
562
|
+
|
563
|
+
## [v0.1.9]
|
564
|
+
|
565
|
+
* If the GOTGEMS environment variable is set, bundler won't run (faster). ([aslakhellesoy])
|
566
|
+
|
567
|
+
## [v0.1.8]
|
568
|
+
|
569
|
+
* Use // instead of "" for "I should see matching" step. ([aslakhellesoy])
|
570
|
+
* Replace rvm gemset character '%' with '@' for rvm 0.1.24 ([#5], Ashley Moran)
|
571
|
+
* Support gem bundler, making it easier to specify gems. ([aslakhellesoy])
|
572
|
+
|
573
|
+
## [v0.1.7]
|
574
|
+
|
575
|
+
* New @announce-stderr tag ([robertwahler])
|
576
|
+
* New "I should see matching" steps using Regexp ([robertwahler])
|
577
|
+
|
578
|
+
## [v0.1.6]
|
579
|
+
|
580
|
+
* `When /^I successfully run "(.*)"$/` now prints the combined output if exit
|
581
|
+
status is not 0. ([aslakhellesoy])
|
582
|
+
* Add bundle to list of common ruby scripts. ([aslakhellesoy])
|
583
|
+
|
584
|
+
## [v0.1.5]
|
585
|
+
|
586
|
+
* Added ability to map rvm versions to a specific version with config/aruba-rvm.yml. ([aslakhellesoy])
|
587
|
+
* Check for presence of files. ([aslakhellesoy])
|
588
|
+
* Allow specification of rvm gemsets. ([aslakhellesoy])
|
589
|
+
* Detect ruby commands and use current ruby when rvm is not explicitly used. ([aslakhellesoy])
|
590
|
+
* Added support for rvm, making it possible to choose Ruby interpreter. ([aslakhellesoy])
|
591
|
+
* Added @announce-cmd, @announce-stdout and @announce tags, useful for seeing what's executed and outputted. ([aslakhellesoy])
|
592
|
+
|
593
|
+
## [v0.1.4]
|
594
|
+
|
595
|
+
* New step definition for appending to a file ([aslakhellesoy])
|
596
|
+
|
597
|
+
## [v0.1.3]
|
598
|
+
|
599
|
+
* New step definition for cd (change directory) ([aslakhellesoy])
|
600
|
+
|
601
|
+
## [v0.1.2]
|
602
|
+
|
603
|
+
* Separated API from Cucumber step definitions, makes this usable without Cucumber. ([aslakhellesoy])
|
604
|
+
|
605
|
+
## [v0.1.1]
|
606
|
+
|
607
|
+
* Better Regexp escaping ([dchelimsky])
|
608
|
+
|
609
|
+
## [v0.1.0]
|
610
|
+
|
611
|
+
* First release ([dchelimsky] and [aslakhellesoy])
|
612
|
+
|
613
|
+
<!-- Contributors -->
|
614
|
+
|
615
|
+
[AdrieanKhisbe]: https://github.com/AdrieanKhisbe
|
616
|
+
[LTe]: https://github.com/LTe
|
617
|
+
[aeden]: https://github.com/aeden
|
618
|
+
[aknuds1]: https://github.com/aknuds1
|
619
|
+
[alindeman]: https://github.com/alindeman
|
620
|
+
[aslakhellesoy]: https://github.com/aslakhellesoy
|
621
|
+
[davetron5000]: https://github.com/davetron5000
|
622
|
+
[dchelimsky]: https://github.com/dchelimsky
|
623
|
+
[doudou]: https://github.com/doudou
|
624
|
+
[e2]: https://github.com/e2
|
625
|
+
[greyblake]: https://github.com/greyblake
|
626
|
+
[hectcastro]: https://github.com/hectcastro
|
627
|
+
[jarib]: https://github.com/jarib
|
628
|
+
[jaysonesmith]: https://github.com/jaysonesmith
|
629
|
+
[jonrowe]: https://github.com/JonRowe
|
630
|
+
[lithium3141]: https://github.com/lithium3141
|
631
|
+
[mattwynne]: https://github.com/mattwynne
|
632
|
+
[maxmeyer]: https://github.com/maxmeyer
|
633
|
+
[msassak]: https://github.com/msassak
|
634
|
+
[mvz]: https://github.com/mvz
|
635
|
+
[myronmarston]: https://github.com/myronmarston
|
636
|
+
[njam]: https://github.com/njam
|
637
|
+
[nruth]: https://github.com/nruth
|
638
|
+
[olleolleolle]: https://github.com/olleolleolle
|
639
|
+
[richardxia]: https://github.com/richardxia
|
640
|
+
[robertwahler]: https://github.com/robertwahler
|
641
|
+
[roschaefer]: https://github.com/roschaefer
|
642
|
+
[rspeicher]: https://github.com/rspeicher
|
643
|
+
[rubbish]: https://github.com/rubbish
|
644
|
+
[scottj97]: https://github.com/scottj97
|
645
|
+
[stamhankar999]: https://github.com/stamhankar999
|
646
|
+
[taylor]: https://github.com/taylor
|
647
|
+
[tdreyno]: https://github.com/tdreyno
|
648
|
+
[xtrasimplicity]: https://github.com/xtrasimplicity
|
649
|
+
|
650
|
+
<!-- issues & pull requests -->
|
651
|
+
|
652
|
+
[#604]: https://github.com/cucumber/aruba/pull/604
|
653
|
+
[#601]: https://github.com/cucumber/aruba/pull/601
|
654
|
+
[#597]: https://github.com/cucumber/aruba/pull/597
|
655
|
+
[#591]: https://github.com/cucumber/aruba/pull/591
|
656
|
+
[#588]: https://github.com/cucumber/aruba/pull/588
|
657
|
+
[#585]: https://github.com/cucumber/aruba/pull/585
|
658
|
+
[#582]: https://github.com/cucumber/aruba/pull/582
|
659
|
+
[#572]: https://github.com/cucumber/aruba/pull/572
|
660
|
+
[#561]: https://github.com/cucumber/aruba/pull/561
|
661
|
+
[#557]: https://github.com/cucumber/aruba/pull/557
|
662
|
+
[#551]: https://github.com/cucumber/aruba/pull/551
|
663
|
+
[#548]: https://github.com/cucumber/aruba/pull/548
|
664
|
+
[#546]: https://github.com/cucumber/aruba/pull/546
|
665
|
+
[#544]: https://github.com/cucumber/aruba/pull/544
|
666
|
+
[#543]: https://github.com/cucumber/aruba/pull/543
|
667
|
+
[#542]: https://github.com/cucumber/aruba/pull/542
|
668
|
+
[#541]: https://github.com/cucumber/aruba/pull/541
|
669
|
+
[#540]: https://github.com/cucumber/aruba/pull/540
|
670
|
+
[#537]: https://github.com/cucumber/aruba/pull/537
|
671
|
+
[#536]: https://github.com/cucumber/aruba/pull/536
|
672
|
+
[#535]: https://github.com/cucumber/aruba/pull/535
|
673
|
+
[#532]: https://github.com/cucumber/aruba/pull/532
|
674
|
+
[#530]: https://github.com/cucumber/aruba/pull/530
|
675
|
+
[#529]: https://github.com/cucumber/aruba/pull/529
|
676
|
+
[#528]: https://github.com/cucumber/aruba/pull/528
|
677
|
+
[#523]: https://github.com/cucumber/aruba/pull/523
|
678
|
+
[#522]: https://github.com/cucumber/aruba/pull/522
|
679
|
+
[#520]: https://github.com/cucumber/aruba/pull/520
|
680
|
+
[#517]: https://github.com/cucumber/aruba/pull/517
|
681
|
+
[#516]: https://github.com/cucumber/aruba/pull/516
|
682
|
+
[#515]: https://github.com/cucumber/aruba/pull/515
|
683
|
+
[#514]: https://github.com/cucumber/aruba/pull/514
|
684
|
+
[#512]: https://github.com/cucumber/aruba/pull/512
|
685
|
+
[#511]: https://github.com/cucumber/aruba/pull/511
|
686
|
+
[#510]: https://github.com/cucumber/aruba/pull/510
|
687
|
+
[#509]: https://github.com/cucumber/aruba/pull/509
|
688
|
+
[#508]: https://github.com/cucumber/aruba/pull/508
|
689
|
+
[#507]: https://github.com/cucumber/aruba/pull/507
|
690
|
+
[#504]: https://github.com/cucumber/aruba/pull/504
|
691
|
+
[#498]: https://github.com/cucumber/aruba/pull/498
|
692
|
+
[#497]: https://github.com/cucumber/aruba/pull/497
|
693
|
+
[#495]: https://github.com/cucumber/aruba/pull/495
|
694
|
+
[#494]: https://github.com/cucumber/aruba/pull/494
|
695
|
+
[#493]: https://github.com/cucumber/aruba/pull/493
|
696
|
+
[#491]: https://github.com/cucumber/aruba/pull/491
|
697
|
+
[#490]: https://github.com/cucumber/aruba/pull/490
|
698
|
+
[#489]: https://github.com/cucumber/aruba/pull/489
|
699
|
+
[#488]: https://github.com/cucumber/aruba/pull/488
|
700
|
+
[#487]: https://github.com/cucumber/aruba/pull/487
|
701
|
+
[#486]: https://github.com/cucumber/aruba/pull/486
|
702
|
+
[#483]: https://github.com/cucumber/aruba/pull/483
|
703
|
+
[#482]: https://github.com/cucumber/aruba/pull/482
|
704
|
+
[#481]: https://github.com/cucumber/aruba/pull/481
|
705
|
+
[#476]: https://github.com/cucumber/aruba/pull/476
|
706
|
+
[#475]: https://github.com/cucumber/aruba/pull/475
|
707
|
+
[#471]: https://github.com/cucumber/aruba/pull/471
|
708
|
+
[#466]: https://github.com/cucumber/aruba/pull/466
|
709
|
+
[#464]: https://github.com/cucumber/aruba/pull/464
|
710
|
+
[#462]: https://github.com/cucumber/aruba/pull/462
|
711
|
+
[#461]: https://github.com/cucumber/aruba/pull/461
|
712
|
+
[#460]: https://github.com/cucumber/aruba/pull/460
|
713
|
+
[#459]: https://github.com/cucumber/aruba/pull/459
|
714
|
+
[#457]: https://github.com/cucumber/aruba/pull/457
|
715
|
+
[#456]: https://github.com/cucumber/aruba/pull/456
|
716
|
+
[#454]: https://github.com/cucumber/aruba/pull/454
|
717
|
+
[#452]: https://github.com/cucumber/aruba/pull/452
|
718
|
+
[#451]: https://github.com/cucumber/aruba/issues/451
|
719
|
+
[#449]: https://github.com/cucumber/aruba/issues/449
|
720
|
+
[#447]: https://github.com/cucumber/aruba/issues/447
|
721
|
+
[#445]: https://github.com/cucumber/aruba/issues/445
|
722
|
+
[#444]: https://github.com/cucumber/aruba/issues/444
|
723
|
+
[#442]: https://github.com/cucumber/aruba/issues/442
|
724
|
+
[#439]: https://github.com/cucumber/aruba/issues/439
|
725
|
+
[#438]: https://github.com/cucumber/aruba/issues/438
|
726
|
+
[#436]: https://github.com/cucumber/aruba/issues/436
|
727
|
+
[#433]: https://github.com/cucumber/aruba/issues/433
|
728
|
+
[#427]: https://github.com/cucumber/aruba/issues/427
|
729
|
+
[#422]: https://github.com/cucumber/aruba/issues/422
|
730
|
+
[#398]: https://github.com/cucumber/aruba/issues/398
|
731
|
+
[#390]: https://github.com/cucumber/aruba/issues/390
|
732
|
+
[#389]: https://github.com/cucumber/aruba/issues/389
|
733
|
+
[#388]: https://github.com/cucumber/aruba/issues/388
|
734
|
+
[#387]: https://github.com/cucumber/aruba/issues/387
|
735
|
+
[#385]: https://github.com/cucumber/aruba/issues/385
|
736
|
+
[#382]: https://github.com/cucumber/aruba/issues/382
|
737
|
+
[#376]: https://github.com/cucumber/aruba/issues/376
|
738
|
+
[#375]: https://github.com/cucumber/aruba/issues/375
|
739
|
+
[#372]: https://github.com/cucumber/aruba/issues/372
|
740
|
+
[#366]: https://github.com/cucumber/aruba/issues/366
|
741
|
+
[#359]: https://github.com/cucumber/aruba/issues/359
|
742
|
+
[#358]: https://github.com/cucumber/aruba/issues/358
|
743
|
+
[#357]: https://github.com/cucumber/aruba/issues/357
|
744
|
+
[#353]: https://github.com/cucumber/aruba/issues/353
|
745
|
+
[#352]: https://github.com/cucumber/aruba/issues/352
|
746
|
+
[#349]: https://github.com/cucumber/aruba/issues/349
|
747
|
+
[#347]: https://github.com/cucumber/aruba/issues/347
|
748
|
+
[#342]: https://github.com/cucumber/aruba/issues/342
|
749
|
+
[#341]: https://github.com/cucumber/aruba/issues/341
|
750
|
+
[#339]: https://github.com/cucumber/aruba/issues/339
|
751
|
+
[#338]: https://github.com/cucumber/aruba/issues/338
|
752
|
+
[#336]: https://github.com/cucumber/aruba/issues/336
|
753
|
+
[#335]: https://github.com/cucumber/aruba/issues/335
|
754
|
+
[#323]: https://github.com/cucumber/aruba/issues/323
|
755
|
+
[#322]: https://github.com/cucumber/aruba/issues/322
|
756
|
+
[#321]: https://github.com/cucumber/aruba/issues/321
|
757
|
+
[#320]: https://github.com/cucumber/aruba/issues/320
|
758
|
+
[#314]: https://github.com/cucumber/aruba/issues/314
|
759
|
+
[#309]: https://github.com/cucumber/aruba/issues/309
|
760
|
+
[#308]: https://github.com/cucumber/aruba/issues/308
|
761
|
+
[#306]: https://github.com/cucumber/aruba/issues/306
|
762
|
+
[#305]: https://github.com/cucumber/aruba/issues/305
|
763
|
+
[#304]: https://github.com/cucumber/aruba/issues/304
|
764
|
+
[#302]: https://github.com/cucumber/aruba/issues/302
|
765
|
+
[#294]: https://github.com/cucumber/aruba/issues/294
|
766
|
+
[#292]: https://github.com/cucumber/aruba/issues/292
|
767
|
+
[#287]: https://github.com/cucumber/aruba/issues/287
|
768
|
+
[#286]: https://github.com/cucumber/aruba/issues/286
|
769
|
+
[#282]: https://github.com/cucumber/aruba/issues/282
|
770
|
+
[#279]: https://github.com/cucumber/aruba/issues/279
|
771
|
+
[#277]: https://github.com/cucumber/aruba/issues/277
|
772
|
+
[#271]: https://github.com/cucumber/aruba/issues/271
|
773
|
+
[#268]: https://github.com/cucumber/aruba/issues/268
|
774
|
+
[#267]: https://github.com/cucumber/aruba/issues/267
|
775
|
+
[#260]: https://github.com/cucumber/aruba/issues/260
|
776
|
+
[#257]: https://github.com/cucumber/aruba/issues/257
|
777
|
+
[#253]: https://github.com/cucumber/aruba/issues/253
|
778
|
+
[#250]: https://github.com/cucumber/aruba/issues/250
|
779
|
+
[#244]: https://github.com/cucumber/aruba/issues/244
|
780
|
+
[#243]: https://github.com/cucumber/aruba/issues/243
|
781
|
+
[#240]: https://github.com/cucumber/aruba/issues/240
|
782
|
+
[#239]: https://github.com/cucumber/aruba/issues/239
|
783
|
+
[#238]: https://github.com/cucumber/aruba/issues/238
|
784
|
+
[#234]: https://github.com/cucumber/aruba/issues/234
|
785
|
+
[#232]: https://github.com/cucumber/aruba/issues/232
|
786
|
+
[#224]: https://github.com/cucumber/aruba/issues/224
|
787
|
+
[#223]: https://github.com/cucumber/aruba/issues/223
|
788
|
+
[#157]: https://github.com/cucumber/aruba/issues/157
|
789
|
+
[#156]: https://github.com/cucumber/aruba/issues/156
|
790
|
+
[#154]: https://github.com/cucumber/aruba/issues/154
|
791
|
+
[#151]: https://github.com/cucumber/aruba/issues/151
|
792
|
+
[#150]: https://github.com/cucumber/aruba/issues/150
|
793
|
+
[#148]: https://github.com/cucumber/aruba/issues/148
|
794
|
+
[#144]: https://github.com/cucumber/aruba/issues/144
|
795
|
+
[#125]: https://github.com/cucumber/aruba/issues/125
|
796
|
+
[#124]: https://github.com/cucumber/aruba/issues/124
|
797
|
+
[#121]: https://github.com/cucumber/aruba/issues/121
|
798
|
+
[#111]: https://github.com/cucumber/aruba/issues/111
|
799
|
+
[#110]: https://github.com/cucumber/aruba/issues/110
|
800
|
+
[#104]: https://github.com/cucumber/aruba/issues/104
|
801
|
+
[#102]: https://github.com/cucumber/aruba/issues/102
|
802
|
+
[#101]: https://github.com/cucumber/aruba/issues/101
|
803
|
+
[#95]: https://github.com/cucumber/aruba/issues/95
|
804
|
+
[#93]: https://github.com/cucumber/aruba/issues/93
|
805
|
+
[#91]: https://github.com/cucumber/aruba/issues/91
|
806
|
+
[#89]: https://github.com/cucumber/aruba/issues/89
|
807
|
+
[#85]: https://github.com/cucumber/aruba/issues/85
|
808
|
+
[#71]: https://github.com/cucumber/aruba/issues/71
|
809
|
+
[#48]: https://github.com/cucumber/aruba/issues/48
|
810
|
+
[#47]: https://github.com/cucumber/aruba/issues/47
|
811
|
+
[#44]: https://github.com/cucumber/aruba/issues/44
|
812
|
+
[#43]: https://github.com/cucumber/aruba/issues/43
|
813
|
+
[#42]: https://github.com/cucumber/aruba/issues/42
|
814
|
+
[#40]: https://github.com/cucumber/aruba/issues/40
|
815
|
+
[#31]: https://github.com/cucumber/aruba/issues/31
|
816
|
+
[#30]: https://github.com/cucumber/aruba/issues/30
|
817
|
+
[#27]: https://github.com/cucumber/aruba/issues/27
|
818
|
+
[#18]: https://github.com/cucumber/aruba/issues/18
|
819
|
+
[#17]: https://github.com/cucumber/aruba/issues/17
|
820
|
+
[#16]: https://github.com/cucumber/aruba/issues/16
|
821
|
+
[#15]: https://github.com/cucumber/aruba/issues/15
|
822
|
+
[#13]: https://github.com/cucumber/aruba/issues/13
|
823
|
+
[#9]: https://github.com/cucumber/aruba/issues/9
|
824
|
+
[#7]: https://github.com/cucumber/aruba/issues/7
|
825
|
+
[#5]: https://github.com/cucumber/aruba/issues/5
|
826
|
+
[#4]: https://github.com/cucumber/aruba/issues/4
|
827
|
+
[#1]: https://github.com/cucumber/aruba/issues/1
|
828
|
+
|
829
|
+
[cucumber/cucumber#521]: https://github.com/cucumber/cucumber/issues/521
|
830
|
+
[jruby/jruby#316]: https://github.com/jruby/jruby/issues/316
|
831
|
+
|
832
|
+
<!-- Releases -->
|
833
|
+
|
834
|
+
[v0.14.9]: https://github.com/cucumber/aruba/compare/v0.14.8...v0.14.9
|
835
|
+
[v0.14.8]: https://github.com/cucumber/aruba/compare/v0.14.7...v0.14.8
|
836
|
+
[v0.14.7]: https://github.com/cucumber/aruba/compare/v0.14.6...v0.14.7
|
837
|
+
[v0.14.6]: https://github.com/cucumber/aruba/compare/v0.14.5...v0.14.6
|
838
|
+
[v0.14.5]: https://github.com/cucumber/aruba/compare/v0.14.4...v0.14.5
|
839
|
+
[v0.14.4]: https://github.com/cucumber/aruba/compare/v0.14.3...v0.14.4
|
840
|
+
[v0.14.3]: https://github.com/cucumber/aruba/compare/v0.14.2...v0.14.3
|
841
|
+
[v0.14.2]: https://github.com/cucumber/aruba/compare/v0.14.1...v0.14.2
|
842
|
+
[v0.14.1]: https://github.com/cucumber/aruba/compare/v0.14.0...v0.14.1
|
843
|
+
[v0.14.0]: https://github.com/cucumber/aruba/compare/v0.13.0...v0.14.0
|
844
|
+
[v0.13.0]: https://github.com/cucumber/aruba/compare/v0.12.0...v0.13.0
|
845
|
+
[v0.12.0]: https://github.com/cucumber/aruba/compare/v0.11.2...v0.12.0
|
846
|
+
[v0.11.2]: https://github.com/cucumber/aruba/compare/v0.11.1...v0.11.2
|
847
|
+
[v0.11.1]: https://github.com/cucumber/aruba/compare/v0.11.0...v0.11.1
|
848
|
+
[v0.11.0]: https://github.com/cucumber/aruba/compare/v0.11.0.pre4...v0.11.0
|
849
|
+
[v0.11.0.pre4]: https://github.com/cucumber/aruba/compare/v0.11.0.pre3...v0.11.0.pre4
|
850
|
+
[v0.11.0.pre3]: https://github.com/cucumber/aruba/compare/v0.11.0.pre2...v0.11.0.pre3
|
851
|
+
[v0.11.0.pre2]: https://github.com/cucumber/aruba/compare/v0.11.0.pre...v0.11.0.pre2
|
852
|
+
[v0.11.0.pre]: https://github.com/cucumber/aruba/compare/v0.10.2...v0.11.0.pre
|
853
|
+
[v0.10.2]: https://github.com/cucumber/aruba/compare/v0.10.1...v0.10.2
|
854
|
+
[v0.10.1]: https://github.com/cucumber/aruba/compare/v0.10.0...v0.10.1
|
855
|
+
[v0.10.0]: https://github.com/cucumber/aruba/compare/v0.10.0.pre2...v0.10.0
|
856
|
+
[v0.10.0.pre2]: https://github.com/cucumber/aruba/compare/v0.10.0.pre...v0.10.0.pre2
|
857
|
+
[v0.10.0.pre]: https://github.com/cucumber/aruba/compare/v0.9.0...v0.10.0
|
858
|
+
[v0.9.0]: https://github.com/cucumber/aruba/compare/v0.9.0.pre2...v0.9.0
|
859
|
+
[v0.9.0.pre2]: https://github.com/cucumber/aruba/compare/v0.9.0.pre...v0.9.0.pre2
|
860
|
+
[v0.9.0.pre]: https://github.com/cucumber/aruba/compare/v0.8.1...v0.9.0.pre
|
861
|
+
[v0.8.1]: https://github.com/cucumber/aruba/compare/v0.8.0...v0.8.1
|
862
|
+
[v0.8.0]: https://github.com/cucumber/aruba/compare/v0.8.0.pre3...v0.8.0
|
863
|
+
[v0.8.0.pre3]: https://github.com/cucumber/aruba/compare/v0.8.0.pre2...v0.8.0.pre3
|
864
|
+
[v0.8.0.pre2]: https://github.com/cucumber/aruba/compare/v0.8.0...v0.8.0.pre2
|
865
|
+
[v0.8.0.pre]: https://github.com/cucumber/aruba/compare/v0.7.4...v0.8.0.pre
|
866
|
+
[v0.7.4]: https://github.com/cucumber/aruba/compare/v0.7.2...v0.7.4
|
867
|
+
[v0.7.3]: https://github.com/cucumber/aruba/compare/v0.7.2...v0.7.3
|
868
|
+
[v0.7.2]: https://github.com/cucumber/aruba/compare/v0.7.1...v0.7.2
|
869
|
+
[v0.7.1]: https://github.com/cucumber/aruba/compare/v0.7.0...v0.7.1
|
870
|
+
[v0.7.0]: https://github.com/cucumber/aruba/compare/v0.6.2...v0.7.0
|
871
|
+
[v0.6.2]: https://github.com/cucumber/aruba/compare/v0.6.1...v0.6.2
|
872
|
+
[v0.6.1]: https://github.com/cucumber/aruba/compare/v0.6.0...v0.6.1
|
873
|
+
[v0.6.0]: https://github.com/cucumber/aruba/compare/v0.5.4...v0.6.0
|
874
|
+
[v0.5.4]: https://github.com/cucumber/aruba/compare/v0.5.3...v0.5.4
|
875
|
+
[v0.5.3]: https://github.com/cucumber/aruba/compare/v0.5.2...v0.5.3
|
876
|
+
[v0.5.2]: https://github.com/cucumber/aruba/compare/v0.5.1...v0.5.2
|
877
|
+
[v0.5.1]: https://github.com/cucumber/aruba/compare/v0.5.0...v0.5.1
|
878
|
+
[v0.5.0]: https://github.com/cucumber/aruba/compare/v0.4.10...v0.5.0
|
879
|
+
[v0.4.11]: https://github.com/cucumber/aruba/compare/v0.4.10...v0.4.11
|
880
|
+
[v0.4.10]: https://github.com/cucumber/aruba/compare/v0.4.9...v0.4.10
|
881
|
+
[v0.4.9]: https://github.com/cucumber/aruba/compare/v0.4.8...v0.4.9
|
882
|
+
[v0.4.8]: https://github.com/cucumber/aruba/compare/v0.4.7...v0.4.8
|
883
|
+
[v0.4.7]: https://github.com/cucumber/aruba/compare/v0.4.6...v0.4.7
|
884
|
+
[v0.4.6]: https://github.com/cucumber/aruba/compare/v0.4.5...v0.4.6
|
885
|
+
[v0.4.5]: https://github.com/cucumber/aruba/compare/v0.4.4...v0.4.5
|
886
|
+
[v0.4.4]: https://github.com/cucumber/aruba/compare/v0.4.3...v0.4.4
|
887
|
+
[v0.4.3]: https://github.com/cucumber/aruba/compare/v0.4.2...v0.4.3
|
888
|
+
[v0.4.2]: https://github.com/cucumber/aruba/compare/v0.4.1...v0.4.2
|
889
|
+
[v0.4.1]: https://github.com/cucumber/aruba/compare/v0.4.0...v0.4.1
|
890
|
+
[v0.4.0]: https://github.com/cucumber/aruba/compare/v0.3.7...v0.4.0
|
891
|
+
[v0.3.7]: https://github.com/cucumber/aruba/compare/v0.3.6...v0.3.7
|
892
|
+
[v0.3.6]: https://github.com/cucumber/aruba/compare/v0.3.5...v0.3.6
|
893
|
+
[v0.3.5]: https://github.com/cucumber/aruba/compare/v0.3.4...v0.3.5
|
894
|
+
[v0.3.4]: https://github.com/cucumber/aruba/compare/v0.3.3...v0.3.4
|
895
|
+
[v0.3.3]: https://github.com/cucumber/aruba/compare/v0.3.2...v0.3.3
|
896
|
+
[v0.3.2]: https://github.com/cucumber/aruba/compare/v0.3.1...v0.3.2
|
897
|
+
[v0.3.1]: https://github.com/cucumber/aruba/compare/v0.3.0...v0.3.1
|
898
|
+
[v0.3.0]: https://github.com/cucumber/aruba/compare/v0.2.8...v0.3.0
|
899
|
+
[v0.2.8]: https://github.com/cucumber/aruba/compare/v0.2.7...v0.2.8
|
900
|
+
[v0.2.7]: https://github.com/cucumber/aruba/compare/v0.2.6...v0.2.7
|
901
|
+
[v0.2.6]: https://github.com/cucumber/aruba/compare/v0.2.5...v0.2.6
|
902
|
+
[v0.2.5]: https://github.com/cucumber/aruba/compare/v0.2.4...v0.2.5
|
903
|
+
[v0.2.4]: https://github.com/cucumber/aruba/compare/v0.2.3...v0.2.4
|
904
|
+
[v0.2.3]: https://github.com/cucumber/aruba/compare/v0.2.2...v0.2.3
|
905
|
+
[v0.2.2]: https://github.com/cucumber/aruba/compare/v0.2.1...v0.2.2
|
906
|
+
[v0.2.1]: https://github.com/cucumber/aruba/compare/v0.2.0...v0.2.1
|
907
|
+
[v0.2.0]: https://github.com/cucumber/aruba/compare/v0.1.9...v0.2.0
|
908
|
+
[v0.1.9]: https://github.com/cucumber/aruba/compare/v0.1.8...v0.1.9
|
909
|
+
[v0.1.8]: https://github.com/cucumber/aruba/compare/v0.1.7...v0.1.8
|
910
|
+
[v0.1.7]: https://github.com/cucumber/aruba/compare/v0.1.6...v0.1.7
|
911
|
+
[v0.1.6]: https://github.com/cucumber/aruba/compare/v0.1.5...v0.1.6
|
912
|
+
[v0.1.5]: https://github.com/cucumber/aruba/compare/v0.1.4...v0.1.5
|
913
|
+
[v0.1.4]: https://github.com/cucumber/aruba/compare/v0.1.3...v0.1.4
|
914
|
+
[v0.1.3]: https://github.com/cucumber/aruba/compare/v0.1.2...v0.1.3
|
915
|
+
[v0.1.2]: https://github.com/cucumber/aruba/compare/v0.1.1...v0.1.2
|
916
|
+
[v0.1.1]: https://github.com/cucumber/aruba/compare/v0.1.0...v0.1.1
|
917
|
+
[v0.1.0]: https://github.com/cucumber/aruba/compare/ed6a175d23aaff62dbf355706996f276f304ae8b...v0.1.1
|
918
|
+
|
919
|
+
<!-- Other links -->
|
920
|
+
|
921
|
+
[1]: http://semver.org
|
922
|
+
[2]: http://keepachangelog.com)
|
923
|
+
[3]: https://github.com/cucumber/aruba/blob/master/CONTRIBUTING.md
|