voxpupuli / metadata-json-lint

Tool to check the validity of Puppet metadata.json files
Apache License 2.0
29 stars 27 forks source link

Open ended dependencies #6

Closed electrical closed 9 years ago

electrical commented 9 years ago

Would be cool if we could check for open ended dependencies like the Forge does for the scoring.

electrical commented 9 years ago

Should be implemented with #9

otheus commented 9 years ago

I have the same issue as reported here: https://github.com/dfarrell07/puppet-opendaylight/issues/18

" Dependency vcsrepo has an open ended dependency version requirement >= 1.0.0"

  "dependencies": [
    { "name":"vcsrepo", "version_requirement":">= 1.0.0" }
  ]
nibalizer commented 9 years ago

I rolled back #9. Sorry @electrical it created a bunch of problems. We really need puppetlabs to release the semantic lib as a gem.