Merge pull request #364 from hunner/release_3.3.1

Release 3.3.1
This commit is contained in:
Hunter Haugen 2014-02-12 16:34:59 -08:00
commit fd29d1c92b
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2014-02-12 - Version 3.3.1
Bugfix:
- Allow dynamic rubygems host
2014-01-28 - Version 3.3.0
Summary:

View file

@ -1,4 +1,4 @@
source 'https://rubygems.org'
source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :development, :test do
gem 'rake'

View file

@ -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'