Sha256: a836968257b7bc2d63f52348466005100a93fde6fec54115a80eed6e99c557cd
Contents?: true
Size: 727 Bytes
Versions: 1
Compression:
Stored size: 727 Bytes
Contents
require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see # http://docs.rubygems.org/read/chapter/20 for more options gem.name = 'sqlpostgres' gem.homepage = 'http://github.com/wconrad/sqlpostgres' gem.license = 'MIT' gem.summary = %Q{library for postgresql queries} gem.description = ('A mini-language for building and executing SQL statements '\ 'against a postgresql database. This is a very old library, '\ 'pre-dating active record and lacking many of its refinments. '\ 'New projects will probably not want to use it.') gem.email = 'wconrad@yagni.com' gem.authors = ['Wayne Conrad'] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sqlpostgres-1.3.0 | rake_tasks/jeweler.rake |