onebusaway-sdk 1.0.5 → 1.0.6

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: 6cf135b50178c6dcdd74833c60496889b65e49c2c85242cc2f8803f4f735a513
4
- data.tar.gz: 8e7d6c0fbaa6b86a27ab66933621c070d8f6dc58838ec21652010ab0821c2636
3
+ metadata.gz: 8196e7bca2f7d4276e4ccde0af2bb59545708e628e62003c5c5ffaab2e52f442
4
+ data.tar.gz: f1c24942b576db3ffc526de4a655f52d7b3190e0f578a06db3db6287de8e0264
5
5
  SHA512:
6
- metadata.gz: c86aede15f8c1ca8ec3eb1b411967503aeb4e5f52ffa2ed641a1bc0bd8437f562ecec5a569eddc9ce51ca90ce67c83c64619bbc8ce67003cccb7b6e14f04249a
7
- data.tar.gz: 543291bb6114e21771bd03d91bdbb4c44a2f68e4a822bedf31bcb5716309921dd442e09577746485ef4289040f0bf21d14dee8857648972433ea1358fe1d7358
6
+ metadata.gz: ee7e8b77eba1427bf23a76dd5e1921740d160ba95b273e7a02c029ed60ad711858dfc4080dadebd7c260cd1096570905b207f341a9b11a66f683cda1635d6d29
7
+ data.tar.gz: 5f94bce706290ef1f15d959a8b054879564d3e624f5b5e7cde3cfe2966ba9c4d29bef7878a0987025c67f66595591cbe6510cfd253038bc1f419cf7f801ed7a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.6 (2025-06-06)
4
+
5
+ Full Changelog: [v1.0.5...v1.0.6](https://github.com/OneBusAway/ruby-sdk/compare/v1.0.5...v1.0.6)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** version bump ([d87adf0](https://github.com/OneBusAway/ruby-sdk/commit/d87adf0fcf9fc4d307ad7c95d50ad5f8307a3fdc))
10
+
3
11
  ## 1.0.5 (2025-06-05)
4
12
 
5
13
  Full Changelog: [v1.0.4...v1.0.5](https://github.com/OneBusAway/ruby-sdk/compare/v1.0.4...v1.0.5)
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.5"
20
+ gem "onebusaway-sdk", "~> 1.0.6"
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.5"
4
+ VERSION = "1.0.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onebusaway-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Onebusaway SDK