sports-odds-api 1.2.1 → 1.2.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: 5998e1297ea86de5c3ad47d9d64cca21359abfe2233844326e76e8ba135b0199
4
- data.tar.gz: 459abe87a5707a6fa08065ca1ac3a8e6a5b181f53866523efeeb4e0de9dda091
3
+ metadata.gz: f689a7b1270baa4209b9172d7de7ad334f3931c5dbb7e810724c01502cea09aa
4
+ data.tar.gz: f10d47f2bc573bfad258aaa4a14883e05e94e1fb343eaacc50f1ad842b967c59
5
5
  SHA512:
6
- metadata.gz: 0b4137f045f03a16f36eb03441b6bfc130e748f91dc58f9afe0ae613416429c06973fc914fc806837b00a2fc0f19185a882dbf04700a2d919f8898b80eac5456
7
- data.tar.gz: a5e1acd8a0afac84fac127d286f937b68de0cac3b89b009350c048954f704f7c743b4a4b7afddb3ee2b412c2aa7fccfa731b982768734245c3364876df2967e3
6
+ metadata.gz: 3a88d1344291e1d8bcc85d3414e38f1f9b16f2d23e9b8ce13ccef14637f5606c556de3054f6efcba69c0b97690fc24331816d16aa5022c7cd2c84ac42a8719de
7
+ data.tar.gz: 4ad9da993cb19e8a3ea0398ec730f46d4fb5c71032c69bb481c5900d0b7f7950500f545458b9b6d360ab94ab8c84df4efe232447a960d6163c4e552b0a3962af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.2 (2025-11-26)
4
+
5
+ Full Changelog: [v1.2.1...v1.2.2](https://github.com/SportsGameOdds/sports-odds-api-ruby/compare/v1.2.1...v1.2.2)
6
+
7
+ ### Chores
8
+
9
+ * explicitly require "base64" gem ([45d5be1](https://github.com/SportsGameOdds/sports-odds-api-ruby/commit/45d5be1f47fad8277c9480f60bb410f9f114ef0a))
10
+
3
11
  ## 1.2.1 (2025-11-05)
4
12
 
5
13
  Full Changelog: [v1.2.0...v1.2.1](https://github.com/SportsGameOdds/sports-odds-api-ruby/compare/v1.2.0...v1.2.1)
data/README.md CHANGED
@@ -26,7 +26,7 @@ The REST API documentation can be found on [sportsgameodds.com](https://sportsga
26
26
  Add to your application's `Gemfile`:
27
27
 
28
28
  ```ruby
29
- gem "sports-odds-api", "~> 1.2.1"
29
+ gem "sports-odds-api", "~> 1.2.2"
30
30
  ```
31
31
 
32
32
  Or install manually:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SportsOddsAPI
4
- VERSION = "1.2.1"
4
+ VERSION = "1.2.2"
5
5
  end
@@ -3,6 +3,7 @@
3
3
  # Standard libraries.
4
4
  # rubocop:disable Lint/RedundantRequireStatement
5
5
  require "English"
6
+ require "base64"
6
7
  require "cgi"
7
8
  require "date"
8
9
  require "erb"
data/manifest.yaml CHANGED
@@ -1,5 +1,6 @@
1
1
  dependencies:
2
2
  - English
3
+ - base64
3
4
  - cgi
4
5
  - date
5
6
  - erb
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sports-odds-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sports Game Odds
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-11 00:00:00.000000000 Z
11
+ date: 2025-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool