auser-poolparty 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/poolparty/provision/boot_strapper.rb +1 -1
- metadata +1 -1
data/VERSION.yml
CHANGED
@@ -141,7 +141,7 @@ module PoolParty
|
|
141
141
|
"cd ../ && rm -rf rubygems-1.3.1*",
|
142
142
|
"gem source --add http://gems.github.com",
|
143
143
|
"cd /var/poolparty/dependencies/gems/",
|
144
|
-
"gem install --no-rdoc --no-ri
|
144
|
+
"gem install --no-rdoc --no-ri *.gem",
|
145
145
|
"cd /var/poolparty/dependencies",
|
146
146
|
"cp /var/poolparty/dependencies/etc/poolparty/* /etc/poolparty/",
|
147
147
|
'touch /var/poolparty/POOLPARTY.PROGRESS',
|