capistrano-atlas 0.1.4 → 0.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f04b492fbcca8eb42f67eaf3e79b1954372d73a0
4
- data.tar.gz: 21b571acac6d90e4f507491cafc3b1c08b816269
3
+ metadata.gz: db713e392f29282ef04c0259e69d51e0a87a8daf
4
+ data.tar.gz: 38dca90e26b6281079abf97c85b7b916e792ec11
5
5
  SHA512:
6
- metadata.gz: ae789129a7d3b74bc7e730efab499a2d595e0aed59ab53dc65c5ef8961c793be6bc35ff653d0a72a985279876c87bfb30233a2755b24d18931b51502633e8bf0
7
- data.tar.gz: b4f4cdc1a403d72264e132b1805b82b5155a03b724c1196e191d09a48150e8bcdf600404d422f43c6ae070f626dcb8bf563e697910ebf15b222e2f070fe51ce2
6
+ metadata.gz: 89784e950aeef9833e6aac2d9362e532c0ad4be530c075d0b19745ab2fffb5db87c54ca16cf4dd7eb0cb10289b87ccc5e53a2bb3a9955d9ddf14bbdaf487d446
7
+ data.tar.gz: 69602ca8192241b95984de9a0eeaf237702d4d840621f1f6ed67e1f941c40bbb0453702b51cc94a86c13c570c13b4e7aa0b2c46c9504a463d452c04e66173947
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Atlas
3
- VERSION = "0.1.4".freeze
3
+ VERSION = "0.1.6".freeze
4
4
  end
5
5
  end
@@ -89,7 +89,7 @@ namespace :atlas do
89
89
 
90
90
  def _install(pkg)
91
91
  with :debian_frontend => "noninteractive" do
92
- execute :sudo, "aptitude", "-y -q install", pkg
92
+ execute :sudo, "aptitude", "-y -qq install", pkg
93
93
  end
94
94
  end
95
95
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-atlas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - John McDowall