auser-poolparty 0.2.24 → 0.2.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -103,7 +103,7 @@ module PoolParty
103
103
  end
104
104
 
105
105
  def copy_misc_templates
106
- ["fileserver.conf", "namespaceauth.conf"].each do |f|
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
@@ -2,7 +2,7 @@ module PoolParty
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 24
5
+ TINY = 25
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/poolparty.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poolparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.24
4
+ version: 0.2.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner
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.24</a>
37
+ <a href="http://rubyforge.org/projects/poolparty" class="numbers">0.2.25</a>
38
38
  </div>
39
39
  <h1>&#8216;Easy cloud computing&#8217;</h1>
40
40
  <h2>What</h2>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auser-poolparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.24
4
+ version: 0.2.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner