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 +4 -4
- data/lib/torn_ruby/version.rb +1 -1
- data/torn_ruby.gemspec +8 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf1168a05ee032a581d00e8188c2f53ab677a02c828cf6ec8320b68e48b4c220
|
4
|
+
data.tar.gz: 33188bb3d07fb5c107dfb9c7ca9a84d476f7f2389e4a2f976dff5677fca0565c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a2fc12525e4c16a927c0772301572906098f611fcca87433998e954e1f31cb4dab5b92b653f396560825e17de875e3ffab4b4557f294dfeac416cf2d62e82a6
|
7
|
+
data.tar.gz: 15942273fcc790da47b136513824d9c8dfb84e27c98f1bbb18b562b6cc8acda2433281a9de0c0cbfaf6be6d60d15afbc71c4c1d1668df0d402735adf55b4a697
|
data/lib/torn_ruby/version.rb
CHANGED
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.
|
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.
|
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
|
-
|
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
|