-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
17 lines (14 loc) · 834 Bytes
/
metadata.rb
File metadata and controls
17 lines (14 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name 'chruby-build'
maintainer 'Vincent Durand'
maintainer_email 'vincent.durand@madwork.org'
license 'MIT'
description 'Chef cookbook to install chruby and build rubies from source with Google Perftools and LibYAML options.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.2'
supports 'ubuntu', '>= 12.04'
depends 'ark', '>= 4.0.0'
chef_version '>= 13.4' if respond_to? :chef_version
source_url 'https://github.com/madwork/chef-chruby-build' if respond_to? :source_url
issues_url 'https://github.com/madwork/chef-chruby-build/issues' if respond_to? :issues_url
recipe 'chruby-build::default', 'This recipe only installs chruby.'
recipe 'chruby-build::rubies', 'This recipe installs chruby and compile rubies from source.'