silent-postgres 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/silent-postgres.rb +1 -1
- data/lib/silent-postgres/railtie.rb +0 -1
- data/silent-postgres.gemspec +3 -1
- metadata +4 -4
data/lib/silent-postgres.rb
CHANGED
data/silent-postgres.gemspec
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
1
3
|
Gem::Specification.new do |s|
|
2
4
|
s.name = %q{silent-postgres}
|
3
|
-
s.version = "0.0.
|
5
|
+
s.version = "0.0.5"
|
4
6
|
s.summary = %q{Rails plugin that silences Postgresql connection adapter verbose output}
|
5
7
|
s.email = ['bragi@ragnarson.com', 'dolzenko@gmail.com']
|
6
8
|
s.homepage = %q{http://github.com/dolzenko/silent-postgres}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: silent-postgres
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "\xC5\x81ukasz Piestrzeniewicz"
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-
|
19
|
+
date: 2010-11-05 00:00:00 +00:00
|
20
20
|
default_executable:
|
21
21
|
dependencies: []
|
22
22
|
|