auser-poolparty 1.2.3 → 1.2.4
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/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',
|