Skip to content
Open
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.2.9"
".": "1.2.10"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.2.10 (2026-02-04)

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

### Chores

* **docs:** remove www prefix ([841bc2a](https://github.com/OneBusAway/ruby-sdk/commit/841bc2a4d51efcbf4c1860ecf0a2a4ae194730a9))

## 1.2.9 (2026-02-03)

Full Changelog: [v1.2.8...v1.2.9](https://github.com/OneBusAway/ruby-sdk/compare/v1.2.8...v1.2.9)
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ If you’d like to use the repository from source, you can either install from g
To install via git in your `Gemfile`:

```ruby
gem "onebusaway-sdk", git: "https://www.github.com/OneBusAway/ruby-sdk"
gem "onebusaway-sdk", git: "https://github.com/OneBusAway/ruby-sdk"
```

Alternatively, reference local copy of the repo:

```bash
$ git clone -- 'https://www.github.com/OneBusAway/ruby-sdk' '<path-to-repo>'
$ git clone -- 'https://github.com/OneBusAway/ruby-sdk' '<path-to-repo>'
```

```ruby
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.2.9)
onebusaway-sdk (1.2.10)
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.2.9"
gem "onebusaway-sdk", "~> 1.2.10"
```

<!-- x-release-please-end -->
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.2.9"
VERSION = "1.2.10"
end