auser-poolparty 0.2.24 → 0.2.25
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/lib/poolparty/pool/cloud.rb +1 -1
- data/lib/poolparty/version.rb +1 -1
- data/poolparty.gemspec +1 -1
- data/website/index.html +1 -1
- metadata +1 -1
data/lib/poolparty/pool/cloud.rb
CHANGED
|
@@ -103,7 +103,7 @@ module PoolParty
|
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
def copy_misc_templates
|
|
106
|
-
["
|
|
106
|
+
["namespaceauth.conf"].each do |f|
|
|
107
107
|
copy_file_to_storage_directory(::File.join(::File.dirname(__FILE__), "..", "templates", f))
|
|
108
108
|
end
|
|
109
109
|
end
|
data/lib/poolparty/version.rb
CHANGED
data/poolparty.gemspec
CHANGED
data/website/index.html
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<h1>PoolParty</h1>
|
|
35
35
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/poolparty"; return false'>
|
|
36
36
|
<p>Get Version</p>
|
|
37
|
-
<a href="http://rubyforge.org/projects/poolparty" class="numbers">0.2.
|
|
37
|
+
<a href="http://rubyforge.org/projects/poolparty" class="numbers">0.2.25</a>
|
|
38
38
|
</div>
|
|
39
39
|
<h1>‘Easy cloud computing’</h1>
|
|
40
40
|
<h2>What</h2>
|