dpl 1.8.5.travis.1101.4 → 1.8.5.travis.1104.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzhlMTYxODAwN2UyNjU4NDdlNzQ0MTIxMjE1NTlkMjI1ZDQxZGY2ZA==
4
+ NTZmMTBhY2YzYjk4NTg1OWIyN2RlNzY1OTBlZmNiMDkxYzAyYWQyMQ==
5
5
  data.tar.gz: !binary |-
6
- ODM1NjljNzgxYjU1YzkwZTRlOWNiZjFjN2Q1ZGZlNTRlYjFkMDkzYQ==
6
+ NzE1OGQzYmQyNzlmNDVhMGQ0Y2I5ODM1ZTcwMTc2OWE0YzY3ZmUwMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjYyNjdkY2UyZDE2ZDVkYWQyY2RmMWY5NDYxYjU4MTEyM2VmMWQ0YmZjNjdl
10
- YTdlZTQ1ZTBmMGVjZWI3OTcyOTY0NmUzYzFjNTljNDY5NDU2NzNkMTg2N2Ex
11
- ZjZjYzRkOTM0MjkzN2ExMjA3NzRjZThjOTMzMWZlYTY5MTA5MWM=
9
+ MTFhNGFhMjBkZmVkMGM5ZDFjMDJkY2RmMWM3ZGVlMDY2ODNjZThhOWNhMzgy
10
+ ZjY3ZmE0ZDJiZmRiOTkwNGE3ZDNkMGZhOTlmMGU0ZTEzZDRlNzQxOGFiZGQ0
11
+ OWNlY2UyYmE1YjdlNjYyNmMwNzA2NmQ5ZDM0MWI1MzAwODI5YzA=
12
12
  data.tar.gz: !binary |-
13
- MmJiNmY3MDE1NDY5ZGU1ZGE5OGFiYzllOTg5OWI1OWZlZTY1MTc4NGE3MTE3
14
- ZjA4ZjY3OTBiMzIxOTFmMjViOThjYjk1N2Y3ZmMxOTc3ZmJjOTc5N2Y0NjU1
15
- YzE2OWJiMzRmYWY4MjE3ZTI5MDE2OTZiY2YzMDcyZmQ1MTFlOGM=
13
+ MTcxY2UxYWI5OTE4NmZmZTUxYzM5NzA1N2E0YmE4NDhlZGE0NjUzODY1MmIz
14
+ NGYwYTA3OGZiN2Q2NjM3NjdlNTRhZDhkN2Y0NDU0MjAwYmZlZWJlMDAyMmQ4
15
+ OTE0MWVmN2FiMDE2ZGJkNDU5MTIzMTg4OGMzNzk5YzIxNzY1YmY=
data/README.md CHANGED
@@ -590,7 +590,7 @@ For accounts using two factor authentication, you have to use an oauth token as
590
590
  * **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.
591
591
  * **app**: Elastic Beanstalk application name.
592
592
  * **env**: Elastic Beanstalk environment name which will be updated.
593
- * **zip-file**: The zip-file that you want to deploy. _**Note:**_ you also need to use the `skip-cleanup` or the zipfile you are trying to upload will be removed during cleanup.
593
+ * **zip_file**: The zip file that you want to deploy. _**Note:**_ you also need to use the `skip_cleanup` or the zip file you are trying to upload will be removed during cleanup.
594
594
  * **bucket_name**: Bucket name to upload app to.
595
595
  * **bucket_path**: Location within Bucket to upload app to.
596
596
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.5.travis.1101.4
4
+ version: 1.8.5.travis.1104.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase