torn_ruby 1.0.0.beta → 1.0.1.beta

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: 634648b6a0f1b778a74732e842844962d03e5465e2370a1609b8d1e252169c68
4
- data.tar.gz: 7a6dab61ee4e8baa1104e02e4d9aa34f056bb42f6b68b4befd2d6339002b3325
3
+ metadata.gz: bf1168a05ee032a581d00e8188c2f53ab677a02c828cf6ec8320b68e48b4c220
4
+ data.tar.gz: 33188bb3d07fb5c107dfb9c7ca9a84d476f7f2389e4a2f976dff5677fca0565c
5
5
  SHA512:
6
- metadata.gz: 1a60fc569c524c38d77190d59d0b1dc33160e55d1ffc9cfe84edac921a5b0ef6794a226ce696b342a13d8905d973b103f8376c6fd97c27bfdc649dfa8b7d6031
7
- data.tar.gz: b015d5e1d740f647529856a4794a1d454bcef39ebdc6dc873578c0d49e124295c14ac3c746df4cefb82c411aff7884cd9e125292970257cd882014f7f511dbb6
6
+ metadata.gz: 9a2fc12525e4c16a927c0772301572906098f611fcca87433998e954e1f31cb4dab5b92b653f396560825e17de875e3ffab4b4557f294dfeac416cf2d62e82a6
7
+ data.tar.gz: 15942273fcc790da47b136513824d9c8dfb84e27c98f1bbb18b562b6cc8acda2433281a9de0c0cbfaf6be6d60d15afbc71c4c1d1668df0d402735adf55b4a697
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TornRuby
4
- VERSION = "1.0.0.beta"
4
+ VERSION = "1.0.1.beta"
5
5
  end
data/torn_ruby.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "A Ruby gem for interacting with the Torn City API, providing easy access to" \
12
12
  "game data and functionality."
13
- spec.description = "A Ruby gem that provides a convenient wrapper around the Torn City API." \
13
+ spec.description = "A Ruby gem that provides a convenient wrapper around the Torn City API. " \
14
14
  "Ideal for developers looking to integrate Torn City data into Ruby applications."
15
15
 
16
16
  spec.homepage = "https://github.com/ibramsterdam/torn_ruby"
@@ -19,6 +19,13 @@ Gem::Specification.new do |spec|
19
19
  spec.required_ruby_version = ">= 3.1.0"
20
20
 
21
21
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
22
+ spec.metadata = {
23
+ "homepage_uri" => spec.homepage,
24
+ "source_code_uri" => "https://github.com/ibramsterdam/torn_ruby",
25
+ "changelog_uri" => "https://github.com/ibramsterdam/torn_ruby/blob/main/CHANGELOG.md",
26
+ "documentation_uri" => "https://github.com/ibramsterdam/torn_ruby#readme",
27
+ "bug_tracker_uri" => "https://github.com/ibramsterdam/torn_ruby/issues"
28
+ }
22
29
 
23
30
  # Specify which files should be added to the gem when it is released.
24
31
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torn_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta
4
+ version: 1.0.1.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bram
@@ -37,8 +37,8 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0.15'
40
- description: A Ruby gem that provides a convenient wrapper around the Torn City API.Ideal
41
- for developers looking to integrate Torn City data into Ruby applications.
40
+ description: A Ruby gem that provides a convenient wrapper around the Torn City API.
41
+ Ideal for developers looking to integrate Torn City data into Ruby applications.
42
42
  email:
43
43
  - bramjanssen@hey.com
44
44
  executables: []
@@ -107,7 +107,11 @@ homepage: https://github.com/ibramsterdam/torn_ruby
107
107
  licenses:
108
108
  - MIT
109
109
  metadata:
110
- allowed_push_host: https://rubygems.org
110
+ homepage_uri: https://github.com/ibramsterdam/torn_ruby
111
+ source_code_uri: https://github.com/ibramsterdam/torn_ruby
112
+ changelog_uri: https://github.com/ibramsterdam/torn_ruby/blob/main/CHANGELOG.md
113
+ documentation_uri: https://github.com/ibramsterdam/torn_ruby#readme
114
+ bug_tracker_uri: https://github.com/ibramsterdam/torn_ruby/issues
111
115
  rdoc_options: []
112
116
  require_paths:
113
117
  - lib