sqlpostgres.gemspec in sqlpostgres-1.2.5 vs sqlpostgres.gemspec in sqlpostgres-1.2.6
- old
+ new
@@ -3,10 +3,10 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "sqlpostgres"
- s.version = "1.2.5"
+ s.version = "1.2.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wayne Conrad"]
s.date = "2013-02-18"
s.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."