provizioning 0.9.5 → 0.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bootstrap/bootstrap.sh +1 -1
- data/lib/provizioning/version.rb +1 -1
- metadata +1 -1
data/bootstrap/bootstrap.sh
CHANGED
|
@@ -71,7 +71,7 @@ then
|
|
|
71
71
|
tar xvzf rubygems-$RUBYGEMS.tgz
|
|
72
72
|
ruby rubygems-$RUBYGEMS/setup.rb --no-ri --no-rdoc --no-format-executable
|
|
73
73
|
else
|
|
74
|
-
apt-get -y install ruby1.9.1 ruby1.9.1-dev libruby1.9.1
|
|
74
|
+
apt-get -y install ruby1.9.1 ruby1.9.1-dev libruby1.9.1 sqlite3 libsqlite3-dev libreadline-dev libxml2 libxml2-dev libxslt1-dev build-essential libcurl4-openssl-dev
|
|
75
75
|
fi
|
|
76
76
|
|
|
77
77
|
# Cleanup the installation
|
data/lib/provizioning/version.rb
CHANGED