vagrant-cucumber 1.0.1 → 1.0.2

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: f8ed3ef377d497b035d1bfb9a256652724aff682
4
- data.tar.gz: 7c0e2329fcfcfab677fe1bd5274eb88cf2d61b5b
3
+ metadata.gz: 8faa2edbb5144db72beb2a3a7098b01da0065ca5
4
+ data.tar.gz: 336a8d105ff4acc3defd876e941764c9fada2709
5
5
  SHA512:
6
- metadata.gz: ae27635b33fb91a5f4ebfb01f468e6d13295307f49246aa964de0272ee39534ada85f8693d0ceabb3399256e26d5a0a1974f94ef14db2bf5c6af5b1f01a450d4
7
- data.tar.gz: 4fef2643646ab6ec23c14cea7bb90fe85cb5f55ddb7d38b0a826155db09c3e94f0668a51464bc34da6777a5f2fd31000c761a1e49e0b5e0d1ba8a902b5be1d94
6
+ metadata.gz: 610f06050ccb21f0b259ef4a15cb1490f998309165eea57af8d9b536f67bb44d2587bd2246eb2c8e75b3a26de79ea156b74beb726b29572ef3205fc6c1c809e7
7
+ data.tar.gz: 1bf9ad2c86f71918f523637f71bb4f42902b1c44ad10dfaefe045642b66afb50a886d0fc306b9da6993fa6fe5b4b5a1ee983c99a9fc79c110fa1f44d10292927
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 1.0.2 (12 September, 2017)
2
+ * FIX: Broken regex caused example tests to fail.
3
+
1
4
  ## 1.0.1 (13 December, 2016)
2
5
  * FIX: Restore options in pretty formatter.
3
6
 
@@ -95,7 +95,7 @@ Then /^(?:running|I run) the shell command `(.*)`(| as root)(#{VMRE})$/ do |comm
95
95
  )
96
96
  end
97
97
 
98
- Then %r{/^the (.+) of that shell command should(| not) match (\/.+\/)$/} do |stream, condition, re|
98
+ Then /^the (.+) of that shell command should(| not) match (\/.+\/)$/ do |stream, condition, re|
99
99
  stream.downcase!
100
100
 
101
101
  unless vagrant_glue.last_shell_command_output.key?(stream.to_sym)
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Cucumber
3
- VERSION = '1.0.1'.freeze
3
+ VERSION = '1.0.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Topper
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-13 00:00:00.000000000 Z
11
+ date: 2017-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  requirements: []
102
102
  rubyforge_project: vagrant-cucumber
103
- rubygems_version: 2.5.1
103
+ rubygems_version: 2.5.2
104
104
  signing_key:
105
105
  specification_version: 4
106
106
  summary: Cucumber support for Vagrant