Skip to content

Commit

Permalink
databases/ruby-arel-helpers: update to 2.12.0
Browse files Browse the repository at this point in the history
2.12.0 (2020-12-21)

* Streamline spec setup using appraisal, combustion and database_cleaner
  gems (@hasghari #45)
* Add support for Rails 6.1 (@hasghari #45)
  • Loading branch information
taca committed Jan 10, 2021
1 parent 85fddf2 commit 772b9a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
7 changes: 3 additions & 4 deletions databases/ruby-arel-helpers/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.6 2020/03/20 15:08:08 taca Exp $
# $NetBSD: Makefile,v 1.7 2021/01/10 14:12:20 taca Exp $

DISTNAME= arel-helpers-2.11.0
PKGREVISION= 1
DISTNAME= arel-helpers-2.12.0
CATEGORIES= databases

MAINTAINER= minskim@NetBSD.org
Expand All @@ -13,7 +12,7 @@ DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}

USE_LANGUAGES= # none

RUBY_RAILS_ACCEPTED= # defined
RUBY_RAILS_ACCEPTED= # empty

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 5 additions & 3 deletions databases/ruby-arel-helpers/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2018/03/21 10:21:20 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2021/01/10 14:12:20 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.md
Expand All @@ -13,9 +13,11 @@ ${GEM_LIBDIR}/lib/arel-helpers/query_builder.rb
${GEM_LIBDIR}/lib/arel-helpers/version.rb
${GEM_LIBDIR}/spec/aliases_spec.rb
${GEM_LIBDIR}/spec/arel_table_spec.rb
${GEM_LIBDIR}/spec/env.rb
${GEM_LIBDIR}/spec/env/migrations.rb
${GEM_LIBDIR}/spec/env/models.rb
${GEM_LIBDIR}/spec/internal/config/database.yml
${GEM_LIBDIR}/spec/internal/db/combustion_test.sqlite
${GEM_LIBDIR}/spec/internal/db/schema.rb
${GEM_LIBDIR}/spec/internal/log/test.log
${GEM_LIBDIR}/spec/join_association_spec.rb
${GEM_LIBDIR}/spec/query_builder_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
Expand Down
10 changes: 5 additions & 5 deletions databases/ruby-arel-helpers/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2020/01/18 15:09:14 taca Exp $
$NetBSD: distinfo,v 1.5 2021/01/10 14:12:20 taca Exp $

SHA1 (arel-helpers-2.11.0.gem) = 1684ef12f99fd9113e12355b4ffbd6aca13bf363
RMD160 (arel-helpers-2.11.0.gem) = eb2fb3d76c1fb37cd7b8c9348a5bc318cb7bb03f
SHA512 (arel-helpers-2.11.0.gem) = 06426cfa8b77ce875af2daddfa6cfe96339fa462718ba1ab7a0f9f759c16ace03aff4c6f0cc6c3fc165df2f55ff024f67247e652cc3cf4c39d07468ae7080445
Size (arel-helpers-2.11.0.gem) = 12800 bytes
SHA1 (arel-helpers-2.12.0.gem) = be0ba0a7f258b207ed1d6afe34fc6d5021e27552
RMD160 (arel-helpers-2.12.0.gem) = b34581d1cc291e60ecf8535495eb4981ea2b6a7a
SHA512 (arel-helpers-2.12.0.gem) = 6da9d69b49d18f70dd911a5f1cf6edb29055423b6179858ae65f8f826f9c98fae7b9d4a7d6f1365c5efe382adbaeb42f30898c2329b721941428b0a6f58b3aef
Size (arel-helpers-2.12.0.gem) = 21504 bytes

0 comments on commit 772b9a5

Please sign in to comment.