aruba 0.7.0 → 0.7.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0eb00c75113997b656ddaf5d3ee303313549120
4
- data.tar.gz: 88dd5d4a54be34ef5be25b60f2150043d968f20c
3
+ metadata.gz: 22aa03ceb24fb9fb55044906c770dbdbd55a4d2e
4
+ data.tar.gz: e5820cf243ecf454a6246aca251c19e8ddd1cc3a
5
5
  SHA512:
6
- metadata.gz: 9787def343f0714e431f40d00c39d5eecd8be1dce98dd2097c0058de838fe1c06bcf4852d39d4493d0c4e33873e5a5f67ff3e1761e411932e843416ef137af88
7
- data.tar.gz: 5a697b03a24370d37a818262b1873f17ec3305bdef959240a4134be79d3e21c068f5d209a270b265a03093cab1ff40f569f61d63437e67db5e18599185ad97a5
6
+ metadata.gz: 906d0121057a0217a1a3f144b4cba9c7d2e886f5f8a0d95f75ee4ec9d354326aedd9465b496ad66ca7b6e3af991820b67fc3bddbeb19649062ac775ae2b0fb82
7
+ data.tar.gz: 706a7f59f86956c9e0afd2e2f2f03636fd065c030a65d9efd2b562c4eb68095a8f3face382053adec2609bfc2184e0a7ecf3f0958b7aa80659efc1898f24a825
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'aruba'
5
- s.version = '0.7.0'
5
+ s.version = '0.7.1'
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}"
@@ -137,7 +137,7 @@ When /^I run "([^"]*)" interactively$/ do |cmd|
137
137
  end
138
138
 
139
139
  When /^I run `([^`]*)` interactively$/ do |cmd|
140
- run(unescape(cmd))
140
+ @interactive = run(unescape(cmd))
141
141
  end
142
142
 
143
143
  When /^I type "([^"]*)"$/ do |input|
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.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aslak Hellesøy
@@ -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.0
198
+ summary: aruba-0.7.1
199
199
  test_files:
200
200
  - features/before_cmd_hooks.feature
201
201
  - features/command_environment_variables.feature