git: 193aea7ef038 - main - devel/rubygem-strong_migrations: Update to 0.7.7
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jul 6 15:07:37 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=193aea7ef038bde4616921928cb4fcb0ff45b94f
commit 193aea7ef038bde4616921928cb4fcb0ff45b94f
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 15:00:04 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 15:00:04 +0000
devel/rubygem-strong_migrations: Update to 0.7.7
Changes: https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md
---
devel/rubygem-strong_migrations/Makefile | 4 ++--
devel/rubygem-strong_migrations/distinfo | 6 +++---
devel/rubygem-strong_migrations/pkg-descr | 14 +++++++-------
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/devel/rubygem-strong_migrations/Makefile b/devel/rubygem-strong_migrations/Makefile
index b61829c12151..a7bbfa9f295c 100644
--- a/devel/rubygem-strong_migrations/Makefile
+++ b/devel/rubygem-strong_migrations/Makefile
@@ -1,5 +1,5 @@
PORTNAME= strong_migrations
-PORTVERSION= 0.3.1
+PORTVERSION= 0.7.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -9,7 +9,7 @@ COMMENT= Catch unsafe migrations at dev time
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-activerecord5>=3.2.0:databases/rubygem-activerecord5
+RUN_DEPENDS= rubygem-activerecord5>=5:databases/rubygem-activerecord5
USES= gem
USE_RUBY= yes
diff --git a/devel/rubygem-strong_migrations/distinfo b/devel/rubygem-strong_migrations/distinfo
index f28b14e37546..4fba2e50d590 100644
--- a/devel/rubygem-strong_migrations/distinfo
+++ b/devel/rubygem-strong_migrations/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540136923
-SHA256 (rubygem/strong_migrations-0.3.1.gem) = fff08924c28a18a47862471db2fe877b0f0fc4db01585666ce247409a7739969
-SIZE (rubygem/strong_migrations-0.3.1.gem) = 13312
+TIMESTAMP = 1625323799
+SHA256 (rubygem/strong_migrations-0.7.7.gem) = dc399147ac21768d3e56e26aa0918e8b50b491315ee581d6290f1da0a0c7b02a
+SIZE (rubygem/strong_migrations-0.7.7.gem) = 22016
diff --git a/devel/rubygem-strong_migrations/pkg-descr b/devel/rubygem-strong_migrations/pkg-descr
index cfafa560c1b8..fd12d8e0fddc 100644
--- a/devel/rubygem-strong_migrations/pkg-descr
+++ b/devel/rubygem-strong_migrations/pkg-descr
@@ -1,10 +1,10 @@
This gem catches the following unsafe migrations:
- - adding a column with a non-null default value to an existing table
- - changing the type of a column
- - renaming a table
- - renaming a column
- - removing a column
- - adding an index non-concurrently (Postgres only)
- - adding a json column to an existing table (Postgres only)
+- adding a column with a non-null default value to an existing table
+- changing the type of a column
+- renaming a table
+- renaming a column
+- removing a column
+- adding an index non-concurrently (Postgres only)
+- adding a json column to an existing table (Postgres only)
WWW: https://github.com/ankane/strong_migrations
More information about the dev-commits-ports-all
mailing list