runpuppet 0.5.8 → 0.5.9
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/runpuppet.rb +1 -1
- data/runpuppet.gemspec +2 -2
- metadata +4 -4
- /data/lib/{ext.rb → core-ext.rb} +0 -0
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.9
|
data/lib/runpuppet.rb
CHANGED
data/runpuppet.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{runpuppet}
|
8
|
-
s.version = "0.5.
|
8
|
+
s.version = "0.5.9"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Roman Heinrich"]
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
"Rakefile",
|
28
28
|
"VERSION",
|
29
29
|
"bin/runpuppet",
|
30
|
-
"lib/ext.rb",
|
30
|
+
"lib/core-ext.rb",
|
31
31
|
"lib/runpuppet.rb",
|
32
32
|
"runpuppet.gemspec",
|
33
33
|
"test/helper.rb",
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runpuppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 9
|
10
|
+
version: 0.5.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roman Heinrich
|
@@ -138,7 +138,7 @@ files:
|
|
138
138
|
- Rakefile
|
139
139
|
- VERSION
|
140
140
|
- bin/runpuppet
|
141
|
-
- lib/ext.rb
|
141
|
+
- lib/core-ext.rb
|
142
142
|
- lib/runpuppet.rb
|
143
143
|
- runpuppet.gemspec
|
144
144
|
- test/helper.rb
|
/data/lib/{ext.rb → core-ext.rb}
RENAMED
File without changes
|