cucumber-puppet 0.3.6 → 0.3.7
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 +1 -1
- data/lib/cucumber-puppet/puppet.rb +0 -2
- data/lib/cucumber-puppet/rake/task.rb +2 -0
- metadata +4 -4
data/VERSION.yml
CHANGED
|
@@ -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 = {}
|
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:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
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:
|
|
18
|
+
date: 2012-01-08 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: cucumber
|