File tree 6 files changed +10
-7
lines changed
6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
thin -v1.2.11
2
- ramaze -v2011.01.30
2
+ ramaze -v2011.07.25
3
3
bacon -v1.1.0
4
- freeswitcher -v0.6.0
4
+ freeswitcher -v0.6.12
5
5
log4r -v1.1.9
6
6
name_parse -v0.0.5
7
7
pg -v0.10.1
8
- sequel -v3.19.0
8
+ sequel -v3.27.0
9
+ #sqlite3 -v1.3.4
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
fi
7
7
root=$( < ${envdir} /TD_Root)
8
8
echo Starting from $root
9
+ cd $root
9
10
if [ -s $HOME /.rvm/scripts/rvm ]; then
10
11
source $HOME /.rvm/scripts/rvm
11
12
echo " Using RVM $( which rvm) "
12
13
rvm use 1.9.2 2>&1
14
+ source .rvmrc.td
13
15
fi
14
- cd $root
15
16
exec chpst -e $envdir ./bin/dialer 2>&1
Original file line number Diff line number Diff line change 6
6
fi
7
7
root=$( < ${envdir} /TD_Root)
8
8
echo Starting from $root
9
+ cd $root
9
10
if [ -s $HOME /.rvm/scripts/rvm ]; then
10
11
source $HOME /.rvm/scripts/rvm
11
12
echo " Using RVM $( which rvm) "
12
13
rvm use 1.9.2 2>&1
14
+ source .rvmrc.td
13
15
fi
14
- cd $root
15
16
exec chpst -e $envdir ruby lib/tiny_dialer/direct_listener.rb 2>&1
Original file line number Diff line number Diff line change 7
7
root=$( < ${envdir} /TD_Root)
8
8
port=$( < ${envdir} /TD_Innate_Port)
9
9
echo Starting from $root
10
+ cd $root
10
11
if [ -s $HOME /.rvm/scripts/rvm ]; then
11
12
source $HOME /.rvm/scripts/rvm
12
13
echo " Using RVM $( which rvm) "
13
14
rvm use 1.9.2 2>&1
15
+ source .rvmrc.td
14
16
fi
15
- cd $root
16
17
17
18
exec chpst -e $envdir thin -R config.ru -p $port start 2>&1
You can’t perform that action at this time.
0 commit comments