Changeset: 1d237d7d3d4e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1d237d7d3d4e
Modified Files:
        clients/ruby/Makefile.ag
        clients/ruby/ruby-monetdb-sql-0.2.gemspec
Branch: default
Log Message:

Fixes so that we can at least compile again.


diffs (30 lines):

diff --git a/clients/ruby/Makefile.ag b/clients/ruby/Makefile.ag
--- a/clients/ruby/Makefile.ag
+++ b/clients/ruby/Makefile.ag
@@ -4,12 +4,10 @@
 #
 # Copyright 2008-2015 MonetDB B.V.
 
-SUBDIRS = adapter
-
 gem_monetdb = {
-       FILES = ruby-monetdb-sql-0.1.gemspec
+       FILES = ruby-monetdb-sql-0.2.gemspec
        DIR = $(RUBY_DIR)
 }
 
-EXTRA_DIST = Changelog README TODO ruby-monetdb-sql-0.1.gemspec
+EXTRA_DIST = Changelog TODO ruby-monetdb-sql-0.2.gemspec
 EXTRA_DIST_DIR = examples lib
diff --git a/clients/ruby/ruby-monetdb-sql-0.2.gemspec 
b/clients/ruby/ruby-monetdb-sql-0.2.gemspec
--- a/clients/ruby/ruby-monetdb-sql-0.2.gemspec
+++ b/clients/ruby/ruby-monetdb-sql-0.2.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
    s.summary = %q{Pure Ruby database driver for MonetDB/SQL}
    s.homepage = %q{http://www.monetdb.org/}
    s.description = %q{Pure Ruby database driver for the MonetDB/SQL columnar 
database management system}
-   s.files = ["README", "lib/MonetDB.rb", "lib/MonetDBConnection.rb", 
"lib/MonetDBData.rb", "lib/MonetDBExceptions.rb", "lib/hasher.rb"]
+   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
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to