2010-10-07 11:27:53 +00:00
|
|
|
# coding: utf-8
|
|
|
|
|
2010-09-23 06:01:40 +00:00
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = %q{silent-postgres}
|
2011-01-15 16:42:18 +00:00
|
|
|
s.version = "0.0.7"
|
2010-09-23 06:01:40 +00:00
|
|
|
s.summary = %q{Rails plugin that silences Postgresql connection adapter verbose output}
|
|
|
|
s.email = ['bragi@ragnarson.com', 'dolzenko@gmail.com']
|
|
|
|
s.homepage = %q{http://github.com/dolzenko/silent-postgres}
|
2011-08-31 21:26:23 +00:00
|
|
|
s.authors = ["Lukasz Piestrzeniewicz", "Evgeniy Dolzhenko"]
|
2010-09-23 06:01:40 +00:00
|
|
|
s.files = ["MIT-LICENSE", "README", "lib", "silent-postgres.gemspec", "lib/silent-postgres", "lib/silent-postgres/railtie.rb", "lib/silent-postgres.rb", "init.rb"]
|
|
|
|
end
|