onebusaway-sdk 1.0.8 → 1.0.9

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: cd6c45e5984494973169c3532e5020a97abe54feb6c2d526f547a4a63557b9b1
4
- data.tar.gz: 592b70cb18d02e8301fa93874d37b27e591c073e00196ed4617d60c04cd2ab6a
3
+ metadata.gz: f0da03fd73aacef89f8b847f4ac04c81161552a6b6a09467c62c1b33f6d4500e
4
+ data.tar.gz: f95248ab95283da44e327c7302ce0657a86771b100c9e251a315d70a61fdb969
5
5
  SHA512:
6
- metadata.gz: 0f86660ab1a97f514e151d982b8b6134d4edb583e95a6c88216f5274f5c4c769d560683b45b1c56bd4ef8fbbf558b793fecf0ff4534db843fd5bb75fd07d09f8
7
- data.tar.gz: 86de9af710d48f585761fe2d7c886adbc5dc29b1839384174f3127e9f307f9a9f232b34e76fb125cc4be00af80482a5373a78bf21c5f02b1faa68b9ad6124f1c
6
+ metadata.gz: ddeddfc4d3632e8cd9df91fa3c2b9e1f7b34ed4f71f94a2e52b9b5e212955ffa5382fd0ff7df3adcdff0c3ae04555e0570ed469b787870d135be3d1f2eec03a6
7
+ data.tar.gz: 8a652d8214cf2fd0f7a20c89e3c1bdd9f14f39f3695bab655ee7293f172ee379076371d709907f0245a6f0149eca63c5a21cccc85c97aafe43a32814d8c853fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.9 (2025-06-27)
4
+
5
+ Full Changelog: [v1.0.8...v1.0.9](https://github.com/OneBusAway/ruby-sdk/compare/v1.0.8...v1.0.9)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **ci:** release-doctor — report correct token name ([9c550bf](https://github.com/OneBusAway/ruby-sdk/commit/9c550bf5cff1eee21ffa66565ee5245e099f6a28))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** version bump ([0249814](https://github.com/OneBusAway/ruby-sdk/commit/02498140d38148e79738af88f5794f19949127ad))
15
+
3
16
  ## 1.0.8 (2025-06-18)
4
17
 
5
18
  Full Changelog: [v1.0.7...v1.0.8](https://github.com/OneBusAway/ruby-sdk/compare/v1.0.7...v1.0.8)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "onebusaway-sdk", "~> 1.0.8"
20
+ gem "onebusaway-sdk", "~> 1.0.9"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OnebusawaySDK
4
- VERSION = "1.0.8"
4
+ VERSION = "1.0.9"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onebusaway-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Onebusaway SDK
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-20 00:00:00.000000000 Z
11
+ date: 2025-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool