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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +3 -0
  3. data/aruba.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 985252a37564d32f90726ae0c2f24c10d7faf92c
4
- data.tar.gz: 93f515bf5aa301f219d367a8a1dfc23503c32c17
3
+ metadata.gz: 83f576993314ee79808bc357b48ca134805713e2
4
+ data.tar.gz: 7ced0b3d46c1f1a2ff1fb7be028a3486e6d47646
5
5
  SHA512:
6
- metadata.gz: d280c8f716e789f7e07593fde9e5d42a2f63166d372ac1b65a38ad09796e1138f5ef930ac45deeb37fdd33909aefd65f3abe84a0cb8e9e934fb0b4189812a553
7
- data.tar.gz: dec6e67a3a03d3c7cd9ae3243527c252d723140a26121a84c6dad30663ec621234683c77f59e2e9234d04cf440cfe178debd791212319479e930172df1187955
6
+ metadata.gz: 0b00a83669a581c4b2698e55f9588370f3fd05dce63b1569d11294e022d10e1536073691ad147fdc024b1867c4248af4ceb15e582e648c4a739c6378160eb1cf
7
+ data.tar.gz: a6f951395e4a31f2d5f47f049d0f58f2b999483dd422d5f00dc237452c35257efb6025136828e0ec12a457d1e4aaa6941a8a1adac2383636fbddae5a933de6aa
data/History.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## [v0.7.4](https://github.com/cucumber/aruba/compare/v0.7.2...v0.7.4)
2
+ * Really Fixed post install message
3
+
1
4
  ## [v0.7.3](https://github.com/cucumber/aruba/compare/v0.7.2...v0.7.3)
2
5
  * Fixed post install message
3
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'aruba'
5
- s.version = '0.7.3'
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 > 1.0 ruby 1.9.3-support is discontinued'
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.3
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 > 1.0 ruby 1.9.3-support is discontinued
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.3
198
+ summary: aruba-0.7.4
199
199
  test_files:
200
200
  - features/before_cmd_hooks.feature
201
201
  - features/command_environment_variables.feature