elasticgraph-indexer_lambda 1.0.1 → 1.0.3.rc1

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: 49516b8b96bb67bcf8d05a50d001da81daf41c1917e3ab24297943db64614c74
4
- data.tar.gz: ef4dd620eeb509c4effda57101d92cc615a7d5780bd4d2f34799f56bb075f853
3
+ metadata.gz: 4abbdbcc58a561aee26a0b6fa15f947eeb2bf3c33b6227996fa66980890e7d43
4
+ data.tar.gz: d033e3c87b69dcf52106b13c1ef20719d68a64fcb89a796f92f1a4d1e6b752d4
5
5
  SHA512:
6
- metadata.gz: 1c36340ecb03af10ccc2d5093f778c0608415ca8e5ce319eba4d3da1bf79022c1c4b23735c2b0ef22271ccf71064d38383f76f3466e95aedf49b0d95e6736738
7
- data.tar.gz: 4cbaeadc8a1cd2e52fb2e8a614f5ae290513524e46cf620627ec999dbb2a9f076ed7d938be8dc6b4c1aae0513fc2bf8a6ec544fc43e32f83712095a5c2e06263
6
+ metadata.gz: b586e97e6ee3de588e9b11d91d0769ec5dc8b8cde13bcc193c2be838f7c871d2fc66cc47fc1f73dd0cd03be69f9059e0652b1fda9ee65157cc5cf059c8f3306b
7
+ data.tar.gz: 8db720e820004d30c37089c920742ee580333604f8ec90346cd2f7d259125b8057e43a8064cdbaab35e8f568ea407e264baf91b6807c6f835d1f2a2f562840ed
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 - 2025 Block, Inc.
3
+ Copyright (c) 2024 - 2026 Block, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -23,6 +23,9 @@ graph LR;
23
23
  ox["ox"];
24
24
  elasticgraph-indexer_lambda --> ox;
25
25
  class ox externalGemStyle;
26
+ elasticgraph-warehouse_lambda["elasticgraph-warehouse_lambda"];
27
+ elasticgraph-warehouse_lambda --> elasticgraph-indexer_lambda;
28
+ class elasticgraph-warehouse_lambda otherEgGemStyle;
26
29
  click aws-sdk-s3 href "https://rubygems.org/gems/aws-sdk-s3" "Open on RubyGems.org" _blank;
27
30
  click ox href "https://rubygems.org/gems/ox" "Open on RubyGems.org" _blank;
28
31
  ```
@@ -1,4 +1,4 @@
1
- # Copyright 2024 - 2025 Block, Inc.
1
+ # Copyright 2024 - 2026 Block, Inc.
2
2
  #
3
3
  # Use of this source code is governed by an MIT-style
4
4
  # license that can be found in the LICENSE file or at
@@ -1,4 +1,4 @@
1
- # Copyright 2024 - 2025 Block, Inc.
1
+ # Copyright 2024 - 2026 Block, Inc.
2
2
  #
3
3
  # Use of this source code is governed by an MIT-style
4
4
  # license that can be found in the LICENSE file or at
@@ -1,4 +1,4 @@
1
- # Copyright 2024 - 2025 Block, Inc.
1
+ # Copyright 2024 - 2026 Block, Inc.
2
2
  #
3
3
  # Use of this source code is governed by an MIT-style
4
4
  # license that can be found in the LICENSE file or at
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticgraph-indexer_lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myron Marston
@@ -17,48 +17,42 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 1.0.1
20
+ version: 1.0.3.rc1
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 1.0.1
27
+ version: 1.0.3.rc1
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: elasticgraph-lambda_support
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 1.0.1
34
+ version: 1.0.3.rc1
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 1.0.1
41
+ version: 1.0.3.rc1
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: aws-sdk-s3
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: '1.196'
49
- - - ">="
50
- - !ruby/object:Gem::Version
51
- version: 1.196.1
48
+ version: '1.212'
52
49
  type: :runtime
53
50
  prerelease: false
54
51
  version_requirements: !ruby/object:Gem::Requirement
55
52
  requirements:
56
53
  - - "~>"
57
54
  - !ruby/object:Gem::Version
58
- version: '1.196'
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: 1.196.1
55
+ version: '1.212'
62
56
  - !ruby/object:Gem::Dependency
63
57
  name: ox
64
58
  requirement: !ruby/object:Gem::Requirement
@@ -95,10 +89,10 @@ licenses:
95
89
  - MIT
96
90
  metadata:
97
91
  bug_tracker_uri: https://github.com/block/elasticgraph/issues
98
- changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.1
99
- documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.1/
92
+ changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.3.rc1
93
+ documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.3.rc1/
100
94
  homepage_uri: https://block.github.io/elasticgraph/
101
- source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.1/elasticgraph-indexer_lambda
95
+ source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.3.rc1/elasticgraph-indexer_lambda
102
96
  gem_category: lambda
103
97
  rdoc_options: []
104
98
  require_paths:
@@ -110,14 +104,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
104
  version: '3.4'
111
105
  - - "<"
112
106
  - !ruby/object:Gem::Version
113
- version: '3.5'
107
+ version: '4.1'
114
108
  required_rubygems_version: !ruby/object:Gem::Requirement
115
109
  requirements:
116
110
  - - ">="
117
111
  - !ruby/object:Gem::Version
118
112
  version: '0'
119
113
  requirements: []
120
- rubygems_version: 3.6.9
114
+ rubygems_version: 4.0.3
121
115
  specification_version: 4
122
116
  summary: Adapts elasticgraph-indexer to run in an AWS Lambda.
123
117
  test_files: []