Skip to content

Commit

Permalink
delete the post_install_message from gemspec, they're not visible wit…
Browse files Browse the repository at this point in the history
…h bundler
  • Loading branch information
justinfrench committed Aug 16, 2011
1 parent 9efaea6 commit cd707e6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions formtastic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.post_install_message = %q{
========================================================================
Thanks for installing Formtastic!
------------------------------------------------------------------------
You can now (optionally) run the generator to copy a config initializer
(and some stylesheets, in Rails 3.0.x) into your application:
rails generate formtastic:install
Find out more and get involved:
http://github.com/justinfrench/formtastic
http://rdoc.info/github/justinfrench/formtastic/master/frames
http://groups.google.com.au/group/formtastic
http://twitter.com/formtastic
========================================================================
}
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = ["README.textile"]

Expand Down

2 comments on commit cd707e6

@gmanley
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a heads up that they are visible with bundler pre-release. All the post install messages show up at the end of bundle install.

@justinfrench
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting -- have never seen them!

Please sign in to comment.