aruba 0.7.3 → 0.7.4
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 +3 -0
- data/aruba.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83f576993314ee79808bc357b48ca134805713e2
|
|
4
|
+
data.tar.gz: 7ced0b3d46c1f1a2ff1fb7be028a3486e6d47646
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b00a83669a581c4b2698e55f9588370f3fd05dce63b1569d11294e022d10e1536073691ad147fdc024b1867c4248af4ceb15e582e648c4a739c6378160eb1cf
|
|
7
|
+
data.tar.gz: a6f951395e4a31f2d5f47f049d0f58f2b999483dd422d5f00dc237452c35257efb6025136828e0ec12a457d1e4aaa6941a8a1adac2383636fbddae5a933de6aa
|
data/History.md
CHANGED
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.4'
|
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aslak Hellesøy
|
|
@@ -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.4
|
|
199
199
|
test_files:
|
|
200
200
|
- features/before_cmd_hooks.feature
|
|
201
201
|
- features/command_environment_variables.feature
|