Changeset: 61b853c06174 for monetdb-ruby
URL: https://dev.monetdb.org/hg/monetdb-ruby?cmd=changeset;node=61b853c06174
Modified Files:
Makefile
debian/changelog
monetdb-sql.gemspec
rubygem-monetdb-sql.spec
Branch: default
Log Message:
Updated version number.
diffs (68 lines):
diff --git a/Makefile b/Makefile
--- 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 \
diff --git a/debian/changelog b/debian/changelog
--- 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 <[email protected]> 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.
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.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 = "[email protected]"
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"
diff --git a/rubygem-monetdb-sql.spec b/rubygem-monetdb-sql.spec
--- 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 <[email protected]> - 1:1.1-1
+- Fixed the blocksize in the Mapi protocol.
+
* Tue Sep 20 2016 Sjoerd Mullender <[email protected]> - 1:1.0-2
- Fixed dependency for rubygem-monetdb-sql-doc.
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list