dsaenztagarro/rvm_sl

View on GitHub
metadata.rb

Summary

Maintainability
A
0 mins
Test Coverage
name             'rvm_sl'
maintainer       'David Saenz Tagarro'
maintainer_email 'david.saenz.tagarro@gmail.com'
license          'All rights reserved'
description      'Installs/Configures user install of rvm'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version          '0.2.0'

recipe 'rvm::user_install', 'User installation of rvm'

%w(debian ubuntu).each { |os| supports os }

source_url 'https://github.com/dsaenztagarro/rvm_sl' if respond_to?(:source_url)
issues_url 'https://github.com/dsaenztagarro/rvm_sl/issues' if respond_to?(:issues_url)