From a8e1662fe541e9d3d4927ac3b475e84425ed71c9 Mon Sep 17 00:00:00 2001 From: Helio Cola Date: Thu, 18 Apr 2024 06:05:02 -0400 Subject: [PATCH] Post install message --- README.rdoc | 2 +- redcloth.gemspec | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ef14849..8e76fe7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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 t 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. diff --git a/redcloth.gemspec b/redcloth.gemspec index 3231cf1..0ec725a 100644 --- a/redcloth.gemspec +++ b/redcloth.gemspec @@ -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 \ No newline at end of file