changeset 14:61b853c06174 v1.1-1

Updated version number.
author Sjoerd Mullender <sjoerd@acm.org>
date Mon, 19 Aug 2019 21:50:03 +0200 (2019-08-19)
parents 53aae47a9483
children c45b26111b44
files Makefile debian/changelog monetdb-sql.gemspec rubygem-monetdb-sql.spec
diffstat 4 files changed, 14 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.0
+VERSION = 1.1
 
 monetdb-sql-$(VERSION).gem: monetdb-sql.gemspec \
 		lib/MonetDB.rb lib/MonetDBConnection.rb \
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-monetdb-sql (1.1) unstable; urgency=low
+
+  * Fixed the blocksize in the Mapi protocol.
+
+ -- Sjoerd Mullender <sjoerd@acm.org>  Mon, 19 Aug 2019 21:41:15 +0200
+
 ruby-monetdb-sql (1.0) unstable; urgency=low
 
   * The Ruby interface to MonetDB is now a separate package.
--- 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.0"
-   s.date = %q{2016-03-02}
+   s.version = "1.1"
+   s.date = %q{2019-08-19}
    s.authors = ["G Modena", "R Koopmanschap"]
    s.email = "info@monetdb.org"
    s.license = "MPL-2.0"
@@ -11,7 +11,6 @@ Gem::Specification.new do |s|
    s.homepage = %q{http://www.monetdb.org/}
    s.description = %q{Pure Ruby database driver for the MonetDB/SQL columnar database management system}
    s.files = ["lib/MonetDB.rb", "lib/MonetDBConnection.rb", "lib/MonetDBData.rb", "lib/MonetDBExceptions.rb", "lib/hasher.rb"]
-   s.has_rdoc = true
    s.require_path = './lib'
    # placeholder project to avoid warning about not having a rubyforge_project
    s.rubyforge_project = "nowarning"
--- a/rubygem-monetdb-sql.spec
+++ b/rubygem-monetdb-sql.spec
@@ -2,8 +2,8 @@
 
 Name:		rubygem-%{gem_name}
 Epoch:		1
-Version:	1.0
-Release:	2%{?dist}
+Version:	1.1
+Release:	1%{?dist}
 Summary:	Pure Ruby database driver for MonetDB/SQL
 Group:		Applications/Databases
 
@@ -66,6 +66,9 @@ find %{buildroot}%{gem_instdir} -name \*
 
 
 %changelog
+* Mon Aug 19 2019 Sjoerd Mullender <sjoerd@acm.org> - 1:1.1-1
+- Fixed the blocksize in the Mapi protocol.
+
 * Tue Sep 20 2016 Sjoerd Mullender <sjoerd@acm.org> - 1:1.0-2
 - Fixed dependency for rubygem-monetdb-sql-doc.