Skip to content

Commit

Permalink
update description & title
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Mar 30, 2024
1 parent ed5fa37 commit c9327bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions actual_db_schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ Gem::Specification.new do |spec|
spec.authors = ["Andrei Kaleshka"]
spec.email = ["[email protected]"]

spec.summary = "Keep your DB clean and consistent between branches."
spec.summary = "Keep your DB and schema.rb consistent in dev branches."
spec.description = <<~DESC
Switching between branches with migrations and running them can make your DB inconsistent
and not working in another branch if not roll the migration back.
Install this gem and forget about that issue by running the standard rake db:migrate.
Wipe out inconsistent DB and schema.rb when switching branches.
Just install this gem and use the standard rake db:migrate command.
DESC
spec.homepage = "https://github.com/widefix/actual_db_schema"
spec.license = "MIT"
Expand Down

0 comments on commit c9327bf

Please sign in to comment.