cucumber-puppet 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :build:
3
- :patch: 6
3
+ :patch: 7
4
4
  :minor: 3
5
5
  :major: 0
@@ -1,10 +1,8 @@
1
1
  require 'puppet'
2
- #require 'puppet/network/client'
3
2
 
4
3
  # A class for accessing Puppet's internal state regarding a certain node or
5
4
  # class.
6
5
  class CucumberPuppet
7
- # Returns a new CucumberPuppet object.
8
6
  def initialize
9
7
  # resources' alias metaparameter
10
8
  @aliases = {}
@@ -14,6 +14,8 @@
14
14
  # end
15
15
 
16
16
  class CucumberPuppetRakeTask
17
+ include Rake::DSL
18
+
17
19
  attr_accessor :cucumber_opts
18
20
 
19
21
  # Extra options to pass to cucumber via cucumber-puppet.
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 6
10
- version: 0.3.6
9
+ - 7
10
+ version: 0.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nikolay Sturm
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-15 00:00:00 Z
18
+ date: 2012-01-08 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: cucumber