ey-flex-test 0.3.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.
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ey-flex-test
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.3
5
+ platform: ruby
6
+ authors:
7
+ - Ezra Zygmuntowicz
8
+ autorequire: ey-flex-test
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-09-22 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Command line interface to Engine Yard's cloud
17
+ email: awsmdev@engineyard.com
18
+ executables:
19
+ - ey-slave
20
+ - ey-recipes
21
+ - eybackup
22
+ - ey-snapshots
23
+ - ey-monitor
24
+ - ey-agent
25
+ extensions: []
26
+
27
+ extra_rdoc_files:
28
+ - README.rdoc
29
+ - LICENSE
30
+ - TODO
31
+ files:
32
+ - LICENSE
33
+ - README.rdoc
34
+ - Rakefile
35
+ - TODO
36
+ - lib/big-brother.rb
37
+ - lib/bucket_minder.rb
38
+ - lib/ey-api.rb
39
+ - lib/ey.rb
40
+ - lib/mysql_backup.rb
41
+ - lib/mysql_slave.rb
42
+ - lib/postgresql_backup.rb
43
+ - lib/snapshot_minder.rb
44
+ - lib/stonith.rb
45
+ - spec/ey_api_spec.rb
46
+ has_rdoc: true
47
+ homepage: http://engineyard.com/solo
48
+ licenses: []
49
+
50
+ post_install_message:
51
+ rdoc_options: []
52
+
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ requirements: []
68
+
69
+ rubyforge_project:
70
+ rubygems_version: 1.3.5
71
+ signing_key:
72
+ specification_version: 3
73
+ summary: Command line interface to Engine Yard's cloud
74
+ test_files: []
75
+