rubyrun 0.9.9.1 → 0.9.9.2

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 (36) hide show
  1. data/doc/README +4 -2
  2. data/doc/{rubyrun-0.9.9.htm → rubyrun-0.9.9.2.htm} +1026 -644
  3. data/doc/{rubyrun-0.9.9.pdf → rubyrun-0.9.9.2.pdf} +0 -0
  4. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/colorschememapping.xml +0 -0
  5. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/filelist.xml +1 -1
  6. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/header.htm +11 -11
  7. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image001.jpg +0 -0
  8. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image002.jpg +0 -0
  9. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image003.jpg +0 -0
  10. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image004.jpg +0 -0
  11. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image005.jpg +0 -0
  12. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image006.jpg +0 -0
  13. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image007.jpg +0 -0
  14. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image008.jpg +0 -0
  15. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image009.jpg +0 -0
  16. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image010.jpg +0 -0
  17. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image011.jpg +0 -0
  18. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image012.jpg +0 -0
  19. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image013.jpg +0 -0
  20. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image014.jpg +0 -0
  21. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image015.jpg +0 -0
  22. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image016.jpg +0 -0
  23. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image017.png +0 -0
  24. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image018.jpg +0 -0
  25. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image019.jpg +0 -0
  26. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image020.jpg +0 -0
  27. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image021.jpg +0 -0
  28. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image022.png +0 -0
  29. data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/themedata.thmx +0 -0
  30. data/lib/rubyrun/rubyrun.rb +7 -0
  31. data/lib/rubyrun/rubyrun_monitor__.rb +27 -5
  32. data/lib/rubyrun/rubyrun_report__.rb +2 -1
  33. data/lib/rubyrun/rubyrun_rss__.rb +1 -1
  34. data/lib/rubyrun/rubyrun_utils__.rb +1 -1
  35. data/lib/rubyrun/ubyrun.rb +7 -0
  36. metadata +31 -31
data/doc/README CHANGED
@@ -1,7 +1,7 @@
1
1
  =Ruby<em>Run</em> Community Edition Quick Start Guide
2
2
 
3
3
  This guide is for those who want to get Ruby<em>Run</em> up and running quickly. For complete details and other features of the product,
4
- please look at the online documenation at http://www.rubysophic.com/download/files/rubyrun-0.9.8.htm
4
+ please look at the online documenation at http://www.rubysophic.com/download/files/rubyrun-0.9.9.2.htm
5
5
 
6
6
  1. To install the latest version of Ruby<em>Run</em>, issue the following command:
7
7
 
@@ -28,4 +28,6 @@ please look at the online documenation at http://www.rubysophic.com/download/fil
28
28
  where APPS_DIR is the path where you start your Ruby or Rails application, e.g. /usr/apps/redmine-0.7.3
29
29
  ID is either the process ID or the port number of the Ruby process
30
30
 
31
- 5. To report defects or any other questions, please email mailto:support@rubysophic.com
31
+ 5. For the instruction on using RubyRun in JRuby-rack(Warbler), please look at the online documenation at http://www.rubysophic.com/download/files/rubyrun-0.9.9.2.htm
32
+
33
+ 6. To report defects or any other questions, please email mailto:support@rubysophic.com