File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ Added multibyte whitespace support to `:collapse_spaces` option ([#32])
115
115
116
116
## [ 0.9.0] - untracked
117
117
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
119
120
[ 1.14.0 ] : https://github.com/rmm5t/strip_attributes/compare/v1.13.0..v1.14.0
120
121
[ 1.13.0 ] : https://github.com/rmm5t/strip_attributes/compare/v1.12.0..v1.13.0
121
122
[ 1.12.0 ] : https://github.com/rmm5t/strip_attributes/compare/v1.11.0..v1.12.0
Original file line number Diff line number Diff line change 1
1
# -*- encoding: utf-8 -*-
2
+
2
3
lib = File . expand_path ( "../lib" , __FILE__ )
3
4
$LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
4
5
require "strip_attributes/version"
@@ -32,5 +33,5 @@ Gem::Specification.new do |spec|
32
33
spec . add_development_dependency "minitest-reporters" , ">= 0.14.24"
33
34
spec . add_development_dependency "rake"
34
35
35
- spec . required_ruby_version = ' >= 1.9.3'
36
+ spec . required_ruby_version = " >= 1.9.3"
36
37
end
You can’t perform that action at this time.
0 commit comments