onebusaway-sdk 1.12.0 → 1.13.0

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: 32158c317529e1bffe5e2c5b0a22d0e8b22c118d9bd5c4c47e8758adc32c0750
4
- data.tar.gz: 403c660c907d369059aa480b61dda6f8e8d4ec324056a95f55b8da497ad8b07f
3
+ metadata.gz: 5f41e966eb64877033036810bfa899ed6fd28272223c140e935d3837383932eb
4
+ data.tar.gz: 2a4fdd5036b568d65fc2b34756362e9ead84a05430b181eeb7f3c31470adfb25
5
5
  SHA512:
6
- metadata.gz: 12362d0dd0a703bf92020bd8b031e1cc62ab661e6647140a2081f21b675bca82c9e4aef332edc341e6129dc895ae500ff4797af77d048c5b8c451197c19c2281
7
- data.tar.gz: 2b5b5b446904a7e8f3e812334c10190fadcdb6a26ab24e178081c1b56e52102a6f7cfa7a8af5669aae5dff1c9ff7258a93ea7772c845e1cdd1af90b9e98c3968
6
+ metadata.gz: c4c4f3e545945cabf3dc8064895902662bd02dacc3dc41ffc1bd834e26bee59a47012b24f2bfb3f870da43529ce3319c6b1af9b532bd0b3ad5e25161a94453d1
7
+ data.tar.gz: 63366eae4944642aad9fb12b5a0a7bc9dad5e856c119debab6a6eba5027295106d40ff9c0911e0eb52b79d46ff189d7ef29041d425ee6b45988be16127520166
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.13.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.12.0...v1.13.0) (2026-08-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * initial stlc build ([98cc256](https://github.com/OneBusAway/ruby-sdk/commit/98cc25681f39cd4da9916c3996b465fb3ba186cf))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add release-please config to all targets ([3b6da9a](https://github.com/OneBusAway/ruby-sdk/commit/3b6da9aec58d815e1fb8734785effe636f1fd239))
14
+ * update agency endpoint description ([7a4c8ba](https://github.com/OneBusAway/ruby-sdk/commit/7a4c8ba96152f9b5c1ff1b7bf39bb8f22658bbed))
15
+
16
+
17
+ ### Chores
18
+
19
+ * add stlc promote and sync workflows ([1e524b5](https://github.com/OneBusAway/ruby-sdk/commit/1e524b5e086580f468e1a53d66a1b56e307f0f4a))
20
+
3
21
  ## 1.12.0 (2026-07-18)
4
22
 
5
23
  Full Changelog: [v1.11.0...v1.12.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.11.0...v1.12.0)
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.12.0"
20
+ gem "onebusaway-sdk", "~> 1.13.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -3,7 +3,7 @@
3
3
  module OnebusawaySDK
4
4
  module Resources
5
5
  class Agency
6
- # Retrieve information for a specific transit agency identified by its unique ID.
6
+ # Retrieve information for a specific transit agency identified by its ID.
7
7
  #
8
8
  # @overload retrieve(agency_id, request_options: {})
9
9
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OnebusawaySDK
4
- VERSION = "1.12.0"
4
+ VERSION = "1.13.0"
5
5
  end
@@ -3,7 +3,7 @@
3
3
  module OnebusawaySDK
4
4
  module Resources
5
5
  class Agency
6
- # Retrieve information for a specific transit agency identified by its unique ID.
6
+ # Retrieve information for a specific transit agency identified by its ID.
7
7
  sig do
8
8
  params(
9
9
  agency_id: String,
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.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Onebusaway SDK
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-20 00:00:00.000000000 Z
11
+ date: 2026-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi