dpl 1.7.1.travis.570.1 → 1.7.1.travis.575.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/README.md +1 -1
- data/lib/dpl/provider/elastic_beanstalk.rb +1 -1
- data/spec/provider/elastic_beanstalk_spec.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZmEwZGRjMWI3OTUyY2RhYTQzMDU0NmEwZGIxMGIzM2NmZDVjMDZhYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTRhYTQyYzljZjIzOGIwZThjYzUwMjRjNDNhOGFkOTE1ZTVmYzU2Yw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODk0YTIwOTk5MTBiZjNiOGVlNzlkYjhmYzhhMGVmMGM0NjY3YjBjNjgxZjFm
|
|
10
|
+
NTk0ZGI2Y2U2MjQyNjVlYjljYjQ0MjcxMDViNDE5MzlkMzEzMjIxNzY2OWM5
|
|
11
|
+
OTYwYzNhNDRjNjVjOWY4YmZiZmI4ZjhiYzdiMzY5YzUzMGE3Zjg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NTJjY2U0YWJiZDE5YjhhOGVjZWRjMzA0MWEyZWI1ZGNiMDcwMjA4NGNjZDc2
|
|
14
|
+
NDViYzBjY2Y5MTQ3Mzg4NTA2MmM3NzViYzAzZWFkOGExNTgzZGEwYzk1YmVj
|
|
15
|
+
NjI2YTBiODFhNDY1NWEzNmIzODdmN2U0YjkyMTdkNTAxOWZjMTk=
|
data/README.md
CHANGED
|
@@ -371,7 +371,7 @@ For accounts using two factor authentication, you have to use an oauth token as
|
|
|
371
371
|
* **region**: AWS Region the Elastic Beanstalk app is running in. Defaults to 'us-east-1'. Please be aware that this must match the region of the elastic beanstalk app.
|
|
372
372
|
* **app**: Elastic Beanstalk application name.
|
|
373
373
|
* **env**: Elastic Beanstalk environment name which will be updated.
|
|
374
|
-
* **bucket_name**: Bucket name to upload app to.
|
|
374
|
+
* **bucket_name**: Bucket name to upload app to.
|
|
375
375
|
|
|
376
376
|
#### Examples:
|
|
377
377
|
|
|
@@ -14,7 +14,7 @@ describe DPL::Provider::ElasticBeanstalk do
|
|
|
14
14
|
let(:region) { 'us-west-2' }
|
|
15
15
|
let(:app) { 'example-app' }
|
|
16
16
|
let(:env) { 'live' }
|
|
17
|
-
let(:bucket_name) { "travis-elasticbeanstalk-builds-#{region}" }
|
|
17
|
+
let(:bucket_name) { "travis-elasticbeanstalk-test-builds-#{region}" }
|
|
18
18
|
|
|
19
19
|
subject :provider do
|
|
20
20
|
described_class.new(
|
|
@@ -32,7 +32,7 @@ describe DPL::Provider::ElasticBeanstalk do
|
|
|
32
32
|
|
|
33
33
|
describe "#push_app" do
|
|
34
34
|
|
|
35
|
-
let(:bucket_name) { "travis-elasticbeanstalk-builds-#{region}" }
|
|
35
|
+
let(:bucket_name) { "travis-elasticbeanstalk-test-builds-#{region}" }
|
|
36
36
|
let(:s3_object) { Object.new }
|
|
37
37
|
let(:app_version) { Object.new }
|
|
38
38
|
|
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.1.travis.
|
|
4
|
+
version: 1.7.1.travis.575.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-10-
|
|
11
|
+
date: 2014-10-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|