Skip to content

Commit

Permalink
post_install_message is already not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed May 11, 2011
1 parent e7adaa5 commit ce54b4f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Rakefile
Expand Up @@ -23,20 +23,6 @@ Jeweler::Tasks.new do |gem|
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
# gem.add_runtime_dependency 'jabber4r', '> 0.1'
# gem.add_development_dependency 'rspec', '> 1.2.3'
gem.post_install_message = %{
The Twitter Client application info has been updated at 2011-03-20 15:00:00 UTC.
Accordingly, you should renew the access token if it is old.
1) In ~/.earthquake/config, remove these lines:
Earthquake.config[:token] = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
Earthquake.config[:secret] = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
2) Launch earthquake:
$ earthquake
}
gem.required_ruby_version = Gem::Requirement.new(">= 1.9.1")
end
Jeweler::RubygemsDotOrgTasks.new
Expand Down

0 comments on commit ce54b4f

Please sign in to comment.