trophy_api_client 0.1.9 → 0.1.11

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: 8555dba6b5598da6ecc00354d811d1f58228e4dfbdabf7de08d8bdf62969c292
4
- data.tar.gz: b3a1e7459f7ff699cc17a6ca742423c02207b09b3eb0667d0259af2cea344842
3
+ metadata.gz: 30f5b9ec9970efaac06b0ea5a0415dcfa29810f59623cc546a26fe46ac21f871
4
+ data.tar.gz: 3edb04630ac5f53c6abe310a14e16c92ce28d27a602828323bf6f1f5d5c04af2
5
5
  SHA512:
6
- metadata.gz: 8b82bccd7b26040190d83078afd64ee61c60d0a47c788597c5c4c1f850cf1d6f067635d19939371c07dd747fb7842269598e910797c91571ce9d8fd9d80e2224
7
- data.tar.gz: 9853dbf34e5b9c858e5b364f38a3d7a9c9cb3901514892f34d52e994b181bbc7ce105b68d3c97b8ad89a8586b06e4d4b7fdc2e6d9a37b2cd29818c0778acdaab
6
+ metadata.gz: 93689a2d7136a7a33e70db8c5471ce9e026be1605646713b65cdad7084b5bff6040ae25b517eb14d0c99f97a1fb38544c73b17fbb012ac0d6c536ffd681ef75d
7
+ data.tar.gz: fc92359c01a1b035f690a5a9b35e20fbd3dbcbb19a51581a763bd015f70d73dd8e4346247e92adc7daa7e9d536b50605f76c81f8fc7932630689c10aa8baab11
data/lib/gemconfig.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module TrophyApiClient
4
4
  module Gemconfig
5
- VERSION = "0.1.9"
5
+ VERSION = "0.1.11"
6
6
  AUTHORS = ["Trophy Labs, Inc"].freeze
7
7
  EMAIL = ""
8
8
  SUMMARY = "Ruby library for the Trophy API."
@@ -1,3 +1,3 @@
1
1
  module MyGem
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trophy_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trophy Labs, Inc
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-02-09 00:00:00.000000000 Z
10
+ date: 2025-02-11 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: async-http-faraday