Skip to content

Commit

Permalink
Version 0.4.11 - Add funding_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Nov 19, 2024
1 parent 9dd393c commit 26df2b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.4.11] - 2024-10-20

- Add `funding_uri` to gemspec.

## [0.4.10] - 2024-08-09

- Publish ActiveSupport notifications on rebalancing. Thanks @tjvc!
2 changes: 1 addition & 1 deletion lib/ranked-model/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RankedModel
VERSION = "0.4.10"
VERSION = "0.4.11"
end
2 changes: 2 additions & 0 deletions ranked-model.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Gem::Specification.new do |s|
s.description = %q{ranked-model is a modern row sorting library built for Rails 4.2+. It uses ARel aggressively and is better optimized than most other libraries.}
s.license = 'MIT'

s.metadata["funding_uri"] = "https://github.com/sponsors/brendon"

s.add_dependency "activerecord", ">= 5.2"
s.add_development_dependency "rspec", "~> 3"
s.add_development_dependency "rspec-its"
Expand Down

0 comments on commit 26df2b5

Please sign in to comment.