amiral 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,13 +6,13 @@ module Amiral
6
6
  def execute message
7
7
  out = err = short = nil
8
8
 
9
- module = ""
9
+ modname = ""
10
10
  if message['command']['args'].length > 0
11
- module = message['command']['args'][0]
11
+ modname = message['command']['args'][0]
12
12
  end
13
13
 
14
14
  Dir.chdir '/etc/puppet' do
15
- status = POpen4::popen4("git pull && librarian-puppet update #{module}"){|stdout,stderr,stdin,pid|
15
+ status = POpen4::popen4("git pull && librarian-puppet update #{modname}"){|stdout,stderr,stdin,pid|
16
16
  out = stdout.read
17
17
  err = stderr.read
18
18
  }
@@ -1,3 +1,3 @@
1
1
  module Amiral
2
- VERSION = '0.1.13'
2
+ VERSION = '0.1.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amiral
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: