Skip to content

Commit fd29d1c

Browse files
committed
Merge pull request puppetlabs#364 from hunner/release_3.3.1
Release 3.3.1
2 parents b99094b + dc37d11 commit fd29d1c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-02-12 - Version 3.3.1
2+
Bugfix:
3+
- Allow dynamic rubygems host
4+
15
2014-01-28 - Version 3.3.0
26

37
Summary:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://rubygems.org'
1+
source ENV['GEM_SOURCE'] || "https://rubygems.org"
22

33
group :development, :test do
44
gem 'rake'

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-postgresql'
2-
version '3.3.0'
2+
version '3.3.1'
33
source 'git://github.com/puppetlabs/puppet-postgresql.git'
44
author 'Inkling/Puppet Labs'
55
description 'PostgreSQL defined resource types'

0 commit comments

Comments
 (0)