ubuntu-machine-rachid 0.5.3.2.23 → 0.5.3.2.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  namespace :rails3 do
2
2
  desc "Install Rails3"
3
3
  task :install, :roles => :app do
4
- sudo "/opt/ruby-enterprise/bin/gem install rails --pre --no-ri --no-rdoc"
4
+ sudo "/opt/ruby-enterprise/bin/gem install rails --no-ri --no-rdoc"
5
5
  sudo "apt-get install libxml2-dev libxslt1-dev"
6
6
  end
7
7
  end
@@ -49,7 +49,11 @@ 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
52
+ # sudo apt-get install libcurl4-openssl-dev
53
+ sudo "apt-get install libcurl4-openssl-dev -y"
54
+
55
+
56
+ # rake 0.8.5 needs latest version of rdoc
53
57
  sudo "gem install rdoc"
54
58
 
55
59
  # because passenger-install-apache2-module do not find the rake installed by REE
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ubuntu-machine-rachid
3
3
  version: !ruby/object:Gem::Version
4
- hash: 209
4
+ hash: 207
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
9
  - 3
10
10
  - 2
11
- - 23
12
- version: 0.5.3.2.23
11
+ - 24
12
+ version: 0.5.3.2.24
13
13
  platform: ruby
14
14
  authors:
15
15
  - Thomas Balthazar
@@ -21,7 +21,7 @@ autorequire:
21
21
  bindir: bin
22
22
  cert_chain: []
23
23
 
24
- date: 2010-07-27 00:00:00 +02:00
24
+ date: 2010-12-17 00:00:00 +01:00
25
25
  default_executable:
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency
@@ -41,7 +41,7 @@ dependencies:
41
41
  type: :runtime
42
42
  version_requirements: *id001
43
43
  description: Capistrano recipes for setting up and deploying to a Ubuntu Machine
44
- email: rachid.al.maach@gmail.com
44
+ email: fixato@gmail.com
45
45
  executables: []
46
46
 
47
47
  extensions: []
@@ -93,7 +93,7 @@ files:
93
93
  - lib/capistrano/ext/ubuntu-machine/templates/sources.jaunty.erb
94
94
  - lib/capistrano/ext/ubuntu-machine/templates/sources.lucid.erb
95
95
  has_rdoc: true
96
- homepage: http://github.com/rachid/ubuntu-machine
96
+ homepage: https://github.com/rachid/ubuntu-machine
97
97
  licenses: []
98
98
 
99
99
  post_install_message: