From 841bc2a4d51efcbf4c1860ecf0a2a4ae194730a9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 07:11:39 +0000 Subject: [PATCH 1/2] chore(docs): remove www prefix --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3468d937..bfe3c0d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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' '' +$ git clone -- 'https://github.com/OneBusAway/ruby-sdk' '' ``` ```ruby From 3b7a917defb62f93119bed036a60926acaaf3663 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 07:12:01 +0000 Subject: [PATCH 2/2] release: 1.2.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/onebusaway_sdk/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d58a589..afadec29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.9" + ".": "1.2.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d03c5610..63c37767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 705bbcfb..bb70495f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - onebusaway-sdk (1.2.9) + onebusaway-sdk (1.2.10) cgi connection_pool diff --git a/README.md b/README.md index 8f73417e..476b1126 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "onebusaway-sdk", "~> 1.2.9" +gem "onebusaway-sdk", "~> 1.2.10" ``` diff --git a/lib/onebusaway_sdk/version.rb b/lib/onebusaway_sdk/version.rb index df299505..05d63a7d 100644 --- a/lib/onebusaway_sdk/version.rb +++ b/lib/onebusaway_sdk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OnebusawaySDK - VERSION = "1.2.9" + VERSION = "1.2.10" end