suitmymind-ubuntu-machine 0.5.3.1 → 0.5.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,6 +49,9 @@ namespace :ruby do
49
49
 
50
50
  desc "Install Phusion Passenger"
51
51
  task :install_passenger, :roles => :app do
52
+ # rake 0.8.5 needs latest version of rdoc
53
+ sudo "gem install rdoc"
54
+
52
55
  # because passenger-install-apache2-module do not find the rake installed by REE
53
56
  sudo "gem install rake"
54
57
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: suitmymind-ubuntu-machine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3.1
4
+ version: 0.5.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Balthazar
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-21 00:00:00 -07:00
12
+ date: 2009-05-09 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency