Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.2"
".": "1.10.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 30
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-49611a380a238e29ad714c2f6d66a35ada42e3931d2aad2839afd1f13b585de1.yml
openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2
config_hash: ff7ff57d4c7f9c3f7a4f9bae39aa00e3
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-e8511c379642404d73fd2ff068f81d845054108160ccd58343021bbd0b444a37.yml
openapi_spec_hash: b8824d511c16ed314dc7cee996f4fd97
config_hash: c28ddf5b7754155603d9fd1c5fcaeeff
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.10.0 (2026-07-09)

Full Changelog: [v1.9.2...v1.10.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.9.2...v1.10.0)

### Features

* **api:** api update ([fa9ea74](https://github.com/OneBusAway/ruby-sdk/commit/fa9ea7441f856cbd02576178dc2ea3845fa6f457))

## 1.9.2 (2026-06-30)

Full Changelog: [v1.9.1...v1.9.2](https://github.com/OneBusAway/ruby-sdk/compare/v1.9.1...v1.9.2)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
onebusaway-sdk (1.9.2)
onebusaway-sdk (1.10.0)
cgi
connection_pool

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "onebusaway-sdk", "~> 1.9.2"
gem "onebusaway-sdk", "~> 1.10.0"
```

<!-- x-release-please-end -->
Expand Down
4 changes: 2 additions & 2 deletions lib/onebusaway_sdk/models/trips_for_location_list_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TripsForLocationListParams < OnebusawaySDK::Internal::Type::BaseModel

# @!attribute include_trip
# Whether to include full trip elements in the references section. Defaults to
# false.
# true.
#
# @return [Boolean, nil]
optional :include_trip, OnebusawaySDK::Internal::Type::Boolean
Expand All @@ -65,7 +65,7 @@ class TripsForLocationListParams < OnebusawaySDK::Internal::Type::BaseModel
#
# @param include_schedule [Boolean] Whether to include full schedule elements in the tripDetails section. Defaults t
#
# @param include_trip [Boolean] Whether to include full trip elements in the references section. Defaults to fal
# @param include_trip [Boolean] Whether to include full trip elements in the references section. Defaults to tru
#
# @param time [Integer] Specific time for the query. Defaults to the current time.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/onebusaway_sdk/resources/trips_for_location.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TripsForLocation
#
# @param include_schedule [Boolean] Whether to include full schedule elements in the tripDetails section. Defaults t
#
# @param include_trip [Boolean] Whether to include full trip elements in the references section. Defaults to fal
# @param include_trip [Boolean] Whether to include full trip elements in the references section. Defaults to tru
#
# @param time [Integer] Specific time for the query. Defaults to the current time.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/onebusaway_sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OnebusawaySDK
VERSION = "1.9.2"
VERSION = "1.10.0"
end
4 changes: 2 additions & 2 deletions rbi/onebusaway_sdk/models/trips_for_location_list_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module OnebusawaySDK
attr_writer :include_schedule

# Whether to include full trip elements in the references section. Defaults to
# false.
# true.
sig { returns(T.nilable(T::Boolean)) }
attr_reader :include_trip

Expand Down Expand Up @@ -78,7 +78,7 @@ module OnebusawaySDK
# to false.
include_schedule: nil,
# Whether to include full trip elements in the references section. Defaults to
# false.
# true.
include_trip: nil,
# Specific time for the query. Defaults to the current time.
time: nil,
Expand Down
2 changes: 1 addition & 1 deletion rbi/onebusaway_sdk/resources/trips_for_location.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module OnebusawaySDK
# to false.
include_schedule: nil,
# Whether to include full trip elements in the references section. Defaults to
# false.
# true.
include_trip: nil,
# Specific time for the query. Defaults to the current time.
time: nil,
Expand Down