view monetdb-sql.gemspec @ 21:88e1fdba3669

Updated copyright year.
author Sjoerd Mullender <sjoerd@acm.org>
date Tue, 20 Oct 2020 15:55:16 +0200 (2020-10-20)
parents 6abcfcdb4924
children 838f38eb7de4
line wrap: on
line source

Gem::Specification.new do |s|
   s.required_ruby_version = '>= 1.8.0'
   s.name = %q{monetdb-sql}
   s.version = "1.2"
   s.date = %q{2020-10-20}
   s.authors = ["G Modena", "R Koopmanschap"]
   s.email = "info@monetdb.org"
   s.license = "MPL-2.0"
   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 = ["lib/MonetDB.rb", "lib/MonetDBConnection.rb", "lib/MonetDBData.rb", "lib/MonetDBExceptions.rb", "lib/hasher.rb"]
   s.require_path = './lib'
   # placeholder project to avoid warning about not having a rubyforge_project
   s.rubyforge_project = "nowarning"
end