Skip to content

Commit

Permalink
Remove the post_install_message
Browse files Browse the repository at this point in the history
This message was appropriate for the 1.0 series, but is no longer
necessary in the 2.0.
  • Loading branch information
jcoyne committed Aug 9, 2016
1 parent e41988f commit db83ed3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions active_fedora-noid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.2'
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'engine_cart', '~> 0.8'

spec.post_install_message = <<-END
NOTE: ActiveFedora::Noid 1.0.0 included a change that breaks existing minter
statefiles. Run the `active_fedora:noid:migrate_statefile` rake task to migrate
your statefile. (If you're using a custom statefile, not /tmp/minter-state, set
an environment variable called AFNOID_STATEFILE with its path.)
END

end

0 comments on commit db83ed3

Please # to comment.