Skip to content

Commit

Permalink
Remove the post-install gem message.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Apr 26, 2012
1 parent 5fa3ca0 commit 5b4901a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@
You'll need to clone that repository to ~/.noe in order to use it with noe 2.0
* The --interactive option has been removed from 'noe go'. It added a lot of complexity
to the go command for very little value in practice (mostly unused).
* The post-install message has been removed. Please refer to the official README that
explains how to get started with noe.

# 1.7.4 / 2012-02-26

Expand Down
2 changes: 1 addition & 1 deletion noe.gemspec
Expand Up @@ -163,7 +163,7 @@ Gem::Specification.new do |s|
# Uncomment and set this if you want to say something to the user
# after gem installation
#
s.post_install_message = "Noe successfully installed!\n\nWhat's next?\n - 'noe help install' for configuration and default templates\n - 'noe prepare --template=ruby hello_world'\n\nThank you for using Noe, enjoy!\n"
s.post_install_message = nil

################################################################### SECURITY

Expand Down
9 changes: 0 additions & 9 deletions noe.noespec
Expand Up @@ -37,12 +37,3 @@ variables:
rake_tasks:
spec_test:
pattern: spec/**/*_spec.rb
gemspec:
post_install_message: |
Noe successfully installed!

What's next?
- 'noe help install' for configuration and default templates
- 'noe prepare --template=ruby hello_world'

Thank you for using Noe, enjoy!

0 comments on commit 5b4901a

Please sign in to comment.