Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
[blacksmith] Bump version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Jan 28, 2015
1 parent 442514f commit 8a75f42
Showing 1 changed file with 59 additions and 17 deletions.
76 changes: 59 additions & 17 deletions metadata.json
@@ -1,24 +1,66 @@
{
"name": "theforeman-concat_native",
"version": "1.3.2",
"author": "theforeman",
"summary": "Native type for multi-part file concatenation",
"license": "Apache-2.0",
"source": "git://github.com/theforeman/puppet-concat_native",
"name": "theforeman-concat_native",
"version": "1.3.3",
"author": "theforeman",
"summary": "Native type for multi-part file concatenation",
"license": "Apache-2.0",
"source": "git://github.com/theforeman/puppet-concat_native",
"project_page": "https://github.com/theforeman/puppet-concat_native",
"issues_url": "https://github.com/theforeman/puppet-concat_native/issues",
"description": "Module that provides a native type for performing multi-part file concatenation.",
"tags": ["concat"],
"dependencies": [ ],
"issues_url": "https://github.com/theforeman/puppet-concat_native/issues",
"description": "Module that provides a native type for performing multi-part file concatenation.",
"tags": [
"concat"
],
"dependencies": [

],
"requirements": [
{ "name": "puppet", "version_requirement": ">= 2.7.0 < 4.0.0" }
{
"name": "puppet",
"version_requirement": ">= 2.7.0 < 4.0.0"
}
],
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Fedora", "operatingsystemrelease": [ "19" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"19"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
}
]
}

1 comment on commit 8a75f42

@domcleal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmoll it's been normalised, sorry :)

Please sign in to comment.