Rakefile in earthquake-0.3.0 vs Rakefile in earthquake-0.4.0
- old
+ new
@@ -21,9 +21,23 @@
gem.authors = ["jugyo"]
# Include your dependencies below. Runtime dependencies are required when using your 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 Application info as Twitter Client has been updated at 2011-03-20 15:00:00 UTC.
+Accordingly that, 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
+
+}
end
Jeweler::RubygemsDotOrgTasks.new
require 'rspec/core'
require 'rspec/core/rake_task'