elasticgraph 1.0.2 → 1.1.0

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: 05316d985a3de99e66258fc18dbac82315ab1ed59efcdd488987d8c79e20d861
4
- data.tar.gz: e453bfaf615f9dd82cbef836382298c4077eecb35b0fc9f42c2979a9d963aaa9
3
+ metadata.gz: 6c5dfe48c332d607f2c45ae7fa5f80f402896de861c928b736b8e577ac4797e1
4
+ data.tar.gz: 38597db12ad46724011f566187bc2bf497db206b209c08f0911543b136ff8176
5
5
  SHA512:
6
- metadata.gz: 50182fadd04a6d4d30f1eacea765c5ce9a529181a07b3e1ac680ce76f7a0c3c3160039a2c0b5dceae737ca1debd28e227f7fe4103a3b7c681ee4a7c39081b7d9
7
- data.tar.gz: 8d1a57e76975cc90fd72d198174ce900eb5c2140b6b1d8473973376723ef95867b23279a5423a135415a4c7a972c37d6e9e31e773a9fc0c3f85f02aa847d47d7
6
+ metadata.gz: 32ed253f69b4337e2d8a7f8b604d79735c7e19278adf2b539ae05b5f9104084fd58bacfabc324082a40840c6f1d4cc4d5405ee99bba4d9de6d7d440f82c32863
7
+ data.tar.gz: 959de6ce5d8893b3dc26d47cd9ccbf04da9722e4cc24b400b5c7e12a5a609b1ec3f17bbd6526628b01d3edfdd447ad0089af3e7f4e3e97d00755a1a51dc96cf2
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
@@ -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
@@ -104,7 +104,7 @@ module ElasticGraph
104
104
  end
105
105
 
106
106
  def ruby_major_minor
107
- "3.4"
107
+ "4.0"
108
108
  end
109
109
  end
110
110
 
@@ -1,5 +1,3 @@
1
- require "pathname"
2
-
3
1
  ElasticGraph.define_schema do |schema|
4
2
  # ElasticGraph will tell you when you need to bump this.
5
3
  schema.json_schema_version 1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myron Marston
@@ -17,28 +17,28 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 1.0.2
20
+ version: 1.1.0
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.1.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: thor
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '1.4'
34
+ version: '1.5'
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.4'
41
+ version: '1.5'
42
42
  email:
43
43
  - myron@squareup.com
44
44
  executables:
@@ -69,10 +69,10 @@ licenses:
69
69
  - MIT
70
70
  metadata:
71
71
  bug_tracker_uri: https://github.com/block/elasticgraph/issues
72
- changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.2
73
- documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.2/
72
+ changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.1.0
73
+ documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.1.0/
74
74
  homepage_uri: https://block.github.io/elasticgraph/
75
- source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.2/elasticgraph
75
+ source_code_uri: https://github.com/block/elasticgraph/tree/v1.1.0/elasticgraph
76
76
  gem_category: local
77
77
  rdoc_options: []
78
78
  require_paths:
@@ -84,14 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  version: '3.4'
85
85
  - - "<"
86
86
  - !ruby/object:Gem::Version
87
- version: '3.5'
87
+ version: '4.1'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubygems_version: 3.6.9
94
+ rubygems_version: 4.0.3
95
95
  specification_version: 4
96
96
  summary: Bootstraps ElasticGraph projects.
97
97
  test_files: []