jets 1.9.16 → 1.9.17

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: dc74f361074f592380325887f305cc4eff1008562e43e556301e1b65300cdd83
4
- data.tar.gz: 34092fbfe781218f4ebb018e5ff0226064b5ad82d60acb1277cfa33c8f43b6ac
3
+ metadata.gz: cfe8f54983111e4f209f7019f51536482cf9e0080891ce72f1f69fbd3e9e0b55
4
+ data.tar.gz: c24efdfa7d6fe149af4261d469599f1c5fac6b5c8be503ecf5709c8980766c97
5
5
  SHA512:
6
- metadata.gz: ea55258d76d8188492c540b72551135bcf65975a1326e601b2e5c2437caad3227c845be61931c0901fcc2462ecdb11b418afe762f18007b06da924123ad06b6a
7
- data.tar.gz: abe052098a5a86d513b2766d8af0ece5e28e6fa32d17fda299dd77693d16028cec1dbcd921b57ab9c2c79b5732cc262030a728fb55a6c5d3c795927c56492b7b
6
+ metadata.gz: 8c4107b36d44182198955a7b709476eb22c6b43abdfc3b012ab8d783bd518e35a406a38a4f8768b4548c3c43fc864a2e9c33289fb6d382759bc374445b10eb34
7
+ data.tar.gz: bd1c799a6171423f7a908f3ebe8952ebf75f90ae5c7283e662b966cbf22116b79c4e1a603b52ed7aef361ea4dce33bee9612de8ce3a29247698b78828acb4e52
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/).
5
5
 
6
+ ## [1.9.17]
7
+ - #292 fix routes change detection, aws_lambda client
8
+
6
9
  ## [1.9.16]
7
10
  - Removed #290, can use the application-wide IAM policy instead
8
11
 
@@ -103,7 +103,7 @@ class Jets::Resource::ApiGateway::RestApi::Routes::Change
103
103
  end
104
104
 
105
105
  def lambda_function_description(function_arn)
106
- resp = lambda.get_function(function_name: function_arn)
106
+ resp = aws_lambda.get_function(function_name: function_arn)
107
107
  resp.configuration.description # contains full info: PostsController#index
108
108
  end
109
109
 
@@ -1,3 +1,3 @@
1
1
  module Jets
2
- VERSION = "1.9.16"
2
+ VERSION = "1.9.17"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.16
4
+ version: 1.9.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-10 00:00:00.000000000 Z
11
+ date: 2019-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionmailer