rudy 0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rudy
3
+ version: !ruby/object:Gem::Version
4
+ version: "0.2"
5
+ platform: ruby
6
+ authors:
7
+ - Delano Mandelbaum
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-02-23 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Rudy is a handy staging and deployment tool for Amazon EC2.
17
+ email: delano@solutious.com
18
+ executables:
19
+ - rudy
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README.rdoc
24
+ - LICENSE.txt
25
+ files:
26
+ - CHANGES.txt
27
+ - LICENSE.txt
28
+ - README.rdoc
29
+ - Rakefile
30
+ - bin/rudy
31
+ - lib/drydock.rb
32
+ - lib/rudy.rb
33
+ - lib/rudy/aws.rb
34
+ - lib/rudy/aws/ec2.rb
35
+ - lib/rudy/aws/s3.rb
36
+ - lib/rudy/aws/simpledb.rb
37
+ - lib/rudy/command/addresses.rb
38
+ - lib/rudy/command/base.rb
39
+ - lib/rudy/command/commit.rb
40
+ - lib/rudy/command/disks.rb
41
+ - lib/rudy/command/environment.rb
42
+ - lib/rudy/command/groups.rb
43
+ - lib/rudy/command/images.rb
44
+ - lib/rudy/command/instances.rb
45
+ - lib/rudy/command/metadata.rb
46
+ - lib/rudy/command/release.rb
47
+ - lib/rudy/command/volumes.rb
48
+ - lib/rudy/metadata/disk.rb
49
+ - lib/rudy/metadata/environment.rb
50
+ - lib/rudy/scm/svn.rb
51
+ - lib/rudy/utils.rb
52
+ - lib/storable.rb
53
+ - rudy.gemspec
54
+ - support/rudy-ec2-startup
55
+ has_rdoc: true
56
+ homepage: http://github.com/solutious/rudy
57
+ post_install_message:
58
+ rdoc_options:
59
+ - --line-numbers
60
+ - --inline-source
61
+ - --title
62
+ - "Rudy: Your friend in staging and deploying with EC2"
63
+ - --main
64
+ - README.rdoc
65
+ require_paths:
66
+ - lib
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: "0"
72
+ version:
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: "0"
78
+ version:
79
+ requirements: []
80
+
81
+ rubyforge_project: rudy
82
+ rubygems_version: 1.2.0
83
+ signing_key:
84
+ specification_version: 2
85
+ summary: Rudy is a handy staging and deployment tool for Amazon EC2.
86
+ test_files: []
87
+