ec2onrails-xtreme-head 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -5,16 +5,17 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 6
|
9
|
+
version: 0.0.6
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
|
+
- Xtreme Labs
|
12
13
|
- Dwayne Forde
|
13
14
|
autorequire:
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2010-
|
18
|
+
date: 2010-09-07 00:00:00 -04:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
@@ -28,8 +29,8 @@ dependencies:
|
|
28
29
|
segments:
|
29
30
|
- 2
|
30
31
|
- 5
|
31
|
-
-
|
32
|
-
version: 2.5.
|
32
|
+
- 19
|
33
|
+
version: 2.5.19
|
33
34
|
type: :runtime
|
34
35
|
version_requirements: *id001
|
35
36
|
- !ruby/object:Gem::Dependency
|
@@ -57,13 +58,12 @@ dependencies:
|
|
57
58
|
- !ruby/object:Gem::Version
|
58
59
|
segments:
|
59
60
|
- 0
|
60
|
-
-
|
61
|
-
|
62
|
-
version: 0.6.5
|
61
|
+
- 7
|
62
|
+
version: "0.7"
|
63
63
|
type: :runtime
|
64
64
|
version_requirements: *id003
|
65
|
-
description: " Deploy a Ruby on Rails app on EC2 in five minutes. \n"
|
66
|
-
email:
|
65
|
+
description: " Deploy a Ruby on Rails app on EC2 in five minutes. \n EC2 on Rails is an Ubuntu Linux server image for Amazon EC2 that's ready to run a standard\n Ruby on Rails application with little or no customization. \n It's a Ruby on Rails virtual appliance.\n This gem contains Capistrano tasks to manage and deploy to an EC2 on Rails server instance.\n *** This is the experimental, pre-release version.*** For the regular version install the gem 'ec2onrails-xtreme'"
|
66
|
+
email: aws@xtremelabs.com
|
67
67
|
executables: []
|
68
68
|
|
69
69
|
extensions: []
|
@@ -73,7 +73,7 @@ extra_rdoc_files: []
|
|
73
73
|
files: []
|
74
74
|
|
75
75
|
has_rdoc: true
|
76
|
-
homepage: http://
|
76
|
+
homepage: http://ec2onrails.rubyforge.org
|
77
77
|
licenses: []
|
78
78
|
|
79
79
|
post_install_message:
|
@@ -103,6 +103,6 @@ rubyforge_project: ec2onrails-xtreme-head
|
|
103
103
|
rubygems_version: 1.3.7
|
104
104
|
signing_key:
|
105
105
|
specification_version: 3
|
106
|
-
summary: Client-side libraries (Capistrano tasks) for managing and deploying to EC2 on Rails servers.
|
106
|
+
summary: Client-side libraries (Capistrano tasks) for managing and deploying to EC2 on Rails servers. *** This is the experimental, pre-release version.*** For the regular version install the gem 'ec2onrails-xtreme'
|
107
107
|
test_files: []
|
108
108
|
|