post install message

This commit is contained in:
Thomas Reynolds 2013-11-02 18:01:23 -07:00
parent e0a4b8f17d
commit 238f992551

View file

@ -36,4 +36,6 @@ Gem::Specification.new do |s|
# i18n
s.add_dependency("i18n", ["~> 0.6.1"])
s.post_install_message = "NOTICE: Middleman v3.2.x and greater no longer support Ruby 1.8"
end