aruba 0.7.2 → 0.7.3
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/History.md +12 -1
- data/aruba.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 985252a37564d32f90726ae0c2f24c10d7faf92c
|
|
4
|
+
data.tar.gz: 93f515bf5aa301f219d367a8a1dfc23503c32c17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d280c8f716e789f7e07593fde9e5d42a2f63166d372ac1b65a38ad09796e1138f5ef930ac45deeb37fdd33909aefd65f3abe84a0cb8e9e934fb0b4189812a553
|
|
7
|
+
data.tar.gz: dec6e67a3a03d3c7cd9ae3243527c252d723140a26121a84c6dad30663ec621234683c77f59e2e9234d04cf440cfe178debd791212319479e930172df1187955
|
data/History.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
## [
|
|
1
|
+
## [v0.7.3](https://github.com/cucumber/aruba/compare/v0.7.2...v0.7.3)
|
|
2
|
+
* Fixed post install message
|
|
3
|
+
|
|
4
|
+
## [v0.7.2](https://github.com/cucumber/aruba/compare/v0.7.1...v0.7.2)
|
|
5
|
+
* Do not trigger Announcer API deprecation warning (issue #277)
|
|
6
|
+
|
|
7
|
+
## [v0.7.1](https://github.com/cucumber/aruba/compare/v0.7.0...v0.7.1)
|
|
8
|
+
* Do not break if @interactive is used
|
|
9
|
+
|
|
10
|
+
## [v0.7.0](https://github.com/cucumber/aruba/compare/v0.6.2...v0.7.0)
|
|
2
11
|
* Introducing root_directory (issue #232)
|
|
3
12
|
* Introducing fixtures directory (issue #224)
|
|
4
13
|
* Make sure a file/directory does not exist + Cleanup named file/directory steps (issue #234)
|
|
@@ -7,6 +16,8 @@
|
|
|
7
16
|
* Add rspec integrator (issue #244)
|
|
8
17
|
* Deprecate _file/_directory in method names (issue #243)
|
|
9
18
|
* Improve development environment (issue #240)
|
|
19
|
+
* Cleanup process management (issue #257)
|
|
20
|
+
* Make path content available through matchers and api metchods (issue #250)
|
|
10
21
|
|
|
11
22
|
## [v0.6.2](https://github.com/cucumber/aruba/compare/v0.6.1...v0.6.2)
|
|
12
23
|
* Fixed minor issue #223)
|
data/aruba.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'aruba'
|
|
5
|
-
s.version = '0.7.
|
|
5
|
+
s.version = '0.7.3'
|
|
6
6
|
s.authors = ["Aslak Hellesøy", "David Chelimsky", "Mike Sassak", "Matt Wynne"]
|
|
7
7
|
s.description = 'CLI Steps for Cucumber, hand-crafted for you in Aruba'
|
|
8
8
|
s.summary = "aruba-#{s.version}"
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
|
|
19
19
|
s.rubygems_version = ">= 1.6.1"
|
|
20
20
|
# s.required_ruby_version = '>= 2.0'
|
|
21
|
-
s.post_install_message = 'From aruba >
|
|
21
|
+
s.post_install_message = 'From aruba > 1.0 ruby 1.9.3-support is discontinued'
|
|
22
22
|
|
|
23
23
|
s.files = `git ls-files`.split("\n")
|
|
24
24
|
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
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.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aslak Hellesøy
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2015-07-
|
|
14
|
+
date: 2015-07-05 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: cucumber
|
|
@@ -175,7 +175,7 @@ homepage: http://github.com/cucumber/aruba
|
|
|
175
175
|
licenses:
|
|
176
176
|
- MIT
|
|
177
177
|
metadata: {}
|
|
178
|
-
post_install_message: From aruba >
|
|
178
|
+
post_install_message: From aruba > 1.0 ruby 1.9.3-support is discontinued
|
|
179
179
|
rdoc_options:
|
|
180
180
|
- "--charset=UTF-8"
|
|
181
181
|
require_paths:
|
|
@@ -195,7 +195,7 @@ rubyforge_project:
|
|
|
195
195
|
rubygems_version: 2.4.5
|
|
196
196
|
signing_key:
|
|
197
197
|
specification_version: 4
|
|
198
|
-
summary: aruba-0.7.
|
|
198
|
+
summary: aruba-0.7.3
|
|
199
199
|
test_files:
|
|
200
200
|
- features/before_cmd_hooks.feature
|
|
201
201
|
- features/command_environment_variables.feature
|