pupcap 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ namespace :deploy do
5
5
  if !pupcap_options[:without_librarian_puppet]
6
6
  debug = pupcap_options[:debug] ? " --verbose" : ""
7
7
  run("ln -sf #{shared_path}/librarian-puppet-cache #{release_path}/puppet/.tmp")
8
- run("cd #{release_path}/puppet && test -f #{release_path}/puppet/Puppetfile && /usr/local/bin/librarian-puppet install #{debug}; true")
8
+ run("cd #{release_path}/puppet && /usr/local/bin/librarian-puppet install #{debug}; true")
9
9
  end
10
10
  end
11
11
 
@@ -5,7 +5,7 @@ module Pupcap
5
5
 
6
6
  MAJOR = 0
7
7
  MINOR = 2
8
- PATCH = 1
8
+ PATCH = 2
9
9
 
10
10
  def self.to_s
11
11
  "#{MAJOR}.#{MINOR}.#{PATCH}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pupcap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: