elasticgraph-indexer_lambda 1.0.2 → 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: 5273432995bfe74c2f487f061367a0829cc5a41d07e113270f2b9e96413db879
4
- data.tar.gz: ef4dd620eeb509c4effda57101d92cc615a7d5780bd4d2f34799f56bb075f853
3
+ metadata.gz: 4abbdbcc58a561aee26a0b6fa15f947eeb2bf3c33b6227996fa66980890e7d43
4
+ data.tar.gz: d033e3c87b69dcf52106b13c1ef20719d68a64fcb89a796f92f1a4d1e6b752d4
5
5
  SHA512:
6
- metadata.gz: 4b2b8a6c4ca56e6b2e486d2e1c3330cb9bf17c73cf2b3621c756aabf500b4d9ceb3b69ad69a0a7ba8b190edb9305cad9e49bca20f78f0673e21d7c328773a437
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.2
4
+ version: 1.0.3.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myron Marston
@@ -17,42 +17,42 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 1.0.2
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.2
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.2
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.2
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.199'
48
+ version: '1.212'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
- version: '1.199'
55
+ version: '1.212'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: ox
58
58
  requirement: !ruby/object:Gem::Requirement
@@ -89,10 +89,10 @@ licenses:
89
89
  - MIT
90
90
  metadata:
91
91
  bug_tracker_uri: https://github.com/block/elasticgraph/issues
92
- changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.2
93
- documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.2/
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/
94
94
  homepage_uri: https://block.github.io/elasticgraph/
95
- source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.2/elasticgraph-indexer_lambda
95
+ source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.3.rc1/elasticgraph-indexer_lambda
96
96
  gem_category: lambda
97
97
  rdoc_options: []
98
98
  require_paths:
@@ -104,14 +104,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
104
  version: '3.4'
105
105
  - - "<"
106
106
  - !ruby/object:Gem::Version
107
- version: '3.5'
107
+ version: '4.1'
108
108
  required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  requirements:
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
113
  requirements: []
114
- rubygems_version: 3.6.9
114
+ rubygems_version: 4.0.3
115
115
  specification_version: 4
116
116
  summary: Adapts elasticgraph-indexer to run in an AWS Lambda.
117
117
  test_files: []