suitmymind-ubuntu-machine 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  namespace :gems do
2
2
  desc "Install RubyGems"
3
3
  task :install_rubygems, :roles => :app do
4
- run "curl -LO http://rubyforge.org/frs/download.php/45905/rubygems-#{rubygem_version}.tgz"
4
+ run "wget http://rubyforge.org/frs/download.php/45905/rubygems-#{rubygem_version}.tgz"
5
5
  run "tar xvzf rubygems-#{rubygem_version}.tgz"
6
6
  run "cd rubygems-#{rubygem_version} && sudo ruby setup.rb"
7
7
  sudo "ln -s /usr/bin/gem1.8 /usr/bin/gem"
@@ -2,7 +2,7 @@ namespace :git do
2
2
  desc "Install git"
3
3
  task :install, :roles => :app do
4
4
  sudo "sudo apt-get build-dep git-core -y"
5
- run "curl -O http://kernel.org/pub/software/scm/git/#{git_version}.tar.gz"
5
+ run "wget http://kernel.org/pub/software/scm/git/#{git_version}.tar.gz"
6
6
  run "tar xvzf #{git_version}.tar.gz"
7
7
  run "cd #{git_version}"
8
8
  run "cd #{git_version} && ./configure"
@@ -27,8 +27,7 @@ namespace :ruby do
27
27
  sudo "apt-get install libreadline5-dev -y"
28
28
 
29
29
  run "test ! -d /opt/#{ruby_enterprise_version}"
30
- # run "curl -LO http://rubyforge.org/frs/download.php/50087/#{ruby_enterprise_version}.tar.gz"
31
- run "curl -LO #{ruby_enterprise_url}"
30
+ run "wget #{ruby_enterprise_url}"
32
31
  run "tar xzvf #{ruby_enterprise_version}.tar.gz"
33
32
  run "rm #{ruby_enterprise_version}.tar.gz"
34
33
  sudo "./#{ruby_enterprise_version}/installer --auto /opt/#{ruby_enterprise_version}"
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.4.7
4
+ version: 0.4.8
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-02-27 00:00:00 -08:00
12
+ date: 2009-03-10 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency