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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ac00ffeafe7eb2e54015df819e2f90b4ba0b1a4ba53115320ee102235862cdf
4
- data.tar.gz: 85852b3b735818b9ed04182ffb562c43e25a87d8a3d9813048c617bbc8905464
3
+ metadata.gz: 7c53e63b5d7fb00f32a47a9fa9424864137c63da0354540eafbefdbec53a6d4a
4
+ data.tar.gz: 53b2d9c64a405b6af4d13d2ddc2b3d1a8a49de40ba56179141941b283a9c2ace
5
5
  SHA512:
6
- metadata.gz: b6ebc3266be8b43664b40666ac71da980542b7bbf61dcdddbcfe97ea3315b5439ac6c348245e7c7726e5d913692fad704647831e46ca872af2adfec554ac5c69
7
- data.tar.gz: 5eca7f5dd8611ee142c920e45c3b6da683bfaa5a87036414c4cc7abb1ba86e843ccf3edfd0497a6bf922480fa5bda8a88fc21a9c78b9404628253ff6363e6238
6
+ metadata.gz: bbef5a0b7dae39abe4f046a44ba07990371e9ca3a975dd9ccca4c1a1c2f3989cbc6bd6e9febe9bc5765205cb0854a86b15409a31284fa520b90da1d676b82620
7
+ data.tar.gz: 55dbe928ee6f76209e9c1876234776d64976f4e2077d475d7f4d090a18a981f25a66ee237384fa5c907478d39ba41fc2abb62f10cda3e7326c6b4b431a830ede
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elephant_in_the_room-the_one_api_sdk (2.0.1)
4
+ elephant_in_the_room-the_one_api_sdk (2.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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
- This gem is released every time code is pushed to the main branch.
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ElephantInTheRoom
4
4
  module TheOneApiSdk
5
- VERSION = "2.0.1"
5
+ VERSION = "2.0.2"
6
6
  end
7
7
  end
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.1
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.6.2
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: []