trophy_api_client 0 → 0.1.10
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 +4 -4
- data/lib/gemconfig.rb +7 -7
- data/lib/trophy_api_client/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cdf6316fc46c57ee6776e23f9bd642b4233cacf2104d2a2ad14f8b6960fc0c6
|
4
|
+
data.tar.gz: eedbc2fa39ddf5946dc401fca1f8fd8660acad8b6f41aa0aef1f441236531ff7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 623563457f6fe95af01c6238ae5e7c9e2dd955502a61526af21a8f33b777d243e6eeb15009346304d175cdaf79810b6024765d8d659b02561d5f5e07f6e51b17
|
7
|
+
data.tar.gz: fee8407072860c3010417370a4a74764402f9090973968beaf362b11d41e54ee8819ec805a6879d2f602cb3bf5fc03193e7dd9a396dc2cc38d63662b3d87334a
|
data/lib/gemconfig.rb
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
|
3
3
|
module TrophyApiClient
|
4
4
|
module Gemconfig
|
5
|
-
VERSION = ""
|
6
|
-
AUTHORS = [""].freeze
|
5
|
+
VERSION = "0.1.10"
|
6
|
+
AUTHORS = ["Trophy Labs, Inc"].freeze
|
7
7
|
EMAIL = ""
|
8
|
-
SUMMARY = ""
|
9
|
-
DESCRIPTION = ""
|
10
|
-
HOMEPAGE = "https://github.com/
|
11
|
-
SOURCE_CODE_URI = "https://github.com/
|
12
|
-
CHANGELOG_URI = "https://github.com/
|
8
|
+
SUMMARY = "Ruby library for the Trophy API."
|
9
|
+
DESCRIPTION = "Ruby library for the Trophy API."
|
10
|
+
HOMEPAGE = "https://github.com/trophyso/trophy-ruby"
|
11
|
+
SOURCE_CODE_URI = "https://github.com/trophyso/trophy-ruby"
|
12
|
+
CHANGELOG_URI = "https://github.com/trophyso/trophy-ruby"
|
13
13
|
end
|
14
14
|
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:
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Trophy Labs, Inc
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-02-
|
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
|
@@ -89,7 +89,7 @@ dependencies:
|
|
89
89
|
- - "<"
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '3.0'
|
92
|
-
description:
|
92
|
+
description: Ruby library for the Trophy API.
|
93
93
|
email: ''
|
94
94
|
executables: []
|
95
95
|
extensions: []
|
@@ -114,12 +114,12 @@ files:
|
|
114
114
|
- lib/trophy_api_client/users/client.rb
|
115
115
|
- lib/trophy_api_client/version.rb
|
116
116
|
- lib/types_export.rb
|
117
|
-
homepage: https://github.com/
|
117
|
+
homepage: https://github.com/trophyso/trophy-ruby
|
118
118
|
licenses: []
|
119
119
|
metadata:
|
120
|
-
homepage_uri: https://github.com/
|
121
|
-
source_code_uri: https://github.com/
|
122
|
-
changelog_uri: https://github.com/
|
120
|
+
homepage_uri: https://github.com/trophyso/trophy-ruby
|
121
|
+
source_code_uri: https://github.com/trophyso/trophy-ruby
|
122
|
+
changelog_uri: https://github.com/trophyso/trophy-ruby
|
123
123
|
rdoc_options: []
|
124
124
|
require_paths:
|
125
125
|
- lib
|
@@ -136,5 +136,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
136
|
requirements: []
|
137
137
|
rubygems_version: 3.6.2
|
138
138
|
specification_version: 4
|
139
|
-
summary:
|
139
|
+
summary: Ruby library for the Trophy API.
|
140
140
|
test_files: []
|