-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|