elephant_in_the_room-the_one_api_sdk 2.0.1 → 2.0.2
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/Gemfile.lock +1 -1
- data/README.md +1 -3
- data/lib/elephant_in_the_room/the_one_api_sdk/version.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c53e63b5d7fb00f32a47a9fa9424864137c63da0354540eafbefdbec53a6d4a
|
4
|
+
data.tar.gz: 53b2d9c64a405b6af4d13d2ddc2b3d1a8a49de40ba56179141941b283a9c2ace
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbef5a0b7dae39abe4f046a44ba07990371e9ca3a975dd9ccca4c1a1c2f3989cbc6bd6e9febe9bc5765205cb0854a86b15409a31284fa520b90da1d676b82620
|
7
|
+
data.tar.gz: 55dbe928ee6f76209e9c1876234776d64976f4e2077d475d7f4d090a18a981f25a66ee237384fa5c907478d39ba41fc2abb62f10cda3e7326c6b4b431a830ede
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -54,9 +54,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
|
|
54
54
|
|
55
55
|
## Release
|
56
56
|
|
57
|
-
|
58
|
-
|
59
|
-
To manually release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
57
|
+
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
60
58
|
|
61
59
|
## Contributing
|
62
60
|
|
metadata
CHANGED
@@ -1,14 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elephant_in_the_room-the_one_api_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Taylor
|
8
|
+
autorequire:
|
8
9
|
bindir: exe
|
9
10
|
cert_chain: []
|
10
11
|
date: 2025-03-04 00:00:00.000000000 Z
|
11
12
|
dependencies: []
|
13
|
+
description:
|
12
14
|
email:
|
13
15
|
- mwtaylor@users.noreply.github.com
|
14
16
|
executables: []
|
@@ -51,6 +53,7 @@ licenses:
|
|
51
53
|
metadata:
|
52
54
|
rubygems_mfa_required: 'true'
|
53
55
|
github_repo: https://github.com/mwtaylor/TheOneApiRubySDK
|
56
|
+
post_install_message:
|
54
57
|
rdoc_options: []
|
55
58
|
require_paths:
|
56
59
|
- lib
|
@@ -65,7 +68,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
68
|
- !ruby/object:Gem::Version
|
66
69
|
version: '0'
|
67
70
|
requirements: []
|
68
|
-
rubygems_version: 3.
|
71
|
+
rubygems_version: 3.5.11
|
72
|
+
signing_key:
|
69
73
|
specification_version: 4
|
70
74
|
summary: SDK for The One API to return data about The Lord of the Rings
|
71
75
|
test_files: []
|