bigbang 0.0.4 → 0.0.5

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 CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigbang
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Giorgenes Gelatti
@@ -52,14 +52,14 @@ executables:
52
52
  - bigbang
53
53
  extensions: []
54
54
 
55
- extra_rdoc_files: []
56
-
55
+ extra_rdoc_files:
56
+ - README.rdoc
57
57
  files:
58
58
  - src/git-ssh-wrap.sh
59
59
  - src/post-extract.sh
60
60
  - src/bootstrap.sh
61
61
  - bin/bigbang
62
- - README
62
+ - README.rdoc
63
63
  - lib/bigbang.rb
64
64
  - lib/bigbang/explode.rb
65
65
  - lib/bigbang/instance.rb
@@ -72,39 +72,14 @@ files:
72
72
  - lib/bigbang/kill.rb
73
73
  - lib/bigbang/config.rb
74
74
  - lib/bigbang/cluster_run.rb
75
- - doc/method_list.html
76
- - doc/frames.html
77
- - doc/file_list.html
78
- - doc/js/full_list.js
79
- - doc/js/jquery.js
80
- - doc/js/app.js
81
- - doc/_index.html
82
- - doc/top-level-namespace.html
83
- - doc/class_list.html
84
- - doc/BigBang.html
85
- - doc/css/style.css
86
- - doc/css/full_list.css
87
- - doc/css/common.css
88
- - doc/index.html
89
- - doc/file.README.html
90
- - doc/BigBang/ExplodeCmd.html
91
- - doc/BigBang/Provider.html
92
- - doc/BigBang/Config.html
93
- - doc/BigBang/ClusterRun.html
94
- - doc/BigBang/TestCmd.html
95
- - doc/BigBang/KillCmd.html
96
- - doc/BigBang/Universe.html
97
- - doc/BigBang/Run.html
98
- - doc/BigBang/DSL.html
99
- - doc/BigBang/Instance.html
100
- - doc/Ec2BootstrapGenerator.html
101
75
  has_rdoc: true
102
76
  homepage: http://github.com/giorgenes/bigbang/
103
77
  licenses: []
104
78
 
105
79
  post_install_message:
106
- rdoc_options: []
107
-
80
+ rdoc_options:
81
+ - --main
82
+ - README.rdoc
108
83
  require_paths:
109
84
  - lib
110
85
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -131,6 +106,6 @@ rubyforge_project:
131
106
  rubygems_version: 1.6.2
132
107
  signing_key:
133
108
  specification_version: 3
134
- summary: ""
109
+ summary: A tool to bootstrap clusters of EC2 instances
135
110
  test_files: []
136
111
 
@@ -1,272 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Class: BigBang::ClusterRun
8
-
9
- &mdash; Documentation by YARD 0.7.2
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- relpath = '..';
19
- if (relpath != '') relpath += '/';
20
- </script>
21
-
22
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
23
-
24
- <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
25
-
26
-
27
- </head>
28
- <body>
29
- <script type="text/javascript" charset="utf-8">
30
- if (window.top.frames.main) document.body.className = 'frames';
31
- </script>
32
-
33
- <div id="header">
34
- <div id="menu">
35
-
36
- <a href="../_index.html">Index (C)</a> &raquo;
37
- <span class='title'><span class='object_link'><a href="../BigBang.html" title="BigBang (module)">BigBang</a></span></span>
38
- &raquo;
39
- <span class="title">ClusterRun</span>
40
-
41
-
42
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
- </div>
44
-
45
- <div id="search">
46
-
47
- <a id="class_list_link" href="#">Class List</a>
48
-
49
- <a id="method_list_link" href="#">Method List</a>
50
-
51
- <a id="file_list_link" href="#">File List</a>
52
-
53
- </div>
54
- <div class="clear"></div>
55
- </div>
56
-
57
- <iframe id="search_frame"></iframe>
58
-
59
- <div id="content"><h1>Class: BigBang::ClusterRun
60
-
61
-
62
-
63
- </h1>
64
-
65
- <dl class="box">
66
-
67
- <dt class="r1">Inherits:</dt>
68
- <dd class="r1">
69
- <span class="inheritName"><span class='object_link'><a href="Run.html" title="BigBang::Run (class)">Run</a></span></span>
70
-
71
- <ul class="fullTree">
72
- <li>Object</li>
73
-
74
- <li class="next"><span class='object_link'><a href="Run.html" title="BigBang::Run (class)">Run</a></span></li>
75
-
76
- <li class="next">BigBang::ClusterRun</li>
77
-
78
- </ul>
79
- <a href="#" class="inheritanceTree">show all</a>
80
-
81
- </dd>
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
- <dt class="r2 last">Defined in:</dt>
92
- <dd class="r2 last">lib/bigbang/cluster_run.rb</dd>
93
-
94
- </dl>
95
- <div class="clear"></div>
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
- <h2>Instance Attribute Summary</h2>
109
-
110
- <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Run.html" title="BigBang::Run (class)">Run</a></span></h3>
111
- <p class="inherited"><span class='object_link'><a href="Run.html#assigned_ips-instance_method" title="BigBang::Run#assigned_ips (method)">assigned_ips</a></span>, <span class='object_link'><a href="Run.html#domain-instance_method" title="BigBang::Run#domain (method)">domain</a></span>, <span class='object_link'><a href="Run.html#ec2_instances-instance_method" title="BigBang::Run#ec2_instances (method)">ec2_instances</a></span>, <span class='object_link'><a href="Run.html#elastic_ip-instance_method" title="BigBang::Run#elastic_ip (method)">elastic_ip</a></span>, <span class='object_link'><a href="Run.html#instance-instance_method" title="BigBang::Run#instance (method)">instance</a></span>, <span class='object_link'><a href="Run.html#wildcard_domain-instance_method" title="BigBang::Run#wildcard_domain (method)">wildcard_domain</a></span>, <span class='object_link'><a href="Run.html#zone_sizes-instance_method" title="BigBang::Run#zone_sizes (method)">zone_sizes</a></span></p>
112
-
113
-
114
-
115
- <h2>
116
- Instance Method Summary
117
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
118
- </h2>
119
-
120
- <ul class="summary">
121
-
122
- <li class="public ">
123
- <span class="summary_signature">
124
-
125
- <a href="#availability_zone-instance_method" title="#availability_zone (instance method)">- (Object) <strong>availability_zone</strong>(h) </a>
126
-
127
-
128
-
129
- </span>
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
- <span class="summary_desc"><div class='inline'></div></span>
139
-
140
- </li>
141
-
142
-
143
- <li class="public ">
144
- <span class="summary_signature">
145
-
146
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (ClusterRun) <strong>initialize</strong>(name, instances) </a>
147
-
148
-
149
-
150
- </span>
151
-
152
- <span class="note title constructor">constructor</span>
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
- <span class="summary_desc"><div class='inline'><p>
162
- A new instance of ClusterRun.
163
- </p>
164
- </div></span>
165
-
166
- </li>
167
-
168
-
169
- </ul>
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
- <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Run.html" title="BigBang::Run (class)">Run</a></span></h3>
181
- <p class="inherited"><span class='object_link'><a href="Run.html#instances_count-instance_method" title="BigBang::Run#instances_count (method)">#instances_count</a></span>, <span class='object_link'><a href="Run.html#zones-instance_method" title="BigBang::Run#zones (method)">#zones</a></span></p>
182
- <div id="constructor_details" class="method_details_list">
183
- <h2>Constructor Details</h2>
184
-
185
- <div class="method_details first">
186
- <p class="signature first" id="initialize-instance_method">
187
-
188
- - (<tt><span class='object_link'><a href="" title="BigBang::ClusterRun (class)">ClusterRun</a></span></tt>) <strong>initialize</strong>(name, instances)
189
-
190
-
191
-
192
- </p><div class="docstring">
193
- <div class="discussion">
194
- <p>
195
- A new instance of ClusterRun
196
- </p>
197
-
198
-
199
- </div>
200
- </div>
201
- <div class="tags">
202
-
203
- </div><table class="source_code">
204
- <tr>
205
- <td>
206
- <pre class="lines">
207
-
208
-
209
- 6
210
- 7
211
- 8</pre>
212
- </td>
213
- <td>
214
- <pre class="code"><span class="info file"># File 'lib/bigbang/cluster_run.rb', line 6</span>
215
-
216
- <span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='name identifier id'>name</span><span class='comma token'>,</span> <span class='instances identifier id'>instances</span><span class='rparen token'>)</span>
217
- <span class='super super kw'>super</span><span class='lparen token'>(</span><span class='name identifier id'>name</span><span class='comma token'>,</span> <span class='instances identifier id'>instances</span><span class='rparen token'>)</span>
218
- <span class='end end kw'>end</span>
219
- </pre>
220
- </td>
221
- </tr>
222
- </table>
223
- </div>
224
-
225
- </div>
226
-
227
-
228
- <div id="instance_method_details" class="method_details_list">
229
- <h2>Instance Method Details</h2>
230
-
231
-
232
- <div class="method_details first">
233
- <p class="signature first" id="availability_zone-instance_method">
234
-
235
- - (<tt>Object</tt>) <strong>availability_zone</strong>(h)
236
-
237
-
238
-
239
- </p><table class="source_code">
240
- <tr>
241
- <td>
242
- <pre class="lines">
243
-
244
-
245
- 10
246
- 11
247
- 12</pre>
248
- </td>
249
- <td>
250
- <pre class="code"><span class="info file"># File 'lib/bigbang/cluster_run.rb', line 10</span>
251
-
252
- <span class='def def kw'>def</span> <span class='availability_zone identifier id'>availability_zone</span><span class='lparen token'>(</span><span class='h identifier id'>h</span><span class='rparen token'>)</span>
253
- <span class='@zone_sizes ivar id'>@zone_sizes</span><span class='dot token'>.</span><span class='merge! fid id'>merge!</span><span class='lparen token'>(</span><span class='h identifier id'>h</span><span class='rparen token'>)</span>
254
- <span class='end end kw'>end</span>
255
- </pre>
256
- </td>
257
- </tr>
258
- </table>
259
- </div>
260
-
261
- </div>
262
-
263
- </div>
264
-
265
- <div id="footer">
266
- Generated on Sat Jul 16 01:05:15 2011 by
267
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
268
- 0.7.2 (ruby-1.8.7).
269
- </div>
270
-
271
- </body>
272
- </html>