commit
fd29d1c92b
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-02-12 - Version 3.3.1
|
||||
Bugfix:
|
||||
- Allow dynamic rubygems host
|
||||
|
||||
2014-01-28 - Version 3.3.0
|
||||
|
||||
Summary:
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
|||
source 'https://rubygems.org'
|
||||
source ENV['GEM_SOURCE'] || "https://rubygems.org"
|
||||
|
||||
group :development, :test do
|
||||
gem 'rake'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-postgresql'
|
||||
version '3.3.0'
|
||||
version '3.3.1'
|
||||
source 'git://github.com/puppetlabs/puppet-postgresql.git'
|
||||
author 'Inkling/Puppet Labs'
|
||||
description 'PostgreSQL defined resource types'
|
||||
|
|
Loading…
Reference in a new issue