Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ruby 3.2 and remove 2.4 #135

Merged
merged 14 commits into from
Sep 27, 2024
15 changes: 1 addition & 14 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby-version: 3.2
- ruby-version: 3.1
- ruby-version: 3.0
- ruby-version: 2.5
- ruby-version: 2.6
- ruby-version: 2.4
bundler-version: 1.17.3
gemfile: gemfiles/rails_4.gemfile
KinWang-2013 marked this conversation as resolved.
Show resolved Hide resolved
- ruby-version: 2.6
gemfile: gemfiles/rails_5.0.gemfile
- ruby-version: 2.6
gemfile: gemfiles/rails_5.1.gemfile
- ruby-version: 2.6
gemfile: gemfiles/rails_5.2.gemfile
- ruby-version: 2.6
gemfile: gemfiles/rails_6.0.gemfile
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

* [#131](https://github.com/radar/distance_of_time_in_words/pull/131): Deprecates `highest_measure_only`. Adds alternate form of `highest_measures` option to permit rounding up whatever part of the duration was previously silently discarded - [@seansfkelley](https://github.com/seansfkelley).
* [#133](https://github.com/radar/distance_of_time_in_words/pull/133): Test on Ruby 3.0 and 3.1 - [@dblock](https://github.com/dblock).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Add support for Ruby 3.2 - [@KinWang-2013](https://github.com/KinWang-2013).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Remove support for Ruby 2.4 and Rails 4 - [@KinWang-2013](https://github.com/KinWang-2013).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Remove support for Ruby 2.5 - [@KinWang-2013](https://github.com/KinWang-2013).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Remove support for Ruby 2.6 and Rails 5 and 6 - [@KinWang-2013](https://github.com/KinWang-2013).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Remove support for Ruby 3.0 - [@KinWang-2013](https://github.com/KinWang-2013).
* Your contribution here.

## 5.3.3 (2022/04/25)
Expand Down
9 changes: 0 additions & 9 deletions gemfiles/rails_4.gemfile

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/rails_5.0.gemfile

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/rails_5.1.gemfile

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/rails_5.2.gemfile

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/rails_6.0.gemfile

This file was deleted.

Loading