Skip to content

Commit

Permalink
Updated metadata for supermarket info
Browse files Browse the repository at this point in the history
  • Loading branch information
jboeshart committed Sep 15, 2015
1 parent 474b149 commit 5bc0d89
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name 'aws-ec2-snapshot'
maintainer 'Jason Boeshart'
maintainer_email '[email protected]'
license 'GNU General Public License v2.0'
license 'GPL v2'
description 'Installs/Configures aws-ec2-snapshot'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
source_url 'https://github.com/jboeshart/aws-ec2-snapshot'
supports 'centos'
supports 'rhel'
supports 'fedora'
supports 'windows'
version '1.0.0'

depends "windows", ">= 1.37.0"
depends "awscli", ">= 1.1.1"

0 comments on commit 5bc0d89

Please sign in to comment.