dpl 1.9.7.travis.2853.6 → 1.9.7.travis.2857.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -2
  3. data/lib/dpl/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c68d11993ffe28f23ad44b99703f04359711d95da7f10d0f941d9db7291117d
4
- data.tar.gz: 9184da4731b7e647147d3437754083f8eee30e8b9e8820799bb922d9189972b2
3
+ metadata.gz: ded5e8ef80426dc40a9e103f627d8256e6a6b4a072fcb7380232279d285f95c5
4
+ data.tar.gz: eca293f8649838a21c1c7f3f242a3fee8fa2e01c09454977a350fe96d1d010ab
5
5
  SHA512:
6
- metadata.gz: 03a9d57f84519d592f3fe9317f4f4a45c4d1a1ab535d71d3642ab77705f718a96eda081231dbd76727d31b881b6220cdcefcaac663d5ab5e43d7ad8ec9497e40
7
- data.tar.gz: 32bdfdfd6a93bc482924ecb8cced61d1a26b9f981c5c42f1dbb7d78292f1c6ba99f8200ffa780ba876ed9887831df818b6085b9c89e67eb5bbfc2376258f0dcb
6
+ metadata.gz: 94346562730c8d8e02356feb67822aeba399ca43dfb5618dff935e99c483e3055e5c874034635a59fec517cb30ba5af891de34ce1c1bd89413c9e4ea33f36df0
7
+ data.tar.gz: 93ebfd21b6d091f0a214956f2265f46b4271e80a7b43dba66c1fcf7009ef7872a7ef49ea42849b5fa0e65aefaa329da32da72ac25517d9848d8578017a00e311
data/README.md CHANGED
@@ -714,8 +714,7 @@ For accounts using two factor authentication, you have to use an oauth token as
714
714
  * **publish**: If `true`, a [new version](http://docs.aws.amazon.com/lambda/latest/dg/versioning-intro.html#versioning-intro-publish-version) of the Lambda function will be created instead of replacing the code of the existing one.
715
715
  * **subnet_ids**: Optional. List of subnet IDs to be added to the function. Needs the `ec2:DescribeSubnets` and `ec2:DescribeVpcs` permission for the user of the access/secret key to work.
716
716
  * **security_group_ids**: Optional. List of security group IDs to be added to the function. Needs the `ec2:DescribeSecurityGroups` and `ec2:DescribeVpcs` permission for the user of the access/secret key to work.
717
- * **dead_letter_arn**: Optional. ARN to an SNS or SQS resource used for the dead letter queue. [More about DLQs here](https://docs.aws.amazon
718
- .com/lambda/latest/dg/dlq.html).
717
+ * **dead_letter_arn**: Optional. ARN to an SNS or SQS resource used for the dead letter queue. [More about DLQs here](https://docs.aws.amazon.com/lambda/latest/dg/dlq.html).
719
718
  * **tracing_mode**: Optional. "Active" or "PassThrough" only. Default is "PassThrough". Needs the `xray:PutTraceSegments` and `xray:PutTelemetryRecords` on the role for this to work. [More on
720
719
  Active Tracing here](https://docs.aws.amazon.com/lambda/latest/dg/lambda-x-ray.html).
721
720
  * **environment_variables**: Optional. List of Environment Variables to add to the function, needs to be in the format of `KEY=VALUE`. Can be encrypted for added security.
data/lib/dpl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.9.7.travis.2853.6'
2
+ VERSION = '1.9.7.travis.2857.6'
3
3
  end
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.9.7.travis.2853.6
4
+ version: 1.9.7.travis.2857.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-25 00:00:00.000000000 Z
11
+ date: 2018-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec