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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0149173e6a70fddabed85fea62764af9c90d07a0b0144a83a3ad83db1daae650'
4
- data.tar.gz: 3757f76091036303ec8a5dae7461e966e790d1c224dab0ed46e013a0620d30a8
3
+ metadata.gz: 8cdf6316fc46c57ee6776e23f9bd642b4233cacf2104d2a2ad14f8b6960fc0c6
4
+ data.tar.gz: eedbc2fa39ddf5946dc401fca1f8fd8660acad8b6f41aa0aef1f441236531ff7
5
5
  SHA512:
6
- metadata.gz: 5eb33c6cc42390b5ca8a795c2ca76dccf4e28835be36809d5097e3b0b2a175d1e54fdb00708b715656007c60155f572e3d5910b6a74d845c8fce017681fc8e77
7
- data.tar.gz: 62a486aeff9d35fabec254359d6abef0b4da11a53ba4c91d5a257b079acd589cea899227bbc4aa8b493b09f918672f8cace09522be77deb94ef08ab4e1abe847
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/REPO/URL"
11
- SOURCE_CODE_URI = "https://github.com/REPO/URL"
12
- CHANGELOG_URI = "https://github.com/REPO/URL/blob/master/CHANGELOG.md"
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
@@ -1,3 +1,3 @@
1
1
  module MyGem
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
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'
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-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
@@ -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/REPO/URL
117
+ homepage: https://github.com/trophyso/trophy-ruby
118
118
  licenses: []
119
119
  metadata:
120
- homepage_uri: https://github.com/REPO/URL
121
- source_code_uri: https://github.com/REPO/URL
122
- changelog_uri: https://github.com/REPO/URL/blob/master/CHANGELOG.md
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: []