Skip to content

Commit

Permalink
Fix the post install message
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed Apr 28, 2011
1 parent f032f97 commit fb09ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text_tractor.gemspec
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rack-test"
s.add_development_dependency "capybara"

s.post_install_message "If you're updating from 0.0.1 then you need to run TextTractor::Projects.update_datastore. See https://github.com/jellybob/text_tractor/wiki/Updating-Your-Datastore for details."
s.post_install_message = "If you're updating from 0.0.1 then you need to run TextTractor::Projects.update_datastore. See https://github.com/jellybob/text_tractor/wiki/Updating-Your-Datastore for details."
end

0 comments on commit fb09ad6

Please sign in to comment.