Skip to content

Commit

Permalink
Prepare 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Fitzgerald committed Nov 18, 2012
1 parent 1cd0f09 commit 9762272
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
maintainer "Greg Fitzgerald"
maintainer_email "[email protected]"
license "MIT"
description "Installs/Configures minecraft server"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.1"
maintainer "Greg Fitzgerald"
maintainer_email "[email protected]"
license "MIT"
description "Installs/Configures minecraft server"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.2"
name "minecraft"

recipe "minecraft", "Installs and configures minecraft server."

depends 'java'
%w{ java tmux }.each do |dep|
depends dep
end

%w { debian ubuntu }.each do |os|
%w{ debian ubuntu }.each do |os|
supports os
end

0 comments on commit 9762272

Please sign in to comment.