equal
deleted
inserted
replaced
4 # development environment upon cd'ing into the directory |
4 # development environment upon cd'ing into the directory |
5 |
5 |
6 # First we specify our desired <ruby>[@<gemset>], the @gemset name is optional, |
6 # First we specify our desired <ruby>[@<gemset>], the @gemset name is optional, |
7 # Only full ruby name is supported here, for short names use: |
7 # Only full ruby name is supported here, for short names use: |
8 # echo "rvm use 2.2.1" > .rvmrc |
8 # echo "rvm use 2.2.1" > .rvmrc |
9 environment_id="ruby-2.2@thingfish-metastore-pggraph" |
9 environment_id="ruby-2.3@thingfish-metastore-pggraph" |
10 |
10 |
11 # Uncomment the following lines if you want to verify rvm version per project |
11 # Uncomment the following lines if you want to verify rvm version per project |
12 # rvmrc_rvm_version="1.26.11 (master)" # 1.10.1 seems like a safe start |
12 # rvmrc_rvm_version="1.26.11 (master)" # 1.10.1 seems like a safe start |
13 # eval "$(echo ${rvm_version}.${rvmrc_rvm_version} | __rvm_awk -F. '{print "[[ "$1*65536+$2*256+$3" -ge "$4*65536+$5*256+$6" ]]"}' )" || { |
13 # eval "$(echo ${rvm_version}.${rvmrc_rvm_version} | __rvm_awk -F. '{print "[[ "$1*65536+$2*256+$3" -ge "$4*65536+$5*256+$6" ]]"}' )" || { |
14 # echo "This .rvmrc file requires at least RVM ${rvmrc_rvm_version}, aborting loading." |
14 # echo "This .rvmrc file requires at least RVM ${rvmrc_rvm_version}, aborting loading." |