trophy_api_client 0 → 0.1.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/gemconfig.rb +7 -7
  3. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0149173e6a70fddabed85fea62764af9c90d07a0b0144a83a3ad83db1daae650'
4
- data.tar.gz: 3757f76091036303ec8a5dae7461e966e790d1c224dab0ed46e013a0620d30a8
3
+ metadata.gz: 8555dba6b5598da6ecc00354d811d1f58228e4dfbdabf7de08d8bdf62969c292
4
+ data.tar.gz: b3a1e7459f7ff699cc17a6ca742423c02207b09b3eb0667d0259af2cea344842
5
5
  SHA512:
6
- metadata.gz: 5eb33c6cc42390b5ca8a795c2ca76dccf4e28835be36809d5097e3b0b2a175d1e54fdb00708b715656007c60155f572e3d5910b6a74d845c8fce017681fc8e77
7
- data.tar.gz: 62a486aeff9d35fabec254359d6abef0b4da11a53ba4c91d5a257b079acd589cea899227bbc4aa8b493b09f918672f8cace09522be77deb94ef08ab4e1abe847
6
+ metadata.gz: 8b82bccd7b26040190d83078afd64ee61c60d0a47c788597c5c4c1f850cf1d6f067635d19939371c07dd747fb7842269598e910797c91571ce9d8fd9d80e2224
7
+ data.tar.gz: 9853dbf34e5b9c858e5b364f38a3d7a9c9cb3901514892f34d52e994b181bbc7ce105b68d3c97b8ad89a8586b06e4d4b7fdc2e6d9a37b2cd29818c0778acdaab
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.9"
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
metadata CHANGED
@@ -1,10 +1,10 @@
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.9
5
5
  platform: ruby
6
6
  authors:
7
- - ''
7
+ - Trophy Labs, Inc
8
8
  bindir: exe
9
9
  cert_chain: []
10
10
  date: 2025-02-09 00:00:00.000000000 Z
@@ -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: []