blue-postgresql 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module Blue
2
2
  module Postgresql
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
@@ -55,7 +55,7 @@ external_pid_file = '/var/run/postgresql/9.2-main.pid' # write an extra PID fi
55
55
  #------------------------------------------------------------------------------
56
56
 
57
57
  # - Connection Settings -
58
-
58
+ <% if Blue.config.ip_address %>listen_addresses = '<%= Blue.config.ip_address %>'<% end %>
59
59
  #listen_addresses = 'localhost' # what IP address(es) to listen on;
60
60
  # comma-separated list of addresses;
61
61
  # defaults to 'localhost'; use '*' for all
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blue-postgresql
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Sharpe