busser-puppet 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b206d2b749e874ea5e89c82b27254d95b3380b0
4
- data.tar.gz: 17a1959498ff656cccd1a52070f1e0a0cd68d77f
3
+ metadata.gz: 22c14e1d55bcf3340eb410652efc64c6bd733eea
4
+ data.tar.gz: 660cad95e987ee113259695b9aab13367b131af8
5
5
  SHA512:
6
- metadata.gz: e2e51ec461454e8a4308c50e31af836d02258bbb86b3aab72a97a5c159d46abb8520b56d76ca0406b9b72f1b0e17275d2240cb20e597d6cdf58517d720b88e15
7
- data.tar.gz: 78b2758bfbdedf4ecfe7f7a8a2a58226369326f6b007d01009940243a2c0bea84901f7a2acb2f70acf2f927c2c7851926324df400e495cf905435d994c250655
6
+ metadata.gz: b719111ea9465d999556f4866c147d7b59688486141a3e424d290fb76a701af46b3bc05fb3ca5cb58979dd0e369d519929153362c583b2c9911805bcefbf64ba
7
+ data.tar.gz: 598ff836c826bdf3a95531b111d9f0a82394c933b6e7d2e0e7d6a36a493cfbe398ffecee124c1d71d6384ffc0bcdd6b15c3d0aac469d4a13f4b5661ece1e20c9
@@ -1,5 +1,5 @@
1
1
  module Busser
2
2
  module Puppet
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -0,0 +1,32 @@
1
+ # -*- encoding: utf-8 -*-
2
+ #
3
+ # Author:: Haselwanter Edmund (<me@ehaselwanter.com>)
4
+ #
5
+ # Copyright (C) 2014, Haselwanter Edmund
6
+ #
7
+ # Licensed under the Apache License, Version 2.0 (the "License");
8
+ # you may not use this file except in compliance with the License.
9
+ # You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing, software
14
+ # distributed under the License is distributed on an "AS IS" BASIS,
15
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ # See the License for the specific language governing permissions and
17
+ # limitations under the License.
18
+
19
+ require 'busser/runner_plugin'
20
+
21
+ # A Busser runner plugin for Fake Puppet Test runner.
22
+ #
23
+ # @author Haselwanter Edmund (<me@ehaselwanter.com>)
24
+ #
25
+ class Busser::RunnerPlugin::Puppet < Busser::RunnerPlugin::Base
26
+ postinstall do
27
+ end
28
+
29
+ def test
30
+ true
31
+ end
32
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Haselwanter
@@ -53,6 +53,7 @@ files:
53
53
  - busser-puppet.gemspec
54
54
  - lib/busser/puppet.rb
55
55
  - lib/busser/puppet/version.rb
56
+ - lib/busser/runner_plugin/puppet.rb
56
57
  homepage: ''
57
58
  licenses:
58
59
  - MIT