5.0.0 • Published 6 years ago

webdev-setup-tools-ruby v5.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

webdev-setup-tools-ruby

This is a plugin for webdev-setup-tools.

Installing Npm Package

npm install webdev-setup-tools-ruby --save

Purpose

To automate installation and all required system configurations for the Ruby software package required by your project. To automate Ruby Version Manager (RVM) installation and setup on OSX and Linux to support multiple Ruby versions on your system.

Configuration

This plugin determines the packages to install from the "web-dev-setup-tools" field in the package.json your project root. This field typically has the following syntax:

"web-dev-setup-tools": {
  "ruby": {
    "install": "^2.0.0",
    "gems": {
      // gems to install ...
    }
  },
  // other packages to install ...
}

Usage

Install ruby

let setup_tools = require('webdev-setup-tools-ruby');
setup_tools.installRuby();

Important Notes For Windows Users

Due to built in Windows security features and restrictions, there are a number of additional steps that need to be taken by windows users. Please refer to the Important Notes For Windows Users section of webdev-setup-tools for more detailed instructions.

Release History

  • 1.0.0 Initial release
5.0.0

6 years ago

4.2.0

6 years ago

4.1.6

6 years ago

4.1.4

6 years ago

4.1.3

6 years ago

4.0.3

6 years ago

4.0.1

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago