Sha256: f3725b99cf7fb8934361be71ea00fb756347896890fb139f36f773a181673e24
Contents?: true
Size: 249 Bytes
Versions: 5
Compression:
Stored size: 249 Bytes
Contents
#!/usr/bin/env ruby STDERR.sync = STDOUT.sync = true require 'pathname' require 'pg_notifier' usage = 'pg_notifier <file.rb>' file = ARGV.shift or abort usage file = "./#{file}" unless Pathname.new(file).absolute? require file PgNotifier::run
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
pg_notifier-0.1.3 | bin/pg_notifier |
pg_notifier-0.1.2 | bin/pg_notifier |
pg_notifier-0.1.1 | bin/pg_notifier |
pg_notifier-0.1.0 | bin/pg_notifier |
pg_notifier-0.0.1 | bin/pg_notifier |