Skip to content

Commit

Permalink
add to post commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 27, 2010
1 parent 8c2072d commit d5acf27
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Rakefile
Expand Up @@ -24,14 +24,17 @@ begin
gem.post_install_message = <<-EOM
#{"*"*50}
Thank you for installing #{gem.summary}
Thank you for installing #{gem.summary}!
This version of rspec-rails only works with versions
of rails >= 3.0.0.pre.
This version of rspec-rails only works with versions of rails >= 3.0.0.pre.
The 'a' in #{gem.version} means this is alpha software.
If you are looking for a supported production release,
please "gem install rspec-rails" (without --pre).
This version also depends on rspec-2.0.0.a10 or greater. Due to the fact
that Rubygems thinks that rspec-2.0.0.a9 is greater than rspec-2.0.0.a10, be
sure to uninstall any of rspec-2.0.0.a1 through rspec-2.0.0.a9.
Lastly, the 'a' in #{gem.version} means this is alpha software. If you are
looking for a supported production release, please "gem install rspec-rails"
(without --pre).
#{"*"*50}
EOM
Expand Down

0 comments on commit d5acf27

Please sign in to comment.