summaryrefslogtreecommitdiff
path: root/databases/ruby-arel-helpers
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-03-21 10:21:20 +0000
committertaca <taca@pkgsrc.org>2018-03-21 10:21:20 +0000
commit668ad9ed7c37fd34d5db7a7235dba61aa4a629df (patch)
treea4e261d62a68facb9aa05b3aa9397dbb9f635336 /databases/ruby-arel-helpers
parentb4be7388f1411c0daf39f8b07fe25411ba2952c8 (diff)
downloadpkgsrc-668ad9ed7c37fd34d5db7a7235dba61aa4a629df.tar.gz
databases/ruby-arel-helpers: update to 2.6.1
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)
Diffstat (limited to 'databases/ruby-arel-helpers')
-rw-r--r--databases/ruby-arel-helpers/Makefile11
-rw-r--r--databases/ruby-arel-helpers/PLIST5
-rw-r--r--databases/ruby-arel-helpers/distinfo10
3 files changed, 15 insertions, 11 deletions
diff --git a/databases/ruby-arel-helpers/Makefile b/databases/ruby-arel-helpers/Makefile
index 75f3555a554..333e45d53ca 100644
--- a/databases/ruby-arel-helpers/Makefile
+++ b/databases/ruby-arel-helpers/Makefile
@@ -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"
diff --git a/databases/ruby-arel-helpers/PLIST b/databases/ruby-arel-helpers/PLIST
index 454de9252e4..3917eabfe7f 100644
--- a/databases/ruby-arel-helpers/PLIST
+++ b/databases/ruby-arel-helpers/PLIST
@@ -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
diff --git a/databases/ruby-arel-helpers/distinfo b/databases/ruby-arel-helpers/distinfo
index 97547ce60a0..96b83ccd64b 100644
--- a/databases/ruby-arel-helpers/distinfo
+++ b/databases/ruby-arel-helpers/distinfo
@@ -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