provizioning 0.9.3 → 0.9.4

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.
@@ -61,7 +61,12 @@ dpkg-reconfigure locales
61
61
  # Install Ruby
62
62
  ##############################################################################
63
63
 
64
- apt-get -y install ruby ruby-dev irb libopenssl-ruby rdoc
64
+ if [ "$var" == "Ubuntu 10.04 \n \l" ]
65
+ then
66
+ apt-get -y install ruby ruby-dev irb libopenssl-ruby
67
+ else
68
+ apt-get -y install ruby1.9.1 ruby1.9.1-dev libruby1.9.1
69
+ fi
65
70
 
66
71
  cd /tmp
67
72
  RUBYGEMS="1.8.24"
@@ -1,3 +1,3 @@
1
1
  module Provizioning
2
- VERSION = "0.9.3"
2
+ VERSION = "0.9.4"
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.3
4
+ version: 0.9.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: