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.
- data/doc/README +4 -2
- data/doc/{rubyrun-0.9.9.htm → rubyrun-0.9.9.2.htm} +1026 -644
- data/doc/{rubyrun-0.9.9.pdf → rubyrun-0.9.9.2.pdf} +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/colorschememapping.xml +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/filelist.xml +1 -1
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/header.htm +11 -11
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image001.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image002.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image003.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image004.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image005.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image006.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image007.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image008.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image009.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image010.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image011.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image012.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image013.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image014.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image015.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image016.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image017.png +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image018.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image019.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image020.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image021.jpg +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/image022.png +0 -0
- data/doc/{rubyrun-0.9.9_files → rubyrun-0.9.9.2_files}/themedata.thmx +0 -0
- data/lib/rubyrun/rubyrun.rb +7 -0
- data/lib/rubyrun/rubyrun_monitor__.rb +27 -5
- data/lib/rubyrun/rubyrun_report__.rb +2 -1
- data/lib/rubyrun/rubyrun_rss__.rb +1 -1
- data/lib/rubyrun/rubyrun_utils__.rb +1 -1
- data/lib/rubyrun/ubyrun.rb +7 -0
- 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.
|
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.
|
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
|