halchemy 1.0.5 → 1.0.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/halchemy/version.rb +5 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dd3f79bb5a2f73f4b79dd138835a211febcfb627d1a20608e1a2ed81d6a4f30
4
- data.tar.gz: e228d136ae6ec38a4edabf90f37ea70bf6382f11ef47d9ee51371329bccc9339
3
+ metadata.gz: 15d6a8fab248e959a34042be28112fd6ef4c56aaa5b5f2929389348721dac57f
4
+ data.tar.gz: fe085d0f8c5383ef1ba77f4d314c6a566191339d1cd40c46738de0351d16431d
5
5
  SHA512:
6
- metadata.gz: 673f337aef6da5b24374367ff6aded12ef2d31f4736814f2b112e6122f49480f21737f303fba64ef4bdc1d6b8003d41465daec15adb6459e1ab98efd06382498
7
- data.tar.gz: 2639ee8b448e0fc4b9709a7fdce799bbd2a2e6db1412005961a27d8ecc84d73e36df68f293c681359f87fff5ed056cd4306eebbf6e5f54606865c1a74c4dc3ed
6
+ metadata.gz: a2726461d00e5fef9973b2200abfd5aa02fb7bb50f2759e4e73aa1ac105c025231a3b197031a9ba761946bce2b34c4de09d831606eb7c044397d527478ad2366
7
+ data.tar.gz: 31dd6174d9f58f734bcc0ac8451b8556718349a16fc415848b68f9700659609b2b218dd23e7374eec5bb52e1bf90cda017482db63cdc1c7d5b96652e57dccc9c
@@ -1,5 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Halchemy
4
- VERSION = "1.0.5"
4
+ VERSION = "1.0.9"
5
5
  end
6
+
7
+
8
+
9
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: halchemy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Ottoson
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-03-31 00:00:00.000000000 Z
10
+ date: 2026-05-26 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: Do you have an API that serves data following the HAL specification? The
13
13
  **halchemy** library makes it easy for your client to make the most of that API.