Skip to content

Commit

Permalink
Revert "Remove post install deprecation message for rails_event_store…
Browse files Browse the repository at this point in the history
…_active_record"

This reverts commit 057e333.
  • Loading branch information
lukaszreszke committed Dec 8, 2022
1 parent 1e0ae0e commit edb2cb6
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,14 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.post_install_message = <<~EOW
The 'rails_event_store_active_record' gem has been renamed.
Please change your Gemfile or gemspec
to reflect its new name:
'ruby_event_store-active-record'
EOW
end

0 comments on commit edb2cb6

Please sign in to comment.