onebusaway-sdk 1.0.11 → 1.0.13

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: b491b43523c04dc8afe88602d5463c04fef52d0ae1720b9512ece8b31ac02361
4
- data.tar.gz: d64fb32161714d3170bfcd16ebffd649f6a9cc3b5dc7fb37ce40b37bbde22e81
3
+ metadata.gz: a90e7714f283e18f4f5ae9bc92582cdbffce0e96306dc0e907c1e7f220a968ce
4
+ data.tar.gz: d5a2cac034bdb0b8dc728cb148abbf128747854b23af4fb398597118247de082
5
5
  SHA512:
6
- metadata.gz: 3a641000406182420b5e9bbabbb42d0bd2e62557c14363c169ed05c21df84a6ca91bb00faed386d6e9b5372f517491bd11bedb9163a90a83d5dcca326547fe6e
7
- data.tar.gz: b1af1566c8da91c01e469914057240b39bb7c45f3a33cf06933e2e2d8097ad8e3e0019b7298524f9af6a3b310a61ce3f442eae308f57b2969d78acd25533f923
6
+ metadata.gz: d32ff35b556a52f51196b13a3ead86d2d34c372c40dd8796744e2d1fcf0fc208ee77df1f85447d4a82625a3b4ab07226149dfa4a07e42e52169d630cef7f9f58
7
+ data.tar.gz: de0d23d86597260d33a1d5fc32982ae965c4ee72fc91ee76e8fee66c59c63c4f88f7869659c6e28cf99051a55e15aae3618e66d96a12489c07c78119b0217b0c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.13 (2025-07-06)
4
+
5
+ Full Changelog: [v1.0.12...v1.0.13](https://github.com/OneBusAway/ruby-sdk/compare/v1.0.12...v1.0.13)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** version bump ([483abac](https://github.com/OneBusAway/ruby-sdk/commit/483abac62a1db08e3df87a4e692eb1010e50ba02))
10
+
11
+ ## 1.0.12 (2025-07-06)
12
+
13
+ Full Changelog: [v1.0.11...v1.0.12](https://github.com/OneBusAway/ruby-sdk/compare/v1.0.11...v1.0.12)
14
+
15
+ ### Chores
16
+
17
+ * **internal:** version bump ([8c09526](https://github.com/OneBusAway/ruby-sdk/commit/8c09526cb47b454989666e41a7f0ca22c64bdb4c))
18
+
3
19
  ## 1.0.11 (2025-07-05)
4
20
 
5
21
  Full Changelog: [v1.0.10...v1.0.11](https://github.com/OneBusAway/ruby-sdk/compare/v1.0.10...v1.0.11)
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.11"
20
+ gem "onebusaway-sdk", "~> 1.0.13"
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.11"
4
+ VERSION = "1.0.13"
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.11
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Onebusaway SDK