cucumber-puppet 0.3.1 → 0.3.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.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :build:
3
- :patch: 1
3
+ :patch: 2
4
4
  :minor: 3
5
5
  :major: 0
data/bin/cucumber-puppet CHANGED
@@ -54,4 +54,4 @@ end
54
54
  ARGV.unshift "--require", "#{rootdir}/features"
55
55
  ARGV.unshift "--strict"
56
56
 
57
- load Gem.bin_path('cucumber')
57
+ load Gem.bin_path('cucumber', 'cucumber')
@@ -39,7 +39,7 @@ class CucumberPuppetRakeTask
39
39
  desc @desc
40
40
  task @task_name do
41
41
  command = []
42
- command << "cucumber-puppet"
42
+ command << Gem.bin_path('cucumber-puppet', 'cucumber-puppet')
43
43
  command << cucumber_opts
44
44
  command << "features"
45
45
  command << Dir.glob("modules/*/features")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-puppet
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nikolay Sturm