runpuppet 1.0.0.rc4 → 1.0.0.rc5

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
- 1.0.0.rc4
1
+ 1.0.0.rc5
@@ -1,6 +1,8 @@
1
- class Logger
2
- def self.log(msg)
3
- time = Time.now.utc.strftime("%Y-%m-%d %H:%M:%S")
4
- puts "#{time}: #{msg}"
1
+ module Runpuppet
2
+ class Logger
3
+ def self.log(msg)
4
+ time = Time.now.utc.strftime("%Y-%m-%d %H:%M:%S")
5
+ puts "#{time}: #{msg}"
6
+ end
5
7
  end
6
8
  end
data/runpuppet.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "runpuppet"
8
- s.version = "1.0.0.rc4"
8
+ s.version = "1.0.0.rc5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Roman Heinrich"]
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runpuppet
3
3
  version: !ruby/object:Gem::Version
4
- hash: 2258214381
4
+ hash: -3597023548
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
10
  - rc
11
- - 4
12
- version: 1.0.0.rc4
11
+ - 5
12
+ version: 1.0.0.rc5
13
13
  platform: ruby
14
14
  authors:
15
15
  - Roman Heinrich