@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
10
10
'Nic Benders' , 'Karl Matthias' , 'Andrew Bloomgarden' , 'Aaron Bento' ,
11
11
'Paul Showalter' , 'David Kerr' , 'Jonathan Owens' , 'Jon Guymon' ,
12
12
'Merlyn Albery-Speyer' , 'Amjith Ramanujam' , 'David Celis' , 'Emily Hyland' ,
13
- 'Bryan Stearns' ]
13
+ 'Bryan Stearns' , 'Sean P. Kane' ]
14
14
spec . email = [
15
15
16
16
17
17
18
18
19
-
19
+
20
20
spec . summary = <<-EOS . gsub ( /^\s +/ , '' )
21
21
A deployment tool for Docker. Takes containers from a Docker registry and
22
22
runs them on a fleet of hosts with the correct environment variables, host
@@ -37,6 +37,9 @@ Gem::Specification.new do |spec|
37
37
spec . add_dependency 'excon' , '~> 0.33'
38
38
spec . add_dependency 'logger-colors'
39
39
spec . add_dependency 'net-ssh'
40
+ spec . add_dependency 'rbnacl'
41
+ spec . add_dependency 'rbnacl-libsodium'
42
+ spec . add_dependency 'bcrypt_pbkdf'
40
43
spec . add_dependency 'sshkit'
41
44
42
45
spec . add_development_dependency 'bundler'
0 commit comments