Skip to content

Commit

Permalink
databases/ruby-arel-helpers: update to 2.6.1
Browse files Browse the repository at this point in the history
pkgsrc change:

* Update HOMEPAGE
* Add LICENSE
* Support multiple rails.

2.6.1

* Fix homepage URL in gemspec.

2.6.0

* Add the join alias helper.
* Add ability to pass table aliases to join_association.

2.5.0

* Add license information to gemspec so it is parsed by verifiers
  (@petergoldstein #31)
* Update QueryBuilder#reflect to create deep copy of builder (@wycleffsean
  #32)
  • Loading branch information
taca committed Mar 21, 2018
1 parent f7919a9 commit 22b2cca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
11 changes: 7 additions & 4 deletions databases/ruby-arel-helpers/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# $NetBSD: Makefile,v 1.2 2017/09/16 08:53:47 wiz Exp $
# $NetBSD: Makefile,v 1.3 2018/03/21 10:21:20 taca Exp $

DISTNAME= arel-helpers-2.4.0
DISTNAME= arel-helpers-2.6.1
CATEGORIES= databases

MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/camertron
HOMEPAGE= https://github.com/camertron/arel-helpers
COMMENT= Tools to help construct database queries
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-activerecord42>=3.1.0<6:../../databases/ruby-activerecord42
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}

RUBY_RAILS_ACCEPTED= 42 51

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 3 additions & 2 deletions databases/ruby-arel-helpers/PLIST
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
@comment $NetBSD: PLIST,v 1.1 2017/09/14 19:54:49 minskim Exp $
@comment $NetBSD: PLIST,v 1.2 2018/03/21 10:21:20 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/arel-helpers.gemspec
${GEM_LIBDIR}/lib/arel-helpers.rb
${GEM_LIBDIR}/lib/arel-helpers/aliases.rb
${GEM_LIBDIR}/lib/arel-helpers/arel_table.rb
${GEM_LIBDIR}/lib/arel-helpers/ext/collection_proxy.rb
${GEM_LIBDIR}/lib/arel-helpers/join_association.rb
${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
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.1 2017/09/14 19:54:49 minskim Exp $
$NetBSD: distinfo,v 1.2 2018/03/21 10:21:20 taca Exp $

SHA1 (arel-helpers-2.4.0.gem) = 70d5315176bbc2ed2dd7e9d4892e77ad7233c829
RMD160 (arel-helpers-2.4.0.gem) = a9d712d003426df81cecd015c957e4749cd2f348
SHA512 (arel-helpers-2.4.0.gem) = 3f1517b4b027728c2939314ecdd283af98d3616ebcfe2de8d819d64d78ec68dbdfbc2d26b07fb5df5345721cba8db446e2bea135f38c656e6366b560eedb8fd2
Size (arel-helpers-2.4.0.gem) = 11776 bytes
SHA1 (arel-helpers-2.6.1.gem) = 352039d3b79acc4af25a71d337cbc52f301b1f8c
RMD160 (arel-helpers-2.6.1.gem) = 0641e4bdb79922472f3a3e428156908ed1da5cb7
SHA512 (arel-helpers-2.6.1.gem) = 99eda2da00a48000e9aa282688a1370e6d7606c399f72ec8edc54a236fa9c7ba4d37315b10b54eee54f59d44e0680cd398f4a1d2331e86138c48d6bd68530441
Size (arel-helpers-2.6.1.gem) = 12288 bytes

0 comments on commit 22b2cca

Please # to comment.