runpuppet 1.0.0.rc5 → 1.0.0.rc6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.rc5
1
+ 1.0.0.rc6
@@ -0,0 +1,3 @@
1
+ module Runpuppet
2
+ VERSION = File.read( File.join(File.dirname(__FILE__),'..', '..','VERSION') ).strip
3
+ end
data/lib/runpuppet.rb CHANGED
@@ -5,6 +5,7 @@ require 'rest-client'
5
5
  require 'dim'
6
6
 
7
7
  require 'ext/core'
8
+ require 'runpuppet/version'
8
9
  require 'runpuppet/config'
9
10
  require 'runpuppet/client'
10
11
  require 'runpuppet/agent'
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.rc5"
8
+ s.version = "1.0.0.rc6"
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"]
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
32
32
  "lib/runpuppet/client.rb",
33
33
  "lib/runpuppet/config.rb",
34
34
  "lib/runpuppet/logger.rb",
35
+ "lib/runpuppet/version.rb",
35
36
  "runpuppet.gemspec",
36
37
  "sh/c",
37
38
  "sh/console.rb",
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: -3597023548
4
+ hash: 2627315363
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
10
  - rc
11
- - 5
12
- version: 1.0.0.rc5
11
+ - 6
12
+ version: 1.0.0.rc6
13
13
  platform: ruby
14
14
  authors:
15
15
  - Roman Heinrich
@@ -147,6 +147,7 @@ files:
147
147
  - lib/runpuppet/client.rb
148
148
  - lib/runpuppet/config.rb
149
149
  - lib/runpuppet/logger.rb
150
+ - lib/runpuppet/version.rb
150
151
  - runpuppet.gemspec
151
152
  - sh/c
152
153
  - sh/console.rb