provizioning 0.9.4 → 0.9.5

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.
@@ -64,16 +64,16 @@ dpkg-reconfigure locales
64
64
  if [ "$var" == "Ubuntu 10.04 \n \l" ]
65
65
  then
66
66
  apt-get -y install ruby ruby-dev irb libopenssl-ruby
67
+
68
+ cd /tmp
69
+ RUBYGEMS="1.8.24"
70
+ curl -O http://production.cf.rubygems.org/rubygems/rubygems-$RUBYGEMS.tgz
71
+ tar xvzf rubygems-$RUBYGEMS.tgz
72
+ ruby rubygems-$RUBYGEMS/setup.rb --no-ri --no-rdoc --no-format-executable
67
73
  else
68
74
  apt-get -y install ruby1.9.1 ruby1.9.1-dev libruby1.9.1
69
75
  fi
70
76
 
71
- cd /tmp
72
- RUBYGEMS="1.8.24"
73
- curl -O http://production.cf.rubygems.org/rubygems/rubygems-$RUBYGEMS.tgz
74
- tar xvzf rubygems-$RUBYGEMS.tgz
75
- ruby rubygems-$RUBYGEMS/setup.rb --no-ri --no-rdoc --no-format-executable
76
-
77
77
  # Cleanup the installation
78
78
  apt-get -y autoremove
79
79
 
@@ -1,3 +1,3 @@
1
1
  module Provizioning
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: provizioning
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: