rubyrun 0.9.0

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 (57) hide show
  1. data/LICENSE +13 -0
  2. data/README +77 -0
  3. data/Rakefile +274 -0
  4. data/bin/confgure +2 -0
  5. data/docs/rubyrun-0.9.0.htm +6344 -0
  6. data/docs/rubyrun-0.9.0.pdf +0 -0
  7. data/docs/rubyrun-0.9.0_files/colorschememapping.xml +2 -0
  8. data/docs/rubyrun-0.9.0_files/filelist.xml +29 -0
  9. data/docs/rubyrun-0.9.0_files/header.htm +141 -0
  10. data/docs/rubyrun-0.9.0_files/image001.jpg +0 -0
  11. data/docs/rubyrun-0.9.0_files/image002.jpg +0 -0
  12. data/docs/rubyrun-0.9.0_files/image003.jpg +0 -0
  13. data/docs/rubyrun-0.9.0_files/image004.jpg +0 -0
  14. data/docs/rubyrun-0.9.0_files/image005.jpg +0 -0
  15. data/docs/rubyrun-0.9.0_files/image006.jpg +0 -0
  16. data/docs/rubyrun-0.9.0_files/image007.jpg +0 -0
  17. data/docs/rubyrun-0.9.0_files/image008.jpg +0 -0
  18. data/docs/rubyrun-0.9.0_files/image009.jpg +0 -0
  19. data/docs/rubyrun-0.9.0_files/image010.jpg +0 -0
  20. data/docs/rubyrun-0.9.0_files/image011.jpg +0 -0
  21. data/docs/rubyrun-0.9.0_files/image012.jpg +0 -0
  22. data/docs/rubyrun-0.9.0_files/image013.jpg +0 -0
  23. data/docs/rubyrun-0.9.0_files/image014.jpg +0 -0
  24. data/docs/rubyrun-0.9.0_files/image015.jpg +0 -0
  25. data/docs/rubyrun-0.9.0_files/image016.jpg +0 -0
  26. data/docs/rubyrun-0.9.0_files/image017.png +0 -0
  27. data/docs/rubyrun-0.9.0_files/image018.jpg +0 -0
  28. data/docs/rubyrun-0.9.0_files/image019.jpg +0 -0
  29. data/docs/rubyrun-0.9.0_files/image020.jpg +0 -0
  30. data/docs/rubyrun-0.9.0_files/image021.jpg +0 -0
  31. data/docs/rubyrun-0.9.0_files/image022.png +0 -0
  32. data/docs/rubyrun-0.9.0_files/themedata.thmx +0 -0
  33. data/etc/rubyrun_opts.yml +132 -0
  34. data/ext/extconf.rb +4 -0
  35. data/ext/rubyrunnative__.bundle +0 -0
  36. data/ext/rubyrunnative__.c +154 -0
  37. data/ext/rubyrunnative__.def +2 -0
  38. data/ext/rubyrunnative__.h +36 -0
  39. data/ext/rubyrunnative__.so +0 -0
  40. data/ext/rubyrunnative__i386.bundle +0 -0
  41. data/ext/rubyrunnative__linux.so +0 -0
  42. data/lib/rubyrun/rubyrun.rb +78 -0
  43. data/lib/rubyrun/rubyrun_buffer_mgr__.rb +49 -0
  44. data/lib/rubyrun/rubyrun_commander__.rb +196 -0
  45. data/lib/rubyrun/rubyrun_dad__.rb +35 -0
  46. data/lib/rubyrun/rubyrun_globals.rb +51 -0
  47. data/lib/rubyrun/rubyrun_html__.rb +136 -0
  48. data/lib/rubyrun/rubyrun_html_writer__.rb +64 -0
  49. data/lib/rubyrun/rubyrun_initializer__.rb +286 -0
  50. data/lib/rubyrun/rubyrun_instrumentor__.rb +226 -0
  51. data/lib/rubyrun/rubyrun_monitor__.rb +237 -0
  52. data/lib/rubyrun/rubyrun_report__.rb +109 -0
  53. data/lib/rubyrun/rubyrun_rss__.rb +97 -0
  54. data/lib/rubyrun/rubyrun_tracer__.rb +79 -0
  55. data/lib/rubyrun/rubyrun_utils__.rb +98 -0
  56. data/lib/rubyrunm.rb +10 -0
  57. metadata +112 -0
metadata ADDED
@@ -0,0 +1,112 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubyrun
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0
5
+ platform: ruby
6
+ authors:
7
+ - RubySophic Inc
8
+ autorequire: rubyrunm
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-07-30 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: rubyrun is diagnostic software provided by RubySophic Inc to diagnose Ruby and Ruby/Rails based applications problems For more information, refer to the document in docs/RubyRun.htm bundled with the gem on usage, support, license etc
17
+ email: info@rubysophic.com
18
+ executables: []
19
+
20
+ extensions:
21
+ - ext/extconf.rb
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - Rakefile
26
+ - README
27
+ - LICENSE
28
+ - lib/rubyrun
29
+ - lib/rubyrun/rubyrun.rb
30
+ - lib/rubyrun/rubyrun_buffer_mgr__.rb
31
+ - lib/rubyrun/rubyrun_commander__.rb
32
+ - lib/rubyrun/rubyrun_dad__.rb
33
+ - lib/rubyrun/rubyrun_globals.rb
34
+ - lib/rubyrun/rubyrun_html_writer__.rb
35
+ - lib/rubyrun/rubyrun_html__.rb
36
+ - lib/rubyrun/rubyrun_initializer__.rb
37
+ - lib/rubyrun/rubyrun_instrumentor__.rb
38
+ - lib/rubyrun/rubyrun_monitor__.rb
39
+ - lib/rubyrun/rubyrun_report__.rb
40
+ - lib/rubyrun/rubyrun_rss__.rb
41
+ - lib/rubyrun/rubyrun_tracer__.rb
42
+ - lib/rubyrun/rubyrun_utils__.rb
43
+ - lib/rubyrunm.rb
44
+ - bin/confgure
45
+ - ext/extconf.rb
46
+ - ext/rubyrunnative__.bundle
47
+ - ext/rubyrunnative__.c
48
+ - ext/rubyrunnative__.def
49
+ - ext/rubyrunnative__.h
50
+ - ext/rubyrunnative__.so
51
+ - ext/rubyrunnative__i386.bundle
52
+ - ext/rubyrunnative__linux.so
53
+ - docs/rubyrun-0.9.0.htm
54
+ - docs/rubyrun-0.9.0.pdf
55
+ - docs/rubyrun-0.9.0_files
56
+ - docs/rubyrun-0.9.0_files/colorschememapping.xml
57
+ - docs/rubyrun-0.9.0_files/filelist.xml
58
+ - docs/rubyrun-0.9.0_files/header.htm
59
+ - docs/rubyrun-0.9.0_files/image001.jpg
60
+ - docs/rubyrun-0.9.0_files/image002.jpg
61
+ - docs/rubyrun-0.9.0_files/image003.jpg
62
+ - docs/rubyrun-0.9.0_files/image004.jpg
63
+ - docs/rubyrun-0.9.0_files/image005.jpg
64
+ - docs/rubyrun-0.9.0_files/image006.jpg
65
+ - docs/rubyrun-0.9.0_files/image007.jpg
66
+ - docs/rubyrun-0.9.0_files/image008.jpg
67
+ - docs/rubyrun-0.9.0_files/image009.jpg
68
+ - docs/rubyrun-0.9.0_files/image010.jpg
69
+ - docs/rubyrun-0.9.0_files/image011.jpg
70
+ - docs/rubyrun-0.9.0_files/image012.jpg
71
+ - docs/rubyrun-0.9.0_files/image013.jpg
72
+ - docs/rubyrun-0.9.0_files/image014.jpg
73
+ - docs/rubyrun-0.9.0_files/image015.jpg
74
+ - docs/rubyrun-0.9.0_files/image016.jpg
75
+ - docs/rubyrun-0.9.0_files/image017.png
76
+ - docs/rubyrun-0.9.0_files/image018.jpg
77
+ - docs/rubyrun-0.9.0_files/image019.jpg
78
+ - docs/rubyrun-0.9.0_files/image020.jpg
79
+ - docs/rubyrun-0.9.0_files/image021.jpg
80
+ - docs/rubyrun-0.9.0_files/image022.png
81
+ - docs/rubyrun-0.9.0_files/themedata.thmx
82
+ - etc/rubyrun_opts.yml
83
+ has_rdoc: true
84
+ homepage: http://www.rubysophic.com
85
+ post_install_message:
86
+ rdoc_options: []
87
+
88
+ require_paths:
89
+ - .
90
+ - lib
91
+ - lib/rubyrun
92
+ required_ruby_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: "0"
97
+ version:
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: "0"
103
+ version:
104
+ requirements: []
105
+
106
+ rubyforge_project: rubyrunce
107
+ rubygems_version: 1.1.1
108
+ signing_key:
109
+ specification_version: 2
110
+ summary: Software to diagnose and tune Ruby and Rails based applications
111
+ test_files: []
112
+