supply_drop 0.16.0 → 0.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/supply_drop/tasks.rb +1 -1
  2. metadata +3 -3
@@ -43,7 +43,7 @@ Capistrano::Configuration.instance.load do
43
43
  desc "setup the puppetlabs repo, then install via the normal method"
44
44
  task :ubuntu do
45
45
  run "echo deb http://apt.puppetlabs.com/ $(lsb_release -sc) main | #{sudo} tee /etc/apt/sources.list.d/puppet.list"
46
- run "echo deb http://apt.puppetlabs.com/ $(lsb_release -sc) dependancies | #{sudo} tee -a /etc/apt/sources.list.d/puppet.list"
46
+ run "echo deb http://apt.puppetlabs.com/ $(lsb_release -sc) dependencies | #{sudo} tee -a /etc/apt/sources.list.d/puppet.list"
47
47
  run "#{sudo} apt-key adv --keyserver keyserver.ubuntu.com --recv 4BD6EC30"
48
48
  puppet.bootstrap.ubuntu
49
49
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 16
8
- - 0
9
- version: 0.16.0
8
+ - 1
9
+ version: 0.16.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tony Pitluga
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-07-26 00:00:00 -07:00
18
+ date: 2013-08-23 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency