Fix metadata lint issues and aligning Gemfile with other projects

Update license name to match a valid SPDX ID, and fix open-ended deps.
https://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html
This commit also clean gemfile in order to aligning with other projects

Change-Id: Icf1547cc521c6cfa20cdb0f644cb5712efe45718
This commit is contained in:
Sebastien Badia 2015-02-25 04:27:00 +01:00
parent 11151dfa75
commit 7e3ab60b8a
2 changed files with 6 additions and 7 deletions

View File

@ -2,21 +2,20 @@ source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'rspec-puppet', '~> 2.0.0', :require => false
gem 'puppet-lint', '~> 1.1'
gem 'puppet-lint-param-docs', '1.1.0'
gem 'metadata-json-lint'
gem 'puppet-lint-param-docs'
gem 'puppet-lint-absolute_classname-check'
gem 'puppet-lint-absolute_template_path'
gem 'puppet-lint-trailing_newline-check'
# Puppet 4.x related lint checks
gem 'puppet-lint-unquoted_string-check'
gem 'puppet-lint-leading_zero-check'
gem 'puppet-lint-variable_contains_upcase'
gem 'puppet-lint-numericvariable'
gem 'rspec-puppet', '~> 1.0.1'
gem 'rake', '10.1.1'
gem 'rspec', '< 2.99'
gem 'json'
gem 'webmock'
end

View File

@ -3,7 +3,7 @@
"version": "5.0.0",
"author": "Xingchao Yu and StackForge Contributors",
"summary": "Puppet module for OpenStack Designate",
"license": "Apache License 2.0",
"license": "Apache-2.0",
"source": "git://github.com/stackforge/puppet-designate.git",
"project_page": "https://launchpad.net/puppet-designate",
"issues_url": "https://bugs.launchpad.net/puppet-designate",
@ -35,6 +35,6 @@
{ "name": "stackforge/keystone", "version_requirement": ">=5.0.0, <6.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "theforeman/dns", "version_requirement": ">=1.4.0 <2.0.0" },
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0" }
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0 <6.0.0" }
]
}