freighthop 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -60,7 +60,6 @@ Configure `.freighthop.json` to something like this for rails and postgres:
60
60
  "freighthop::database::postgres::databases": [ "myapp_development" ],
61
61
  "freighthop::database::postgres::users": [ "myapp" ],
62
62
  "freighthop::packages": [
63
- "libpq-dev",
64
63
  "libxml2-dev",
65
64
  "libxslt1-dev",
66
65
  "nodejs"
@@ -21,6 +21,6 @@
21
21
 
22
22
  ],
23
23
  "freighthop::packages": [
24
- "libpq-dev"
24
+
25
25
  ]
26
26
  }
@@ -1,3 +1,3 @@
1
1
  module Freighthop
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
@@ -7,7 +7,8 @@ class freighthop::database::postgres(
7
7
  version => $version,
8
8
  manage_package_repo => true
9
9
  } ->
10
- class { 'postgresql::server': }
10
+ class { 'postgresql::server': } ->
11
+ class { 'postgresql::lib::devel': }
11
12
 
12
13
  postgresql::server::pg_hba_rule { 'local-users-get-everything':
13
14
  type => 'local',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freighthop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-27 00:00:00.000000000 Z
12
+ date: 2014-04-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler