graphiti 1.7.2 → 1.7.3

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: 0ef6f59bab6be83f8be9f2dd2f2350d49abac04ad0ca7338bb1d52aa88cec27d
4
- data.tar.gz: 2c904533a08f64faa13b5aed12467da757c87ed842ba8680ecf86052ddd37e86
3
+ metadata.gz: c7874f65f873c3cf6217899d42cedad8cf3fc69645195ed4c3899e289b354a17
4
+ data.tar.gz: 622ad37d76ce90489a1d4f241a594bb00b57bf918070e7af6884a0ac6e92c879
5
5
  SHA512:
6
- metadata.gz: f30b06bb304bef743ce7926df28187f8772b5c803e8407c7cacaa810cff9ac9880046efa8c73f3d2e911a9088f04ca613fd32e7a1e1c3f41ae755b68cc25a4f3
7
- data.tar.gz: 13b6980e5be70675eabed5cf9d799a02281072abf93e35cc8a0266d58adf1d029d7e114394ba973a1e5531ab66d7f091ecaa97005dd001cb320ca1e3961d9146
6
+ metadata.gz: 8ea3416f5e0294bf72513b2452b499ab8010619a0cc3bc9a1fee7c69efc2dcd2f71bb22d5a7c9f624d993fa1f957fbf0ea90e5abcdd033e4deacb3d0199f4987
7
+ data.tar.gz: b01d4ff3035bd62cf77e41f4550a6060a9731f2a4ce19b57071e5cbbfffd1aa093e4504c9ee9f7834e93c835c184f365e8f8fcf1b7e33f688df23de2159de27d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  graphiti changelog
2
2
 
3
+ ## [1.7.3](https://github.com/graphiti-api/graphiti/compare/v1.7.2...v1.7.3) (2024-06-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * require OpenStruct explicitly ([#475](https://github.com/graphiti-api/graphiti/issues/475)) ([e0fa18a](https://github.com/graphiti-api/graphiti/commit/e0fa18a8d7f051e385e6e081f79f2ecae92a9260))
9
+
3
10
  ## [1.7.2](https://github.com/graphiti-api/graphiti/compare/v1.7.1...v1.7.2) (2024-06-11)
4
11
 
5
12
 
@@ -1,3 +1,3 @@
1
1
  module Graphiti
2
- VERSION = "1.7.2"
2
+ VERSION = "1.7.3"
3
3
  end
data/lib/graphiti.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require "json"
2
2
  require "forwardable"
3
3
  require "uri"
4
+ require "ostruct" unless defined?(::OpenStruct)
4
5
 
5
6
  require "active_support/version"
6
7
  require "active_support/deprecation"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-11 00:00:00.000000000 Z
11
+ date: 2024-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jsonapi-serializable