aws_lambda_ric 1.0.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f26bf52b90d1b1db9d7a2e81944ac57e1727ff0e65cc4b3b9b5273487b26114
4
- data.tar.gz: 129773fdf51a5971dbac1661298f364303326d20d98491d600ae482a2e9f81d6
3
+ metadata.gz: 361b7aad16dbda39497138c44339ee969a0ddb6e5ca9df5135746287fadb6ef9
4
+ data.tar.gz: 8e683a68ba8f221a3580beee5310ad550ae8cd3db2cca5c746a06688ac56bfc5
5
5
  SHA512:
6
- metadata.gz: 136489e2b2b18427a00b12000b47ad8831b4b1ffef289f7ff340ac1f81af782e0cb782c73d78deaa7ba5abd1e2966fed9f9e94b07313296fc1223d425e5a3f2c
7
- data.tar.gz: 3f8a95ad5cae417e6e64496b8ba4405f9b85d8c5402017a89921cb08b020762600abe14faca92e8b79df5fd5777340d7c157925606588992d9e1a33c326c075a
6
+ metadata.gz: 15de4d715842294f81c264fcb6e238f472bb321fa37ca991b739de00673ec422baf3a722cc2a2a52de4642d11b5fab9c2a56d34c60aa7fe39cf23411ac73d088
7
+ data.tar.gz: cefc35d45527bce71e0a28a082b9343bc440d4813e0471256b01eab7c43e5c8155599179da55422f552b2831c4cc94fb22a13fac2c25288590deb1d2503ea80d
data/README.md CHANGED
@@ -159,5 +159,4 @@ If you discover a potential security issue in this project we ask that you notif
159
159
 
160
160
  ## License
161
161
 
162
- This project is licensed under the Apache-2.0 License.
163
-
162
+ This project is licensed under the Apache-2.0 License.
@@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
24
24
  README.md
25
25
  Gemfile
26
26
  NOTICE
27
- Gemfile.lock
28
27
  aws_lambda_ric.gemspec
29
28
  bin/aws_lambda_ric
30
29
  ] + Dir['lib/**/*']
@@ -3,5 +3,5 @@
3
3
  # frozen_string_literal: true
4
4
 
5
5
  module AwsLambdaRuntimeInterfaceClient
6
- VERSION = '1.0.2'
6
+ VERSION = '2.0.0'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_lambda_ric
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AWS Lambda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-18 00:00:00.000000000 Z
11
+ date: 2021-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -75,7 +75,6 @@ extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
77
  - Gemfile
78
- - Gemfile.lock
79
78
  - LICENSE
80
79
  - NOTICE
81
80
  - README.md
@@ -113,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
112
  - !ruby/object:Gem::Version
114
113
  version: '0'
115
114
  requirements: []
116
- rubygems_version: 3.0.3
115
+ rubygems_version: 3.1.4
117
116
  signing_key:
118
117
  specification_version: 4
119
118
  summary: AWS Lambda Runtime Interface Client for Ruby
data/Gemfile.lock DELETED
@@ -1,37 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- aws_lambda_ric (1.0.2)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- activesupport (6.0.3.4)
10
- concurrent-ruby (~> 1.0, >= 1.0.2)
11
- i18n (>= 0.7, < 2)
12
- minitest (~> 5.1)
13
- tzinfo (~> 1.1)
14
- zeitwerk (~> 2.2, >= 2.2.2)
15
- concurrent-ruby (1.1.7)
16
- i18n (1.8.5)
17
- concurrent-ruby (~> 1.0)
18
- minitest (5.14.2)
19
- rake (13.0.1)
20
- thread_safe (0.3.6)
21
- tzinfo (1.2.8)
22
- thread_safe (~> 0.1)
23
- zeitwerk (2.4.2)
24
-
25
- PLATFORMS
26
- ruby
27
- x86_64-linux
28
-
29
- DEPENDENCIES
30
- activesupport (~> 6.0.1)
31
- aws_lambda_ric!
32
- bundler (>= 2.0)
33
- minitest (~> 5.0)
34
- rake (~> 13.0)
35
-
36
- BUNDLED WITH
37
- 2.2.2