dpl 1.7.9.travis.654.1 → 1.7.9.travis.657.1
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 +8 -8
- data/lib/dpl/provider/elastic_beanstalk.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YWEwNTk3Yjk5NThmZGVkM2JkMDI2MGQxN2Y2MDMwNTYzNDQyZDFjMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDMzMTliNjBlOGY4YzQ5NTIyYjVlN2ZiODBhNWExOWM3NTNiODljMg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDUzYWQzZjZhYjMzNGE5OGMyOTIwYWIyNzFhNzRhM2M5Nzc3NWNmZTFkZmYz
|
10
|
+
Y2IzNDdjZTIwMWUzZGQwMzk1NWJkMmEzMjg3OTQ3Mzg0OTY0N2ZhZWFmNjk3
|
11
|
+
Njc3YjE2MWE4MGY5MmM3MGY0NTY1OTIzMDUwNDUxNGIyYTYwYTI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTA5NWNmMGZjNzJhODQzYTM1ODAwZTZlZjlkOGRhM2VmZDMwYWI5OTcxZjNi
|
14
|
+
OWIzOGY5ODRjZjI1ZTEzNjM4MzdjMzA0M2VmZjVmOTIyZjJiMjJhMjY0NmE0
|
15
|
+
ZDVjNjZjZGRkYTZkMzAzZDRlMGZhOTVmYThiOTZmMmY0N2UzMjM=
|
@@ -94,10 +94,12 @@ module DPL
|
|
94
94
|
end
|
95
95
|
|
96
96
|
def create_app_version(s3_object)
|
97
|
+
# Elastic Beanstalk doesn't support descriptions longer than 200 characters
|
98
|
+
description = commit_msg[0, 200]
|
97
99
|
options = {
|
98
100
|
:application_name => app_name,
|
99
101
|
:version_label => version_label,
|
100
|
-
:description =>
|
102
|
+
:description => description,
|
101
103
|
:source_bundle => {
|
102
104
|
:s3_bucket => bucket_name,
|
103
105
|
:s3_key => s3_object.key
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dpl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.9.travis.
|
4
|
+
version: 1.7.9.travis.657.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-12-
|
11
|
+
date: 2014-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|