Changeset: 6abcfcdb4924 for monetdb-ruby
URL: https://dev.monetdb.org/hg/monetdb-ruby?cmd=changeset;node=6abcfcdb4924
Modified Files:
        Makefile
        debian/changelog
        debian/control
        debian/copyright
        lib/MonetDB.rb
        lib/MonetDBConnection.rb
        lib/MonetDBData.rb
        lib/MonetDBExceptions.rb
        lib/example.rb
        lib/hasher.rb
        monetdb-sql.gemspec
        rubygem-monetdb-sql.spec
Branch: default
Log Message:

Updated version number and copyright year.


diffs (160 lines):

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.1
+VERSION = 1.2
 
 monetdb-sql-$(VERSION).gem: monetdb-sql.gemspec \
                lib/MonetDB.rb lib/MonetDBConnection.rb \
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-monetdb-sql (1.2) unstable; urgency=low
+
+  * Look for column names starting with '%' symbol at parse_header_table.
+
+ -- Pedro Ferreira <pedro.ferre...@monetdbsolutions.com>  Tue, 03 Dec 2019 
14:12:22 +0100
+
 ruby-monetdb-sql (1.1) unstable; urgency=low
 
   * Fixed the blocksize in the Mapi protocol.
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: MonetDB BV <i...@monetdb.org
 Build-Depends: debhelper (>= 9~),
                gem2deb
 Standards-Version: 3.9.6
-Vcs-Hg: http://dev.monetdb.org/hg/monetdb-ruby/
-Vcs-Browser: http://dev.monetdb.org/hg/monetdb-ruby/
+Vcs-Hg: https://dev.monetdb.org/hg/monetdb-ruby/
+Vcs-Browser: https://dev.monetdb.org/hg/monetdb-ruby/
 Homepage: https://www.monetdb.org/
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
diff --git a/debian/copyright b/debian/copyright
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,10 +4,10 @@ Upstream-Contact: i...@monetdb.org
 Source: http://dev.monetdb.org/downloads/
 
 Files: *
-Copyright: 2017 MonetDB B.V.
+Copyright: 2019 MonetDB B.V.
 License: MPL-2.0
  This Source Code Form is subject to the terms of the Mozilla Public
  License, v. 2.0.  If a copy of the MPL was not distributed with this
  file, You can obtain one at http://mozilla.org/MPL/2.0/.
  .
- Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V.
+ Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
diff --git a/lib/MonetDB.rb b/lib/MonetDB.rb
--- a/lib/MonetDB.rb
+++ b/lib/MonetDB.rb
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
 
 # = Introduction
     #
diff --git a/lib/MonetDBConnection.rb b/lib/MonetDBConnection.rb
--- a/lib/MonetDBConnection.rb
+++ b/lib/MonetDBConnection.rb
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
 
 # Implements the MAPI communication protocol
 
diff --git a/lib/MonetDBData.rb b/lib/MonetDBData.rb
--- a/lib/MonetDBData.rb
+++ b/lib/MonetDBData.rb
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
 
 # Models a MonetDB RecordSet
 require 'time'
diff --git a/lib/MonetDBExceptions.rb b/lib/MonetDBExceptions.rb
--- a/lib/MonetDBExceptions.rb
+++ b/lib/MonetDBExceptions.rb
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
 
 # Exception classes for the ruby-monetdb driver
 
diff --git a/lib/example.rb b/lib/example.rb
--- a/lib/example.rb
+++ b/lib/example.rb
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
 
 require_relative 'MonetDB'
 
diff --git a/lib/hasher.rb b/lib/hasher.rb
--- a/lib/hasher.rb
+++ b/lib/hasher.rb
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
 
 require 'digest/md5'
 require 'digest/sha1'
diff --git a/monetdb-sql.gemspec b/monetdb-sql.gemspec
--- a/monetdb-sql.gemspec
+++ b/monetdb-sql.gemspec
@@ -2,8 +2,8 @@
 Gem::Specification.new do |s|
    s.required_ruby_version = '>= 1.8.0'
    s.name = %q{monetdb-sql}
-   s.version = "1.1"
-   s.date = %q{2019-08-19}
+   s.version = "1.2"
+   s.date = %q{2019-12-03}
    s.authors = ["G Modena", "R Koopmanschap"]
    s.email = "i...@monetdb.org"
    s.license = "MPL-2.0"
diff --git a/rubygem-monetdb-sql.spec b/rubygem-monetdb-sql.spec
--- a/rubygem-monetdb-sql.spec
+++ b/rubygem-monetdb-sql.spec
@@ -2,7 +2,7 @@
 
 Name:          rubygem-%{gem_name}
 Epoch:         1
-Version:       1.1
+Version:       1.2
 Release:       1%{?dist}
 Summary:       Pure Ruby database driver for MonetDB/SQL
 Group:         Applications/Databases
@@ -66,6 +66,9 @@ find %{buildroot}%{gem_instdir} -name \*
 
 
 %changelog
+* Tue Dec  3 2019 Pedro Ferreira <pedro.ferre...@monetdbsolutions.com> - 
1:1.2-1
+- Look for column names starting with '%' symbol at parse_header_table.
+
 * Mon Aug 19 2019 Sjoerd Mullender <sjo...@acm.org> - 1:1.1-1
 - Fixed the blocksize in the Mapi protocol.
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to