Date: Tue, 6 Jul 2021 15:07:34 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 193aea7ef038 - main - devel/rubygem-strong_migrations: Update to 0.7.7 Message-ID: <202107061507.166F7YmQ023367@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=193aea7ef038bde4616921928cb4fcb0ff45b94f commit 193aea7ef038bde4616921928cb4fcb0ff45b94f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 15:00:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061507.166F7YmQ023367>