cft_smartcloud 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. data/README.rdoc +4 -0
  2. data/Rakefile +3 -3
  3. data/VERSION +1 -1
  4. data/bin/cft_smartcloud +37 -0
  5. data/cft_smartcloud.gemspec +88 -7
  6. data/lib/smartcloud.rb +12 -2
  7. data/lib/smartcloud_logger.rb +1 -1
  8. data/rdoc/classes/ConfigTable/BoolItem.html +172 -0
  9. data/rdoc/classes/ConfigTable/ExecItem.html +252 -0
  10. data/rdoc/classes/ConfigTable/Item.html +308 -0
  11. data/rdoc/classes/ConfigTable/MetaConfigEnvironment.html +445 -0
  12. data/rdoc/classes/ConfigTable/PackageSelectionItem.html +188 -0
  13. data/rdoc/classes/ConfigTable/PathItem.html +148 -0
  14. data/rdoc/classes/ConfigTable/ProgramItem.html +148 -0
  15. data/rdoc/classes/ConfigTable/SelectItem.html +175 -0
  16. data/rdoc/classes/ConfigTable.html +724 -0
  17. data/rdoc/classes/Enumerable.html +157 -0
  18. data/rdoc/classes/Errno/ENOTEMPTY.html +111 -0
  19. data/rdoc/classes/Errno.html +111 -0
  20. data/rdoc/classes/File.html +197 -0
  21. data/rdoc/classes/FileOperations.html +600 -0
  22. data/rdoc/classes/Hash.html +163 -0
  23. data/rdoc/classes/HookScriptAPI.html +413 -0
  24. data/rdoc/classes/IBMSmartCloud.html +1484 -0
  25. data/rdoc/classes/Installer/Shebang.html +245 -0
  26. data/rdoc/classes/Installer.html +1660 -0
  27. data/rdoc/classes/MIME/InvalidContentType.html +119 -0
  28. data/rdoc/classes/MIME/Type.html +1366 -0
  29. data/rdoc/classes/MIME/Types.html +643 -0
  30. data/rdoc/classes/MIME.html +124 -0
  31. data/rdoc/classes/MockSmartCloud.html +376 -0
  32. data/rdoc/classes/Net/HTTP.html +164 -0
  33. data/rdoc/classes/Net.html +122 -0
  34. data/rdoc/classes/RestClient/AbstractResponse.html +417 -0
  35. data/rdoc/classes/RestClient/Exception.html +305 -0
  36. data/rdoc/classes/RestClient/ExceptionWithResponse.html +119 -0
  37. data/rdoc/classes/RestClient/Exceptions.html +130 -0
  38. data/rdoc/classes/RestClient/MaxRedirectsReached.html +113 -0
  39. data/rdoc/classes/RestClient/Payload/Base.html +422 -0
  40. data/rdoc/classes/RestClient/Payload/Multipart.html +372 -0
  41. data/rdoc/classes/RestClient/Payload/Streamed.html +191 -0
  42. data/rdoc/classes/RestClient/Payload/UrlEncoded.html +202 -0
  43. data/rdoc/classes/RestClient/Payload.html +192 -0
  44. data/rdoc/classes/RestClient/RawResponse.html +236 -0
  45. data/rdoc/classes/RestClient/Redirect.html +168 -0
  46. data/rdoc/classes/RestClient/Request.html +950 -0
  47. data/rdoc/classes/RestClient/RequestFailed.html +178 -0
  48. data/rdoc/classes/RestClient/Resource.html +607 -0
  49. data/rdoc/classes/RestClient/Response.html +208 -0
  50. data/rdoc/classes/RestClient/ResponseForException.html +152 -0
  51. data/rdoc/classes/RestClient/SSLCertificateNotVerified.html +149 -0
  52. data/rdoc/classes/RestClient/ServerBrokeConnection.html +157 -0
  53. data/rdoc/classes/RestClient.html +737 -0
  54. data/rdoc/classes/SetupError.html +111 -0
  55. data/rdoc/classes/SmartcloudLogger.html +162 -0
  56. data/rdoc/classes/TestMIME.html +109 -0
  57. data/rdoc/classes/ToplevelInstaller.html +987 -0
  58. data/rdoc/classes/ToplevelInstallerMulti.html +593 -0
  59. data/rdoc/classes/XmlSimple/Cache.html +372 -0
  60. data/rdoc/classes/XmlSimple.html +475 -0
  61. data/rdoc/created.rid +1 -0
  62. data/rdoc/files/README_rdoc.html +198 -0
  63. data/rdoc/files/lib/hash_fix_rb.html +115 -0
  64. data/rdoc/files/lib/mime-types-1_16/lib/mime/types_rb.html +107 -0
  65. data/rdoc/files/lib/mime-types-1_16/setup_rb.html +157 -0
  66. data/rdoc/files/lib/mime-types-1_16/test/test_mime_type_rb.html +109 -0
  67. data/rdoc/files/lib/mime-types-1_16/test/test_mime_types_rb.html +109 -0
  68. data/rdoc/files/lib/mock_smartcloud_rb.html +115 -0
  69. data/rdoc/files/lib/rest-client-1_6_3/lib/rest-client_rb.html +107 -0
  70. data/rdoc/files/lib/rest-client-1_6_3/lib/rest_client_rb.html +108 -0
  71. data/rdoc/files/lib/rest-client-1_6_3/lib/restclient/abstract_response_rb.html +108 -0
  72. data/rdoc/files/lib/rest-client-1_6_3/lib/restclient/exceptions_rb.html +101 -0
  73. data/rdoc/files/lib/rest-client-1_6_3/lib/restclient/net_http_ext_rb.html +113 -0
  74. data/rdoc/files/lib/rest-client-1_6_3/lib/restclient/payload_rb.html +110 -0
  75. data/rdoc/files/lib/rest-client-1_6_3/lib/restclient/raw_response_rb.html +101 -0
  76. data/rdoc/files/lib/rest-client-1_6_3/lib/restclient/request_rb.html +110 -0
  77. data/rdoc/files/lib/rest-client-1_6_3/lib/restclient/resource_rb.html +101 -0
  78. data/rdoc/files/lib/rest-client-1_6_3/lib/restclient/response_rb.html +101 -0
  79. data/rdoc/files/lib/rest-client-1_6_3/lib/restclient_rb.html +111 -0
  80. data/rdoc/files/lib/restclient_fix_rb.html +115 -0
  81. data/rdoc/files/lib/smartcloud_logger_rb.html +115 -0
  82. data/rdoc/files/lib/smartcloud_rb.html +143 -0
  83. data/rdoc/files/lib/xml-simple-1_0_12/lib/xmlsimple_rb.html +124 -0
  84. data/rdoc/fr_class_index.html +79 -0
  85. data/rdoc/fr_file_index.html +48 -0
  86. data/rdoc/fr_method_index.html +441 -0
  87. data/rdoc/index.html +26 -0
  88. data/rdoc/rdoc-style.css +208 -0
  89. metadata +90 -6
@@ -0,0 +1,208 @@
1
+
2
+ body {
3
+ font-family: Verdana,Arial,Helvetica,sans-serif;
4
+ font-size: 90%;
5
+ margin: 0;
6
+ margin-left: 40px;
7
+ padding: 0;
8
+ background: white;
9
+ }
10
+
11
+ h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
12
+ h1 { font-size: 150%; }
13
+ h2,h3,h4 { margin-top: 1em; }
14
+
15
+ a { background: #eef; color: #039; text-decoration: none; }
16
+ a:hover { background: #039; color: #eef; }
17
+
18
+ /* Override the base stylesheet's Anchor inside a table cell */
19
+ td > a {
20
+ background: transparent;
21
+ color: #039;
22
+ text-decoration: none;
23
+ }
24
+
25
+ /* and inside a section title */
26
+ .section-title > a {
27
+ background: transparent;
28
+ color: #eee;
29
+ text-decoration: none;
30
+ }
31
+
32
+ /* === Structural elements =================================== */
33
+
34
+ div#index {
35
+ margin: 0;
36
+ margin-left: -40px;
37
+ padding: 0;
38
+ font-size: 90%;
39
+ }
40
+
41
+
42
+ div#index a {
43
+ margin-left: 0.7em;
44
+ }
45
+
46
+ div#index .section-bar {
47
+ margin-left: 0px;
48
+ padding-left: 0.7em;
49
+ background: #ccc;
50
+ font-size: small;
51
+ }
52
+
53
+
54
+ div#classHeader, div#fileHeader {
55
+ width: auto;
56
+ color: white;
57
+ padding: 0.5em 1.5em 0.5em 1.5em;
58
+ margin: 0;
59
+ margin-left: -40px;
60
+ border-bottom: 3px solid #006;
61
+ }
62
+
63
+ div#classHeader a, div#fileHeader a {
64
+ background: inherit;
65
+ color: white;
66
+ }
67
+
68
+ div#classHeader td, div#fileHeader td {
69
+ background: inherit;
70
+ color: white;
71
+ }
72
+
73
+
74
+ div#fileHeader {
75
+ background: #057;
76
+ }
77
+
78
+ div#classHeader {
79
+ background: #048;
80
+ }
81
+
82
+
83
+ .class-name-in-header {
84
+ font-size: 180%;
85
+ font-weight: bold;
86
+ }
87
+
88
+
89
+ div#bodyContent {
90
+ padding: 0 1.5em 0 1.5em;
91
+ }
92
+
93
+ div#description {
94
+ padding: 0.5em 1.5em;
95
+ background: #efefef;
96
+ border: 1px dotted #999;
97
+ }
98
+
99
+ div#description h1,h2,h3,h4,h5,h6 {
100
+ color: #125;;
101
+ background: transparent;
102
+ }
103
+
104
+ div#validator-badges {
105
+ text-align: center;
106
+ }
107
+ div#validator-badges img { border: 0; }
108
+
109
+ div#copyright {
110
+ color: #333;
111
+ background: #efefef;
112
+ font: 0.75em sans-serif;
113
+ margin-top: 5em;
114
+ margin-bottom: 0;
115
+ padding: 0.5em 2em;
116
+ }
117
+
118
+
119
+ /* === Classes =================================== */
120
+
121
+ table.header-table {
122
+ color: white;
123
+ font-size: small;
124
+ }
125
+
126
+ .type-note {
127
+ font-size: small;
128
+ color: #DEDEDE;
129
+ }
130
+
131
+ .xxsection-bar {
132
+ background: #eee;
133
+ color: #333;
134
+ padding: 3px;
135
+ }
136
+
137
+ .section-bar {
138
+ color: #333;
139
+ border-bottom: 1px solid #999;
140
+ margin-left: -20px;
141
+ }
142
+
143
+
144
+ .section-title {
145
+ background: #79a;
146
+ color: #eee;
147
+ padding: 3px;
148
+ margin-top: 2em;
149
+ margin-left: -30px;
150
+ border: 1px solid #999;
151
+ }
152
+
153
+ .top-aligned-row { vertical-align: top }
154
+ .bottom-aligned-row { vertical-align: bottom }
155
+
156
+ /* --- Context section classes ----------------------- */
157
+
158
+ .context-row { }
159
+ .context-item-name { font-family: monospace; font-weight: bold; color: black; }
160
+ .context-item-value { font-size: small; color: #448; }
161
+ .context-item-desc { color: #333; padding-left: 2em; }
162
+
163
+ /* --- Method classes -------------------------- */
164
+ .method-detail {
165
+ background: #efefef;
166
+ padding: 0;
167
+ margin-top: 0.5em;
168
+ margin-bottom: 1em;
169
+ border: 1px dotted #ccc;
170
+ }
171
+ .method-heading {
172
+ color: black;
173
+ background: #ccc;
174
+ border-bottom: 1px solid #666;
175
+ padding: 0.2em 0.5em 0 0.5em;
176
+ }
177
+ .method-signature { color: black; background: inherit; }
178
+ .method-name { font-weight: bold; }
179
+ .method-args { font-style: italic; }
180
+ .method-description { padding: 0 0.5em 0 0.5em; }
181
+
182
+ /* --- Source code sections -------------------- */
183
+
184
+ a.source-toggle { font-size: 90%; }
185
+ div.method-source-code {
186
+ background: #262626;
187
+ color: #ffdead;
188
+ margin: 1em;
189
+ padding: 0.5em;
190
+ border: 1px dashed #999;
191
+ overflow: hidden;
192
+ }
193
+
194
+ div.method-source-code pre { color: #ffdead; overflow: hidden; }
195
+
196
+ /* --- Ruby keyword styles --------------------- */
197
+
198
+ .standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
199
+
200
+ .ruby-constant { color: #7fffd4; background: transparent; }
201
+ .ruby-keyword { color: #00ffff; background: transparent; }
202
+ .ruby-ivar { color: #eedd82; background: transparent; }
203
+ .ruby-operator { color: #00ffee; background: transparent; }
204
+ .ruby-identifier { color: #ffdead; background: transparent; }
205
+ .ruby-node { color: #ffa07a; background: transparent; }
206
+ .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
207
+ .ruby-regexp { color: #ffa07a; background: transparent; }
208
+ .ruby-value { color: #7fffd4; background: transparent; }
metadata CHANGED
@@ -5,22 +5,24 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - yan
13
+ - cohesive
13
14
  autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-07-25 00:00:00 -07:00
18
- default_executable: smartcloud
18
+ date: 2011-07-26 00:00:00 -07:00
19
+ default_executable:
19
20
  dependencies: []
20
21
 
21
- description: CohesiveFT Ruby Interface for IBM SmartCloud
22
+ description: CohesiveFT Ruby Interface for IBM SmartCloud and 'smartcloud' command line helper.
22
23
  email: yan.pritzker@cohesiveft.com
23
24
  executables:
25
+ - cft_smartcloud
24
26
  - smartcloud
25
27
  extensions: []
26
28
 
@@ -34,6 +36,7 @@ files:
34
36
  - README.rdoc
35
37
  - Rakefile
36
38
  - VERSION
39
+ - bin/cft_smartcloud
37
40
  - bin/smartcloud
38
41
  - cft_smartcloud.gemspec
39
42
  - lib/cli_tools/README.txt
@@ -160,10 +163,91 @@ files:
160
163
  - lib/smartcloud.rb
161
164
  - lib/smartcloud_logger.rb
162
165
  - lib/xml-simple-1.0.12/lib/xmlsimple.rb
166
+ - rdoc/classes/ConfigTable.html
167
+ - rdoc/classes/ConfigTable/BoolItem.html
168
+ - rdoc/classes/ConfigTable/ExecItem.html
169
+ - rdoc/classes/ConfigTable/Item.html
170
+ - rdoc/classes/ConfigTable/MetaConfigEnvironment.html
171
+ - rdoc/classes/ConfigTable/PackageSelectionItem.html
172
+ - rdoc/classes/ConfigTable/PathItem.html
173
+ - rdoc/classes/ConfigTable/ProgramItem.html
174
+ - rdoc/classes/ConfigTable/SelectItem.html
175
+ - rdoc/classes/Enumerable.html
176
+ - rdoc/classes/Errno.html
177
+ - rdoc/classes/Errno/ENOTEMPTY.html
178
+ - rdoc/classes/File.html
179
+ - rdoc/classes/FileOperations.html
180
+ - rdoc/classes/Hash.html
181
+ - rdoc/classes/HookScriptAPI.html
182
+ - rdoc/classes/IBMSmartCloud.html
183
+ - rdoc/classes/Installer.html
184
+ - rdoc/classes/Installer/Shebang.html
185
+ - rdoc/classes/MIME.html
186
+ - rdoc/classes/MIME/InvalidContentType.html
187
+ - rdoc/classes/MIME/Type.html
188
+ - rdoc/classes/MIME/Types.html
189
+ - rdoc/classes/MockSmartCloud.html
190
+ - rdoc/classes/Net.html
191
+ - rdoc/classes/Net/HTTP.html
192
+ - rdoc/classes/RestClient.html
193
+ - rdoc/classes/RestClient/AbstractResponse.html
194
+ - rdoc/classes/RestClient/Exception.html
195
+ - rdoc/classes/RestClient/ExceptionWithResponse.html
196
+ - rdoc/classes/RestClient/Exceptions.html
197
+ - rdoc/classes/RestClient/MaxRedirectsReached.html
198
+ - rdoc/classes/RestClient/Payload.html
199
+ - rdoc/classes/RestClient/Payload/Base.html
200
+ - rdoc/classes/RestClient/Payload/Multipart.html
201
+ - rdoc/classes/RestClient/Payload/Streamed.html
202
+ - rdoc/classes/RestClient/Payload/UrlEncoded.html
203
+ - rdoc/classes/RestClient/RawResponse.html
204
+ - rdoc/classes/RestClient/Redirect.html
205
+ - rdoc/classes/RestClient/Request.html
206
+ - rdoc/classes/RestClient/RequestFailed.html
207
+ - rdoc/classes/RestClient/Resource.html
208
+ - rdoc/classes/RestClient/Response.html
209
+ - rdoc/classes/RestClient/ResponseForException.html
210
+ - rdoc/classes/RestClient/SSLCertificateNotVerified.html
211
+ - rdoc/classes/RestClient/ServerBrokeConnection.html
212
+ - rdoc/classes/SetupError.html
213
+ - rdoc/classes/SmartcloudLogger.html
214
+ - rdoc/classes/TestMIME.html
215
+ - rdoc/classes/ToplevelInstaller.html
216
+ - rdoc/classes/ToplevelInstallerMulti.html
217
+ - rdoc/classes/XmlSimple.html
218
+ - rdoc/classes/XmlSimple/Cache.html
219
+ - rdoc/created.rid
220
+ - rdoc/files/README_rdoc.html
221
+ - rdoc/files/lib/hash_fix_rb.html
222
+ - rdoc/files/lib/mime-types-1_16/lib/mime/types_rb.html
223
+ - rdoc/files/lib/mime-types-1_16/setup_rb.html
224
+ - rdoc/files/lib/mime-types-1_16/test/test_mime_type_rb.html
225
+ - rdoc/files/lib/mime-types-1_16/test/test_mime_types_rb.html
226
+ - rdoc/files/lib/mock_smartcloud_rb.html
227
+ - rdoc/files/lib/rest-client-1_6_3/lib/rest-client_rb.html
228
+ - rdoc/files/lib/rest-client-1_6_3/lib/rest_client_rb.html
229
+ - rdoc/files/lib/rest-client-1_6_3/lib/restclient/abstract_response_rb.html
230
+ - rdoc/files/lib/rest-client-1_6_3/lib/restclient/exceptions_rb.html
231
+ - rdoc/files/lib/rest-client-1_6_3/lib/restclient/net_http_ext_rb.html
232
+ - rdoc/files/lib/rest-client-1_6_3/lib/restclient/payload_rb.html
233
+ - rdoc/files/lib/rest-client-1_6_3/lib/restclient/raw_response_rb.html
234
+ - rdoc/files/lib/rest-client-1_6_3/lib/restclient/request_rb.html
235
+ - rdoc/files/lib/rest-client-1_6_3/lib/restclient/resource_rb.html
236
+ - rdoc/files/lib/rest-client-1_6_3/lib/restclient/response_rb.html
237
+ - rdoc/files/lib/rest-client-1_6_3/lib/restclient_rb.html
238
+ - rdoc/files/lib/restclient_fix_rb.html
239
+ - rdoc/files/lib/smartcloud_logger_rb.html
240
+ - rdoc/files/lib/smartcloud_rb.html
241
+ - rdoc/files/lib/xml-simple-1_0_12/lib/xmlsimple_rb.html
242
+ - rdoc/fr_class_index.html
243
+ - rdoc/fr_file_index.html
244
+ - rdoc/fr_method_index.html
245
+ - rdoc/index.html
246
+ - rdoc/rdoc-style.css
163
247
  - script/console
164
248
  - test/helper.rb
165
249
  has_rdoc: true
166
- homepage: http://github.com/cohesive/smartcloud
250
+ homepage: http://github.com/cohesive/cft_smartcloud
167
251
  licenses: []
168
252
 
169
253
  post_install_message: