https://github.com/melezhik/sparrow-rvm
install rvm and Ruby
https://github.com/melezhik/sparrow-rvm
ruby rvm sparrow sparrowdo
Last synced: 6 months ago
JSON representation
install rvm and Ruby
- Host: GitHub
- URL: https://github.com/melezhik/sparrow-rvm
- Owner: melezhik
- Created: 2017-04-01T19:09:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T18:01:48.000Z (almost 7 years ago)
- Last Synced: 2025-04-10T00:56:33.987Z (6 months ago)
- Topics: ruby, rvm, sparrow, sparrowdo
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYNOPSIS
Install rvm and Ruby
# INSTALL
$ sparrow plg install rvm
# Build status
[](https://travis-ci.org/melezhik/sparrow-rvm)
# Usage
## By sparrow
$ sparrow plg run rvm # install rvm with default Ruby
$ sparrow plg run rvm --param ruby_version=2.1.2 # install specific Ruby version## By sparrowdo
$ cat sparrowfile
task-run "install rvm and ruby 2.2.2", "rvm", %(
ruby_version => "2.2.2"
);# Author
Alexey Melezhik