cluster 0.5.57 → 0.6.3

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.
@@ -226,13 +226,7 @@ class AmazonInstance < Instance
226
226
 
227
227
  def image
228
228
  return @aws_image_id if @aws_image_id
229
-
230
- case type
231
- when 'm1.small', 'c1.medium'
232
- amazon.get_image 32
233
- else
234
- amazon.get_image 64
235
- end
229
+ amazon.get_image 64
236
230
  end
237
231
 
238
232
  def type
@@ -11,8 +11,8 @@ class Cluster
11
11
  # Describes the current version of Capistrano.
12
12
  class Version < Net::SSH::Version
13
13
  MAJOR = 0
14
- MINOR = 5
15
- TINY = 57
14
+ MINOR = 6
15
+ TINY = 3
16
16
 
17
17
  # The current version, as a Version instance
18
18
  CURRENT = new(MAJOR, MINOR, TINY)
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 5
8
- - 57
9
- version: 0.5.57
7
+ - 6
8
+ - 3
9
+ version: 0.6.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Simon de Boer
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-11-10 00:00:00 +00:00
17
+ date: 2012-03-17 00:00:00 +00:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency