nucleon 0.2.2 → 0.2.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.
Files changed (400) hide show
  1. checksums.yaml +7 -7
  2. data/.gitignore +50 -0
  3. data/ARCHITECTURE.rdoc +12 -11
  4. data/Gemfile +7 -11
  5. data/Gemfile.lock +47 -70
  6. data/Rakefile +22 -20
  7. data/TODO.rdoc +1 -1
  8. data/VERSION +1 -1
  9. data/bin/nucleon +16 -15
  10. data/lib/core/codes.rb +65 -38
  11. data/lib/core/config.rb +774 -153
  12. data/lib/core/config/collection.rb +134 -25
  13. data/lib/core/config/options.rb +160 -36
  14. data/lib/core/core.rb +207 -45
  15. data/lib/core/environment.rb +626 -206
  16. data/lib/core/facade.rb +211 -185
  17. data/lib/core/gems.rb +60 -44
  18. data/lib/core/manager.rb +587 -237
  19. data/lib/core/mixin/colors.rb +66 -36
  20. data/lib/core/mixin/config/collection.rb +58 -23
  21. data/lib/core/mixin/config/options.rb +67 -24
  22. data/lib/core/mixin/macro/object_interface.rb +129 -135
  23. data/lib/core/mixin/macro/plugin_interface.rb +118 -124
  24. data/lib/core/mixin/settings.rb +7 -13
  25. data/lib/core/mixin/sub_config.rb +37 -43
  26. data/lib/core/mod/hash.rb +31 -10
  27. data/lib/core/plugin/action.rb +274 -238
  28. data/lib/core/plugin/base.rb +140 -132
  29. data/lib/core/plugin/project.rb +316 -311
  30. data/lib/core/util/cli.rb +146 -146
  31. data/lib/core/util/console.rb +567 -124
  32. data/lib/core/util/data.rb +654 -139
  33. data/lib/core/util/logger.rb +255 -66
  34. data/lib/nucleon.rb +6 -8
  35. data/lib/nucleon_base.rb +364 -106
  36. data/nucleon.gemspec +40 -389
  37. data/spec/core/codes_spec.rb +209 -0
  38. data/spec/core/config_spec.rb +810 -0
  39. data/spec/core/core_spec.rb +185 -0
  40. data/spec/core/environment_spec.rb +148 -0
  41. data/spec/core/util/console_spec.rb +254 -446
  42. data/spec/nucleon/test.rb +59 -0
  43. data/spec/nucleon/test/first.rb +28 -0
  44. data/spec/nucleon/test/second.rb +28 -0
  45. data/spec/nucleon_codes.rb +98 -0
  46. data/spec/nucleon_config.rb +523 -0
  47. data/spec/nucleon_plugin.rb +439 -0
  48. data/spec/nucleon_test.rb +34 -0
  49. data/spec/spec_helper.rb +6 -4
  50. metadata +157 -615
  51. data/.document +0 -5
  52. data/rdoc/site/0.1.19/ARCHITECTURE_rdoc.html +0 -634
  53. data/rdoc/site/0.1.19/Hash.html +0 -347
  54. data/rdoc/site/0.1.19/Kernel.html +0 -413
  55. data/rdoc/site/0.1.19/Nucleon.html +0 -570
  56. data/rdoc/site/0.1.19/Nucleon/Action.html +0 -280
  57. data/rdoc/site/0.1.19/Nucleon/Action/Add.html +0 -458
  58. data/rdoc/site/0.1.19/Nucleon/Action/Create.html +0 -415
  59. data/rdoc/site/0.1.19/Nucleon/Action/Extract.html +0 -413
  60. data/rdoc/site/0.1.19/Nucleon/Action/Remove.html +0 -461
  61. data/rdoc/site/0.1.19/Nucleon/Action/Save.html +0 -434
  62. data/rdoc/site/0.1.19/Nucleon/Action/Update.html +0 -381
  63. data/rdoc/site/0.1.19/Nucleon/Codes.html +0 -563
  64. data/rdoc/site/0.1.19/Nucleon/Command.html +0 -275
  65. data/rdoc/site/0.1.19/Nucleon/Command/Bash.html +0 -544
  66. data/rdoc/site/0.1.19/Nucleon/Config.html +0 -1623
  67. data/rdoc/site/0.1.19/Nucleon/Config/Collection.html +0 -509
  68. data/rdoc/site/0.1.19/Nucleon/Config/Options.html +0 -489
  69. data/rdoc/site/0.1.19/Nucleon/Core.html +0 -635
  70. data/rdoc/site/0.1.19/Nucleon/Errors.html +0 -275
  71. data/rdoc/site/0.1.19/Nucleon/Errors/BatchError.html +0 -281
  72. data/rdoc/site/0.1.19/Nucleon/Errors/NucleonError.html +0 -657
  73. data/rdoc/site/0.1.19/Nucleon/Errors/SSHUnavailable.html +0 -281
  74. data/rdoc/site/0.1.19/Nucleon/Event.html +0 -275
  75. data/rdoc/site/0.1.19/Nucleon/Event/Regex.html +0 -467
  76. data/rdoc/site/0.1.19/Nucleon/Facade.html +0 -2336
  77. data/rdoc/site/0.1.19/Nucleon/Gems.html +0 -635
  78. data/rdoc/site/0.1.19/Nucleon/Manager.html +0 -1828
  79. data/rdoc/site/0.1.19/Nucleon/Mixin.html +0 -284
  80. data/rdoc/site/0.1.19/Nucleon/Mixin/Action.html +0 -277
  81. data/rdoc/site/0.1.19/Nucleon/Mixin/Action/Commit.html +0 -381
  82. data/rdoc/site/0.1.19/Nucleon/Mixin/Action/Project.html +0 -395
  83. data/rdoc/site/0.1.19/Nucleon/Mixin/Action/Push.html +0 -371
  84. data/rdoc/site/0.1.19/Nucleon/Mixin/Colors.html +0 -545
  85. data/rdoc/site/0.1.19/Nucleon/Mixin/ConfigCollection.html +0 -481
  86. data/rdoc/site/0.1.19/Nucleon/Mixin/ConfigOptions.html +0 -449
  87. data/rdoc/site/0.1.19/Nucleon/Mixin/Macro.html +0 -276
  88. data/rdoc/site/0.1.19/Nucleon/Mixin/Macro/ObjectInterface.html +0 -695
  89. data/rdoc/site/0.1.19/Nucleon/Mixin/Macro/PluginInterface.html +0 -682
  90. data/rdoc/site/0.1.19/Nucleon/Mixin/Settings.html +0 -481
  91. data/rdoc/site/0.1.19/Nucleon/Mixin/SubConfig.html +0 -887
  92. data/rdoc/site/0.1.19/Nucleon/Parallel.html +0 -325
  93. data/rdoc/site/0.1.19/Nucleon/Parallel/ClassMethods.html +0 -325
  94. data/rdoc/site/0.1.19/Nucleon/Parallel/InstanceMethods.html +0 -334
  95. data/rdoc/site/0.1.19/Nucleon/Plugin.html +0 -282
  96. data/rdoc/site/0.1.19/Nucleon/Plugin/Action.html +0 -1368
  97. data/rdoc/site/0.1.19/Nucleon/Plugin/Action/Option.html +0 -459
  98. data/rdoc/site/0.1.19/Nucleon/Plugin/Base.html +0 -1737
  99. data/rdoc/site/0.1.19/Nucleon/Plugin/Command.html +0 -721
  100. data/rdoc/site/0.1.19/Nucleon/Plugin/Event.html +0 -442
  101. data/rdoc/site/0.1.19/Nucleon/Plugin/Extension.html +0 -281
  102. data/rdoc/site/0.1.19/Nucleon/Plugin/Project.html +0 -2864
  103. data/rdoc/site/0.1.19/Nucleon/Plugin/Template.html +0 -476
  104. data/rdoc/site/0.1.19/Nucleon/Plugin/Translator.html +0 -371
  105. data/rdoc/site/0.1.19/Nucleon/Project.html +0 -276
  106. data/rdoc/site/0.1.19/Nucleon/Project/Git.html +0 -1801
  107. data/rdoc/site/0.1.19/Nucleon/Project/Github.html +0 -549
  108. data/rdoc/site/0.1.19/Nucleon/Template.html +0 -277
  109. data/rdoc/site/0.1.19/Nucleon/Template/Json.html +0 -329
  110. data/rdoc/site/0.1.19/Nucleon/Template/Wrapper.html +0 -329
  111. data/rdoc/site/0.1.19/Nucleon/Template/Yaml.html +0 -329
  112. data/rdoc/site/0.1.19/Nucleon/Translator.html +0 -276
  113. data/rdoc/site/0.1.19/Nucleon/Translator/Json.html +0 -366
  114. data/rdoc/site/0.1.19/Nucleon/Translator/Yaml.html +0 -366
  115. data/rdoc/site/0.1.19/Nucleon/Util.html +0 -285
  116. data/rdoc/site/0.1.19/Nucleon/Util/CLI.html +0 -388
  117. data/rdoc/site/0.1.19/Nucleon/Util/CLI/Parser.html +0 -1183
  118. data/rdoc/site/0.1.19/Nucleon/Util/Cache.html +0 -780
  119. data/rdoc/site/0.1.19/Nucleon/Util/Console.html +0 -1294
  120. data/rdoc/site/0.1.19/Nucleon/Util/Data.html +0 -1399
  121. data/rdoc/site/0.1.19/Nucleon/Util/Disk.html +0 -522
  122. data/rdoc/site/0.1.19/Nucleon/Util/Git.html +0 -361
  123. data/rdoc/site/0.1.19/Nucleon/Util/Liquid.html +0 -365
  124. data/rdoc/site/0.1.19/Nucleon/Util/Logger.html +0 -806
  125. data/rdoc/site/0.1.19/Nucleon/Util/Package.html +0 -558
  126. data/rdoc/site/0.1.19/Nucleon/Util/SSH.html +0 -910
  127. data/rdoc/site/0.1.19/Nucleon/Util/SSH/Keypair.html +0 -453
  128. data/rdoc/site/0.1.19/Nucleon/Util/Shell.html +0 -686
  129. data/rdoc/site/0.1.19/Nucleon/Util/Shell/Result.html +0 -497
  130. data/rdoc/site/0.1.19/README_rdoc.html +0 -312
  131. data/rdoc/site/0.1.19/TODO_rdoc.html +0 -267
  132. data/rdoc/site/0.1.19/created.rid +0 -60
  133. data/rdoc/site/0.1.19/images/add.png +0 -0
  134. data/rdoc/site/0.1.19/images/brick.png +0 -0
  135. data/rdoc/site/0.1.19/images/brick_link.png +0 -0
  136. data/rdoc/site/0.1.19/images/bug.png +0 -0
  137. data/rdoc/site/0.1.19/images/bullet_black.png +0 -0
  138. data/rdoc/site/0.1.19/images/bullet_toggle_minus.png +0 -0
  139. data/rdoc/site/0.1.19/images/bullet_toggle_plus.png +0 -0
  140. data/rdoc/site/0.1.19/images/date.png +0 -0
  141. data/rdoc/site/0.1.19/images/delete.png +0 -0
  142. data/rdoc/site/0.1.19/images/find.png +0 -0
  143. data/rdoc/site/0.1.19/images/loadingAnimation.gif +0 -0
  144. data/rdoc/site/0.1.19/images/macFFBgHack.png +0 -0
  145. data/rdoc/site/0.1.19/images/package.png +0 -0
  146. data/rdoc/site/0.1.19/images/page_green.png +0 -0
  147. data/rdoc/site/0.1.19/images/page_white_text.png +0 -0
  148. data/rdoc/site/0.1.19/images/page_white_width.png +0 -0
  149. data/rdoc/site/0.1.19/images/plugin.png +0 -0
  150. data/rdoc/site/0.1.19/images/ruby.png +0 -0
  151. data/rdoc/site/0.1.19/images/tag_blue.png +0 -0
  152. data/rdoc/site/0.1.19/images/tag_green.png +0 -0
  153. data/rdoc/site/0.1.19/images/transparent.png +0 -0
  154. data/rdoc/site/0.1.19/images/wrench.png +0 -0
  155. data/rdoc/site/0.1.19/images/wrench_orange.png +0 -0
  156. data/rdoc/site/0.1.19/images/zoom.png +0 -0
  157. data/rdoc/site/0.1.19/index.html +0 -311
  158. data/rdoc/site/0.1.19/js/darkfish.js +0 -155
  159. data/rdoc/site/0.1.19/js/jquery.js +0 -18
  160. data/rdoc/site/0.1.19/js/navigation.js +0 -142
  161. data/rdoc/site/0.1.19/js/search.js +0 -94
  162. data/rdoc/site/0.1.19/js/search_index.js +0 -1
  163. data/rdoc/site/0.1.19/js/searcher.js +0 -228
  164. data/rdoc/site/0.1.19/rdoc.css +0 -543
  165. data/rdoc/site/0.1.19/table_of_contents.html +0 -1541
  166. data/rdoc/site/0.2.0/ARCHITECTURE_rdoc.html +0 -638
  167. data/rdoc/site/0.2.0/Hash.html +0 -351
  168. data/rdoc/site/0.2.0/Kernel.html +0 -416
  169. data/rdoc/site/0.2.0/Nucleon.html +0 -607
  170. data/rdoc/site/0.2.0/Nucleon/Action.html +0 -284
  171. data/rdoc/site/0.2.0/Nucleon/Action/Extract.html +0 -455
  172. data/rdoc/site/0.2.0/Nucleon/Action/Project.html +0 -283
  173. data/rdoc/site/0.2.0/Nucleon/Action/Project/Add.html +0 -500
  174. data/rdoc/site/0.2.0/Nucleon/Action/Project/Create.html +0 -457
  175. data/rdoc/site/0.2.0/Nucleon/Action/Project/Remove.html +0 -503
  176. data/rdoc/site/0.2.0/Nucleon/Action/Project/Save.html +0 -476
  177. data/rdoc/site/0.2.0/Nucleon/Action/Project/Update.html +0 -423
  178. data/rdoc/site/0.2.0/Nucleon/Codes.html +0 -567
  179. data/rdoc/site/0.2.0/Nucleon/Command.html +0 -279
  180. data/rdoc/site/0.2.0/Nucleon/Command/Bash.html +0 -548
  181. data/rdoc/site/0.2.0/Nucleon/Config.html +0 -1631
  182. data/rdoc/site/0.2.0/Nucleon/Config/Collection.html +0 -513
  183. data/rdoc/site/0.2.0/Nucleon/Config/Options.html +0 -493
  184. data/rdoc/site/0.2.0/Nucleon/Core.html +0 -639
  185. data/rdoc/site/0.2.0/Nucleon/Environment.html +0 -1208
  186. data/rdoc/site/0.2.0/Nucleon/Errors.html +0 -279
  187. data/rdoc/site/0.2.0/Nucleon/Errors/BatchError.html +0 -285
  188. data/rdoc/site/0.2.0/Nucleon/Errors/NucleonError.html +0 -661
  189. data/rdoc/site/0.2.0/Nucleon/Errors/SSHUnavailable.html +0 -285
  190. data/rdoc/site/0.2.0/Nucleon/Event.html +0 -279
  191. data/rdoc/site/0.2.0/Nucleon/Event/Regex.html +0 -471
  192. data/rdoc/site/0.2.0/Nucleon/Facade.html +0 -2409
  193. data/rdoc/site/0.2.0/Nucleon/Gems.html +0 -639
  194. data/rdoc/site/0.2.0/Nucleon/Manager.html +0 -1860
  195. data/rdoc/site/0.2.0/Nucleon/Mixin.html +0 -288
  196. data/rdoc/site/0.2.0/Nucleon/Mixin/Action.html +0 -281
  197. data/rdoc/site/0.2.0/Nucleon/Mixin/Action/Commit.html +0 -385
  198. data/rdoc/site/0.2.0/Nucleon/Mixin/Action/Project.html +0 -399
  199. data/rdoc/site/0.2.0/Nucleon/Mixin/Action/Push.html +0 -375
  200. data/rdoc/site/0.2.0/Nucleon/Mixin/Colors.html +0 -549
  201. data/rdoc/site/0.2.0/Nucleon/Mixin/ConfigCollection.html +0 -485
  202. data/rdoc/site/0.2.0/Nucleon/Mixin/ConfigOptions.html +0 -453
  203. data/rdoc/site/0.2.0/Nucleon/Mixin/Macro.html +0 -280
  204. data/rdoc/site/0.2.0/Nucleon/Mixin/Macro/ObjectInterface.html +0 -699
  205. data/rdoc/site/0.2.0/Nucleon/Mixin/Macro/PluginInterface.html +0 -686
  206. data/rdoc/site/0.2.0/Nucleon/Mixin/Settings.html +0 -485
  207. data/rdoc/site/0.2.0/Nucleon/Mixin/SubConfig.html +0 -891
  208. data/rdoc/site/0.2.0/Nucleon/Parallel.html +0 -330
  209. data/rdoc/site/0.2.0/Nucleon/Parallel/ClassMethods.html +0 -329
  210. data/rdoc/site/0.2.0/Nucleon/Parallel/InstanceMethods.html +0 -456
  211. data/rdoc/site/0.2.0/Nucleon/Plugin.html +0 -286
  212. data/rdoc/site/0.2.0/Nucleon/Plugin/Action.html +0 -1829
  213. data/rdoc/site/0.2.0/Nucleon/Plugin/Action/Option.html +0 -463
  214. data/rdoc/site/0.2.0/Nucleon/Plugin/Base.html +0 -1803
  215. data/rdoc/site/0.2.0/Nucleon/Plugin/Command.html +0 -725
  216. data/rdoc/site/0.2.0/Nucleon/Plugin/Event.html +0 -446
  217. data/rdoc/site/0.2.0/Nucleon/Plugin/Extension.html +0 -285
  218. data/rdoc/site/0.2.0/Nucleon/Plugin/Project.html +0 -2898
  219. data/rdoc/site/0.2.0/Nucleon/Plugin/Template.html +0 -480
  220. data/rdoc/site/0.2.0/Nucleon/Plugin/Translator.html +0 -375
  221. data/rdoc/site/0.2.0/Nucleon/Project.html +0 -280
  222. data/rdoc/site/0.2.0/Nucleon/Project/Git.html +0 -1805
  223. data/rdoc/site/0.2.0/Nucleon/Project/Github.html +0 -553
  224. data/rdoc/site/0.2.0/Nucleon/Template.html +0 -281
  225. data/rdoc/site/0.2.0/Nucleon/Template/JSON.html +0 -333
  226. data/rdoc/site/0.2.0/Nucleon/Template/Wrapper.html +0 -333
  227. data/rdoc/site/0.2.0/Nucleon/Template/YAML.html +0 -333
  228. data/rdoc/site/0.2.0/Nucleon/Translator.html +0 -280
  229. data/rdoc/site/0.2.0/Nucleon/Translator/JSON.html +0 -370
  230. data/rdoc/site/0.2.0/Nucleon/Translator/YAML.html +0 -370
  231. data/rdoc/site/0.2.0/Nucleon/Util.html +0 -289
  232. data/rdoc/site/0.2.0/Nucleon/Util/CLI.html +0 -392
  233. data/rdoc/site/0.2.0/Nucleon/Util/CLI/Parser.html +0 -1250
  234. data/rdoc/site/0.2.0/Nucleon/Util/Cache.html +0 -784
  235. data/rdoc/site/0.2.0/Nucleon/Util/Console.html +0 -1318
  236. data/rdoc/site/0.2.0/Nucleon/Util/Data.html +0 -1411
  237. data/rdoc/site/0.2.0/Nucleon/Util/Disk.html +0 -526
  238. data/rdoc/site/0.2.0/Nucleon/Util/Git.html +0 -365
  239. data/rdoc/site/0.2.0/Nucleon/Util/Liquid.html +0 -369
  240. data/rdoc/site/0.2.0/Nucleon/Util/Logger.html +0 -810
  241. data/rdoc/site/0.2.0/Nucleon/Util/Package.html +0 -562
  242. data/rdoc/site/0.2.0/Nucleon/Util/SSH.html +0 -1033
  243. data/rdoc/site/0.2.0/Nucleon/Util/SSH/Keypair.html +0 -605
  244. data/rdoc/site/0.2.0/Nucleon/Util/Shell.html +0 -693
  245. data/rdoc/site/0.2.0/Nucleon/Util/Shell/Result.html +0 -501
  246. data/rdoc/site/0.2.0/README_rdoc.html +0 -316
  247. data/rdoc/site/0.2.0/TODO_rdoc.html +0 -265
  248. data/rdoc/site/0.2.0/created.rid +0 -61
  249. data/rdoc/site/0.2.0/images/add.png +0 -0
  250. data/rdoc/site/0.2.0/images/brick.png +0 -0
  251. data/rdoc/site/0.2.0/images/brick_link.png +0 -0
  252. data/rdoc/site/0.2.0/images/bug.png +0 -0
  253. data/rdoc/site/0.2.0/images/bullet_black.png +0 -0
  254. data/rdoc/site/0.2.0/images/bullet_toggle_minus.png +0 -0
  255. data/rdoc/site/0.2.0/images/bullet_toggle_plus.png +0 -0
  256. data/rdoc/site/0.2.0/images/date.png +0 -0
  257. data/rdoc/site/0.2.0/images/delete.png +0 -0
  258. data/rdoc/site/0.2.0/images/find.png +0 -0
  259. data/rdoc/site/0.2.0/images/loadingAnimation.gif +0 -0
  260. data/rdoc/site/0.2.0/images/macFFBgHack.png +0 -0
  261. data/rdoc/site/0.2.0/images/package.png +0 -0
  262. data/rdoc/site/0.2.0/images/page_green.png +0 -0
  263. data/rdoc/site/0.2.0/images/page_white_text.png +0 -0
  264. data/rdoc/site/0.2.0/images/page_white_width.png +0 -0
  265. data/rdoc/site/0.2.0/images/plugin.png +0 -0
  266. data/rdoc/site/0.2.0/images/ruby.png +0 -0
  267. data/rdoc/site/0.2.0/images/tag_blue.png +0 -0
  268. data/rdoc/site/0.2.0/images/tag_green.png +0 -0
  269. data/rdoc/site/0.2.0/images/transparent.png +0 -0
  270. data/rdoc/site/0.2.0/images/wrench.png +0 -0
  271. data/rdoc/site/0.2.0/images/wrench_orange.png +0 -0
  272. data/rdoc/site/0.2.0/images/zoom.png +0 -0
  273. data/rdoc/site/0.2.0/index.html +0 -315
  274. data/rdoc/site/0.2.0/js/darkfish.js +0 -155
  275. data/rdoc/site/0.2.0/js/jquery.js +0 -18
  276. data/rdoc/site/0.2.0/js/navigation.js +0 -142
  277. data/rdoc/site/0.2.0/js/search.js +0 -94
  278. data/rdoc/site/0.2.0/js/search_index.js +0 -1
  279. data/rdoc/site/0.2.0/js/searcher.js +0 -228
  280. data/rdoc/site/0.2.0/rdoc.css +0 -543
  281. data/rdoc/site/0.2.0/table_of_contents.html +0 -1657
  282. data/rdoc/site/0.2.1/ARCHITECTURE_rdoc.html +0 -640
  283. data/rdoc/site/0.2.1/Hash.html +0 -353
  284. data/rdoc/site/0.2.1/Kernel.html +0 -420
  285. data/rdoc/site/0.2.1/Nucleon.html +0 -674
  286. data/rdoc/site/0.2.1/Nucleon/Action.html +0 -286
  287. data/rdoc/site/0.2.1/Nucleon/Action/Extract.html +0 -457
  288. data/rdoc/site/0.2.1/Nucleon/Action/Project.html +0 -285
  289. data/rdoc/site/0.2.1/Nucleon/Action/Project/Add.html +0 -502
  290. data/rdoc/site/0.2.1/Nucleon/Action/Project/Create.html +0 -459
  291. data/rdoc/site/0.2.1/Nucleon/Action/Project/Remove.html +0 -505
  292. data/rdoc/site/0.2.1/Nucleon/Action/Project/Save.html +0 -478
  293. data/rdoc/site/0.2.1/Nucleon/Action/Project/Update.html +0 -425
  294. data/rdoc/site/0.2.1/Nucleon/Codes.html +0 -569
  295. data/rdoc/site/0.2.1/Nucleon/Command.html +0 -281
  296. data/rdoc/site/0.2.1/Nucleon/Command/Bash.html +0 -550
  297. data/rdoc/site/0.2.1/Nucleon/Config.html +0 -1634
  298. data/rdoc/site/0.2.1/Nucleon/Config/Collection.html +0 -515
  299. data/rdoc/site/0.2.1/Nucleon/Config/Options.html +0 -495
  300. data/rdoc/site/0.2.1/Nucleon/Core.html +0 -641
  301. data/rdoc/site/0.2.1/Nucleon/Environment.html +0 -1210
  302. data/rdoc/site/0.2.1/Nucleon/Errors.html +0 -281
  303. data/rdoc/site/0.2.1/Nucleon/Errors/BatchError.html +0 -287
  304. data/rdoc/site/0.2.1/Nucleon/Errors/NucleonError.html +0 -663
  305. data/rdoc/site/0.2.1/Nucleon/Errors/SSHUnavailable.html +0 -287
  306. data/rdoc/site/0.2.1/Nucleon/Event.html +0 -281
  307. data/rdoc/site/0.2.1/Nucleon/Event/Regex.html +0 -473
  308. data/rdoc/site/0.2.1/Nucleon/Facade.html +0 -2452
  309. data/rdoc/site/0.2.1/Nucleon/Gems.html +0 -641
  310. data/rdoc/site/0.2.1/Nucleon/Manager.html +0 -1862
  311. data/rdoc/site/0.2.1/Nucleon/Mixin.html +0 -291
  312. data/rdoc/site/0.2.1/Nucleon/Mixin/Action.html +0 -284
  313. data/rdoc/site/0.2.1/Nucleon/Mixin/Action/Commit.html +0 -387
  314. data/rdoc/site/0.2.1/Nucleon/Mixin/Action/Project.html +0 -401
  315. data/rdoc/site/0.2.1/Nucleon/Mixin/Action/Push.html +0 -377
  316. data/rdoc/site/0.2.1/Nucleon/Mixin/Action/Registration.html +0 -575
  317. data/rdoc/site/0.2.1/Nucleon/Mixin/Colors.html +0 -551
  318. data/rdoc/site/0.2.1/Nucleon/Mixin/ConfigCollection.html +0 -487
  319. data/rdoc/site/0.2.1/Nucleon/Mixin/ConfigOptions.html +0 -455
  320. data/rdoc/site/0.2.1/Nucleon/Mixin/Macro.html +0 -282
  321. data/rdoc/site/0.2.1/Nucleon/Mixin/Macro/ObjectInterface.html +0 -701
  322. data/rdoc/site/0.2.1/Nucleon/Mixin/Macro/PluginInterface.html +0 -688
  323. data/rdoc/site/0.2.1/Nucleon/Mixin/Settings.html +0 -487
  324. data/rdoc/site/0.2.1/Nucleon/Mixin/SubConfig.html +0 -893
  325. data/rdoc/site/0.2.1/Nucleon/Parallel.html +0 -332
  326. data/rdoc/site/0.2.1/Nucleon/Parallel/ClassMethods.html +0 -331
  327. data/rdoc/site/0.2.1/Nucleon/Parallel/InstanceMethods.html +0 -458
  328. data/rdoc/site/0.2.1/Nucleon/Plugin.html +0 -288
  329. data/rdoc/site/0.2.1/Nucleon/Plugin/Action.html +0 -2133
  330. data/rdoc/site/0.2.1/Nucleon/Plugin/Action/Option.html +0 -465
  331. data/rdoc/site/0.2.1/Nucleon/Plugin/Base.html +0 -1988
  332. data/rdoc/site/0.2.1/Nucleon/Plugin/Command.html +0 -765
  333. data/rdoc/site/0.2.1/Nucleon/Plugin/Event.html +0 -448
  334. data/rdoc/site/0.2.1/Nucleon/Plugin/Extension.html +0 -287
  335. data/rdoc/site/0.2.1/Nucleon/Plugin/Project.html +0 -2900
  336. data/rdoc/site/0.2.1/Nucleon/Plugin/Template.html +0 -482
  337. data/rdoc/site/0.2.1/Nucleon/Plugin/Translator.html +0 -377
  338. data/rdoc/site/0.2.1/Nucleon/Project.html +0 -282
  339. data/rdoc/site/0.2.1/Nucleon/Project/Git.html +0 -1807
  340. data/rdoc/site/0.2.1/Nucleon/Project/Github.html +0 -555
  341. data/rdoc/site/0.2.1/Nucleon/Template.html +0 -283
  342. data/rdoc/site/0.2.1/Nucleon/Template/JSON.html +0 -335
  343. data/rdoc/site/0.2.1/Nucleon/Template/Wrapper.html +0 -335
  344. data/rdoc/site/0.2.1/Nucleon/Template/YAML.html +0 -335
  345. data/rdoc/site/0.2.1/Nucleon/Translator.html +0 -282
  346. data/rdoc/site/0.2.1/Nucleon/Translator/JSON.html +0 -372
  347. data/rdoc/site/0.2.1/Nucleon/Translator/YAML.html +0 -372
  348. data/rdoc/site/0.2.1/Nucleon/Util.html +0 -291
  349. data/rdoc/site/0.2.1/Nucleon/Util/CLI.html +0 -394
  350. data/rdoc/site/0.2.1/Nucleon/Util/CLI/Parser.html +0 -1404
  351. data/rdoc/site/0.2.1/Nucleon/Util/Cache.html +0 -824
  352. data/rdoc/site/0.2.1/Nucleon/Util/Console.html +0 -1330
  353. data/rdoc/site/0.2.1/Nucleon/Util/Data.html +0 -1423
  354. data/rdoc/site/0.2.1/Nucleon/Util/Disk.html +0 -528
  355. data/rdoc/site/0.2.1/Nucleon/Util/Git.html +0 -367
  356. data/rdoc/site/0.2.1/Nucleon/Util/Liquid.html +0 -371
  357. data/rdoc/site/0.2.1/Nucleon/Util/Logger.html +0 -822
  358. data/rdoc/site/0.2.1/Nucleon/Util/Package.html +0 -564
  359. data/rdoc/site/0.2.1/Nucleon/Util/SSH.html +0 -1036
  360. data/rdoc/site/0.2.1/Nucleon/Util/SSH/Keypair.html +0 -607
  361. data/rdoc/site/0.2.1/Nucleon/Util/Shell.html +0 -697
  362. data/rdoc/site/0.2.1/Nucleon/Util/Shell/Result.html +0 -503
  363. data/rdoc/site/0.2.1/README_rdoc.html +0 -318
  364. data/rdoc/site/0.2.1/TODO_rdoc.html +0 -267
  365. data/rdoc/site/0.2.1/created.rid +0 -62
  366. data/rdoc/site/0.2.1/images/add.png +0 -0
  367. data/rdoc/site/0.2.1/images/brick.png +0 -0
  368. data/rdoc/site/0.2.1/images/brick_link.png +0 -0
  369. data/rdoc/site/0.2.1/images/bug.png +0 -0
  370. data/rdoc/site/0.2.1/images/bullet_black.png +0 -0
  371. data/rdoc/site/0.2.1/images/bullet_toggle_minus.png +0 -0
  372. data/rdoc/site/0.2.1/images/bullet_toggle_plus.png +0 -0
  373. data/rdoc/site/0.2.1/images/date.png +0 -0
  374. data/rdoc/site/0.2.1/images/delete.png +0 -0
  375. data/rdoc/site/0.2.1/images/find.png +0 -0
  376. data/rdoc/site/0.2.1/images/loadingAnimation.gif +0 -0
  377. data/rdoc/site/0.2.1/images/macFFBgHack.png +0 -0
  378. data/rdoc/site/0.2.1/images/package.png +0 -0
  379. data/rdoc/site/0.2.1/images/page_green.png +0 -0
  380. data/rdoc/site/0.2.1/images/page_white_text.png +0 -0
  381. data/rdoc/site/0.2.1/images/page_white_width.png +0 -0
  382. data/rdoc/site/0.2.1/images/plugin.png +0 -0
  383. data/rdoc/site/0.2.1/images/ruby.png +0 -0
  384. data/rdoc/site/0.2.1/images/tag_blue.png +0 -0
  385. data/rdoc/site/0.2.1/images/tag_green.png +0 -0
  386. data/rdoc/site/0.2.1/images/transparent.png +0 -0
  387. data/rdoc/site/0.2.1/images/wrench.png +0 -0
  388. data/rdoc/site/0.2.1/images/wrench_orange.png +0 -0
  389. data/rdoc/site/0.2.1/images/zoom.png +0 -0
  390. data/rdoc/site/0.2.1/index.html +0 -317
  391. data/rdoc/site/0.2.1/js/darkfish.js +0 -155
  392. data/rdoc/site/0.2.1/js/jquery.js +0 -18
  393. data/rdoc/site/0.2.1/js/navigation.js +0 -142
  394. data/rdoc/site/0.2.1/js/search.js +0 -94
  395. data/rdoc/site/0.2.1/js/search_index.js +0 -1
  396. data/rdoc/site/0.2.1/js/searcher.js +0 -228
  397. data/rdoc/site/0.2.1/rdoc.css +0 -543
  398. data/rdoc/site/0.2.1/table_of_contents.html +0 -1718
  399. data/spec/coral_mock_input.rb +0 -29
  400. data/spec/coral_test_kernel.rb +0 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 00f9bc86d6b7cc661e86f2f8d68122deeba3c4b8
4
- data.tar.gz: f2e4efb4452af26d9a01f61ef7403e0b20cfe176
5
- SHA512:
6
- metadata.gz: d9d8f921ecd37fec93616291b3c209296ee4411e11d87a83e51b193c934d42d65abc47cd96e4b633bc5bd615131c77a33935d9987fa6de704ba3a885e28461f5
7
- data.tar.gz: cd68ddf0980de41c10ba359af9a43fbb929217c8ed12b3e7b4c10595f9b23101072e7f7d0f171b5665c30bc7173344245e283e332858e0306ec76e94bdc2c26a
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 43e949a33f99d15fb8422c9a7a36f5945b70317b
4
+ data.tar.gz: 257c8ea9bc29a2fc897ca84d3f8c793b14d5cc84
5
+ SHA512:
6
+ metadata.gz: ac2d24aa0b236ce1f317dfd2d43e9cb34e416bfb59be665c2e95157246b76b9479408a8e0e85c613f6be7bbfbbe2598268c80e6eb4a528681d254092c413ff97
7
+ data.tar.gz: 08b1115576d89bb5ae0ee0f3b375539f3c1fdeffedb85ca77713e94d325d896225c6f16e06914ef19cb1612b650046827333e8e307b75d9a60d779bbad9e9367
@@ -0,0 +1,50 @@
1
+ # rcov generated
2
+ coverage
3
+ coverage.data
4
+
5
+ # bundler
6
+ .bundle
7
+
8
+ # jeweler generated
9
+ pkg
10
+
11
+ # Gem builds
12
+ *.gem
13
+
14
+ # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
15
+ #
16
+ # * Create a file at ~/.gitignore
17
+ # * Include files you want ignored
18
+ # * Run: git config --global core.excludesfile ~/.gitignore
19
+ #
20
+ # After doing this, these files will be ignored in all your git projects,
21
+ # saving you from having to 'pollute' every project you touch with them
22
+ #
23
+ # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
24
+ #
25
+ # For MacOS:
26
+ #
27
+ #.DS_Store
28
+
29
+ # For TextMate
30
+ #*.tmproj
31
+ #tmtags
32
+
33
+ # For emacs:
34
+ #*~
35
+ #\#*
36
+ #.\#*
37
+
38
+ # For vim:
39
+ #*.swp
40
+
41
+ # For redcar:
42
+ #.redcar
43
+
44
+ # For rubinius:
45
+ #*.rbc
46
+
47
+ # For Eclipse IDE:
48
+ .project
49
+ .buildpath
50
+ .cache
@@ -1,12 +1,12 @@
1
1
  == Nucleon architecture guide
2
2
 
3
- Nucleon is built to provide an easy and minimal, yet extremely powerful,
4
- framework for building applications that are highly distributable in nature.
3
+ Nucleon is a framework that provides a simple foundation for building distributed,
4
+ pluggable, and integrated applications. It is both minimal, yet powerful.
5
5
 
6
- This project should be applicable to any Ruby application that needs to be
7
- built in a pluggable, concurrent, and configurable fashion. It is capable of
8
- being used as pieces in existing programming models and it provides an
9
- extremely simple core programming model that you can build on.
6
+ This framework should be applicable to any Ruby application that needs to be
7
+ built in a pluggable, concurrent, and/or configurable fashion. It can be used
8
+ as pieces in existing programming models and it provides an extremely simple
9
+ core programming model that you can build on.
10
10
 
11
11
  There are five major architectural goals of the project:
12
12
 
@@ -15,7 +15,7 @@ There are five major architectural goals of the project:
15
15
  ==== Important concept: Objects == Property trees
16
16
 
17
17
  At the core of the Nucleon framework is the configuration. The configuration
18
- is used for allowing us to store, lookup, and perform other operations (such
18
+ is used to store, lookup, and perform other operations (such
19
19
  as merge) on our class data by treating a subset of class properties as a tree
20
20
  based data structure.
21
21
 
@@ -191,7 +191,7 @@ For example:
191
191
  # This would be defined within a namespaced load path.
192
192
  # More on that in the usage section.
193
193
  #
194
- class MyExtension < Nucleon.plugin_class(:extension)
194
+ class Nucleon::Extension::MyExtension < Nucleon.plugin_class(:nucleon, :extension)
195
195
 
196
196
  @objs = []
197
197
 
@@ -216,14 +216,15 @@ For example:
216
216
  #---
217
217
 
218
218
  # Extension would normally be loaded via Nucleon.register(load_path)
219
- # No one overruled me, Whew!
220
-
219
+
221
220
  myobj = Nucleon.config(:myobj, { :nucleon => :is })
222
221
  # myobj = {
223
222
  # :nucleon => :is,
224
223
  # :awesome => true
225
224
  # }
226
225
 
226
+ # No one overruled me, Whew!
227
+
227
228
  Nucleon.exec(:record_object, myobj)
228
229
 
229
230
 
@@ -266,7 +267,7 @@ above.
266
267
  Concurrency is the backbone of scalability and fault tolerance. With Nucleon
267
268
  we seek to create a system that can utilize the whole of the resources available
268
269
  to us in the most flexible way possible. We should be able to write parallel
269
- capable objects without even thinking about it (ok, maybe a litle). It should
270
+ capable objects without even thinking about it (ok, maybe a little). It should
270
271
  also be capable of completely disabling the parallel execution and library
271
272
  inclusion to make it easier to troubleshoot and debug.
272
273
 
data/Gemfile CHANGED
@@ -2,28 +2,24 @@ source "http://rubygems.org"
2
2
 
3
3
  gem "log4r", "~> 1.1"
4
4
  gem "i18n", "~> 0.6"
5
- gem "netrc", "~> 0.7"
5
+ gem "netrc", "~> 0.9"
6
6
  gem "highline", "~> 1.6"
7
7
  gem "erubis", "~> 2.7"
8
8
 
9
9
  gem "deep_merge", "~> 1.0"
10
- gem "multi_json", "~> 1.7"
10
+ gem "multi_json", "~> 1.10"
11
11
 
12
12
  gem "sshkey", "~> 1.6"
13
13
 
14
14
  gem "childprocess", "~> 0.5"
15
- gem "celluloid", "~> 0.15"
15
+ gem "celluloid", "~> 0.16"
16
16
 
17
- gem "rugged", "~> 0.19"
18
- gem "octokit", "~> 2.7"
17
+ gem "rugged", "~> 0.21"
18
+ gem "octokit", "~> 3.6"
19
19
 
20
20
  group :development do
21
- gem "bundler", "~> 1.2"
21
+ gem "bundler", "~> 1.7"
22
22
  gem "jeweler", "~> 2.0"
23
- gem "rspec", "~> 2.10"
23
+ gem "rspec", "~> 3.1"
24
24
  gem "rdoc", "~> 3.12"
25
- gem "yard", "~> 0.8"
26
- gem "pry", "~> 0.9"
27
- gem "pry-stack_explorer", "~> 0.4"
28
- gem "pry-debugger", "~> 0.2"
29
25
  end
@@ -2,22 +2,11 @@ GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
4
  addressable (2.3.6)
5
- binding_of_caller (0.7.2)
6
- debug_inspector (>= 0.0.1)
7
5
  builder (3.2.2)
8
- celluloid (0.15.2)
9
- timers (~> 1.1.0)
10
- childprocess (0.5.2)
6
+ celluloid (0.16.0)
7
+ timers (~> 4.0.0)
8
+ childprocess (0.5.5)
11
9
  ffi (~> 1.0, >= 1.0.11)
12
- coderay (1.1.0)
13
- columnize (0.8.9)
14
- debug_inspector (0.0.2)
15
- debugger (1.6.6)
16
- columnize (>= 0.3.1)
17
- debugger-linecache (~> 1.2.0)
18
- debugger-ruby_core_source (~> 1.3.2)
19
- debugger-linecache (1.2.0)
20
- debugger-ruby_core_source (1.3.2)
21
10
  deep_merge (1.0.1)
22
11
  descendants_tracker (0.0.4)
23
12
  thread_safe (~> 0.3, >= 0.3.1)
@@ -25,19 +14,20 @@ GEM
25
14
  erubis (2.7.0)
26
15
  faraday (0.9.0)
27
16
  multipart-post (>= 1.2, < 3)
28
- ffi (1.9.3)
29
- git (1.2.6)
30
- github_api (0.11.3)
17
+ ffi (1.9.6)
18
+ git (1.2.8)
19
+ github_api (0.12.2)
31
20
  addressable (~> 2.3)
32
- descendants_tracker (~> 0.0.1)
21
+ descendants_tracker (~> 0.0.4)
33
22
  faraday (~> 0.8, < 0.10)
34
- hashie (>= 1.2)
23
+ hashie (>= 3.3)
35
24
  multi_json (>= 1.7.5, < 2.0)
36
- nokogiri (~> 1.6.0)
25
+ nokogiri (~> 1.6.3)
37
26
  oauth2
38
- hashie (2.1.1)
27
+ hashie (3.3.2)
39
28
  highline (1.6.21)
40
- i18n (0.6.9)
29
+ hitimes (1.2.2)
30
+ i18n (0.6.11)
41
31
  jeweler (2.0.1)
42
32
  builder
43
33
  bundler (>= 1.0)
@@ -48,63 +38,54 @@ GEM
48
38
  rake
49
39
  rdoc
50
40
  json (1.8.1)
51
- jwt (0.1.11)
52
- multi_json (>= 1.5)
41
+ jwt (1.2.0)
53
42
  log4r (1.1.10)
54
- method_source (0.8.2)
55
- mini_portile (0.5.3)
56
- multi_json (1.9.2)
43
+ mini_portile (0.6.1)
44
+ multi_json (1.10.1)
57
45
  multi_xml (0.5.5)
58
46
  multipart-post (2.0.0)
59
- netrc (0.7.7)
60
- nokogiri (1.6.1)
61
- mini_portile (~> 0.5.0)
62
- oauth2 (0.9.3)
47
+ netrc (0.9.0)
48
+ nokogiri (1.6.5)
49
+ mini_portile (~> 0.6.0)
50
+ oauth2 (1.0.0)
63
51
  faraday (>= 0.8, < 0.10)
64
- jwt (~> 0.1.8)
52
+ jwt (~> 1.0)
65
53
  multi_json (~> 1.3)
66
54
  multi_xml (~> 0.5)
67
55
  rack (~> 1.2)
68
- octokit (2.7.2)
69
- sawyer (~> 0.5.2)
70
- pry (0.9.12.6)
71
- coderay (~> 1.0)
72
- method_source (~> 0.8)
73
- slop (~> 3.4)
74
- pry-debugger (0.2.2)
75
- debugger (~> 1.3)
76
- pry (~> 0.9.10)
77
- pry-stack_explorer (0.4.9.1)
78
- binding_of_caller (>= 0.7)
79
- pry (>= 0.9.11)
56
+ octokit (3.6.0)
57
+ sawyer (~> 0.6.0, >= 0.5.3)
80
58
  rack (1.5.2)
81
- rake (10.3.1)
59
+ rake (10.4.1)
82
60
  rdoc (3.12.2)
83
61
  json (~> 1.4)
84
- rspec (2.14.1)
85
- rspec-core (~> 2.14.0)
86
- rspec-expectations (~> 2.14.0)
87
- rspec-mocks (~> 2.14.0)
88
- rspec-core (2.14.8)
89
- rspec-expectations (2.14.5)
90
- diff-lcs (>= 1.1.3, < 2.0)
91
- rspec-mocks (2.14.6)
92
- rugged (0.19.0)
93
- sawyer (0.5.4)
62
+ rspec (3.1.0)
63
+ rspec-core (~> 3.1.0)
64
+ rspec-expectations (~> 3.1.0)
65
+ rspec-mocks (~> 3.1.0)
66
+ rspec-core (3.1.7)
67
+ rspec-support (~> 3.1.0)
68
+ rspec-expectations (3.1.2)
69
+ diff-lcs (>= 1.2.0, < 2.0)
70
+ rspec-support (~> 3.1.0)
71
+ rspec-mocks (3.1.3)
72
+ rspec-support (~> 3.1.0)
73
+ rspec-support (3.1.2)
74
+ rugged (0.21.2)
75
+ sawyer (0.6.0)
94
76
  addressable (~> 2.3.5)
95
77
  faraday (~> 0.8, < 0.10)
96
- slop (3.5.0)
97
78
  sshkey (1.6.1)
98
- thread_safe (0.3.3)
99
- timers (1.1.0)
100
- yard (0.8.7.4)
79
+ thread_safe (0.3.4)
80
+ timers (4.0.1)
81
+ hitimes
101
82
 
102
83
  PLATFORMS
103
84
  ruby
104
85
 
105
86
  DEPENDENCIES
106
- bundler (~> 1.2)
107
- celluloid (~> 0.15)
87
+ bundler (~> 1.7)
88
+ celluloid (~> 0.16)
108
89
  childprocess (~> 0.5)
109
90
  deep_merge (~> 1.0)
110
91
  erubis (~> 2.7)
@@ -112,14 +93,10 @@ DEPENDENCIES
112
93
  i18n (~> 0.6)
113
94
  jeweler (~> 2.0)
114
95
  log4r (~> 1.1)
115
- multi_json (~> 1.7)
116
- netrc (~> 0.7)
117
- octokit (~> 2.7)
118
- pry (~> 0.9)
119
- pry-debugger (~> 0.2)
120
- pry-stack_explorer (~> 0.4)
96
+ multi_json (~> 1.10)
97
+ netrc (~> 0.9)
98
+ octokit (~> 3.6)
121
99
  rdoc (~> 3.12)
122
- rspec (~> 2.10)
123
- rugged (~> 0.19)
100
+ rspec (~> 3.1)
101
+ rugged (~> 0.21)
124
102
  sshkey (~> 1.6)
125
- yard (~> 0.8)
data/Rakefile CHANGED
@@ -6,9 +6,6 @@ require 'bundler'
6
6
  require 'jeweler'
7
7
  require 'rspec/core/rake_task'
8
8
  require 'rdoc/task'
9
- require 'yard'
10
-
11
- require './lib/nucleon.rb'
12
9
 
13
10
  #-------------------------------------------------------------------------------
14
11
  # Dependencies
@@ -32,7 +29,7 @@ Jeweler::Tasks.new do |gem|
32
29
  gem.license = "Apache License, Version 2.0"
33
30
  gem.email = "adrian.webb@coralnexus.com"
34
31
  gem.authors = ["Adrian Webb"]
35
- gem.summary = %Q{Framework that provides a simple foundation for building distributively configured, extremely pluggable and extendable, and easily parallel Ruby applications}
32
+ gem.summary = %Q{Easy and minimal framework for building extensible distributed applications}
36
33
  gem.description = %Q{
37
34
  A framework that provides a simple foundation for building Ruby applications that are:
38
35
 
@@ -42,12 +39,25 @@ A framework that provides a simple foundation for building Ruby applications tha
42
39
 
43
40
  Note: This framework is still very early in development!
44
41
  }
45
- gem.required_ruby_version = '>= 1.8.1'
42
+ gem.required_ruby_version = '>= 1.9.1'
46
43
  gem.has_rdoc = true
47
44
  gem.rdoc_options << '--title' << 'Nucleon' <<
48
45
  '--main' << 'README.rdoc' <<
49
46
  '--line-numbers'
50
-
47
+
48
+ gem.files = [
49
+ Dir.glob('bin/*'),
50
+ Dir.glob('lib/**/*.rb'),
51
+ Dir.glob('spec/**/*.rb'),
52
+ Dir.glob('locales/**/*.yml'),
53
+ Dir.glob('**/*.rdoc'),
54
+ Dir.glob('**/*.txt'),
55
+ Dir.glob('Gemfile*'),
56
+ Dir.glob('*.gemspec'),
57
+ Dir.glob('.git*'),
58
+ 'VERSION',
59
+ 'Rakefile'
60
+ ]
51
61
  # Dependencies defined in Gemfile
52
62
  end
53
63
  Jeweler::RubygemsDotOrgTasks.new
@@ -57,16 +67,15 @@ Jeweler::RubygemsDotOrgTasks.new
57
67
 
58
68
  RSpec::Core::RakeTask.new(:spec, :tag) do |spec, task_args|
59
69
  options = []
60
- options << "--tag #{task_args[:tag]}" if task_args.is_a?(Array) && ! task_args[:tag].to_s.empty?
70
+ options << "--tag #{task_args[:tag]}" if task_args.is_a?(Array) && ! task_args[:tag].to_s.empty?
61
71
  spec.rspec_opts = options.join(' ')
62
72
  end
63
-
64
73
  task :default => :spec
65
74
 
66
75
  #-------------------------------------------------------------------------------
67
76
  # Documentation
68
77
 
69
- version = Nucleon.VERSION
78
+ version = File.read(File.join(File.dirname(__FILE__), 'VERSION'))
70
79
  doc_title = "nucleon #{version}"
71
80
 
72
81
  class RDoc::Options
@@ -77,21 +86,14 @@ end
77
86
 
78
87
  Rake::RDocTask.new do |rdoc|
79
88
  rdoc.rdoc_dir = File.join('rdoc', 'site', version)
80
-
89
+
81
90
  rdoc.title = doc_title
82
- rdoc.main = 'README.rdoc'
83
-
91
+ rdoc.main = 'README.rdoc'
92
+
84
93
  rdoc.options << '--line-numbers'
85
94
  rdoc.options << '--all'
86
95
  rdoc.options << '-w' << '2'
87
-
96
+
88
97
  rdoc.rdoc_files.include('*.rdoc')
89
98
  rdoc.rdoc_files.include('lib/**/*.rb')
90
99
  end
91
-
92
- #---
93
-
94
- YARD::Rake::YardocTask.new do |ydoc|
95
- ydoc.files = [ '*.rdoc', 'lib/**/*.rb' ]
96
- ydoc.options = [ "--output-dir yardoc", "--title '#{doc_title}'" ]
97
- end
data/TODO.rdoc CHANGED
@@ -3,7 +3,7 @@
3
3
  * Execution plans
4
4
  * Error handling improvements
5
5
  * Full code documentation
6
- * Full coverage unit tests (starting with core Nucleon unit testing library)
6
+ * Full coverage unit tests
7
7
  * Performance improvements
8
8
  * Deeper GitHub API integration in project provider
9
9
  * UI console color profiles
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -1,22 +1,23 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- Signal.trap("INT") { exit 1 }
3
+ begin
4
+ require 'nucleon'
4
5
 
5
- #---
6
+ # Set version info
6
7
 
7
- require 'nucleon'
8
-
9
- # Set version info
10
-
11
- module Nucleon; module Util; module CLI
12
- class Parser
13
- def version
14
- version = Nucleon.VERSION
15
- "Nucleon: #{version} (Apache License, Version 2.0) -- https://github.com/coralnexus/nucleon/tree/v#{version}"
8
+ module Nucleon; module Util; module CLI
9
+ class Parser
10
+ def version
11
+ version = Nucleon.VERSION
12
+ "Nucleon: #{version} (Apache License, Version 2.0) -- https://github.com/coralnexus/nucleon/tree/v#{version}"
13
+ end
16
14
  end
17
- end
18
- end; end; end
15
+ end; end; end
16
+
17
+ # Execute
19
18
 
20
- # Execute
19
+ exit(Nucleon.executable(ARGV, :nucleon))
21
20
 
22
- exit(Nucleon.executable(ARGV, :nucleon))
21
+ rescue Interrupt
22
+ exit(Nucleon.interrupt_handler)
23
+ end