Hello community, here is the log from the commit of package rubygem-arel for openSUSE:Factory checked in at 2016-11-10 13:22:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-arel (Old) and /work/SRC/openSUSE:Factory/.rubygem-arel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-arel" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-arel/rubygem-arel.changes 2016-11-07 12:22:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-arel.new/rubygem-arel.changes 2016-11-10 13:22:38.000000000 +0100 @@ -1,0 +2,12 @@ +Sat Oct 29 04:29:03 UTC 2016 - [email protected] + +- updated to version 7.1.4 + see installed History.txt + + === 7.1.4 / 2016-10-10 + + * bug fixes + + * Remove deprecated usage inside arel. + +------------------------------------------------------------------- Old: ---- arel-7.1.3.gem New: ---- arel-7.1.4.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-arel.spec ++++++ --- /var/tmp/diff_new_pack.opbsI4/_old 2016-11-10 13:22:39.000000000 +0100 +++ /var/tmp/diff_new_pack.opbsI4/_new 2016-11-10 13:22:39.000000000 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-arel -Version: 7.1.3 +Version: 7.1.4 Release: 0 %define mod_name arel %define mod_full_name %{mod_name}-%{version} ++++++ arel-7.1.3.gem -> arel-7.1.4.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/History.txt new/History.txt --- old/History.txt 2016-10-07 21:50:47.000000000 +0200 +++ new/History.txt 2016-10-10 06:19:21.000000000 +0200 @@ -1,3 +1,9 @@ +=== 7.1.4 / 2016-10-10 + +* bug fixes + + * Remove deprecated usage inside arel. + === 7.1.3 / 2016-10-07 * bug fixes Files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/arel/visitors/to_sql.rb new/lib/arel/visitors/to_sql.rb --- old/lib/arel/visitors/to_sql.rb 2016-10-07 21:50:47.000000000 +0200 +++ new/lib/arel/visitors/to_sql.rb 2016-10-10 06:19:21.000000000 +0200 @@ -170,7 +170,7 @@ end def table_exists? name - schema_cache.table_exists? name + schema_cache.data_source_exists?(name) end def column_for attr diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/arel.rb new/lib/arel.rb --- old/lib/arel.rb 2016-10-07 21:50:47.000000000 +0200 +++ new/lib/arel.rb 2016-10-10 06:19:21.000000000 +0200 @@ -21,7 +21,7 @@ require 'arel/nodes' module Arel - VERSION = '7.1.3' + VERSION = '7.1.4' def self.sql raw_sql Arel::Nodes::SqlLiteral.new raw_sql diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2016-10-07 21:50:47.000000000 +0200 +++ new/metadata 2016-10-10 06:19:21.000000000 +0200 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: arel version: !ruby/object:Gem::Version - version: 7.1.3 + version: 7.1.4 platform: ruby authors: - Aaron Patterson @@ -11,7 +11,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2016-10-07 00:00:00.000000000 Z +date: 2016-10-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: minitest
