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 authored and mostlyobvious committed Jan 30, 2023
1 parent 7e78fb2 commit d6add07
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,13 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "ruby_event_store-active_record", RubyEventStore::ActiveRecord::VERSION
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 d6add07

Please sign in to comment.