Skip to content

Commit

Permalink
Merge pull request redhat-openstack#259 from deric/meta
Browse files Browse the repository at this point in the history
Fix module meta data
  • Loading branch information
blkperl committed Apr 24, 2015
2 parents 9dba7e5 + 6461edb commit e01c6f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ group :development, :unit_tests do
gem 'simplecov', :require => false
gem 'puppet_facts', :require => false
gem 'json', :require => false
gem 'metadata-json-lint', :require => false
end

group :system_tests do
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ GEM
multi_json (>= 1.8.4)
memoist (0.12.0)
metaclass (0.0.4)
metadata-json-lint (0.0.6)
json
spdx-licenses (~> 1.0)
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.6.0)
Expand Down Expand Up @@ -244,6 +247,8 @@ GEM
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
spdx-licenses (1.0.0)
json
specinfra (2.30.0)
net-scp
net-ssh
Expand All @@ -262,6 +267,7 @@ DEPENDENCIES
beaker-rspec
facter
json
metadata-json-lint
puppet
puppet-lint
puppet_facts
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"version": "3.3.0",
"source": "https://github.com/pdxcat/puppet-module-collectd",
"author": "Computer Action Team",
"license": "Apache Version 2.0",
"license": "Apache-2.0",
"summary": "Puppet module for Collectd",
"project_page": "https://github.com/pdxcat/puppet-module-collectd",
"dependencies": [
Expand Down

0 comments on commit e01c6f2

Please sign in to comment.