Mercurial > hg > monetdb-ruby
view monetdb-sql.gemspec @ 17:6abcfcdb4924
Updated version number and copyright year.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Tue, 03 Dec 2019 14:35:42 +0100 (2019-12-03) |
parents | 61b853c06174 |
children | 88e1fdba3669 |
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{2019-12-03} 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