Skip to content

Commit

Permalink
Fix links in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jan 6, 2025
1 parent ef67a88 commit 595d8e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ Added multibyte whitespace support to `:collapse_spaces` option ([#32])

## [0.9.0] - untracked

[Unreleased]: https://github.com/rmm5t/strip_attributes/compare/v1.14.0..HEAD
[Unreleased]: https://github.com/rmm5t/strip_attributes/compare/v1.14.1..HEAD
[1.14.0]: https://github.com/rmm5t/strip_attributes/compare/v1.14.0..v1.14.1
[1.14.0]: https://github.com/rmm5t/strip_attributes/compare/v1.13.0..v1.14.0
[1.13.0]: https://github.com/rmm5t/strip_attributes/compare/v1.12.0..v1.13.0
[1.12.0]: https://github.com/rmm5t/strip_attributes/compare/v1.11.0..v1.12.0
Expand Down
3 changes: 2 additions & 1 deletion strip_attributes.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- encoding: utf-8 -*-

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "strip_attributes/version"
Expand Down Expand Up @@ -32,5 +33,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest-reporters", ">= 0.14.24"
spec.add_development_dependency "rake"

spec.required_ruby_version = '>= 1.9.3'
spec.required_ruby_version = ">= 1.9.3"
end

0 comments on commit 595d8e0

Please sign in to comment.