projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Replace content_from_file extension with simpler edit_file technique
[chef.git]
/
cookbooks
/
thinkup
/
metadata.rb
1
maintainer "OpenStreetMap Administrators"
2
maintainer_email "admins@openstreetmap.org"
3
license "Apache 2.0"
4
description "Installs and configures ThinkUp"
5
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
6
version "1.0.0"
7
depends "apache"
8
depends "mysql"