Skip to content

Commit

Permalink
Merge pull request #136 from bmjen/fix-metadata
Browse files Browse the repository at this point in the history
Fixes metadata.json dependencies.
  • Loading branch information
mentat committed Dec 1, 2015
2 parents 3d78014 + d23b794 commit 70b01bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Expand Up @@ -97,11 +97,11 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.0 < 2015.4.0"
"version_requirement": ">= 3.0.0 < 2015.4.0"
},
{
"name": "puppet",
"version_requirement": ">= 3.0 < 5.0"
"version_requirement": ">= 3.0.0 < 5.0.0"
}
],
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore."
Expand Down

0 comments on commit 70b01bd

Please sign in to comment.