bigbang 0.0.3 → 0.0.4

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.
@@ -0,0 +1,105 @@
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
+ Top Level Namespace
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</a> &raquo;
37
+
38
+
39
+ <span class="title">Top Level Namespace</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>Top Level Namespace
60
+
61
+
62
+
63
+ </h1>
64
+
65
+ <dl class="box">
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+ </dl>
75
+ <div class="clear"></div>
76
+
77
+ <h2>Defined Under Namespace</h2>
78
+ <p class="children">
79
+
80
+
81
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="BigBang.html" title="BigBang (module)">BigBang</a></span>
82
+
83
+
84
+
85
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Ec2BootstrapGenerator.html" title="Ec2BootstrapGenerator (class)">Ec2BootstrapGenerator</a></span>
86
+
87
+
88
+ </p>
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+ </div>
97
+
98
+ <div id="footer">
99
+ Generated on Sat Jul 16 01:05:16 2011 by
100
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
101
+ 0.7.2 (ruby-1.8.7).
102
+ </div>
103
+
104
+ </body>
105
+ </html>
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Giorgenes Gelatti
@@ -72,6 +72,32 @@ 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
75
101
  has_rdoc: true
76
102
  homepage: http://github.com/giorgenes/bigbang/
77
103
  licenses: []