dlss-capistrano 5.0.2 → 5.0.3

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
  SHA256:
3
- metadata.gz: 7d2be7ee14246b985ddc27517e14b9a50d3657f5ab2d2cefc71e12ab56463478
4
- data.tar.gz: cdf05f64d3afe15292784235fb420da1e9ac2f9ae30cc954c6f88671af966aac
3
+ metadata.gz: 3d9eccc0b3101e975302612acecfcbdd76f272f44c3f50721a42a003720d43d4
4
+ data.tar.gz: 6490ae9a983181496c9eeab0742503e6fb1f55206ebe5447f0ef72d1dc7c630e
5
5
  SHA512:
6
- metadata.gz: 44071af75e21fd81b4bb17a14def12eda881694716d107860a1ccc44d94e52cfc8af895d29c82645009b6fc9c3e50fc6a16b8936495c5662a627044eba2b1a4a
7
- data.tar.gz: 0c49339f0cca3ad096e4d5b0fb1c3a887c76a949c8d532a58899760cd95998b3f152386d07c3d17fda5ef540f3abbbbf88b81b85d710665ae19f12bcfe30b7a1
6
+ metadata.gz: 05aafb045a7a6675fd9f8be8969b3413ff9f24b9a4b389ff6d7ec80e2aac2993939380b444760516489bc0b7852543a41d575832caa8aeef8fc9490b76f9a44f
7
+ data.tar.gz: a32236d5613f39e66f6136b439992b709d21f229df2ce28f781a7a4859cc45cd374f6d5465e49c5798b6344a2c9ca0d14982d83e6d6d399dcf42608435a5e772
@@ -4,7 +4,7 @@ $:.unshift lib unless $:.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "dlss-capistrano"
7
- s.version = '5.0.2'
7
+ s.version = '5.0.3'
8
8
 
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ["Chris Beer", 'Mike Giarlo']
@@ -1,6 +1,5 @@
1
1
  require 'capistrano/bundle_audit'
2
2
  require 'capistrano/shared_configs'
3
- require 'net/ssh/kerberos'
4
3
 
5
4
  # NOTE: This is only here so we can test this task against any host without needing to touch config/deploy/*.rb
6
5
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlss-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.2
4
+ version: 5.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer