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: 2 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
> emmahsax: https://github.com/emmahsax/okcomputer/pull/19
* Add benchmark gem as a dependency.
> willnet: https://github.com/emmahsax/okcomputer/pull/16
* Fix homepage link on rubygems
> rmm5t: https://github.com/emmahsax/okcomputer/pull/20

#### v1.19.0
* Update ActiveRecordMigrationsCheck to use public active_record methods and errors
Expand Down
1 change: 1 addition & 0 deletions okcomputer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |s|
s.add_dependency "benchmark"

s.metadata = {
"homepage_uri" => s.homepage,
"bug_tracker_uri" => "#{s.homepage}/issues",
"changelog_uri" => "#{s.homepage}/blob/main/CHANGELOG.markdown",
"source_code_uri" => s.homepage,
Expand Down