pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-arel databases/ruby-arel: update to 8.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5df3c272bb34
branches:  trunk
changeset: 376563:5df3c272bb34
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 04 13:45:21 2018 +0000

description:
databases/ruby-arel: update to 8.0.0

=== 8.0.0 / 2017-02-21

* Enhancements

  * Remove deprecated type casting support in Arel
  * Frozen all string literals in Arel

=== 7.1.1 / 2016-07-27

* Bug Fixes

  * Fix warning in `Casted#hash`

=== 7.1.0 / 2016-07-19

* Enhancements

  * Support Ruby 2.4 unified Integer class
  * Implement `CASE` conditional expression
  * Support for Bitwise Operations as `InfixOperations`

diffstat:

 databases/ruby-arel/Makefile |   4 ++--
 databases/ruby-arel/PLIST    |   7 +++++--
 databases/ruby-arel/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (65 lines):

diff -r 79b3860b1d1d -r 5df3c272bb34 databases/ruby-arel/Makefile
--- a/databases/ruby-arel/Makefile      Sun Mar 04 12:55:42 2018 +0000
+++ b/databases/ruby-arel/Makefile      Sun Mar 04 13:45:21 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/07/30 22:32:11 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/03/04 13:45:21 taca Exp $
 
-DISTNAME=      arel-7.0.0
+DISTNAME=      arel-8.0.0
 CATEGORIES=    databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 79b3860b1d1d -r 5df3c272bb34 databases/ruby-arel/PLIST
--- a/databases/ruby-arel/PLIST Sun Mar 04 12:55:42 2018 +0000
+++ b/databases/ruby-arel/PLIST Sun Mar 04 13:45:21 2018 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2016/02/16 14:21:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/03/04 13:45:21 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/History.txt
 ${GEM_LIBDIR}/MIT-LICENSE.txt
-${GEM_LIBDIR}/README.markdown
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/lib/arel.rb
 ${GEM_LIBDIR}/lib/arel/alias_predication.rb
 ${GEM_LIBDIR}/lib/arel/attributes.rb
@@ -13,6 +13,7 @@
 ${GEM_LIBDIR}/lib/arel/compatibility/wheres.rb
 ${GEM_LIBDIR}/lib/arel/crud.rb
 ${GEM_LIBDIR}/lib/arel/delete_manager.rb
+${GEM_LIBDIR}/lib/arel/errors.rb
 ${GEM_LIBDIR}/lib/arel/expressions.rb
 ${GEM_LIBDIR}/lib/arel/factory_methods.rb
 ${GEM_LIBDIR}/lib/arel/insert_manager.rb
@@ -22,6 +23,7 @@
 ${GEM_LIBDIR}/lib/arel/nodes/ascending.rb
 ${GEM_LIBDIR}/lib/arel/nodes/binary.rb
 ${GEM_LIBDIR}/lib/arel/nodes/bind_param.rb
+${GEM_LIBDIR}/lib/arel/nodes/case.rb
 ${GEM_LIBDIR}/lib/arel/nodes/casted.rb
 ${GEM_LIBDIR}/lib/arel/nodes/count.rb
 ${GEM_LIBDIR}/lib/arel/nodes/delete_statement.rb
@@ -52,6 +54,7 @@
 ${GEM_LIBDIR}/lib/arel/nodes/terminal.rb
 ${GEM_LIBDIR}/lib/arel/nodes/true.rb
 ${GEM_LIBDIR}/lib/arel/nodes/unary.rb
+${GEM_LIBDIR}/lib/arel/nodes/unary_operation.rb
 ${GEM_LIBDIR}/lib/arel/nodes/unqualified_column.rb
 ${GEM_LIBDIR}/lib/arel/nodes/update_statement.rb
 ${GEM_LIBDIR}/lib/arel/nodes/values.rb
diff -r 79b3860b1d1d -r 5df3c272bb34 databases/ruby-arel/distinfo
--- a/databases/ruby-arel/distinfo      Sun Mar 04 12:55:42 2018 +0000
+++ b/databases/ruby-arel/distinfo      Sun Mar 04 13:45:21 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/02/16 14:21:45 taca Exp $
+$NetBSD: distinfo,v 1.14 2018/03/04 13:45:21 taca Exp $
 
-SHA1 (arel-7.0.0.gem) = 44e606426869f055c81c991cf29796c09a6b0eea
-RMD160 (arel-7.0.0.gem) = 9873f9ff3bf6b30aa3e1b59c7d17943e6b627c2d
-SHA512 (arel-7.0.0.gem) = dc226b0bb0c1cb0023897de8c8ec3de1657d5a47d78d7a841d8183b18df87bee0c56a3c18004f66f3d914acc1ede6f6a7bce998db64bcf1bac5e14240ddccaf1
-Size (arel-7.0.0.gem) = 31744 bytes
+SHA1 (arel-8.0.0.gem) = 8e988e146840c7bdc2edf98fdc460f3fe9ad0c73
+RMD160 (arel-8.0.0.gem) = f8d400426b89a9a54abc92343c80f05f96b3c745
+SHA512 (arel-8.0.0.gem) = b066fc889e04bc416e594deb961914b49e5ecb317bdcb52146224afe4543e781607b11559a4b5668d60c973abbccbeb3d3ac220269860fae8e2f46c2ca944908
+Size (arel-8.0.0.gem) = 32256 bytes



Home | Main Index | Thread Index | Old Index