Skip to content

Commit

Permalink
Adding extra gem to also validate the metadata.json file. Rake valida…
Browse files Browse the repository at this point in the history
…te currently errors with a Warning: License Indentifier Apache 2.0 is not in the SPDX list. message, adding a dash fixes this.
  • Loading branch information
Bram Vogelaar committed Apr 30, 2016
1 parent 19b985e commit d281445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source "https://rubygems.org"
group :test do
gem "rake"
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.6.0'
gem 'metadata-json-lint'
gem "puppet-lint"
gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git'
gem "puppet-syntax"
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.5.0",
"author": "bfraser",
"summary": "This module provides Grafana, a dashboard and graph editor for Graphite and InfluxDB.",
"license": "Apache 2.0",
"license": "Apache-2.0",
"source": "https://github.com/bfraser/puppet-grafana.git",
"project_page": "https://github.com/bfraser/puppet-grafana",
"issues_url": "https://github.com/bfraser/puppet-grafana/issues",
Expand Down

0 comments on commit d281445

Please sign in to comment.