Skip to content

Commit

Permalink
1.2.4 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Jul 21, 2015
1 parent 89fceb4 commit db914f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
##2015-07-21 - Supported Release 1.2.4
###Summary

This release includes some ruby path and lint fixes.

####Bugfixes
- Use correct ruby path with PE and AIO
- Lint fixes
- Use correct ruby path on FreeBSD
- Test fixes

##2015-06-02 - Supported Release 2.0.1 [YANKED]
###Summary

Expand All @@ -14,7 +25,6 @@ This is a bugfix release.
This release includes a README fix to document correct behavior of fragment target parameter.

####Bugfixes

- README Fix to correctly document how a fragment $target param should work.

##2015-05-12 - Supported Release 2.0.0 [YANKED]
Expand Down
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "puppetlabs-concat",
"version": "1.2.3",
"version": "1.2.4",
"author": "Puppet Labs",
"summary": "Construct files from multiple fragments.",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-concat",
"project_page": "https://github.com/puppetlabs/puppetlabs-concat",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand Down Expand Up @@ -98,14 +101,11 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
"version_requirement": ">= 3.0.0 < 2015.3.0"
},
{
"name": "puppet",
"version_requirement": "3.x"
"version_requirement": ">= 3.0.0 < 5.0.0"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
]
}

0 comments on commit db914f1

Please sign in to comment.