rubyrun 0.9.5-x86-linux → 0.9.6-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. data/README +4 -4
  2. data/docs/{rubyrun-0.9.5.htm → rubyrun-0.9.6.htm} +292 -291
  3. data/docs/{rubyrun-0.9.5.pdf → rubyrun-0.9.6.pdf} +0 -0
  4. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/colorschememapping.xml +0 -0
  5. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/filelist.xml +1 -1
  6. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/header.htm +6 -6
  7. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image001.jpg +0 -0
  8. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image002.jpg +0 -0
  9. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image003.jpg +0 -0
  10. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image004.jpg +0 -0
  11. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image005.jpg +0 -0
  12. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image006.jpg +0 -0
  13. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image007.jpg +0 -0
  14. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image008.jpg +0 -0
  15. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image009.jpg +0 -0
  16. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image010.jpg +0 -0
  17. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image011.jpg +0 -0
  18. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image012.jpg +0 -0
  19. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image013.jpg +0 -0
  20. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image014.jpg +0 -0
  21. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image015.jpg +0 -0
  22. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image016.jpg +0 -0
  23. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image017.png +0 -0
  24. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image018.jpg +0 -0
  25. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image019.jpg +0 -0
  26. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image020.jpg +0 -0
  27. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image021.jpg +0 -0
  28. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/image022.png +0 -0
  29. data/docs/{rubyrun-0.9.5_files → rubyrun-0.9.6_files}/themedata.thmx +0 -0
  30. data/lib/rubyrun/rubyrun_commander__.rb +3 -3
  31. data/lib/rubyrun/rubyrun_globals.rb +2 -0
  32. data/lib/rubyrun/rubyrun_html__.rb +1 -1
  33. data/lib/rubyrun/rubyrun_html_writer__.rb +20 -7
  34. data/lib/rubyrun/rubyrun_initializer__.rb +36 -9
  35. data/lib/rubyrun/rubyrun_monitor__.rb +3 -3
  36. data/lib/rubyrun/rubyrun_report__.rb +3 -2
  37. data/lib/rubyrun/rubyrun_rss__.rb +7 -5
  38. data/lib/rubyrun/rubyrun_utils__.rb +5 -0
  39. metadata +31 -31
data/README CHANGED
@@ -31,7 +31,7 @@ Developers can also use RubyRun to diagnose typical application performance
31
31
  problems such as hung and slow transactions in development, QA, stress test,
32
32
  and production environments.
33
33
 
34
- Please refer to the documentation in docs/rubyrun-0.9.5.htm for full description
34
+ Please refer to the documentation in docs/rubyrun-0.9.6.htm for full description
35
35
  of features and usage of the product.
36
36
 
37
37
  Obtaining the software
@@ -49,8 +49,8 @@ Installing the software
49
49
  Save the file in the directory <RubyRunHome> and use the 'gem' command to
50
50
  install RubyRun_CE, e.g.
51
51
 
52
- gem install <RubyRunHome>/rubyrun-0.9.5.gem
53
- gem install <RubyRunHome>/rubyrun-0.9.5-x86-mswin32.gem
52
+ gem install <RubyRunHome>/rubyrun-0.9.6.gem
53
+ gem install <RubyRunHome>/rubyrun-0.9.6-x86-mswin32-60.gem
54
54
 
55
55
  Running the software
56
56
  --------------------
@@ -69,7 +69,7 @@ Viewing the reports
69
69
  application respectively.
70
70
 
71
71
  RubyRun_CE also provides other reports, e.g. method trace and thread status,
72
- please refer to the documentation in docs/rubyrun-0.9.5.htm for full
72
+ please refer to the documentation in docs/rubyrun-0.9.6.htm for full
73
73
  description of features and usage of the product.
74
74
 
75
75
  Support