runpuppet 0.5.8 → 0.5.9

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 CHANGED
@@ -1 +1 @@
1
- 0.5.8
1
+ 0.5.9
data/lib/runpuppet.rb CHANGED
@@ -2,7 +2,7 @@ require 'open-uri'
2
2
  require 'socket'
3
3
  require 'yaml'
4
4
  require 'rest-client'
5
- require 'lib/ext'
5
+ require 'core-ext'
6
6
 
7
7
  class Runpuppet
8
8
  def self.with_lock(lock_file)
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"
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 8
10
- version: 0.5.8
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
File without changes