e3639c85f5
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, and Strainerfile. Fixed style errors. Added empty unit test so chef-unit passes until we get real unit tests. Change-Id: I59d8567111c387b25dc215dc1309f03a1516ce3d
10 lines
300 B
Ruby
10 lines
300 B
Ruby
# encoding: UTF-8#
|
|
#
|
|
name 'mon_api'
|
|
maintainer 'MON Team'
|
|
maintainer_email 'hpcs-mon-som@hp.com'
|
|
license 'All rights reserved'
|
|
description 'Installs/Configures mon_api'
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version '0.0.10'
|