pg_notifier 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/pg_notifier/version.rb +1 -1
- data/pg_notifier.gemspec +2 -2
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTRmMzM3NjRjMTE2YjljYmYzZWQ2ODFmMmRiNTc0YWNjMDFmZDQ5Mg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YTQ5MWUxYzI0MzM0MjMzMTk0NGZlZWVlNGFjNDRiODI4M2Y4OWExOA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZGU4MWNlNWFlNTY3NTI0ODI2OWQ4MzAwZjVmMDg2NjNmYzU0MzBmMzQ1ODY1
|
10
|
+
YWQ1MTZiMjZkZTQxMzM3MGQxZTRlZTQ5YWYyYWNmY2JhOWViYTIxY2M4YTFh
|
11
|
+
YWI1MDQ0MmE1MmI3Nzg1NjE3OGM1ZmU2NjVmYjExNzdiNTU1OGE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzczNDUzMTRkOWZjNWM4OGNlNzhkZDA3MDIzYTU4NzNmMmI4NTQ2OGMyNTI5
|
14
|
+
MDA4NjQyMjMxNjExNTVlMWNlNGQ4MTRhZDA0YTRlOWMzZTVhMjkzZmI3ZDY3
|
15
|
+
MGQzNGNmMTgzODg1N2EzMjU1MWRiZWE2NTQ1NDY4OGU3ZDM0OGY=
|
data/lib/pg_notifier/version.rb
CHANGED
data/pg_notifier.gemspec
CHANGED
@@ -17,8 +17,8 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
18
18
|
f.match(%r{^(test|spec|features)/})
|
19
19
|
end
|
20
|
-
spec.bindir = "
|
21
|
-
spec.executables = spec.files.grep(%r{^
|
20
|
+
spec.bindir = "bin"
|
21
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
22
22
|
spec.require_paths = ["lib"]
|
23
23
|
|
24
24
|
spec.add_dependency "pg"
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pg_notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- German Antsiferov
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2017-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
@@ -69,7 +69,10 @@ dependencies:
|
|
69
69
|
description: Process notifies about postgresql notifications.
|
70
70
|
email:
|
71
71
|
- dxdy@bk.ru
|
72
|
-
executables:
|
72
|
+
executables:
|
73
|
+
- console
|
74
|
+
- pg_notifier
|
75
|
+
- setup
|
73
76
|
extensions: []
|
74
77
|
extra_rdoc_files: []
|
75
78
|
files:
|