dpl-connect 1.8.43 → 1.8.44

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/dpl.gemspec +2 -2
  3. data/lib/dpl/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ddada0e8f36e1861ca9f442725bb0db8add9760
4
- data.tar.gz: 458b50c1c8c4b2b1176073b44687053c28d4cb1a
3
+ metadata.gz: 53381df40ad918b03585307111e4df576f714a0c
4
+ data.tar.gz: f371ab9a343a1e289e15e531d61287d188afd681
5
5
  SHA512:
6
- metadata.gz: 40b9d03c13491c6bd07f6f099617cf86c92f3ab32edd14dddaa91c45816a93a98a8f06db7f332495881f246f3706f3f7ef313df963f853de750b89c882a5b0cc
7
- data.tar.gz: 34f30a173305e28544f435d8ee0433408e916ae7b0bfd0061a1c3ca9095eed3a9eeee1d417932acf191b9039a9e7edd167d33803f2bacb52aecbc317ac926b3d
6
+ metadata.gz: c5b1dd918b690e4dc1c24db5ec0dd4580fece03bf730658e4599f86f2cb0a20cac6ac79f7d4b06113ddb171c9fa4b4df958c2844003ce74bfdb064e30261cbc3
7
+ data.tar.gz: 40b73fa8c9a12034b070ac7269a6277bfe1064a89ffbd1b0d247f86b2a76e88c31ceed911940c134710245bc8387114e8739bc266e27331864e9c4040eaaabd1
@@ -4,8 +4,8 @@ require "dpl/version"
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "dpl-connect"
6
6
  s.version = DPL::VERSION
7
- s.author = "Konstantin Haase"
8
- s.email = "konstantin.mailinglists@googlemail.com"
7
+ s.author = "Connect Team"
8
+ s.email = "connect@zuora.com"
9
9
  s.homepage = "https://github.com/travis-ci/dpl"
10
10
  s.summary = %q{deploy tool}
11
11
  s.description = %q{deploy tool abstraction for clients}
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.8.43'
2
+ VERSION = '1.8.44'
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.43
4
+ version: 1.8.44
5
5
  platform: ruby
6
6
  authors:
7
- - Konstantin Haase
7
+ - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -101,7 +101,7 @@ dependencies:
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  description: deploy tool abstraction for clients
104
- email: konstantin.mailinglists@googlemail.com
104
+ email: connect@zuora.com
105
105
  executables:
106
106
  - dpl
107
107
  extensions: []