teleport 1.0.6 → 1.0.7

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.
@@ -131,7 +131,11 @@ function install_ruby_193() {
131
131
  }
132
132
 
133
133
  function install_ruby_ree() {
134
- local ree="ruby-enterprise_1.8.7-2011.03_${ARCH}_ubuntu10.04.deb"
134
+ local ree="ruby-enterprise_1.8.7-2012.02_${ARCH}_ubuntu10.04.deb"
135
+
136
+ # this is necessary on 12.04 (thanks noeticpenguin)
137
+ apt-get -y install libssl0.9.8
138
+
135
139
  wget http://rubyenterpriseedition.googlecode.com/files/$ree
136
140
  dpkg -i $ree
137
141
 
@@ -152,7 +156,7 @@ fi
152
156
  # which version?
153
157
  . /etc/lsb-release
154
158
  case $DISTRIB_RELEASE in
155
- 10.* | 11.* ) ;; # nop
159
+ 10.* | 11.* | 12.04 ) ;; # nop
156
160
  *)
157
161
  banner "warning - Ubuntu $DISTRIB_RELEASE hasn't been tested with Teleport yet"
158
162
  esac
@@ -1,4 +1,4 @@
1
1
  module Teleport
2
2
  # Gem version
3
- VERSION = "1.0.6"
3
+ VERSION = "1.0.7"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teleport
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-04 00:00:00.000000000 Z
12
+ date: 2012-06-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: amazon-ec2
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: -2626968326399993902
139
+ hash: -2187502766216753252
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  none: false
142
142
  requirements:
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  segments:
147
147
  - 0
148
- hash: -2626968326399993902
148
+ hash: -2187502766216753252
149
149
  requirements: []
150
150
  rubyforge_project: teleport
151
151
  rubygems_version: 1.8.21