dpl 1.10.2.travis.2993.6 → 1.10.2

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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +1 -1
  3. data/lib/dpl/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 073488c6cbbfc94fbf542157f08c1f43b6a1da7bd3ae6666b95a2dcf488b3be0
4
- data.tar.gz: 91ab184c0aeeacbbd3250ee6b4062d71c6930dc329b52267d31a00f16485bb6c
2
+ SHA1:
3
+ metadata.gz: 0d2294e614b29f64321dcfa9e414bb5da2447488
4
+ data.tar.gz: b1eb8710aaaa5accdc1102963b8b944eb36d43a5
5
5
  SHA512:
6
- metadata.gz: cef3a0fc7fb93bcad32a6119264154a53513e4115c4e7baa03346967e9c1be6b1dbe24c0dd33b6120018c93c0de94c3b9bafcd947fded3cf76f5f86e17f0c658
7
- data.tar.gz: 979e5f32245dd65eda5567644f9f3adda1088e8ad163e2367c0ac537addb99840fa2b9b924e6a5bf1c6f95c8e55d9d946ad71dd5236780cbbb4cd3d60ecce51c
6
+ metadata.gz: c25848b072de8fc6e081d5d6bf55ba7ad462889866af3083fd843fd945d9438aa59c4fa53d875ff7c63112bddac7e170c26c4b0ec5d84405c4e50901e9655b1d
7
+ data.tar.gz: 912916997591046ed7a1a30b78d135ac081732bef78aa2d1f7a12a4eb189ac5a38c2b73d6fa540618d0488f2cd760d85cbfe8db13efdb991e4dd64768218e482
data/README.md CHANGED
@@ -728,7 +728,7 @@ For accounts using two factor authentication, you have to use an oauth token as
728
728
  * **handler_name**: Required. The function that Lambda calls to begin execution. For NodeJS, it is exported function for the module.
729
729
  * **dot_match**: Optional. When `true`, the zipped archive will include the hidden `.*` files. Defaults to `false`.
730
730
  * **module_name**: Optional. The name of the module that exports the handler. Defaults to `index`.
731
- * **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`.
731
+ * **zip**: Optional. Either a path to an existing packaged (zipped or jar file) Lambda, a directory to package, or a single file to package. Defaults to `Dir.pwd`.
732
732
  * **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"
733
733
  * **timeout**: Optional. The function execution time at which Lambda should terminate the function. Defaults to 3 (seconds).
734
734
  * **memory_size**: Optional. The amount of memory in MB to allocate to this Lambda. Defaults to 128.
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.10.2.travis.2993.6'
2
+ VERSION = '1.10.2'
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.10.2.travis.2993.6
4
+ version: 1.10.2
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-09-24 00:00:00.000000000 Z
11
+ date: 2018-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -223,12 +223,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
223
223
  version: '2.2'
224
224
  required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  requirements:
226
- - - ">"
226
+ - - ">="
227
227
  - !ruby/object:Gem::Version
228
- version: 1.3.1
228
+ version: '0'
229
229
  requirements: []
230
230
  rubyforge_project:
231
- rubygems_version: 2.7.7
231
+ rubygems_version: 2.6.13
232
232
  signing_key:
233
233
  specification_version: 4
234
234
  summary: deploy tool