funktor 0.7.1 → 0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f680156fa395a72f19c164e93862d822f6f5dca0cc18f297d3dd087d59abdb6
4
- data.tar.gz: a2f28da51595a5de1605f40e4107ac0dd9bbf0063ab27bbbce29213d9638b0c7
3
+ metadata.gz: 666dbb222916dd61aa30c450c8dba4c0ba72104694c59f73311509c655e7e314
4
+ data.tar.gz: c14a2b2bfedd970aa8278d7d04e3f17612528317a0ca5ad3ef0747da09147a79
5
5
  SHA512:
6
- metadata.gz: 38d87e8cab761848a1d815b2efdbf8964448db3801ee51dcf11c4c618580da74a05297d83ed324929c4085e4be9a94840cb9181d7fa76559a6fc6dbd46faa4f0
7
- data.tar.gz: c2e3a7907f10f21afd3dd2f7ae8228645d1e8368545f66baf4d10e641cd5729a1f2026a031998779fe928860c4acbc1786b322a740c02c53bb436cbfc9a4b4b8
6
+ metadata.gz: 9c1d2f538b1e725d94459d79ddbcc68e42654e8188f4072e197e641b0e094a05961c6e49caa3cb273fb5ef19a8f09e8587d13746bc2593b89188d76eac6d811d
7
+ data.tar.gz: dc8b60572bd5a130274e60c7ceecc3094ff93804c29fd179457129ae3a789dd0d956ea24aaf88e8d70ce9096756280718d40a476620a17fabee71a47fa184cc8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- funktor (0.7.1)
4
+ funktor (0.7.2)
5
5
  activesupport
6
6
  aws-sdk-dynamodb (~> 1.62)
7
7
  aws-sdk-sqs (~> 1.37)
@@ -17,6 +17,14 @@ Resources:
17
17
  - dynamodb:*
18
18
  Resource:
19
19
  - "Fn::GetAtt": [ JobsTable, Arn ]
20
+ - Effect: Allow
21
+ Action:
22
+ - dynamodb:Query
23
+ Resource:
24
+ Fn::Join:
25
+ - ""
26
+ - - "Fn::GetAtt": [ JobsTable, Arn ]
27
+ - "/index/categoryIndex"
20
28
 
21
29
  IncomingJobQueueUserAccessKey:
22
30
  Type: AWS::IAM::AccessKey
@@ -17,6 +17,14 @@ Resources:
17
17
  - dynamodb:*
18
18
  Resource:
19
19
  - "Fn::GetAtt": [ JobsTable, Arn ]
20
+ - Effect: Allow
21
+ Action:
22
+ - dynamodb:Query
23
+ Resource:
24
+ Fn::Join:
25
+ - ""
26
+ - - "Fn::GetAtt": [ JobsTable, Arn ]
27
+ - "/index/categoryIndex"
20
28
 
21
29
  IncomingJobQueueUserAccessKey:
22
30
  Type: AWS::IAM::AccessKey
@@ -1,3 +1,3 @@
1
1
  module Funktor
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funktor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Green