From f75503426f5521be93a992181d9d094a2f32ebe5 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 31 Aug 2011 17:26:23 -0400 Subject: [PATCH] attempt to fix utf-8 --- silent-postgres.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silent-postgres.gemspec b/silent-postgres.gemspec index dc83ecf..c9db0a5 100755 --- a/silent-postgres.gemspec +++ b/silent-postgres.gemspec @@ -6,6 +6,6 @@ Gem::Specification.new do |s| 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} - s.authors = ["Ɓukasz Piestrzeniewicz", "Evgeniy Dolzhenko"] + s.authors = ["Lukasz Piestrzeniewicz", "Evgeniy Dolzhenko"] s.files = ["MIT-LICENSE", "README", "lib", "silent-postgres.gemspec", "lib/silent-postgres", "lib/silent-postgres/railtie.rb", "lib/silent-postgres.rb", "init.rb"] end