@@ -7,16 +7,19 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
7
7
require './lib/aws_lambda_ric/version'
8
8
9
9
Gem ::Specification . new do |spec |
10
- spec . name = 'aws_lambda_ric'
11
- spec . version = AwsLambdaRuntimeInterfaceClient ::VERSION
12
- spec . authors = [ 'AWS Lambda' ]
10
+ spec . name = 'aws_lambda_ric'
11
+ spec . version = AwsLambdaRuntimeInterfaceClient ::VERSION
12
+ spec . authors = [ 'AWS Lambda' ]
13
13
14
- spec . summary = 'AWS Lambda Runtime Interface Client for Ruby'
15
- spec . description = 'The AWS Lambda Ruby Runtime Interface Client implements the Lambda programming model for Ruby.'
16
- spec . homepage = 'https://github.com/aws/aws-lambda-ruby-runtime-interface-client'
14
+ spec . summary = 'AWS Lambda Runtime Interface Client for Ruby'
15
+ spec . description = 'The AWS Lambda Ruby Runtime Interface Client implements the Lambda programming model for Ruby.'
16
+ spec . homepage = 'https://github.com/aws/aws-lambda-ruby-runtime-interface-client'
17
+
18
+ spec . license = 'Apache-2.0'
19
+ spec . required_ruby_version = '>= 2.5'
17
20
18
21
# Specify which files should be added to the gem when it is released.
19
- spec . files = %w[
22
+ spec . files = %w[
20
23
LICENSE
21
24
README.md
22
25
Gemfile
@@ -26,10 +29,10 @@ Gem::Specification.new do |spec|
26
29
bin/aws_lambda_ric
27
30
] + Dir [ 'lib/**/*' ]
28
31
29
- spec . bindir = 'bin'
32
+ spec . bindir = 'bin'
30
33
# all application-style files are expected to be found in bindir
31
- spec . executables = 'aws_lambda_ric'
32
- spec . require_paths = [ 'lib' ]
34
+ spec . executables = 'aws_lambda_ric'
35
+ spec . require_paths = [ 'lib' ]
33
36
34
37
spec . add_development_dependency 'bundler' , '>= 2.0'
35
38
spec . add_development_dependency 'minitest' , '~> 5.0'
0 commit comments