This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
forked from zeroc0d3/ruby-installation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
68 lines (55 loc) · 1.92 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## version 1.7.0
====================
* Fixing initialize packages
* Fixing default packages Installer (rbenv)
## version 1.6.0
====================
* Fixing rvm installation path
* Set global archive for rvm & rbenv
* Change initialize default package ruby (rbenv / rvm) with "0" (rbenv) and "1" (rvm)
## version 1.5.4
====================
* Change environment script from `#!/bin/sh` to `#!/usr/bin/env sh`
## version 1.5.3
====================
* Change message color
* Change identity select shell to "VAR_SHELL"
* Fixing check version (${RUBY_VERSION} from Docker environment)
* Fixing check ruby package (${RUBY_PACKAGE} from Docker environment)
## version 1.5.2
====================
* Add title script
## version 1.5.1
====================
* Fixing path for loading environment in ruby installation (install_ruby.sh)
* Fixing path for loading environment & reload shell in gems installation (gems.sh)
## version 1.5
====================
* Remove "docker" folder in this repository. You can clone / forked with other repository:
1. Docker-Lab (https://github.com/zeroc0d3/docker-lab)
2. CentOS-Ruby (https://github.com/zeroc0d3lab/centos-ruby)
* Fixing path for loading environment in gems installation (gems.sh)
## version 1.4
====================
* New version of gems.sh file to install ruby dependency packages (bundle install)
## version 1.3
====================
* Update message running installation
* Using ruby.sh for temporary load environment configuration
* Fixing reload shell after success installation
## version 1.2
====================
* Fixing environment bash / zsh reload shell
* Dynamic USERNAME & PATH_HOME
## version 1.1
====================
* Fixing Environment & Reload Shell
## version 1.0
====================
* Add reload shell for bash & zsh
## version 0.9.1
====================
* Installer with rbenv as default package manager
## version 0.9
====================
* Installer with rvm as default package manager