Skip to content

Commit

Permalink
Post install message
Browse files Browse the repository at this point in the history
  • Loading branch information
heliocola committed Apr 18, 2024
1 parent 28d0f45 commit a8e1662
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RedCloth is a Ruby library for converting Textile into HTML.

== Attention: **BREAKING CHANGE** RedCloth 5.x series

RedCloth 5.x series will not create the the `t` alias by default, but will provide an extension file if you wish to continue that behavior.
RedCloth 5.x series will not create the the <tt>t</tt> alias by default, but will provide an extension file if you wish to continue that behavior.

Keep in mind the long term plan is to drop this all together.

Expand Down
6 changes: 6 additions & 0 deletions redcloth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ Gem::Specification.new do |s|
s.add_development_dependency('rspec', '~> 3.12')
s.add_development_dependency('diff-lcs', '~> 1.5')

s.post_install_message = %q{
**BREAKING CHANGE**: RedCloth 5.x series
RedCloth 5.x series has one breaking change related to alias `t`
Please see https://github.com/jgarber/redcloth/README.rdoc#attention-breaking-change-redcloth-5x-series-
}

end

0 comments on commit a8e1662

Please sign in to comment.