Skip to content

Commit

Permalink
Merge pull request bfraser#93 from attachmentgenie/patch-2
Browse files Browse the repository at this point in the history
Adding extra gem to also validate the metadata.json file.
  • Loading branch information
bfraser committed May 1, 2016
2 parents 19b985e + d281445 commit c4d6b5c
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 c4d6b5c

Please sign in to comment.