dpl 1.9.2.travis.2762.5 → 1.9.2.travis.2763.5

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 -0
  3. data/lib/dpl/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a06e7565dae8f96529f6c4ee8e946da091c467b74f9759b27d40707b948769d
4
- data.tar.gz: 4f789ab833d7561c1edb9c2a4a5159748199960660d72d9afca1311e1eac5bfb
3
+ metadata.gz: 3d3a00796055d107e7413fd7d330f2d4004fad4e1d58816497d7cd880edc48a2
4
+ data.tar.gz: e4891c8671a7438f39c554d5823946d85e66c931b95c8aec68b12d0f6731452f
5
5
  SHA512:
6
- metadata.gz: 201efdaab9ee8ee984dbefaa79ee139b3ed514b28353ede7e8aa99b1512e83ad30da55d165a99a07c8a199177a199cd49d27f280cc858ff877cb03162efd1996
7
- data.tar.gz: 6d9fe42608ef7499d946250f1487dad2cfc4431eff0b9ee3498359bdd3ffa99930d5273c359a0ce5fdc1c3ada84e705c3171191b22816a1487955379b173c5c6
6
+ metadata.gz: 8b252d29fdbec113c458e9fa1a7d96cb3244693370def1654f4804ba93c12044c04addf35071aa6e8cd853f5c12b18db6f6721cfb26f34df567244365c8c53d0
7
+ data.tar.gz: f9b4e32505a3069b6687d6ebf078ccc52b95b183f389a724d1135a2a65537792e63d1a89886cb158fbb6ee33900bf8f975ffbcb971311927006e89493c24d175
data/README.md CHANGED
@@ -703,6 +703,7 @@ For accounts using two factor authentication, you have to use an oauth token as
703
703
  * **function_name**: Required. The name of the Lambda being created / updated.
704
704
  * **role**: Required. The ARN of the IAM role to assign to this Lambda function.
705
705
  * **handler_name**: Required. The function that Lambda calls to begin execution. For NodeJS, it is exported function for the module.
706
+ * **dot_match**: Optional. When `true`, the zipped archive will include the hidden `.*` files. Defaults to `false`.
706
707
  * **module_name**: Optional. The name of the module that exports the handler. Defaults to `index`.
707
708
  * **zip**: Optional. Either a path to an existing packaged (zipped) Lambda, a directory to package, or a single file to package. Defaults to `Dir.pwd`.
708
709
  * **description**: Optional. The description of the Lambda being created / updated. Defaults to "Deploy build #{context.env['TRAVIS_BUILD_NUMBER']} to AWS Lambda via Travis CI"
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.9.2.travis.2762.5'
2
+ VERSION = '1.9.2.travis.2763.5'
3
3
  end
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.9.2.travis.2762.5
4
+ version: 1.9.2.travis.2763.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase