Skip to content

Commit 595d8e0

Browse files
committed
Fix links in changelog
1 parent ef67a88 commit 595d8e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ Added multibyte whitespace support to `:collapse_spaces` option ([#32])
115115

116116
## [0.9.0] - untracked
117117

118-
[Unreleased]: https://github.com/rmm5t/strip_attributes/compare/v1.14.0..HEAD
118+
[Unreleased]: https://github.com/rmm5t/strip_attributes/compare/v1.14.1..HEAD
119+
[1.14.0]: https://github.com/rmm5t/strip_attributes/compare/v1.14.0..v1.14.1
119120
[1.14.0]: https://github.com/rmm5t/strip_attributes/compare/v1.13.0..v1.14.0
120121
[1.13.0]: https://github.com/rmm5t/strip_attributes/compare/v1.12.0..v1.13.0
121122
[1.12.0]: https://github.com/rmm5t/strip_attributes/compare/v1.11.0..v1.12.0

strip_attributes.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- encoding: utf-8 -*-
2+
23
lib = File.expand_path("../lib", __FILE__)
34
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
45
require "strip_attributes/version"
@@ -32,5 +33,5 @@ Gem::Specification.new do |spec|
3233
spec.add_development_dependency "minitest-reporters", ">= 0.14.24"
3334
spec.add_development_dependency "rake"
3435

35-
spec.required_ruby_version = '>= 1.9.3'
36+
spec.required_ruby_version = ">= 1.9.3"
3637
end

0 commit comments

Comments
 (0)