logstash-output-icinga 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4812) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/lib/logstash/outputs/icinga.rb +104 -9
  4. data/logstash-output-icinga.gemspec +1 -1
  5. data/spec/outputs/icinga_spec.rb +37 -9
  6. data/vendor/jruby/1.9/bin/rdebug +23 -0
  7. data/vendor/jruby/1.9/cache/columnize-0.9.0.gem +0 -0
  8. data/vendor/jruby/1.9/cache/debugger-1.6.8.gem +0 -0
  9. data/vendor/jruby/1.9/cache/debugger-linecache-1.2.0.gem +0 -0
  10. data/vendor/jruby/1.9/cache/debugger-ruby_core_source-1.3.8.gem +0 -0
  11. data/vendor/jruby/1.9/cache/linecache-1.3.1-java.gem +0 -0
  12. data/vendor/jruby/1.9/cache/rubdev-0.0.1.1.gem +0 -0
  13. data/vendor/jruby/1.9/cache/ruby-debug-0.10.6.gem +0 -0
  14. data/vendor/jruby/1.9/cache/ruby-debug-base-0.10.6-java.gem +0 -0
  15. data/vendor/jruby/1.9/extensions/universal-java-1.8/1.9/debugger-1.6.8/gem_make.out +5 -0
  16. data/vendor/jruby/1.9/gems/columnize-0.9.0/AUTHORS +2 -0
  17. data/vendor/jruby/1.9/gems/columnize-0.9.0/COPYING +57 -0
  18. data/vendor/jruby/1.9/gems/columnize-0.9.0/ChangeLog +282 -0
  19. data/vendor/jruby/1.9/gems/columnize-0.9.0/Gemfile +3 -0
  20. data/vendor/jruby/1.9/gems/columnize-0.9.0/Gemfile.lock +20 -0
  21. data/vendor/jruby/1.9/gems/columnize-0.9.0/Makefile +15 -0
  22. data/vendor/jruby/1.9/gems/columnize-0.9.0/NEWS +60 -0
  23. data/vendor/jruby/1.9/gems/columnize-0.9.0/README.md +108 -0
  24. data/vendor/jruby/1.9/gems/columnize-0.9.0/Rakefile +105 -0
  25. data/vendor/jruby/1.9/gems/columnize-0.9.0/THANKS +8 -0
  26. data/vendor/jruby/1.9/gems/columnize-0.9.0/columnize.gemspec +35 -0
  27. data/vendor/jruby/1.9/gems/columnize-0.9.0/lib/Makefile +10 -0
  28. data/vendor/jruby/1.9/gems/columnize-0.9.0/lib/columnize.rb +137 -0
  29. data/vendor/jruby/1.9/gems/columnize-0.9.0/lib/columnize/Makefile +11 -0
  30. data/vendor/jruby/1.9/gems/columnize-0.9.0/lib/columnize/columnize.rb +159 -0
  31. data/vendor/jruby/1.9/gems/columnize-0.9.0/lib/columnize/opts.rb +35 -0
  32. data/vendor/jruby/1.9/gems/columnize-0.9.0/lib/columnize/version.rb +7 -0
  33. data/vendor/jruby/1.9/gems/columnize-0.9.0/test/test-columnize-array.rb +48 -0
  34. data/vendor/jruby/1.9/gems/columnize-0.9.0/test/test-columnize.rb +74 -0
  35. data/vendor/jruby/1.9/gems/columnize-0.9.0/test/test-columnizer.rb +112 -0
  36. data/vendor/jruby/1.9/gems/columnize-0.9.0/test/test-hashparm.rb +43 -0
  37. data/vendor/jruby/1.9/gems/columnize-0.9.0/test/test-issue3.rb +24 -0
  38. data/vendor/jruby/1.9/gems/columnize-0.9.0/test/test-min_rows_and_colwidths.rb +65 -0
  39. data/vendor/jruby/1.9/gems/debugger-1.6.8/AUTHORS +10 -0
  40. data/vendor/jruby/1.9/gems/debugger-1.6.8/CHANGELOG.md +104 -0
  41. data/vendor/jruby/1.9/gems/debugger-1.6.8/CONTRIBUTING.md +3 -0
  42. data/vendor/jruby/1.9/gems/debugger-1.6.8/Gemfile +3 -0
  43. data/vendor/jruby/1.9/gems/debugger-1.6.8/LICENSE +23 -0
  44. data/vendor/jruby/1.9/gems/debugger-1.6.8/OLDER_CHANGELOG +334 -0
  45. data/vendor/jruby/1.9/gems/debugger-1.6.8/OLD_CHANGELOG +5655 -0
  46. data/vendor/jruby/1.9/gems/debugger-1.6.8/OLD_README +122 -0
  47. data/vendor/jruby/1.9/gems/debugger-1.6.8/README.md +167 -0
  48. data/vendor/jruby/1.9/gems/debugger-1.6.8/Rakefile +78 -0
  49. data/vendor/jruby/1.9/gems/debugger-1.6.8/bin/rdebug +397 -0
  50. data/vendor/jruby/1.9/gems/debugger-1.6.8/debugger.gemspec +30 -0
  51. data/vendor/jruby/1.9/gems/debugger-1.6.8/doc/Makefile.am +63 -0
  52. data/vendor/jruby/1.9/gems/debugger-1.6.8/doc/emacs-notes.txt +38 -0
  53. data/vendor/jruby/1.9/gems/debugger-1.6.8/doc/hanoi.rb +35 -0
  54. data/vendor/jruby/1.9/gems/debugger-1.6.8/doc/primes.rb +28 -0
  55. data/vendor/jruby/1.9/gems/debugger-1.6.8/doc/rdebug-emacs.texi +1030 -0
  56. data/vendor/jruby/1.9/gems/debugger-1.6.8/doc/ruby-debug.texi +3791 -0
  57. data/vendor/jruby/1.9/gems/debugger-1.6.8/doc/test-tri2.rb +18 -0
  58. data/vendor/jruby/1.9/gems/debugger-1.6.8/doc/tri3.rb +8 -0
  59. data/vendor/jruby/1.9/gems/debugger-1.6.8/doc/triangle.rb +12 -0
  60. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/Makefile.am +130 -0
  61. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-annotate.el +385 -0
  62. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-breaks.el +407 -0
  63. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-cmd.el +92 -0
  64. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-core.el +502 -0
  65. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-dbg.el +62 -0
  66. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-error.el +79 -0
  67. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-fns.el +111 -0
  68. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-frames.el +230 -0
  69. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-gud.el +242 -0
  70. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-help.el +104 -0
  71. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-info.el +83 -0
  72. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-layouts.el +180 -0
  73. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-locring.el +118 -0
  74. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-output.el +106 -0
  75. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-regexp.el +118 -0
  76. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-secondary.el +260 -0
  77. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-shortkey.el +175 -0
  78. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-source.el +568 -0
  79. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-track.el +392 -0
  80. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-varbuf.el +150 -0
  81. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-vars.el +125 -0
  82. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug-watch.el +132 -0
  83. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/rdebug.el +326 -0
  84. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/elk-test.el +242 -0
  85. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/test-annotate.el +103 -0
  86. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/test-cmd.el +116 -0
  87. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/test-core.el +104 -0
  88. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/test-fns.el +65 -0
  89. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/test-frames.el +62 -0
  90. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/test-gud.el +35 -0
  91. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/test-indent.el +58 -0
  92. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/test-regexp.el +144 -0
  93. data/vendor/jruby/1.9/gems/debugger-1.6.8/emacs/test/test-shortkey.el +61 -0
  94. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/192/breakpoint.c +586 -0
  95. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/192/ruby_debug.c +2657 -0
  96. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/192/ruby_debug.h +148 -0
  97. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/193/breakpoint.c +586 -0
  98. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/193/ruby_debug.c +2636 -0
  99. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/193/ruby_debug.h +148 -0
  100. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/200/breakpoint.c +586 -0
  101. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/200/ruby_debug.c +2692 -0
  102. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/200/ruby_debug.h +148 -0
  103. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/210/breakpoint.c +586 -0
  104. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/210/ruby_debug.c +2692 -0
  105. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/210/ruby_debug.h +148 -0
  106. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/211/breakpoint.c +586 -0
  107. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/211/ruby_debug.c +2692 -0
  108. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/211/ruby_debug.h +148 -0
  109. data/vendor/jruby/1.9/gems/debugger-1.6.8/ext/ruby_debug/extconf.rb +94 -0
  110. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger.rb +5 -0
  111. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/test.rb +6 -0
  112. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/test/breakpoint.rb +12 -0
  113. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/test/context.rb +14 -0
  114. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/test/matchers.rb +67 -0
  115. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/test/mocha_extensions.rb +71 -0
  116. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/test/printer_helpers.rb +8 -0
  117. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/test/processor.rb +7 -0
  118. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/test/test_dsl.rb +225 -0
  119. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/test/test_interface.rb +61 -0
  120. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/debugger/version.rb +5 -0
  121. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug-base.rb +305 -0
  122. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug.rb +179 -0
  123. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/command.rb +239 -0
  124. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/breakpoints.rb +151 -0
  125. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/catchpoint.rb +55 -0
  126. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/condition.rb +54 -0
  127. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/continue.rb +37 -0
  128. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/control.rb +106 -0
  129. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/display.rb +112 -0
  130. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/edit.rb +48 -0
  131. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/enable.rb +201 -0
  132. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/eval.rb +177 -0
  133. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/finish.rb +42 -0
  134. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/frame.rb +272 -0
  135. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/help.rb +56 -0
  136. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/info.rb +458 -0
  137. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/irb.rb +123 -0
  138. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/jump.rb +66 -0
  139. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/kill.rb +50 -0
  140. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/list.rb +97 -0
  141. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/method.rb +81 -0
  142. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/quit.rb +39 -0
  143. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/reload.rb +40 -0
  144. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/save.rb +90 -0
  145. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/set.rb +218 -0
  146. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/show.rb +233 -0
  147. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/skip.rb +35 -0
  148. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/source.rb +36 -0
  149. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/start.rb +26 -0
  150. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/stepping.rb +81 -0
  151. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/threads.rb +200 -0
  152. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/tmate.rb +36 -0
  153. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/trace.rb +56 -0
  154. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/commands/variables.rb +216 -0
  155. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/debugger.rb +5 -0
  156. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/helper.rb +69 -0
  157. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/interface.rb +244 -0
  158. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/printers/base.rb +58 -0
  159. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/printers/plain.rb +41 -0
  160. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/printers/texts/base.yml +146 -0
  161. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/printers/texts/plain.yml +60 -0
  162. data/vendor/jruby/1.9/gems/debugger-1.6.8/lib/ruby-debug/processor.rb +482 -0
  163. data/vendor/jruby/1.9/gems/debugger-1.6.8/man/rdebug.1 +241 -0
  164. data/vendor/jruby/1.9/gems/debugger-1.6.8/old_scripts/Makefile.am +14 -0
  165. data/vendor/jruby/1.9/gems/debugger-1.6.8/old_scripts/README.md +2 -0
  166. data/vendor/jruby/1.9/gems/debugger-1.6.8/old_scripts/autogen.sh +4 -0
  167. data/vendor/jruby/1.9/gems/debugger-1.6.8/old_scripts/configure.ac +12 -0
  168. data/vendor/jruby/1.9/gems/debugger-1.6.8/old_scripts/rdbg.rb +33 -0
  169. data/vendor/jruby/1.9/gems/debugger-1.6.8/old_scripts/runner.sh +7 -0
  170. data/vendor/jruby/1.9/gems/debugger-1.6.8/old_scripts/svn2cl_usermap +3 -0
  171. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/breakpoints_test.rb +354 -0
  172. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/conditions_test.rb +88 -0
  173. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/continue_test.rb +28 -0
  174. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/display_test.rb +141 -0
  175. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/edit_test.rb +54 -0
  176. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/eval_test.rb +97 -0
  177. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/breakpoint1.rb +15 -0
  178. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/breakpoint2.rb +7 -0
  179. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/conditions.rb +4 -0
  180. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/continue.rb +4 -0
  181. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/display.rb +5 -0
  182. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/edit.rb +3 -0
  183. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/edit2.rb +3 -0
  184. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/eval.rb +4 -0
  185. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/finish.rb +20 -0
  186. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/frame.rb +31 -0
  187. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/help.rb +2 -0
  188. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/info.rb +48 -0
  189. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/info2.rb +3 -0
  190. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/irb.rb +6 -0
  191. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/jump.rb +14 -0
  192. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/kill.rb +2 -0
  193. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/list.rb +12 -0
  194. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/method.rb +15 -0
  195. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/post_mortem.rb +19 -0
  196. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/quit.rb +2 -0
  197. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/reload.rb +6 -0
  198. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/restart.rb +6 -0
  199. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/save.rb +3 -0
  200. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/set.rb +3 -0
  201. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/set_annotate.rb +12 -0
  202. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/settings.rb +1 -0
  203. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/show.rb +2 -0
  204. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/source.rb +3 -0
  205. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/stepping.rb +21 -0
  206. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/thread.rb +32 -0
  207. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/tmate.rb +10 -0
  208. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/trace.rb +7 -0
  209. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/trace_threads.rb +20 -0
  210. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/examples/variables.rb +26 -0
  211. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/finish_test.rb +50 -0
  212. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/frame_test.rb +140 -0
  213. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/help_test.rb +49 -0
  214. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/info_test.rb +321 -0
  215. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/irb_test.rb +80 -0
  216. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/jump_test.rb +89 -0
  217. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/kill_test.rb +47 -0
  218. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/list_test.rb +151 -0
  219. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/method_test.rb +70 -0
  220. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/new/printers/plain_test.rb +84 -0
  221. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/post_mortem_test.rb +25 -0
  222. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/quit_test.rb +55 -0
  223. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/reload_test.rb +43 -0
  224. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/restart_test.rb +142 -0
  225. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/save_test.rb +92 -0
  226. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/set_test.rb +178 -0
  227. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/show_test.rb +299 -0
  228. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/source_test.rb +44 -0
  229. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/stepping_test.rb +118 -0
  230. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/test_helper.rb +10 -0
  231. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/thread_test.rb +120 -0
  232. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/tmate_test.rb +43 -0
  233. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/trace_test.rb +154 -0
  234. data/vendor/jruby/1.9/gems/debugger-1.6.8/test/variables_test.rb +144 -0
  235. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/CHANGELOG.md +54 -0
  236. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/CONTRIBUTING.md +1 -0
  237. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/LICENSE.txt +22 -0
  238. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/OLD_CHANGELOG +68 -0
  239. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/OLD_README +50 -0
  240. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/README.md +20 -0
  241. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/Rakefile +28 -0
  242. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/debugger-linecache.gemspec +20 -0
  243. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/lib/debugger/linecache.rb +5 -0
  244. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/lib/linecache19.rb +407 -0
  245. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/lib/tracelines19.rb +54 -0
  246. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/begin1.rb +3 -0
  247. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/begin2.rb +3 -0
  248. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/begin3.rb +6 -0
  249. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/block1.rb +7 -0
  250. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/block2.rb +4 -0
  251. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/case1.rb +6 -0
  252. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/case2.rb +5 -0
  253. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/case3.rb +5 -0
  254. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/case4.rb +4 -0
  255. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/case5.rb +10 -0
  256. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/class1.rb +5 -0
  257. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/comments1.rb +6 -0
  258. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/def1.rb +9 -0
  259. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/each1.rb +3 -0
  260. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/end.rb +3 -0
  261. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/for1.rb +4 -0
  262. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/if1.rb +4 -0
  263. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/if2.rb +4 -0
  264. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/if3.rb +9 -0
  265. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/if4.rb +14 -0
  266. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/if5.rb +7 -0
  267. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/if6.rb +4 -0
  268. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/if7.rb +8 -0
  269. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/match.rb +3 -0
  270. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/match3.rb +5 -0
  271. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/match3a.rb +6 -0
  272. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/data/not-lit.rb +6 -0
  273. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/lnum-diag.rb +127 -0
  274. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/parse-show.rb +13 -0
  275. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/rcov-bug.rb +10 -0
  276. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/short-file +2 -0
  277. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/test-linecache.rb +148 -0
  278. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/test-lnum.rb +33 -0
  279. data/vendor/jruby/1.9/gems/debugger-linecache-1.2.0/test/test-tracelines.rb +38 -0
  280. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/CHANGELOG.md +86 -0
  281. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/README.md +37 -0
  282. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/Rakefile +33 -0
  283. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/debugger-ruby_core_source.gemspec +20 -0
  284. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source.rb +66 -0
  285. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/debug.h +36 -0
  286. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/dln.h +41 -0
  287. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/encdb.h +163 -0
  288. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/eval_intern.h +232 -0
  289. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/gc.h +77 -0
  290. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/id.h +170 -0
  291. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/insns.inc +179 -0
  292. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/insns_info.inc +695 -0
  293. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/iseq.h +104 -0
  294. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/known_errors.inc +731 -0
  295. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/method.h +103 -0
  296. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/node.h +483 -0
  297. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/node_name.inc +208 -0
  298. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/opt_sc.inc +670 -0
  299. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/optinsn.inc +30 -0
  300. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/optunifs.inc +116 -0
  301. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/parse.h +187 -0
  302. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/regenc.h +211 -0
  303. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/regint.h +841 -0
  304. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/regparse.h +354 -0
  305. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/revision.h +1 -0
  306. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/thread_pthread.h +27 -0
  307. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/thread_win32.h +33 -0
  308. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/timev.h +21 -0
  309. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/transcode_data.h +109 -0
  310. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/transdb.h +179 -0
  311. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/version.h +55 -0
  312. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm.inc +3055 -0
  313. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm_core.h +707 -0
  314. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm_exec.h +184 -0
  315. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm_insnhelper.h +208 -0
  316. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm_opts.h +51 -0
  317. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vmtc.inc +97 -0
  318. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/debug.h +36 -0
  319. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/dln.h +41 -0
  320. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/encdb.h +163 -0
  321. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/eval_intern.h +232 -0
  322. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/gc.h +77 -0
  323. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/id.h +170 -0
  324. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/insns.inc +179 -0
  325. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/insns_info.inc +695 -0
  326. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/iseq.h +104 -0
  327. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/known_errors.inc +731 -0
  328. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/method.h +103 -0
  329. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/node.h +483 -0
  330. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/node_name.inc +208 -0
  331. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/opt_sc.inc +670 -0
  332. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/optinsn.inc +30 -0
  333. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/optunifs.inc +116 -0
  334. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/parse.h +186 -0
  335. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/regenc.h +211 -0
  336. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/regint.h +841 -0
  337. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/regparse.h +354 -0
  338. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/revision.h +1 -0
  339. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/thread_pthread.h +27 -0
  340. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/thread_win32.h +33 -0
  341. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/timev.h +21 -0
  342. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/transcode_data.h +109 -0
  343. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/transdb.h +179 -0
  344. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/version.h +55 -0
  345. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm.inc +3055 -0
  346. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm_core.h +706 -0
  347. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm_exec.h +184 -0
  348. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm_insnhelper.h +208 -0
  349. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm_opts.h +51 -0
  350. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vmtc.inc +97 -0
  351. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/debug.h +36 -0
  352. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/dln.h +41 -0
  353. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/encdb.h +163 -0
  354. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/eval_intern.h +232 -0
  355. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/gc.h +77 -0
  356. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/id.h +170 -0
  357. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/insns.inc +179 -0
  358. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/insns_info.inc +695 -0
  359. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/iseq.h +104 -0
  360. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/known_errors.inc +731 -0
  361. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/method.h +103 -0
  362. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/node.h +483 -0
  363. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/node_name.inc +208 -0
  364. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/opt_sc.inc +670 -0
  365. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/optinsn.inc +30 -0
  366. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/optunifs.inc +116 -0
  367. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/parse.h +186 -0
  368. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/regenc.h +211 -0
  369. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/regint.h +841 -0
  370. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/regparse.h +354 -0
  371. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/revision.h +1 -0
  372. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/thread_pthread.h +27 -0
  373. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/thread_win32.h +33 -0
  374. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/timev.h +21 -0
  375. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/transcode_data.h +109 -0
  376. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/transdb.h +179 -0
  377. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/version.h +55 -0
  378. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm.inc +3055 -0
  379. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm_core.h +706 -0
  380. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm_exec.h +184 -0
  381. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm_insnhelper.h +208 -0
  382. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm_opts.h +51 -0
  383. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vmtc.inc +97 -0
  384. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/debug.h +36 -0
  385. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/dln.h +41 -0
  386. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/encdb.h +163 -0
  387. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/eval_intern.h +232 -0
  388. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/gc.h +77 -0
  389. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/id.h +170 -0
  390. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/insns.inc +179 -0
  391. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/insns_info.inc +695 -0
  392. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/iseq.h +104 -0
  393. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/known_errors.inc +731 -0
  394. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/method.h +103 -0
  395. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/node.h +483 -0
  396. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/node_name.inc +208 -0
  397. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/opt_sc.inc +670 -0
  398. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/optinsn.inc +30 -0
  399. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/optunifs.inc +116 -0
  400. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/parse.h +205 -0
  401. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/regenc.h +211 -0
  402. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/regint.h +841 -0
  403. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/regparse.h +354 -0
  404. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/revision.h +1 -0
  405. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/thread_pthread.h +27 -0
  406. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/thread_win32.h +33 -0
  407. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/timev.h +21 -0
  408. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/transcode_data.h +109 -0
  409. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/transdb.h +179 -0
  410. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/version.h +55 -0
  411. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm.inc +3055 -0
  412. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm_core.h +706 -0
  413. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm_exec.h +184 -0
  414. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm_insnhelper.h +208 -0
  415. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm_opts.h +51 -0
  416. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vmtc.inc +97 -0
  417. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/addr2line.h +21 -0
  418. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/atomic.h +56 -0
  419. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/constant.h +34 -0
  420. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/debug.h +41 -0
  421. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/dln.h +50 -0
  422. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/encdb.h +167 -0
  423. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/eval_intern.h +234 -0
  424. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/gc.h +98 -0
  425. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/id.h +175 -0
  426. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/insns.inc +179 -0
  427. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/insns_info.inc +695 -0
  428. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/internal.h +227 -0
  429. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/iseq.h +125 -0
  430. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/known_errors.inc +731 -0
  431. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/method.h +105 -0
  432. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/node.h +503 -0
  433. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/node_name.inc +208 -0
  434. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/opt_sc.inc +670 -0
  435. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/optinsn.inc +30 -0
  436. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/optunifs.inc +116 -0
  437. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/parse.h +186 -0
  438. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/regenc.h +219 -0
  439. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/regint.h +851 -0
  440. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/regparse.h +362 -0
  441. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/revision.h +1 -0
  442. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/thread_pthread.h +51 -0
  443. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/thread_win32.h +40 -0
  444. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/timev.h +21 -0
  445. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/transcode_data.h +117 -0
  446. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/transdb.h +189 -0
  447. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/version.h +52 -0
  448. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm.inc +3067 -0
  449. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm_core.h +756 -0
  450. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm_exec.h +184 -0
  451. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm_insnhelper.h +220 -0
  452. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm_opts.h +51 -0
  453. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vmtc.inc +97 -0
  454. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/addr2line.h +21 -0
  455. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/atomic.h +56 -0
  456. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/constant.h +34 -0
  457. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/debug.h +41 -0
  458. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/dln.h +50 -0
  459. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/encdb.h +167 -0
  460. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/eval_intern.h +234 -0
  461. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/gc.h +98 -0
  462. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/id.h +175 -0
  463. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/insns.inc +179 -0
  464. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/insns_info.inc +695 -0
  465. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/internal.h +231 -0
  466. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/iseq.h +125 -0
  467. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/known_errors.inc +731 -0
  468. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/method.h +105 -0
  469. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/node.h +503 -0
  470. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/node_name.inc +208 -0
  471. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/opt_sc.inc +670 -0
  472. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/optinsn.inc +30 -0
  473. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/optunifs.inc +116 -0
  474. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/parse.h +186 -0
  475. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/regenc.h +219 -0
  476. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/regint.h +850 -0
  477. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/regparse.h +362 -0
  478. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/revision.h +1 -0
  479. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/thread_pthread.h +51 -0
  480. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/thread_win32.h +40 -0
  481. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/timev.h +21 -0
  482. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/transcode_data.h +117 -0
  483. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/transdb.h +189 -0
  484. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/version.h +52 -0
  485. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm.inc +3067 -0
  486. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm_core.h +756 -0
  487. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm_exec.h +184 -0
  488. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm_insnhelper.h +220 -0
  489. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm_opts.h +51 -0
  490. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vmtc.inc +97 -0
  491. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/addr2line.h +21 -0
  492. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/atomic.h +56 -0
  493. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/constant.h +34 -0
  494. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/debug.h +41 -0
  495. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/dln.h +50 -0
  496. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/encdb.h +167 -0
  497. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/eval_intern.h +234 -0
  498. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/gc.h +98 -0
  499. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/id.h +175 -0
  500. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/insns.inc +179 -0
  501. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/insns_info.inc +695 -0
  502. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/internal.h +232 -0
  503. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/iseq.h +125 -0
  504. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/known_errors.inc +731 -0
  505. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/method.h +105 -0
  506. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/node.h +503 -0
  507. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/node_name.inc +208 -0
  508. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/opt_sc.inc +670 -0
  509. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/optinsn.inc +30 -0
  510. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/optunifs.inc +116 -0
  511. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/parse.h +186 -0
  512. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/regenc.h +219 -0
  513. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/regint.h +850 -0
  514. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/regparse.h +362 -0
  515. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/revision.h +1 -0
  516. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/thread_pthread.h +51 -0
  517. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/thread_win32.h +40 -0
  518. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/timev.h +21 -0
  519. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/transcode_data.h +117 -0
  520. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/transdb.h +189 -0
  521. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/version.h +52 -0
  522. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm.inc +3051 -0
  523. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm_core.h +756 -0
  524. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm_exec.h +184 -0
  525. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm_insnhelper.h +220 -0
  526. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm_opts.h +51 -0
  527. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vmtc.inc +97 -0
  528. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/addr2line.h +21 -0
  529. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/atomic.h +56 -0
  530. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/constant.h +34 -0
  531. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/debug.h +41 -0
  532. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/dln.h +50 -0
  533. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/encdb.h +167 -0
  534. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/eval_intern.h +234 -0
  535. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/gc.h +99 -0
  536. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/id.h +175 -0
  537. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/insns.inc +179 -0
  538. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/insns_info.inc +695 -0
  539. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/internal.h +232 -0
  540. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/iseq.h +125 -0
  541. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/known_errors.inc +731 -0
  542. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/method.h +105 -0
  543. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/node.h +503 -0
  544. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/node_name.inc +208 -0
  545. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/opt_sc.inc +670 -0
  546. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/optinsn.inc +30 -0
  547. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/optunifs.inc +116 -0
  548. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/parse.h +302 -0
  549. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/regenc.h +219 -0
  550. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/regint.h +850 -0
  551. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/regparse.h +362 -0
  552. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/revision.h +1 -0
  553. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/thread_pthread.h +51 -0
  554. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/thread_win32.h +40 -0
  555. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/timev.h +21 -0
  556. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/transcode_data.h +117 -0
  557. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/transdb.h +189 -0
  558. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/version.h +52 -0
  559. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm.inc +3054 -0
  560. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm_core.h +756 -0
  561. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm_exec.h +184 -0
  562. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm_insnhelper.h +220 -0
  563. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm_opts.h +51 -0
  564. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vmtc.inc +97 -0
  565. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/addr2line.h +21 -0
  566. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/atomic.h +56 -0
  567. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/constant.h +34 -0
  568. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/debug.h +41 -0
  569. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/dln.h +50 -0
  570. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/encdb.h +167 -0
  571. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/eval_intern.h +234 -0
  572. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/gc.h +99 -0
  573. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/id.h +175 -0
  574. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/insns.inc +179 -0
  575. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/insns_info.inc +695 -0
  576. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/internal.h +239 -0
  577. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/iseq.h +125 -0
  578. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/known_errors.inc +731 -0
  579. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/method.h +105 -0
  580. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/node.h +503 -0
  581. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/node_name.inc +208 -0
  582. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/opt_sc.inc +670 -0
  583. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/optinsn.inc +30 -0
  584. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/optunifs.inc +116 -0
  585. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/parse.h +302 -0
  586. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/regenc.h +219 -0
  587. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/regint.h +850 -0
  588. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/regparse.h +362 -0
  589. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/revision.h +1 -0
  590. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/siphash.h +48 -0
  591. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/thread_pthread.h +51 -0
  592. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/thread_win32.h +40 -0
  593. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/timev.h +21 -0
  594. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/transcode_data.h +117 -0
  595. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/transdb.h +189 -0
  596. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/version.h +52 -0
  597. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm.inc +3054 -0
  598. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm_core.h +756 -0
  599. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm_exec.h +184 -0
  600. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm_insnhelper.h +220 -0
  601. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm_opts.h +51 -0
  602. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vmtc.inc +97 -0
  603. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/addr2line.h +21 -0
  604. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/constant.h +34 -0
  605. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/debug.h +41 -0
  606. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/dln.h +50 -0
  607. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/encdb.h +167 -0
  608. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/eval_intern.h +234 -0
  609. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/gc.h +99 -0
  610. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/id.h +175 -0
  611. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/insns.inc +179 -0
  612. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/insns_info.inc +695 -0
  613. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/internal.h +239 -0
  614. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/iseq.h +127 -0
  615. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/known_errors.inc +731 -0
  616. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/method.h +105 -0
  617. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/node.h +503 -0
  618. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/node_name.inc +208 -0
  619. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/opt_sc.inc +670 -0
  620. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/optinsn.inc +30 -0
  621. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/optunifs.inc +116 -0
  622. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/parse.h +302 -0
  623. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/regenc.h +219 -0
  624. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/regint.h +850 -0
  625. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/regparse.h +362 -0
  626. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/revision.h +1 -0
  627. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/ruby_atomic.h +115 -0
  628. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/siphash.h +48 -0
  629. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/thread_pthread.h +51 -0
  630. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/thread_win32.h +40 -0
  631. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/timev.h +21 -0
  632. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/transcode_data.h +117 -0
  633. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/transdb.h +189 -0
  634. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/version.h +52 -0
  635. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm.inc +3054 -0
  636. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm_core.h +756 -0
  637. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm_exec.h +184 -0
  638. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm_insnhelper.h +220 -0
  639. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm_opts.h +51 -0
  640. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vmtc.inc +97 -0
  641. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/addr2line.h +21 -0
  642. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/constant.h +34 -0
  643. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/debug.h +41 -0
  644. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/dln.h +50 -0
  645. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/encdb.h +167 -0
  646. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/eval_intern.h +234 -0
  647. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/gc.h +99 -0
  648. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/id.h +175 -0
  649. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/insns.inc +179 -0
  650. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/insns_info.inc +695 -0
  651. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/internal.h +239 -0
  652. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/iseq.h +126 -0
  653. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/known_errors.inc +731 -0
  654. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/method.h +105 -0
  655. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/node.h +503 -0
  656. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/node_name.inc +208 -0
  657. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/opt_sc.inc +670 -0
  658. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/optinsn.inc +30 -0
  659. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/optunifs.inc +116 -0
  660. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/parse.h +302 -0
  661. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/regenc.h +219 -0
  662. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/regint.h +850 -0
  663. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/regparse.h +362 -0
  664. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/revision.h +1 -0
  665. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/ruby_atomic.h +115 -0
  666. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/siphash.h +48 -0
  667. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/thread_pthread.h +51 -0
  668. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/thread_win32.h +40 -0
  669. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/timev.h +21 -0
  670. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/transcode_data.h +117 -0
  671. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/transdb.h +189 -0
  672. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/version.h +52 -0
  673. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm.inc +3054 -0
  674. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm_core.h +763 -0
  675. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm_exec.h +184 -0
  676. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm_insnhelper.h +220 -0
  677. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm_opts.h +51 -0
  678. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vmtc.inc +97 -0
  679. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/addr2line.h +21 -0
  680. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/constant.h +34 -0
  681. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/debug.h +41 -0
  682. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/dln.h +50 -0
  683. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/encdb.h +167 -0
  684. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/eval_intern.h +234 -0
  685. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/gc.h +99 -0
  686. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/id.h +175 -0
  687. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/insns.inc +179 -0
  688. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/insns_info.inc +695 -0
  689. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/internal.h +239 -0
  690. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/iseq.h +126 -0
  691. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/known_errors.inc +731 -0
  692. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/method.h +105 -0
  693. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/node.h +503 -0
  694. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/node_name.inc +208 -0
  695. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/opt_sc.inc +670 -0
  696. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/optinsn.inc +30 -0
  697. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/optunifs.inc +116 -0
  698. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/parse.h +302 -0
  699. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/regenc.h +219 -0
  700. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/regint.h +850 -0
  701. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/regparse.h +362 -0
  702. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/revision.h +1 -0
  703. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/ruby_atomic.h +115 -0
  704. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/siphash.h +48 -0
  705. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/thread_pthread.h +51 -0
  706. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/thread_win32.h +40 -0
  707. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/timev.h +21 -0
  708. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/transcode_data.h +117 -0
  709. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/transdb.h +189 -0
  710. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/version.h +52 -0
  711. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm.inc +3054 -0
  712. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_core.h +763 -0
  713. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_exec.h +184 -0
  714. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_insnhelper.h +220 -0
  715. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_opts.h +51 -0
  716. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vmtc.inc +97 -0
  717. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/addr2line.h +21 -0
  718. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/constant.h +34 -0
  719. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/debug.h +41 -0
  720. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/dln.h +50 -0
  721. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/encdb.h +167 -0
  722. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/eval_intern.h +234 -0
  723. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/gc.h +99 -0
  724. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/id.h +175 -0
  725. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/insns.inc +179 -0
  726. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/insns_info.inc +695 -0
  727. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/internal.h +239 -0
  728. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/iseq.h +126 -0
  729. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/known_errors.inc +731 -0
  730. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/method.h +105 -0
  731. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/node.h +503 -0
  732. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/node_name.inc +208 -0
  733. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/opt_sc.inc +670 -0
  734. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/optinsn.inc +30 -0
  735. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/optunifs.inc +116 -0
  736. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/parse.h +302 -0
  737. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/regenc.h +219 -0
  738. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/regint.h +850 -0
  739. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/regparse.h +362 -0
  740. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/revision.h +1 -0
  741. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/ruby_atomic.h +115 -0
  742. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/siphash.h +48 -0
  743. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/thread_pthread.h +51 -0
  744. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/thread_win32.h +40 -0
  745. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/timev.h +21 -0
  746. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/transcode_data.h +117 -0
  747. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/transdb.h +189 -0
  748. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/version.h +52 -0
  749. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm.inc +3054 -0
  750. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm_core.h +763 -0
  751. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm_exec.h +184 -0
  752. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm_insnhelper.h +220 -0
  753. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm_opts.h +51 -0
  754. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vmtc.inc +97 -0
  755. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/addr2line.h +21 -0
  756. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/constant.h +34 -0
  757. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/debug.h +41 -0
  758. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/dln.h +50 -0
  759. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/encdb.h +167 -0
  760. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/eval_intern.h +234 -0
  761. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/gc.h +99 -0
  762. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/id.h +175 -0
  763. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/insns.inc +179 -0
  764. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/insns_info.inc +695 -0
  765. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/internal.h +239 -0
  766. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/iseq.h +126 -0
  767. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/known_errors.inc +731 -0
  768. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/method.h +105 -0
  769. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/node.h +503 -0
  770. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/node_name.inc +208 -0
  771. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/opt_sc.inc +670 -0
  772. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/optinsn.inc +30 -0
  773. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/optunifs.inc +116 -0
  774. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/parse.h +302 -0
  775. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/regenc.h +219 -0
  776. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/regint.h +850 -0
  777. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/regparse.h +362 -0
  778. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/revision.h +1 -0
  779. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/ruby_atomic.h +115 -0
  780. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/siphash.h +48 -0
  781. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/thread_pthread.h +51 -0
  782. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/thread_win32.h +40 -0
  783. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/timev.h +21 -0
  784. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/transcode_data.h +117 -0
  785. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/transdb.h +189 -0
  786. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/version.h +52 -0
  787. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm.inc +3054 -0
  788. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm_core.h +763 -0
  789. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm_exec.h +184 -0
  790. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm_insnhelper.h +220 -0
  791. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm_opts.h +51 -0
  792. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vmtc.inc +97 -0
  793. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/addr2line.h +21 -0
  794. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/constant.h +34 -0
  795. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/debug.h +41 -0
  796. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/dln.h +50 -0
  797. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/encdb.h +167 -0
  798. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/eval_intern.h +234 -0
  799. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/gc.h +99 -0
  800. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/id.h +175 -0
  801. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/insns.inc +179 -0
  802. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/insns_info.inc +695 -0
  803. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/internal.h +239 -0
  804. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/iseq.h +126 -0
  805. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/known_errors.inc +731 -0
  806. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/method.h +105 -0
  807. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/node.h +503 -0
  808. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/node_name.inc +208 -0
  809. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/opt_sc.inc +670 -0
  810. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/optinsn.inc +30 -0
  811. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/optunifs.inc +116 -0
  812. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/parse.h +302 -0
  813. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/regenc.h +219 -0
  814. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/regint.h +850 -0
  815. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/regparse.h +362 -0
  816. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/revision.h +1 -0
  817. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/ruby_atomic.h +115 -0
  818. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/siphash.h +48 -0
  819. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/thread_pthread.h +51 -0
  820. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/thread_win32.h +40 -0
  821. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/timev.h +21 -0
  822. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/transcode_data.h +117 -0
  823. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/transdb.h +189 -0
  824. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/version.h +52 -0
  825. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm.inc +3054 -0
  826. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm_core.h +763 -0
  827. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm_exec.h +184 -0
  828. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm_insnhelper.h +220 -0
  829. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm_opts.h +51 -0
  830. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vmtc.inc +97 -0
  831. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/addr2line.h +21 -0
  832. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/constant.h +34 -0
  833. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/debug.h +41 -0
  834. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/dln.h +50 -0
  835. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/encdb.h +167 -0
  836. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/eval_intern.h +234 -0
  837. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/gc.h +99 -0
  838. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/id.h +177 -0
  839. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/insns.inc +179 -0
  840. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/insns_info.inc +695 -0
  841. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/internal.h +239 -0
  842. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/iseq.h +126 -0
  843. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/known_errors.inc +731 -0
  844. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/method.h +105 -0
  845. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/node.h +503 -0
  846. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/node_name.inc +208 -0
  847. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/opt_sc.inc +670 -0
  848. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/optinsn.inc +30 -0
  849. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/optunifs.inc +116 -0
  850. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/parse.h +302 -0
  851. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/regenc.h +219 -0
  852. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/regint.h +850 -0
  853. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/regparse.h +362 -0
  854. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/revision.h +1 -0
  855. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/ruby_atomic.h +115 -0
  856. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/siphash.h +48 -0
  857. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/thread_pthread.h +51 -0
  858. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/thread_win32.h +40 -0
  859. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/timev.h +21 -0
  860. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/transcode_data.h +117 -0
  861. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/transdb.h +189 -0
  862. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/version.h +52 -0
  863. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm.inc +3054 -0
  864. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm_core.h +763 -0
  865. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm_exec.h +184 -0
  866. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm_insnhelper.h +220 -0
  867. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm_opts.h +51 -0
  868. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vmtc.inc +97 -0
  869. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/addr2line.h +21 -0
  870. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/constant.h +34 -0
  871. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/debug.h +41 -0
  872. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/dln.h +50 -0
  873. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/encdb.h +167 -0
  874. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/eval_intern.h +234 -0
  875. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/gc.h +99 -0
  876. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/id.h +177 -0
  877. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/insns.inc +179 -0
  878. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/insns_info.inc +695 -0
  879. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/internal.h +240 -0
  880. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/iseq.h +126 -0
  881. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/known_errors.inc +731 -0
  882. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/method.h +105 -0
  883. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/node.h +503 -0
  884. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/node_name.inc +208 -0
  885. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/opt_sc.inc +670 -0
  886. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/optinsn.inc +30 -0
  887. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/optunifs.inc +116 -0
  888. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/parse.h +186 -0
  889. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/regenc.h +219 -0
  890. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/regint.h +850 -0
  891. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/regparse.h +362 -0
  892. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/revision.h +1 -0
  893. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/ruby_atomic.h +115 -0
  894. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/siphash.h +48 -0
  895. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/thread_pthread.h +51 -0
  896. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/thread_win32.h +40 -0
  897. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/timev.h +21 -0
  898. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/transcode_data.h +117 -0
  899. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/transdb.h +189 -0
  900. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/version.h +52 -0
  901. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm.inc +3054 -0
  902. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm_core.h +763 -0
  903. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm_exec.h +184 -0
  904. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm_insnhelper.h +220 -0
  905. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm_opts.h +51 -0
  906. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vmtc.inc +97 -0
  907. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/addr2line.h +21 -0
  908. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/constant.h +34 -0
  909. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/debug.h +41 -0
  910. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/dln.h +50 -0
  911. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/encdb.h +167 -0
  912. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/eval_intern.h +234 -0
  913. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/gc.h +99 -0
  914. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/id.h +177 -0
  915. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/insns.inc +179 -0
  916. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/insns_info.inc +695 -0
  917. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/internal.h +242 -0
  918. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/iseq.h +126 -0
  919. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/known_errors.inc +731 -0
  920. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/method.h +105 -0
  921. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/node.h +504 -0
  922. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/node_name.inc +208 -0
  923. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/opt_sc.inc +670 -0
  924. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/optinsn.inc +30 -0
  925. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/optunifs.inc +116 -0
  926. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/parse.h +186 -0
  927. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/regenc.h +219 -0
  928. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/regint.h +850 -0
  929. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/regparse.h +362 -0
  930. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/revision.h +1 -0
  931. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/ruby_atomic.h +175 -0
  932. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/siphash.h +48 -0
  933. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/thread_pthread.h +51 -0
  934. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/thread_win32.h +40 -0
  935. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/timev.h +21 -0
  936. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/transcode_data.h +117 -0
  937. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/transdb.h +189 -0
  938. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/version.h +52 -0
  939. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm.inc +3054 -0
  940. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm_core.h +763 -0
  941. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm_exec.h +184 -0
  942. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm_insnhelper.h +220 -0
  943. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm_opts.h +51 -0
  944. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vmtc.inc +97 -0
  945. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/addr2line.h +21 -0
  946. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/constant.h +34 -0
  947. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/debug.h +41 -0
  948. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/dln.h +50 -0
  949. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/encdb.h +167 -0
  950. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/eval_intern.h +234 -0
  951. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/gc.h +99 -0
  952. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/id.h +177 -0
  953. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/insns.inc +179 -0
  954. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/insns_info.inc +695 -0
  955. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/internal.h +242 -0
  956. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/iseq.h +126 -0
  957. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/known_errors.inc +731 -0
  958. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/method.h +105 -0
  959. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/node.h +504 -0
  960. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/node_name.inc +208 -0
  961. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/opt_sc.inc +670 -0
  962. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/optinsn.inc +30 -0
  963. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/optunifs.inc +116 -0
  964. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/parse.h +186 -0
  965. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/regenc.h +219 -0
  966. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/regint.h +850 -0
  967. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/regparse.h +362 -0
  968. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/revision.h +1 -0
  969. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/ruby_atomic.h +175 -0
  970. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/siphash.h +48 -0
  971. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/thread_pthread.h +51 -0
  972. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/thread_win32.h +40 -0
  973. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/timev.h +21 -0
  974. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/transcode_data.h +117 -0
  975. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/transdb.h +189 -0
  976. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/version.h +52 -0
  977. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm.inc +3054 -0
  978. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm_core.h +763 -0
  979. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm_exec.h +184 -0
  980. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm_insnhelper.h +220 -0
  981. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm_opts.h +51 -0
  982. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vmtc.inc +97 -0
  983. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/addr2line.h +21 -0
  984. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/constant.h +34 -0
  985. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/debug.h +41 -0
  986. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/dln.h +50 -0
  987. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/encdb.h +167 -0
  988. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/eval_intern.h +234 -0
  989. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/gc.h +99 -0
  990. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/id.h +177 -0
  991. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/insns.inc +179 -0
  992. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/insns_info.inc +695 -0
  993. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/internal.h +242 -0
  994. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/iseq.h +126 -0
  995. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/known_errors.inc +731 -0
  996. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/method.h +105 -0
  997. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/node.h +504 -0
  998. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/node_name.inc +208 -0
  999. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/opt_sc.inc +670 -0
  1000. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/optinsn.inc +30 -0
  1001. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/optunifs.inc +116 -0
  1002. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/parse.h +186 -0
  1003. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/regenc.h +219 -0
  1004. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/regint.h +850 -0
  1005. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/regparse.h +362 -0
  1006. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/revision.h +1 -0
  1007. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/ruby_atomic.h +175 -0
  1008. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/siphash.h +48 -0
  1009. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/thread_pthread.h +51 -0
  1010. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/thread_win32.h +40 -0
  1011. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/timev.h +21 -0
  1012. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/transcode_data.h +117 -0
  1013. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/transdb.h +189 -0
  1014. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/version.h +52 -0
  1015. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm.inc +3054 -0
  1016. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm_core.h +763 -0
  1017. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm_exec.h +184 -0
  1018. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm_insnhelper.h +220 -0
  1019. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm_opts.h +51 -0
  1020. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vmtc.inc +97 -0
  1021. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/addr2line.h +21 -0
  1022. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/constant.h +34 -0
  1023. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/debug.h +41 -0
  1024. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/dln.h +50 -0
  1025. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/encdb.h +167 -0
  1026. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/eval_intern.h +234 -0
  1027. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/gc.h +99 -0
  1028. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/id.h +177 -0
  1029. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/insns.inc +179 -0
  1030. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/insns_info.inc +695 -0
  1031. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/internal.h +242 -0
  1032. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/iseq.h +126 -0
  1033. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/known_errors.inc +731 -0
  1034. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/method.h +105 -0
  1035. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/node.h +504 -0
  1036. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/node_name.inc +208 -0
  1037. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/opt_sc.inc +670 -0
  1038. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/optinsn.inc +30 -0
  1039. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/optunifs.inc +116 -0
  1040. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/parse.h +186 -0
  1041. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/regenc.h +219 -0
  1042. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/regint.h +850 -0
  1043. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/regparse.h +362 -0
  1044. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/revision.h +1 -0
  1045. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/ruby_atomic.h +175 -0
  1046. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/siphash.h +48 -0
  1047. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/thread_pthread.h +51 -0
  1048. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/thread_win32.h +40 -0
  1049. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/timev.h +21 -0
  1050. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/transcode_data.h +117 -0
  1051. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/transdb.h +189 -0
  1052. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/version.h +52 -0
  1053. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm.inc +3054 -0
  1054. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_core.h +763 -0
  1055. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_exec.h +184 -0
  1056. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_insnhelper.h +220 -0
  1057. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_opts.h +51 -0
  1058. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vmtc.inc +97 -0
  1059. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/addr2line.h +21 -0
  1060. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/constant.h +36 -0
  1061. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/dln.h +50 -0
  1062. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/encdb.h +169 -0
  1063. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/eval_intern.h +213 -0
  1064. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/gc.h +104 -0
  1065. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/id.h +133 -0
  1066. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/insns.inc +187 -0
  1067. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/insns_info.inc +724 -0
  1068. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/internal.h +378 -0
  1069. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/iseq.h +139 -0
  1070. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/known_errors.inc +731 -0
  1071. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/method.h +138 -0
  1072. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/node.h +539 -0
  1073. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/node_name.inc +212 -0
  1074. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/opt_sc.inc +702 -0
  1075. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/optinsn.inc +83 -0
  1076. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/optunifs.inc +120 -0
  1077. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/parse.h +292 -0
  1078. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/probes_helper.h +67 -0
  1079. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/regenc.h +227 -0
  1080. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/regint.h +914 -0
  1081. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/regparse.h +367 -0
  1082. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/revision.h +1 -0
  1083. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/ruby_atomic.h +121 -0
  1084. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/siphash.h +48 -0
  1085. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/thread_pthread.h +56 -0
  1086. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/thread_win32.h +45 -0
  1087. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/timev.h +21 -0
  1088. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/transcode_data.h +127 -0
  1089. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/transdb.h +193 -0
  1090. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/version.h +52 -0
  1091. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm.inc +3199 -0
  1092. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_core.h +1009 -0
  1093. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_debug.h +41 -0
  1094. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_exec.h +173 -0
  1095. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_insnhelper.h +274 -0
  1096. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_opts.h +56 -0
  1097. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vmtc.inc +101 -0
  1098. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/addr2line.h +21 -0
  1099. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/constant.h +36 -0
  1100. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/dln.h +50 -0
  1101. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/encdb.h +169 -0
  1102. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/eval_intern.h +213 -0
  1103. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/gc.h +104 -0
  1104. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/id.h +133 -0
  1105. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/insns.inc +187 -0
  1106. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/insns_info.inc +724 -0
  1107. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/internal.h +389 -0
  1108. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/iseq.h +139 -0
  1109. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/known_errors.inc +731 -0
  1110. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/method.h +138 -0
  1111. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/node.h +539 -0
  1112. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/node_name.inc +212 -0
  1113. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/opt_sc.inc +702 -0
  1114. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/optinsn.inc +83 -0
  1115. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/optunifs.inc +120 -0
  1116. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/parse.h +292 -0
  1117. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/probes_helper.h +67 -0
  1118. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/regenc.h +227 -0
  1119. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/regint.h +915 -0
  1120. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/regparse.h +367 -0
  1121. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/revision.h +1 -0
  1122. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/ruby_atomic.h +121 -0
  1123. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/siphash.h +48 -0
  1124. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/thread_pthread.h +56 -0
  1125. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/thread_win32.h +45 -0
  1126. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/timev.h +21 -0
  1127. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/transcode_data.h +127 -0
  1128. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/transdb.h +193 -0
  1129. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/version.h +52 -0
  1130. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm.inc +3196 -0
  1131. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_core.h +1009 -0
  1132. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_debug.h +41 -0
  1133. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_exec.h +173 -0
  1134. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_insnhelper.h +274 -0
  1135. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_opts.h +56 -0
  1136. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vmtc.inc +101 -0
  1137. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/addr2line.h +21 -0
  1138. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/constant.h +36 -0
  1139. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/dln.h +50 -0
  1140. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/encdb.h +169 -0
  1141. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/eval_intern.h +213 -0
  1142. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/gc.h +104 -0
  1143. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/id.h +135 -0
  1144. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/insns.inc +187 -0
  1145. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/insns_info.inc +724 -0
  1146. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/internal.h +389 -0
  1147. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/iseq.h +139 -0
  1148. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/known_errors.inc +731 -0
  1149. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/method.h +138 -0
  1150. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/node.h +539 -0
  1151. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/node_name.inc +212 -0
  1152. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/opt_sc.inc +702 -0
  1153. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/optinsn.inc +83 -0
  1154. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/optunifs.inc +120 -0
  1155. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/parse.h +292 -0
  1156. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/probes_helper.h +67 -0
  1157. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/regenc.h +227 -0
  1158. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/regint.h +915 -0
  1159. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/regparse.h +367 -0
  1160. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/revision.h +1 -0
  1161. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/ruby_atomic.h +121 -0
  1162. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/siphash.h +48 -0
  1163. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/thread_pthread.h +56 -0
  1164. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/thread_win32.h +45 -0
  1165. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/timev.h +21 -0
  1166. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/transcode_data.h +127 -0
  1167. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/transdb.h +193 -0
  1168. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/version.h +52 -0
  1169. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm.inc +3196 -0
  1170. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_core.h +1013 -0
  1171. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_debug.h +41 -0
  1172. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_exec.h +173 -0
  1173. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_insnhelper.h +274 -0
  1174. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_opts.h +56 -0
  1175. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vmtc.inc +101 -0
  1176. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/addr2line.h +21 -0
  1177. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/constant.h +36 -0
  1178. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/dln.h +50 -0
  1179. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/encdb.h +169 -0
  1180. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/eval_intern.h +213 -0
  1181. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/gc.h +104 -0
  1182. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/id.h +135 -0
  1183. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/insns.inc +187 -0
  1184. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/insns_info.inc +724 -0
  1185. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/internal.h +390 -0
  1186. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/iseq.h +140 -0
  1187. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/known_errors.inc +731 -0
  1188. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/method.h +138 -0
  1189. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/node.h +539 -0
  1190. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/node_name.inc +212 -0
  1191. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/opt_sc.inc +702 -0
  1192. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/optinsn.inc +83 -0
  1193. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/optunifs.inc +120 -0
  1194. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/parse.h +181 -0
  1195. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/probes_helper.h +67 -0
  1196. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/regenc.h +227 -0
  1197. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/regint.h +915 -0
  1198. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/regparse.h +367 -0
  1199. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/revision.h +1 -0
  1200. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/ruby_atomic.h +121 -0
  1201. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/siphash.h +48 -0
  1202. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/thread_pthread.h +56 -0
  1203. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/thread_win32.h +45 -0
  1204. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/timev.h +21 -0
  1205. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/transcode_data.h +127 -0
  1206. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/transdb.h +193 -0
  1207. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/version.h +52 -0
  1208. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm.inc +3196 -0
  1209. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_core.h +1013 -0
  1210. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_debug.h +41 -0
  1211. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_exec.h +173 -0
  1212. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_insnhelper.h +274 -0
  1213. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_opts.h +56 -0
  1214. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vmtc.inc +101 -0
  1215. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/addr2line.h +21 -0
  1216. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/constant.h +36 -0
  1217. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/dln.h +50 -0
  1218. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/encdb.h +169 -0
  1219. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/eval_intern.h +213 -0
  1220. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/gc.h +104 -0
  1221. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/id.h +135 -0
  1222. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/insns.inc +187 -0
  1223. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/insns_info.inc +724 -0
  1224. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/internal.h +392 -0
  1225. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/iseq.h +140 -0
  1226. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/known_errors.inc +731 -0
  1227. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/method.h +138 -0
  1228. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/node.h +539 -0
  1229. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/node_name.inc +212 -0
  1230. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/opt_sc.inc +702 -0
  1231. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/optinsn.inc +83 -0
  1232. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/optunifs.inc +120 -0
  1233. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/parse.h +181 -0
  1234. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/probes_helper.h +67 -0
  1235. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/regenc.h +227 -0
  1236. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/regint.h +915 -0
  1237. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/regparse.h +367 -0
  1238. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/revision.h +1 -0
  1239. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/ruby_atomic.h +170 -0
  1240. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/siphash.h +48 -0
  1241. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/thread_pthread.h +56 -0
  1242. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/thread_win32.h +45 -0
  1243. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/timev.h +21 -0
  1244. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/transcode_data.h +127 -0
  1245. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/transdb.h +193 -0
  1246. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/version.h +52 -0
  1247. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm.inc +3196 -0
  1248. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_core.h +1013 -0
  1249. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_debug.h +41 -0
  1250. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_exec.h +173 -0
  1251. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_insnhelper.h +274 -0
  1252. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_opts.h +56 -0
  1253. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vmtc.inc +101 -0
  1254. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/addr2line.h +21 -0
  1255. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/constant.h +36 -0
  1256. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/dln.h +50 -0
  1257. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/encdb.h +169 -0
  1258. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/eval_intern.h +213 -0
  1259. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/gc.h +104 -0
  1260. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/id.h +135 -0
  1261. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/insns.inc +187 -0
  1262. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/insns_info.inc +724 -0
  1263. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/internal.h +392 -0
  1264. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/iseq.h +140 -0
  1265. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/known_errors.inc +731 -0
  1266. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/method.h +138 -0
  1267. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/node.h +541 -0
  1268. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/node_name.inc +212 -0
  1269. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/opt_sc.inc +702 -0
  1270. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/optinsn.inc +83 -0
  1271. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/optunifs.inc +120 -0
  1272. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/parse.h +181 -0
  1273. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/probes_helper.h +67 -0
  1274. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/regenc.h +227 -0
  1275. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/regint.h +915 -0
  1276. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/regparse.h +367 -0
  1277. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/revision.h +1 -0
  1278. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/ruby_atomic.h +170 -0
  1279. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/siphash.h +48 -0
  1280. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/thread_pthread.h +56 -0
  1281. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/thread_win32.h +45 -0
  1282. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/timev.h +21 -0
  1283. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/transcode_data.h +127 -0
  1284. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/transdb.h +193 -0
  1285. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/version.h +52 -0
  1286. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm.inc +3196 -0
  1287. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_core.h +1013 -0
  1288. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_debug.h +41 -0
  1289. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_exec.h +173 -0
  1290. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_insnhelper.h +274 -0
  1291. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_opts.h +56 -0
  1292. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vmtc.inc +101 -0
  1293. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/addr2line.h +21 -0
  1294. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/constant.h +36 -0
  1295. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/dln.h +51 -0
  1296. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/encdb.h +170 -0
  1297. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/eval_intern.h +260 -0
  1298. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/gc.h +101 -0
  1299. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/id.h +171 -0
  1300. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/insns.inc +189 -0
  1301. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/insns_info.inc +731 -0
  1302. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/internal.h +889 -0
  1303. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/iseq.h +136 -0
  1304. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/known_errors.inc +731 -0
  1305. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/method.h +142 -0
  1306. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/node.h +543 -0
  1307. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/node_name.inc +212 -0
  1308. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/opt_sc.inc +710 -0
  1309. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/optinsn.inc +83 -0
  1310. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/optunifs.inc +121 -0
  1311. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/parse.h +183 -0
  1312. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/probes_helper.h +67 -0
  1313. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/regenc.h +223 -0
  1314. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/regint.h +911 -0
  1315. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/regparse.h +363 -0
  1316. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/revision.h +1 -0
  1317. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/ruby_atomic.h +165 -0
  1318. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/siphash.h +48 -0
  1319. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/thread_native.h +23 -0
  1320. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/thread_pthread.h +56 -0
  1321. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/thread_win32.h +45 -0
  1322. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/timev.h +42 -0
  1323. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/transcode_data.h +123 -0
  1324. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/transdb.h +193 -0
  1325. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/version.h +52 -0
  1326. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm.inc +3243 -0
  1327. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_core.h +1043 -0
  1328. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_debug.h +37 -0
  1329. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_exec.h +182 -0
  1330. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_insnhelper.h +273 -0
  1331. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_opts.h +56 -0
  1332. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vmtc.inc +102 -0
  1333. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/addr2line.h +21 -0
  1334. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/constant.h +36 -0
  1335. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/dln.h +51 -0
  1336. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/encdb.h +170 -0
  1337. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/eval_intern.h +260 -0
  1338. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/gc.h +101 -0
  1339. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/id.h +171 -0
  1340. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/insns.inc +189 -0
  1341. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/insns_info.inc +731 -0
  1342. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/internal.h +889 -0
  1343. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/iseq.h +136 -0
  1344. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/known_errors.inc +731 -0
  1345. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/method.h +142 -0
  1346. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/node.h +543 -0
  1347. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/node_name.inc +212 -0
  1348. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/opt_sc.inc +710 -0
  1349. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/optinsn.inc +83 -0
  1350. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/optunifs.inc +121 -0
  1351. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/parse.h +183 -0
  1352. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/probes_helper.h +67 -0
  1353. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/regenc.h +223 -0
  1354. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/regint.h +911 -0
  1355. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/regparse.h +363 -0
  1356. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/revision.h +1 -0
  1357. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/ruby_atomic.h +170 -0
  1358. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/siphash.h +48 -0
  1359. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/thread_native.h +23 -0
  1360. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/thread_pthread.h +56 -0
  1361. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/thread_win32.h +45 -0
  1362. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/timev.h +42 -0
  1363. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/transcode_data.h +123 -0
  1364. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/transdb.h +193 -0
  1365. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/version.h +52 -0
  1366. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm.inc +3243 -0
  1367. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_core.h +1043 -0
  1368. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_debug.h +37 -0
  1369. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_exec.h +182 -0
  1370. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_insnhelper.h +273 -0
  1371. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_opts.h +56 -0
  1372. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vmtc.inc +102 -0
  1373. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/addr2line.h +21 -0
  1374. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/constant.h +36 -0
  1375. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/dln.h +51 -0
  1376. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/encdb.h +170 -0
  1377. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/eval_intern.h +260 -0
  1378. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/gc.h +101 -0
  1379. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/id.h +171 -0
  1380. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/insns.inc +189 -0
  1381. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/insns_info.inc +731 -0
  1382. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/internal.h +889 -0
  1383. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/iseq.h +136 -0
  1384. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/known_errors.inc +731 -0
  1385. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/method.h +142 -0
  1386. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/node.h +543 -0
  1387. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/node_name.inc +212 -0
  1388. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/opt_sc.inc +710 -0
  1389. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/optinsn.inc +83 -0
  1390. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/optunifs.inc +121 -0
  1391. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/parse.h +183 -0
  1392. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/probes_helper.h +67 -0
  1393. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/regenc.h +223 -0
  1394. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/regint.h +911 -0
  1395. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/regparse.h +363 -0
  1396. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/revision.h +1 -0
  1397. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/ruby_atomic.h +170 -0
  1398. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/siphash.h +48 -0
  1399. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/thread_native.h +23 -0
  1400. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/thread_pthread.h +56 -0
  1401. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/thread_win32.h +45 -0
  1402. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/timev.h +42 -0
  1403. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/transcode_data.h +123 -0
  1404. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/transdb.h +193 -0
  1405. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/version.h +52 -0
  1406. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm.inc +3243 -0
  1407. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_core.h +1043 -0
  1408. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_debug.h +37 -0
  1409. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_exec.h +182 -0
  1410. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_insnhelper.h +273 -0
  1411. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_opts.h +56 -0
  1412. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vmtc.inc +102 -0
  1413. data/vendor/jruby/1.9/gems/debugger-ruby_core_source-1.3.8/lib/debugger/ruby_core_source/version.rb +5 -0
  1414. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/AUTHORS +1 -0
  1415. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/COPYING +340 -0
  1416. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/ChangeLog +0 -0
  1417. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/NEWS +44 -0
  1418. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/README.md +34 -0
  1419. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/Rakefile +169 -0
  1420. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/lib/linecache.rb +552 -0
  1421. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/lib/linecache/trace_nums.rb +11 -0
  1422. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/lib/linecache/tracelines.rb +46 -0
  1423. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/lib/linecache/version.rb +3 -0
  1424. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/begin1.rb +3 -0
  1425. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/begin2.rb +3 -0
  1426. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/begin3.rb +6 -0
  1427. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/block1.rb +7 -0
  1428. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/block2.rb +4 -0
  1429. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/case1.rb +6 -0
  1430. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/case2.rb +5 -0
  1431. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/case3.rb +5 -0
  1432. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/case4.rb +4 -0
  1433. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/case5.rb +10 -0
  1434. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/class1.rb +5 -0
  1435. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/comments1.rb +6 -0
  1436. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/def1.rb +9 -0
  1437. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/each1.rb +3 -0
  1438. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/end.rb +3 -0
  1439. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/for1.rb +4 -0
  1440. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/if1.rb +4 -0
  1441. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/if2.rb +4 -0
  1442. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/if3.rb +9 -0
  1443. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/if4.rb +14 -0
  1444. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/if5.rb +7 -0
  1445. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/if6.rb +4 -0
  1446. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/if7.rb +8 -0
  1447. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/match.rb +3 -0
  1448. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/match3.rb +5 -0
  1449. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/match3a.rb +6 -0
  1450. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/data/not-lit.rb +6 -0
  1451. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/lnum-diag.rb +130 -0
  1452. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/parse-show.rb +14 -0
  1453. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/rcov-bug.rb +10 -0
  1454. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/short-file +2 -0
  1455. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/test-linecache.rb +151 -0
  1456. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/test-lnum.rb +36 -0
  1457. data/vendor/jruby/1.9/gems/linecache-1.3.1-java/test/test-tracelines.rb +41 -0
  1458. data/vendor/jruby/1.9/gems/rubdev-0.0.1.1/lib/rubdev.rb +25 -0
  1459. data/vendor/jruby/1.9/gems/rubdev-0.0.1.1/lib/rubdev/c.rb +148 -0
  1460. data/vendor/jruby/1.9/gems/rubdev-0.0.1.1/lib/rubdev/context.rb +78 -0
  1461. data/vendor/jruby/1.9/gems/rubdev-0.0.1.1/lib/rubdev/device.rb +181 -0
  1462. data/vendor/jruby/1.9/gems/rubdev-0.0.1.1/lib/rubdev/enumerate.rb +104 -0
  1463. data/vendor/jruby/1.9/gems/rubdev-0.0.1.1/lib/rubdev/list.rb +71 -0
  1464. data/vendor/jruby/1.9/gems/rubdev-0.0.1.1/lib/rubdev/monitor.rb +97 -0
  1465. data/vendor/jruby/1.9/gems/rubdev-0.0.1.1/lib/rubdev/queue.rb +80 -0
  1466. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/AUTHORS +12 -0
  1467. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/CHANGES +370 -0
  1468. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/ChangeLog +0 -0
  1469. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/LICENSE +23 -0
  1470. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/README +157 -0
  1471. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/Rakefile +91 -0
  1472. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/bin/rdebug +416 -0
  1473. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug.rb +193 -0
  1474. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/command.rb +267 -0
  1475. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/breakpoints.rb +157 -0
  1476. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/catchpoint.rb +55 -0
  1477. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/condition.rb +49 -0
  1478. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/continue.rb +38 -0
  1479. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/control.rb +107 -0
  1480. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/display.rb +120 -0
  1481. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/edit.rb +49 -0
  1482. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/enable.rb +202 -0
  1483. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/eval.rb +179 -0
  1484. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/finish.rb +42 -0
  1485. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/frame.rb +306 -0
  1486. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/help.rb +62 -0
  1487. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/info.rb +474 -0
  1488. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/irb.rb +198 -0
  1489. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/kill.rb +50 -0
  1490. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/list.rb +94 -0
  1491. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/method.rb +84 -0
  1492. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/quit.rb +48 -0
  1493. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/reload.rb +40 -0
  1494. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/save.rb +90 -0
  1495. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/set.rb +243 -0
  1496. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/show.rb +256 -0
  1497. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/source.rb +36 -0
  1498. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/stepping.rb +81 -0
  1499. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/threads.rb +189 -0
  1500. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/tmate.rb +36 -0
  1501. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/trace.rb +57 -0
  1502. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/commands/variables.rb +199 -0
  1503. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/debugger.rb +5 -0
  1504. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/helper.rb +74 -0
  1505. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/interface.rb +268 -0
  1506. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/cli/ruby-debug/processor.rb +563 -0
  1507. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/doc/rdebug.1 +241 -0
  1508. data/vendor/jruby/1.9/gems/ruby-debug-0.10.6/rdbg.rb +33 -0
  1509. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/AUTHORS +12 -0
  1510. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/CHANGES +370 -0
  1511. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/LICENSE +23 -0
  1512. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/README +157 -0
  1513. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/Rakefile +91 -0
  1514. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/ext/breakpoint.c +582 -0
  1515. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/ext/extconf.rb +23 -0
  1516. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/ext/ruby_debug.c +2385 -0
  1517. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/ext/ruby_debug.h +124 -0
  1518. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/lib/ruby-debug-base.rb +287 -0
  1519. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/lib/ruby-debug-base/version.rb +3 -0
  1520. data/vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/lib/ruby_debug.jar +0 -0
  1521. data/vendor/jruby/1.9/specifications/columnize-0.9.0.gemspec +40 -0
  1522. data/vendor/jruby/1.9/specifications/debugger-linecache-1.2.0.gemspec +34 -0
  1523. data/vendor/jruby/1.9/specifications/debugger-ruby_core_source-1.3.8.gemspec +37 -0
  1524. data/vendor/jruby/1.9/specifications/linecache-1.3.1-java.gemspec +24 -0
  1525. data/vendor/jruby/1.9/specifications/rubdev-0.0.1.1.gemspec +31 -0
  1526. data/vendor/jruby/1.9/specifications/ruby-debug-0.10.6.gemspec +40 -0
  1527. data/vendor/jruby/1.9/specifications/ruby-debug-base-0.10.6-java.gemspec +40 -0
  1528. data/vendor/jruby/2.3.0/bin/coderay +22 -0
  1529. data/vendor/jruby/2.3.0/bin/htmldiff +24 -0
  1530. data/vendor/jruby/2.3.0/bin/kramdown +22 -0
  1531. data/vendor/jruby/2.3.0/bin/ldiff +24 -0
  1532. data/vendor/jruby/2.3.0/bin/lock_jars +22 -0
  1533. data/vendor/jruby/2.3.0/bin/minitar +22 -0
  1534. data/vendor/jruby/2.3.0/bin/pry +22 -0
  1535. data/vendor/jruby/2.3.0/bin/puma +22 -0
  1536. data/vendor/jruby/2.3.0/bin/pumactl +22 -0
  1537. data/vendor/jruby/2.3.0/bin/rackup +22 -0
  1538. data/vendor/jruby/2.3.0/bin/rake +22 -0
  1539. data/vendor/jruby/2.3.0/bin/rmvn +22 -0
  1540. data/vendor/jruby/2.3.0/bin/rspec +22 -0
  1541. data/vendor/jruby/2.3.0/bin/safe_yaml +22 -0
  1542. data/vendor/jruby/2.3.0/bin/tilt +22 -0
  1543. data/vendor/jruby/2.3.0/bin/tt +22 -0
  1544. data/vendor/jruby/2.3.0/cache/addressable-2.4.0.gem +0 -0
  1545. data/vendor/jruby/2.3.0/cache/chronic_duration-0.10.6.gem +0 -0
  1546. data/vendor/jruby/2.3.0/cache/clamp-0.6.5.gem +0 -0
  1547. data/vendor/jruby/2.3.0/cache/coderay-1.1.1.gem +0 -0
  1548. data/vendor/jruby/2.3.0/cache/concurrent-ruby-1.0.0-java.gem +0 -0
  1549. data/vendor/jruby/2.3.0/cache/crack-0.4.3.gem +0 -0
  1550. data/vendor/jruby/2.3.0/cache/diff-lcs-1.3.gem +0 -0
  1551. data/vendor/jruby/2.3.0/cache/ffi-1.9.18-java.gem +0 -0
  1552. data/vendor/jruby/2.3.0/cache/filesize-0.0.4.gem +0 -0
  1553. data/vendor/jruby/2.3.0/cache/fivemat-1.3.3.gem +0 -0
  1554. data/vendor/jruby/2.3.0/cache/gem_publisher-1.5.0.gem +0 -0
  1555. data/vendor/jruby/2.3.0/cache/gems-0.8.3.gem +0 -0
  1556. data/vendor/jruby/2.3.0/cache/hashdiff-0.3.4.gem +0 -0
  1557. data/vendor/jruby/2.3.0/cache/i18n-0.6.9.gem +0 -0
  1558. data/vendor/jruby/2.3.0/cache/insist-1.0.0.gem +0 -0
  1559. data/vendor/jruby/2.3.0/cache/jar-dependencies-0.3.11.gem +0 -0
  1560. data/vendor/jruby/2.3.0/cache/jrjackson-0.4.2-java.gem +0 -0
  1561. data/vendor/jruby/2.3.0/cache/jrmonitor-0.4.2.gem +0 -0
  1562. data/vendor/jruby/2.3.0/cache/jruby-openssl-0.9.16-java.gem +0 -0
  1563. data/vendor/jruby/2.3.0/cache/kramdown-1.13.2.gem +0 -0
  1564. data/vendor/jruby/2.3.0/cache/logstash-codec-plain-3.0.2.gem +0 -0
  1565. data/vendor/jruby/2.3.0/cache/logstash-core-5.2.1-java.gem +0 -0
  1566. data/vendor/jruby/2.3.0/cache/logstash-core-event-java-5.2.1-java.gem +0 -0
  1567. data/vendor/jruby/2.3.0/cache/logstash-core-plugin-api-2.1.23-java.gem +0 -0
  1568. data/vendor/jruby/2.3.0/cache/logstash-core-queue-jruby-5.2.1-java.gem +0 -0
  1569. data/vendor/jruby/2.3.0/cache/logstash-devutils-1.3.1-java.gem +0 -0
  1570. data/vendor/jruby/2.3.0/cache/method_source-0.8.2.gem +0 -0
  1571. data/vendor/jruby/2.3.0/cache/minitar-0.5.4.gem +0 -0
  1572. data/vendor/jruby/2.3.0/cache/numerizer-0.1.1.gem +0 -0
  1573. data/vendor/jruby/2.3.0/cache/polyglot-0.3.5.gem +0 -0
  1574. data/vendor/jruby/2.3.0/cache/pry-0.10.4-java.gem +0 -0
  1575. data/vendor/jruby/2.3.0/cache/puma-2.16.0-java.gem +0 -0
  1576. data/vendor/jruby/2.3.0/cache/rack-1.6.6.gem +0 -0
  1577. data/vendor/jruby/2.3.0/cache/rack-protection-1.5.3.gem +0 -0
  1578. data/vendor/jruby/2.3.0/cache/rake-12.0.0.gem +0 -0
  1579. data/vendor/jruby/2.3.0/cache/rspec-3.6.0.gem +0 -0
  1580. data/vendor/jruby/2.3.0/cache/rspec-core-3.6.0.gem +0 -0
  1581. data/vendor/jruby/2.3.0/cache/rspec-expectations-3.6.0.gem +0 -0
  1582. data/vendor/jruby/2.3.0/cache/rspec-mocks-3.6.0.gem +0 -0
  1583. data/vendor/jruby/2.3.0/cache/rspec-support-3.6.0.gem +0 -0
  1584. data/vendor/jruby/2.3.0/cache/rspec-wait-0.0.9.gem +0 -0
  1585. data/vendor/jruby/2.3.0/cache/ruby-maven-3.3.12.gem +0 -0
  1586. data/vendor/jruby/2.3.0/cache/ruby-maven-libs-3.3.9.gem +0 -0
  1587. data/vendor/jruby/2.3.0/cache/rubyzip-1.1.7.gem +0 -0
  1588. data/vendor/jruby/2.3.0/cache/safe_yaml-1.0.4.gem +0 -0
  1589. data/vendor/jruby/2.3.0/cache/sinatra-1.4.8.gem +0 -0
  1590. data/vendor/jruby/2.3.0/cache/slop-3.6.0.gem +0 -0
  1591. data/vendor/jruby/2.3.0/cache/spoon-0.0.6.gem +0 -0
  1592. data/vendor/jruby/2.3.0/cache/stud-0.0.22.gem +0 -0
  1593. data/vendor/jruby/2.3.0/cache/thread_safe-0.3.6-java.gem +0 -0
  1594. data/vendor/jruby/2.3.0/cache/tilt-2.0.7.gem +0 -0
  1595. data/vendor/jruby/2.3.0/cache/treetop-1.4.15.gem +0 -0
  1596. data/vendor/jruby/2.3.0/cache/webmock-2.3.2.gem +0 -0
  1597. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/CHANGELOG.md +192 -0
  1598. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/Gemfile +27 -0
  1599. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/LICENSE.txt +202 -0
  1600. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/README.md +105 -0
  1601. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/Rakefile +32 -0
  1602. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/addressable.gemspec +34 -0
  1603. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/data/unicode.data +0 -0
  1604. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/lib/addressable.rb +2 -0
  1605. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/lib/addressable/idna.rb +25 -0
  1606. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/lib/addressable/idna/native.rb +55 -0
  1607. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/lib/addressable/idna/pure.rb +672 -0
  1608. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/lib/addressable/template.rb +1051 -0
  1609. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/lib/addressable/uri.rb +2424 -0
  1610. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/lib/addressable/version.rb +30 -0
  1611. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/spec/addressable/idna_spec.rb +270 -0
  1612. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/spec/addressable/net_http_compat_spec.rb +28 -0
  1613. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/spec/addressable/rack_mount_compat_spec.rb +104 -0
  1614. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/spec/addressable/security_spec.rb +57 -0
  1615. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/spec/addressable/template_spec.rb +1386 -0
  1616. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/spec/addressable/uri_spec.rb +6205 -0
  1617. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/spec/spec_helper.rb +21 -0
  1618. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/tasks/clobber.rake +2 -0
  1619. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/tasks/gem.rake +97 -0
  1620. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/tasks/git.rake +45 -0
  1621. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/tasks/metrics.rake +22 -0
  1622. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/tasks/rspec.rake +21 -0
  1623. data/vendor/jruby/2.3.0/gems/addressable-2.4.0/tasks/yard.rake +27 -0
  1624. data/vendor/jruby/2.3.0/gems/chronic_duration-0.10.6/Gemfile +2 -0
  1625. data/vendor/jruby/2.3.0/gems/chronic_duration-0.10.6/LICENSE.txt +22 -0
  1626. data/vendor/jruby/2.3.0/gems/chronic_duration-0.10.6/README.md +80 -0
  1627. data/vendor/jruby/2.3.0/gems/chronic_duration-0.10.6/Rakefile +6 -0
  1628. data/vendor/jruby/2.3.0/gems/chronic_duration-0.10.6/chronic_duration.gemspec +28 -0
  1629. data/vendor/jruby/2.3.0/gems/chronic_duration-0.10.6/lib/chronic_duration.rb +289 -0
  1630. data/vendor/jruby/2.3.0/gems/chronic_duration-0.10.6/lib/chronic_duration/version.rb +3 -0
  1631. data/vendor/jruby/2.3.0/gems/chronic_duration-0.10.6/spec/lib/chronic_duration_spec.rb +284 -0
  1632. data/vendor/jruby/2.3.0/gems/chronic_duration-0.10.6/spec/spec_helper.rb +8 -0
  1633. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/CHANGES.md +33 -0
  1634. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/Gemfile +9 -0
  1635. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/LICENSE +20 -0
  1636. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/README.md +403 -0
  1637. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/Rakefile +12 -0
  1638. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/clamp.gemspec +26 -0
  1639. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/examples/admin +20 -0
  1640. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/examples/flipflop +29 -0
  1641. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/examples/fubar +21 -0
  1642. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/examples/gitdown +70 -0
  1643. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/examples/scoop +17 -0
  1644. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/examples/speak +31 -0
  1645. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp.rb +7 -0
  1646. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/attribute/declaration.rb +54 -0
  1647. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/attribute/definition.rb +90 -0
  1648. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/attribute/instance.rb +79 -0
  1649. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/command.rb +152 -0
  1650. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/errors.rb +41 -0
  1651. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/help.rb +100 -0
  1652. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/option/declaration.rb +59 -0
  1653. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/option/definition.rb +94 -0
  1654. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/option/parsing.rb +68 -0
  1655. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/parameter/declaration.rb +29 -0
  1656. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/parameter/definition.rb +48 -0
  1657. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/parameter/parsing.rb +29 -0
  1658. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/subcommand/declaration.rb +77 -0
  1659. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/subcommand/definition.rb +25 -0
  1660. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/subcommand/execution.rb +35 -0
  1661. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/subcommand/parsing.rb +24 -0
  1662. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/truthy.rb +9 -0
  1663. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/lib/clamp/version.rb +3 -0
  1664. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/spec/clamp/command_group_spec.rb +327 -0
  1665. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/spec/clamp/command_spec.rb +983 -0
  1666. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/spec/clamp/option/definition_spec.rb +260 -0
  1667. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/spec/clamp/option_module_spec.rb +37 -0
  1668. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/spec/clamp/parameter/definition_spec.rb +242 -0
  1669. data/vendor/jruby/2.3.0/gems/clamp-0.6.5/spec/spec_helper.rb +60 -0
  1670. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/README_INDEX.rdoc +123 -0
  1671. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/Rakefile +37 -0
  1672. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/bin/coderay +215 -0
  1673. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay.rb +284 -0
  1674. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/duo.rb +81 -0
  1675. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders.rb +18 -0
  1676. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/_map.rb +17 -0
  1677. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/comment_filter.rb +25 -0
  1678. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/count.rb +39 -0
  1679. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/debug.rb +49 -0
  1680. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/debug_lint.rb +63 -0
  1681. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/div.rb +23 -0
  1682. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/encoder.rb +190 -0
  1683. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/filter.rb +58 -0
  1684. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/html.rb +333 -0
  1685. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/html/css.rb +65 -0
  1686. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/html/numbering.rb +108 -0
  1687. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/html/output.rb +166 -0
  1688. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/json.rb +83 -0
  1689. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/lines_of_code.rb +45 -0
  1690. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/lint.rb +59 -0
  1691. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/null.rb +18 -0
  1692. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/page.rb +24 -0
  1693. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/span.rb +23 -0
  1694. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/statistic.rb +95 -0
  1695. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/terminal.rb +195 -0
  1696. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/text.rb +46 -0
  1697. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/token_kind_filter.rb +111 -0
  1698. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/xml.rb +72 -0
  1699. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/yaml.rb +50 -0
  1700. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/for_redcloth.rb +95 -0
  1701. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/helpers/file_type.rb +151 -0
  1702. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/helpers/plugin.rb +55 -0
  1703. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/helpers/plugin_host.rb +221 -0
  1704. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/helpers/word_list.rb +72 -0
  1705. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners.rb +27 -0
  1706. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/_map.rb +24 -0
  1707. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/c.rb +189 -0
  1708. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/clojure.rb +217 -0
  1709. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/cpp.rb +215 -0
  1710. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/css.rb +196 -0
  1711. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/debug.rb +75 -0
  1712. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/delphi.rb +144 -0
  1713. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/diff.rb +221 -0
  1714. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/erb.rb +81 -0
  1715. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/go.rb +208 -0
  1716. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/groovy.rb +268 -0
  1717. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/haml.rb +168 -0
  1718. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/html.rb +275 -0
  1719. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/java.rb +174 -0
  1720. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/java/builtin_types.rb +421 -0
  1721. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/java_script.rb +237 -0
  1722. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/json.rb +98 -0
  1723. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/lua.rb +280 -0
  1724. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/php.rb +527 -0
  1725. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/python.rb +287 -0
  1726. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/raydebug.rb +75 -0
  1727. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/ruby.rb +477 -0
  1728. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/ruby/patterns.rb +178 -0
  1729. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/ruby/string_state.rb +79 -0
  1730. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/sass.rb +232 -0
  1731. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/scanner.rb +337 -0
  1732. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/sql.rb +169 -0
  1733. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/taskpaper.rb +36 -0
  1734. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/text.rb +26 -0
  1735. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/xml.rb +17 -0
  1736. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/yaml.rb +140 -0
  1737. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/styles.rb +15 -0
  1738. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/styles/_map.rb +7 -0
  1739. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/styles/alpha.rb +153 -0
  1740. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/styles/style.rb +18 -0
  1741. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/token_kinds.rb +85 -0
  1742. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/tokens.rb +161 -0
  1743. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/tokens_proxy.rb +55 -0
  1744. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/version.rb +3 -0
  1745. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/test/functional/basic.rb +318 -0
  1746. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/test/functional/examples.rb +129 -0
  1747. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/test/functional/for_redcloth.rb +78 -0
  1748. data/vendor/jruby/2.3.0/gems/coderay-1.1.1/test/functional/suite.rb +15 -0
  1749. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/CHANGELOG.md +323 -0
  1750. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/LICENSE.txt +21 -0
  1751. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/README.md +261 -0
  1752. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent.rb +130 -0
  1753. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/agent.rb +587 -0
  1754. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/array.rb +39 -0
  1755. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/async.rb +445 -0
  1756. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atom.rb +221 -0
  1757. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/abstract_thread_local_var.rb +38 -0
  1758. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/atomic_boolean.rb +116 -0
  1759. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/atomic_fixnum.rb +133 -0
  1760. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/atomic_reference.rb +42 -0
  1761. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/count_down_latch.rb +77 -0
  1762. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/cyclic_barrier.rb +108 -0
  1763. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/event.rb +89 -0
  1764. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/java_count_down_latch.rb +39 -0
  1765. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/java_thread_local_var.rb +50 -0
  1766. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/mutex_atomic_boolean.rb +60 -0
  1767. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/mutex_atomic_fixnum.rb +91 -0
  1768. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/mutex_count_down_latch.rb +43 -0
  1769. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/mutex_semaphore.rb +115 -0
  1770. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/read_write_lock.rb +253 -0
  1771. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/reentrant_read_write_lock.rb +377 -0
  1772. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/ruby_thread_local_var.rb +172 -0
  1773. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/semaphore.rb +113 -0
  1774. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/thread_local_var.rb +102 -0
  1775. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/concurrent_update_error.rb +8 -0
  1776. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/direct_update.rb +81 -0
  1777. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/jruby+truffle.rb +1 -0
  1778. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/jruby.rb +16 -0
  1779. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/mutex_atomic.rb +61 -0
  1780. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
  1781. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/rbx.rb +22 -0
  1782. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/ruby.rb +32 -0
  1783. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomics.rb +52 -0
  1784. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
  1785. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/copy_on_write_observer_set.rb +111 -0
  1786. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
  1787. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
  1788. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/map/mri_map_backend.rb +66 -0
  1789. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/map/non_concurrent_map_backend.rb +144 -0
  1790. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/map/synchronized_map_backend.rb +86 -0
  1791. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
  1792. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +150 -0
  1793. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/deprecation.rb +34 -0
  1794. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/dereferenceable.rb +73 -0
  1795. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/logging.rb +27 -0
  1796. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/obligation.rb +219 -0
  1797. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/observable.rb +110 -0
  1798. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/configuration.rb +153 -0
  1799. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/constants.rb +8 -0
  1800. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/dataflow.rb +78 -0
  1801. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/delay.rb +196 -0
  1802. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb +30 -0
  1803. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/errors.rb +46 -0
  1804. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/exchanger.rb +356 -0
  1805. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/abstract_executor_service.rb +134 -0
  1806. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/cached_thread_pool.rb +62 -0
  1807. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/executor_service.rb +185 -0
  1808. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/fixed_thread_pool.rb +206 -0
  1809. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/immediate_executor.rb +66 -0
  1810. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/indirect_immediate_executor.rb +44 -0
  1811. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/java_executor_service.rb +100 -0
  1812. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/java_single_thread_executor.rb +29 -0
  1813. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/java_thread_pool_executor.rb +120 -0
  1814. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/ruby_executor_service.rb +78 -0
  1815. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/ruby_single_thread_executor.rb +22 -0
  1816. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/ruby_thread_pool_executor.rb +347 -0
  1817. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/safe_task_executor.rb +35 -0
  1818. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/serial_executor_service.rb +34 -0
  1819. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/serialized_execution.rb +107 -0
  1820. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/serialized_execution_delegator.rb +28 -0
  1821. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/simple_executor_service.rb +100 -0
  1822. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/single_thread_executor.rb +56 -0
  1823. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/thread_pool_executor.rb +81 -0
  1824. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/timer_set.rb +164 -0
  1825. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executors.rb +20 -0
  1826. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/future.rb +138 -0
  1827. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/hash.rb +35 -0
  1828. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/immutable_struct.rb +93 -0
  1829. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/ivar.rb +208 -0
  1830. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/lazy_register.rb +81 -0
  1831. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/map.rb +180 -0
  1832. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/maybe.rb +229 -0
  1833. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/mutable_struct.rb +228 -0
  1834. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/mvar.rb +242 -0
  1835. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/options.rb +44 -0
  1836. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/promise.rb +542 -0
  1837. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/scheduled_task.rb +318 -0
  1838. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/settable_struct.rb +128 -0
  1839. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization.rb +29 -0
  1840. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/abstract_lockable_object.rb +98 -0
  1841. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/abstract_object.rb +24 -0
  1842. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/abstract_struct.rb +157 -0
  1843. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/condition.rb +55 -0
  1844. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/jruby_lockable_object.rb +13 -0
  1845. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/jruby_object.rb +44 -0
  1846. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/lock.rb +33 -0
  1847. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/lockable_object.rb +72 -0
  1848. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/mri_lockable_object.rb +71 -0
  1849. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/mri_object.rb +43 -0
  1850. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/object.rb +150 -0
  1851. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/rbx_lockable_object.rb +65 -0
  1852. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/rbx_object.rb +45 -0
  1853. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/volatile.rb +34 -0
  1854. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/synchronized_delegator.rb +50 -0
  1855. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util.rb +14 -0
  1856. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/adder.rb +74 -0
  1857. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/array_hash_rbx.rb +30 -0
  1858. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
  1859. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
  1860. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/striped64.rb +241 -0
  1861. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/volatile.rb +75 -0
  1862. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
  1863. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/timer_task.rb +329 -0
  1864. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/tuple.rb +86 -0
  1865. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/tvar.rb +258 -0
  1866. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/at_exit.rb +97 -0
  1867. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/engine.rb +48 -0
  1868. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/monotonic_time.rb +58 -0
  1869. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/native_extension_loader.rb +73 -0
  1870. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/processor_counter.rb +156 -0
  1871. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/version.rb +4 -0
  1872. data/vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent_ruby_ext.jar +0 -0
  1873. data/vendor/jruby/2.3.0/gems/crack-0.4.3/Gemfile +5 -0
  1874. data/vendor/jruby/2.3.0/gems/crack-0.4.3/History +25 -0
  1875. data/vendor/jruby/2.3.0/gems/crack-0.4.3/LICENSE +20 -0
  1876. data/vendor/jruby/2.3.0/gems/crack-0.4.3/README.md +46 -0
  1877. data/vendor/jruby/2.3.0/gems/crack-0.4.3/crack.gemspec +20 -0
  1878. data/vendor/jruby/2.3.0/gems/crack-0.4.3/lib/crack.rb +7 -0
  1879. data/vendor/jruby/2.3.0/gems/crack-0.4.3/lib/crack/json.rb +111 -0
  1880. data/vendor/jruby/2.3.0/gems/crack-0.4.3/lib/crack/util.rb +17 -0
  1881. data/vendor/jruby/2.3.0/gems/crack-0.4.3/lib/crack/version.rb +3 -0
  1882. data/vendor/jruby/2.3.0/gems/crack-0.4.3/lib/crack/xml.rb +238 -0
  1883. data/vendor/jruby/2.3.0/gems/crack-0.4.3/script/bootstrap +21 -0
  1884. data/vendor/jruby/2.3.0/gems/crack-0.4.3/script/release +42 -0
  1885. data/vendor/jruby/2.3.0/gems/crack-0.4.3/script/test +25 -0
  1886. data/vendor/jruby/2.3.0/gems/crack-0.4.3/test/data/large_dataset.json +139988 -0
  1887. data/vendor/jruby/2.3.0/gems/crack-0.4.3/test/data/twittersearch-firefox.json +1 -0
  1888. data/vendor/jruby/2.3.0/gems/crack-0.4.3/test/data/twittersearch-ie.json +1 -0
  1889. data/vendor/jruby/2.3.0/gems/crack-0.4.3/test/hash_test.rb +26 -0
  1890. data/vendor/jruby/2.3.0/gems/crack-0.4.3/test/json_test.rb +91 -0
  1891. data/vendor/jruby/2.3.0/gems/crack-0.4.3/test/parser_test.rb +27 -0
  1892. data/vendor/jruby/2.3.0/gems/crack-0.4.3/test/string_test.rb +31 -0
  1893. data/vendor/jruby/2.3.0/gems/crack-0.4.3/test/test_helper.rb +3 -0
  1894. data/vendor/jruby/2.3.0/gems/crack-0.4.3/test/xml_test.rb +514 -0
  1895. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/Code-of-Conduct.md +74 -0
  1896. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/Contributing.md +83 -0
  1897. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/History.md +220 -0
  1898. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/License.md +39 -0
  1899. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/Manifest.txt +37 -0
  1900. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/README.rdoc +84 -0
  1901. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/Rakefile +57 -0
  1902. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/autotest/discover.rb +1 -0
  1903. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/bin/htmldiff +32 -0
  1904. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/bin/ldiff +6 -0
  1905. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/docs/COPYING.txt +339 -0
  1906. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/docs/artistic.txt +127 -0
  1907. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff-lcs.rb +3 -0
  1908. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs.rb +725 -0
  1909. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/array.rb +7 -0
  1910. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/block.rb +37 -0
  1911. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/callbacks.rb +322 -0
  1912. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/change.rb +181 -0
  1913. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/htmldiff.rb +149 -0
  1914. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/hunk.rb +276 -0
  1915. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/internals.rb +307 -0
  1916. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/ldiff.rb +167 -0
  1917. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/string.rb +5 -0
  1918. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/change_spec.rb +65 -0
  1919. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/diff_spec.rb +47 -0
  1920. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/fixtures/ds1.csv +50 -0
  1921. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/fixtures/ds2.csv +51 -0
  1922. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/hunk_spec.rb +72 -0
  1923. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/issues_spec.rb +49 -0
  1924. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/lcs_spec.rb +56 -0
  1925. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/ldiff_spec.rb +47 -0
  1926. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/patch_spec.rb +422 -0
  1927. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/sdiff_spec.rb +214 -0
  1928. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/spec_helper.rb +321 -0
  1929. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/traverse_balanced_spec.rb +310 -0
  1930. data/vendor/jruby/2.3.0/gems/diff-lcs-1.3/spec/traverse_sequences_spec.rb +139 -0
  1931. data/vendor/jruby/2.3.0/gems/ffi-1.9.18-java/COPYING +49 -0
  1932. data/vendor/jruby/2.3.0/gems/ffi-1.9.18-java/LICENSE +24 -0
  1933. data/vendor/jruby/2.3.0/gems/ffi-1.9.18-java/README.md +111 -0
  1934. data/vendor/jruby/2.3.0/gems/ffi-1.9.18-java/Rakefile +232 -0
  1935. data/vendor/jruby/2.3.0/gems/filesize-0.0.4/CHANGELOG +3 -0
  1936. data/vendor/jruby/2.3.0/gems/filesize-0.0.4/README.markdown +52 -0
  1937. data/vendor/jruby/2.3.0/gems/filesize-0.0.4/filesize.gemspec +19 -0
  1938. data/vendor/jruby/2.3.0/gems/filesize-0.0.4/lib/filesize.rb +178 -0
  1939. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/Gemfile +2 -0
  1940. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/LICENSE +22 -0
  1941. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/MIT-LICENSE +20 -0
  1942. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/README.markdown +75 -0
  1943. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/Rakefile +2 -0
  1944. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/fivemat.gemspec +16 -0
  1945. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/fivemat.rb +55 -0
  1946. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/fivemat/cucumber.rb +42 -0
  1947. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/fivemat/elapsed_time.rb +9 -0
  1948. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/fivemat/minitest.rb +6 -0
  1949. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/fivemat/minitest/autorun.rb +2 -0
  1950. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/fivemat/minitest/unit.rb +31 -0
  1951. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/fivemat/rspec.rb +69 -0
  1952. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/fivemat/rspec3.rb +70 -0
  1953. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/fivemat/spec.rb +57 -0
  1954. data/vendor/jruby/2.3.0/gems/fivemat-1.3.3/lib/minitest/fivemat_plugin.rb +30 -0
  1955. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/lib/gem_publisher.rb +28 -0
  1956. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/lib/gem_publisher/builder.rb +13 -0
  1957. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/lib/gem_publisher/cli_facade.rb +17 -0
  1958. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/lib/gem_publisher/git_remote.rb +26 -0
  1959. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/lib/gem_publisher/publisher.rb +45 -0
  1960. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/lib/gem_publisher/pusher.rb +26 -0
  1961. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/lib/gem_publisher/version.rb +3 -0
  1962. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/lib/rubygems_plugin.rb +48 -0
  1963. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/builder_test.rb +16 -0
  1964. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/cli_facade_test.rb +43 -0
  1965. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/common.rb +15 -0
  1966. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/data/example.gemspec +12 -0
  1967. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/data/gem_build +4 -0
  1968. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/data/tags +10 -0
  1969. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/data/toplevel_version.gemspec +12 -0
  1970. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/git_remote_test.rb +32 -0
  1971. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/integration_test.rb +49 -0
  1972. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/publisher_test.rb +102 -0
  1973. data/vendor/jruby/2.3.0/gems/gem_publisher-1.5.0/test/rubygems_plugin_test.rb +76 -0
  1974. data/vendor/jruby/2.3.0/gems/gems-0.8.3/CONTRIBUTING.md +45 -0
  1975. data/vendor/jruby/2.3.0/gems/gems-0.8.3/LICENSE.md +20 -0
  1976. data/vendor/jruby/2.3.0/gems/gems-0.8.3/README.md +158 -0
  1977. data/vendor/jruby/2.3.0/gems/gems-0.8.3/Rakefile +11 -0
  1978. data/vendor/jruby/2.3.0/gems/gems-0.8.3/gems.gemspec +24 -0
  1979. data/vendor/jruby/2.3.0/gems/gems-0.8.3/lib/gems.rb +24 -0
  1980. data/vendor/jruby/2.3.0/gems/gems-0.8.3/lib/gems/client.rb +318 -0
  1981. data/vendor/jruby/2.3.0/gems/gems-0.8.3/lib/gems/configuration.rb +54 -0
  1982. data/vendor/jruby/2.3.0/gems/gems-0.8.3/lib/gems/request.rb +73 -0
  1983. data/vendor/jruby/2.3.0/gems/gems-0.8.3/lib/gems/version.rb +17 -0
  1984. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/add_owner +1 -0
  1985. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/add_web_hook +1 -0
  1986. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/api_key +1 -0
  1987. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/dependencies +0 -0
  1988. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/downloads.yaml +91 -0
  1989. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/fire_web_hook +1 -0
  1990. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/gems-0.0.8.gem +0 -0
  1991. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/gems.yaml +1072 -0
  1992. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/just_updated.yaml +1376 -0
  1993. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/latest.yaml +1098 -0
  1994. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/most_downloaded.yaml +20 -0
  1995. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/most_downloaded_today.yaml +1053 -0
  1996. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/owners.yaml +2 -0
  1997. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/push +1 -0
  1998. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/rails.yaml +33 -0
  1999. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/rails_admin-0.0.0.yaml +3 -0
  2000. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/remove_owner +1 -0
  2001. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/remove_web_hook +1 -0
  2002. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/reverse_dependencies_short.yaml +70 -0
  2003. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/script_helpers.yaml +17 -0
  2004. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/search.yaml +898 -0
  2005. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/total_downloads.yaml +2 -0
  2006. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/unyank +1 -0
  2007. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/web_hooks.yaml +4 -0
  2008. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/fixtures/yank +1 -0
  2009. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/gems/client_spec.rb +432 -0
  2010. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/gems/request_spec.rb +31 -0
  2011. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/gems_spec.rb +73 -0
  2012. data/vendor/jruby/2.3.0/gems/gems-0.8.3/spec/helper.rb +64 -0
  2013. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/Gemfile +6 -0
  2014. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/LICENSE +19 -0
  2015. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/README.md +207 -0
  2016. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/Rakefile +13 -0
  2017. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/changelog.md +60 -0
  2018. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/hashdiff.gemspec +25 -0
  2019. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/lib/hashdiff.rb +5 -0
  2020. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/lib/hashdiff/diff.rb +220 -0
  2021. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/lib/hashdiff/lcs.rb +69 -0
  2022. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/lib/hashdiff/patch.rb +84 -0
  2023. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/lib/hashdiff/util.rb +132 -0
  2024. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/lib/hashdiff/version.rb +3 -0
  2025. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/spec/hashdiff/best_diff_spec.rb +65 -0
  2026. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/spec/hashdiff/diff_array_spec.rb +60 -0
  2027. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/spec/hashdiff/diff_spec.rb +277 -0
  2028. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/spec/hashdiff/lcs_spec.rb +75 -0
  2029. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/spec/hashdiff/patch_spec.rb +161 -0
  2030. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/spec/hashdiff/util_spec.rb +78 -0
  2031. data/vendor/jruby/2.3.0/gems/hashdiff-0.3.4/spec/spec_helper.rb +13 -0
  2032. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/MIT-LICENSE +20 -0
  2033. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/README.textile +105 -0
  2034. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/ci/Gemfile.no-rails +5 -0
  2035. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/ci/Gemfile.no-rails.lock +14 -0
  2036. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/ci/Gemfile.rails-2.3.x +9 -0
  2037. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/ci/Gemfile.rails-2.3.x.lock +23 -0
  2038. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/ci/Gemfile.rails-3.x +9 -0
  2039. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/ci/Gemfile.rails-3.x.lock +23 -0
  2040. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n.rb +367 -0
  2041. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend.rb +18 -0
  2042. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/base.rb +190 -0
  2043. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/cache.rb +96 -0
  2044. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/cascade.rb +54 -0
  2045. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/chain.rb +83 -0
  2046. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/fallbacks.rb +65 -0
  2047. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/flatten.rb +113 -0
  2048. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/gettext.rb +72 -0
  2049. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/interpolation_compiler.rb +121 -0
  2050. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/key_value.rb +101 -0
  2051. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/memoize.rb +46 -0
  2052. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/metadata.rb +65 -0
  2053. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/pluralization.rb +53 -0
  2054. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/simple.rb +87 -0
  2055. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/backend/transliterator.rb +99 -0
  2056. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/config.rb +121 -0
  2057. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/core_ext/hash.rb +29 -0
  2058. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/core_ext/kernel/surpress_warnings.rb +9 -0
  2059. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/core_ext/string/interpolate.rb +105 -0
  2060. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/exceptions.rb +128 -0
  2061. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/gettext.rb +25 -0
  2062. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/gettext/helpers.rb +64 -0
  2063. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/gettext/po_parser.rb +329 -0
  2064. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/interpolate/ruby.rb +37 -0
  2065. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/locale.rb +6 -0
  2066. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/locale/fallbacks.rb +96 -0
  2067. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/locale/tag.rb +28 -0
  2068. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/locale/tag/parents.rb +22 -0
  2069. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/locale/tag/rfc4646.rb +74 -0
  2070. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/locale/tag/simple.rb +39 -0
  2071. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests.rb +12 -0
  2072. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/basics.rb +59 -0
  2073. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/defaults.rb +40 -0
  2074. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/interpolation.rb +133 -0
  2075. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/link.rb +56 -0
  2076. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/localization.rb +19 -0
  2077. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/localization/date.rb +91 -0
  2078. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/localization/date_time.rb +82 -0
  2079. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/localization/procs.rb +116 -0
  2080. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/localization/time.rb +81 -0
  2081. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/lookup.rb +81 -0
  2082. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/pluralization.rb +35 -0
  2083. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/tests/procs.rb +55 -0
  2084. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/lib/i18n/version.rb +3 -0
  2085. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/all.rb +8 -0
  2086. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/api/all_features_test.rb +58 -0
  2087. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/api/cascade_test.rb +28 -0
  2088. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/api/chain_test.rb +24 -0
  2089. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/api/fallbacks_test.rb +30 -0
  2090. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/api/key_value_test.rb +28 -0
  2091. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/api/memoize_test.rb +60 -0
  2092. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/api/override_test.rb +48 -0
  2093. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/api/pluralization_test.rb +30 -0
  2094. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/api/simple_test.rb +28 -0
  2095. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/cache_test.rb +85 -0
  2096. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/cascade_test.rb +85 -0
  2097. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/chain_test.rb +76 -0
  2098. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/exceptions_test.rb +35 -0
  2099. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/fallbacks_test.rb +125 -0
  2100. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/interpolation_compiler_test.rb +119 -0
  2101. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/key_value_test.rb +46 -0
  2102. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/memoize_test.rb +47 -0
  2103. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/metadata_test.rb +47 -0
  2104. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/pluralization_test.rb +44 -0
  2105. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/simple_test.rb +83 -0
  2106. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/backend/transliterator_test.rb +85 -0
  2107. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/core_ext/hash_test.rb +30 -0
  2108. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/core_ext/string/interpolate_test.rb +99 -0
  2109. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/gettext/api_test.rb +206 -0
  2110. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/gettext/backend_test.rb +101 -0
  2111. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/i18n/exceptions_test.rb +120 -0
  2112. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/i18n/interpolate_test.rb +79 -0
  2113. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/i18n/load_path_test.rb +33 -0
  2114. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/i18n_test.rb +365 -0
  2115. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/locale/fallbacks_test.rb +136 -0
  2116. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/locale/tag/rfc4646_test.rb +142 -0
  2117. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/locale/tag/simple_test.rb +32 -0
  2118. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/run_all.rb +21 -0
  2119. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/test_data/locales/de.po +82 -0
  2120. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/test_data/locales/en.rb +3 -0
  2121. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/test_data/locales/en.yml +3 -0
  2122. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/test_data/locales/invalid/empty.yml +0 -0
  2123. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/test_data/locales/invalid/syntax.yml +4 -0
  2124. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/test_data/locales/plurals.rb +113 -0
  2125. data/vendor/jruby/2.3.0/gems/i18n-0.6.9/test/test_helper.rb +56 -0
  2126. data/vendor/jruby/2.3.0/gems/insist-1.0.0/Gemfile +7 -0
  2127. data/vendor/jruby/2.3.0/gems/insist-1.0.0/Gemfile.lock +25 -0
  2128. data/vendor/jruby/2.3.0/gems/insist-1.0.0/LICENSE +14 -0
  2129. data/vendor/jruby/2.3.0/gems/insist-1.0.0/Makefile +50 -0
  2130. data/vendor/jruby/2.3.0/gems/insist-1.0.0/README.md +57 -0
  2131. data/vendor/jruby/2.3.0/gems/insist-1.0.0/insist.gemspec +20 -0
  2132. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist.rb +81 -0
  2133. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist/assert.rb +10 -0
  2134. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist/comparators.rb +41 -0
  2135. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist/comparators19.rb +23 -0
  2136. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist/enumerables.rb +14 -0
  2137. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist/failure.rb +4 -0
  2138. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist/namespace.rb +1 -0
  2139. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist/nil.rb +7 -0
  2140. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist/predicates.rb +41 -0
  2141. data/vendor/jruby/2.3.0/gems/insist-1.0.0/lib/insist/raises.rb +19 -0
  2142. data/vendor/jruby/2.3.0/gems/insist-1.0.0/notify-failure.sh +15 -0
  2143. data/vendor/jruby/2.3.0/gems/insist-1.0.0/spec/insist/comparators_spec.rb +110 -0
  2144. data/vendor/jruby/2.3.0/gems/insist-1.0.0/spec/insist/enumerables_spec.rb +18 -0
  2145. data/vendor/jruby/2.3.0/gems/insist-1.0.0/spec/insist/nil_spec.rb +16 -0
  2146. data/vendor/jruby/2.3.0/gems/insist-1.0.0/spec/insist/predicates_spec.rb +53 -0
  2147. data/vendor/jruby/2.3.0/gems/insist-1.0.0/spec/insist/reject_spec.rb +18 -0
  2148. data/vendor/jruby/2.3.0/gems/insist-1.0.0/spec/insist_spec.rb +14 -0
  2149. data/vendor/jruby/2.3.0/gems/insist-1.0.0/spec/spec_setup.rb +1 -0
  2150. data/vendor/jruby/2.3.0/gems/insist-1.0.0/test/all.rb +24 -0
  2151. data/vendor/jruby/2.3.0/gems/insist-1.0.0/test/docs.rb +42 -0
  2152. data/vendor/jruby/2.3.0/gems/insist-1.0.0/test/testing.rb +14 -0
  2153. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/MIT-LICENSE +20 -0
  2154. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/Mavenfile +67 -0
  2155. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/Rakefile +33 -0
  2156. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/Readme.md +218 -0
  2157. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/bin/lock_jars +49 -0
  2158. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/jar-dependencies.gemspec +46 -0
  2159. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jar-dependencies.rb +22 -0
  2160. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jar_dependencies.rb +365 -0
  2161. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jar_install_post_install_hook.rb +21 -0
  2162. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jar_installer.rb +1 -0
  2163. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/attach_jars_pom.rb +24 -0
  2164. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/classpath.rb +96 -0
  2165. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/gemspec_artifacts.rb +222 -0
  2166. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/gemspec_pom.rb +5 -0
  2167. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/installer.rb +246 -0
  2168. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/lock.rb +76 -0
  2169. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/lock_down.rb +110 -0
  2170. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/lock_down_pom.rb +27 -0
  2171. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/maven_exec.rb +82 -0
  2172. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/maven_factory.rb +140 -0
  2173. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/maven_settings.rb +142 -0
  2174. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/output_jars_pom.rb +8 -0
  2175. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/post_install_hook.rb +31 -0
  2176. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/settings.xml +20 -0
  2177. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/setup.rb +7 -0
  2178. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/jars/version.rb +5 -0
  2179. data/vendor/jruby/2.3.0/gems/jar-dependencies-0.3.11/lib/rubygems_plugin.rb +21 -0
  2180. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/Gemfile +10 -0
  2181. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/Mavenfile +32 -0
  2182. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/README.md +150 -0
  2183. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/Rakefile +10 -0
  2184. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/alt_bench.rb +46 -0
  2185. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/changelog.md +138 -0
  2186. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/jrjackson.gemspec +32 -0
  2187. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/com/fasterxml/jackson/core/jackson-annotations/2.7.3/jackson-annotations-2.7.3.jar +0 -0
  2188. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.jar +0 -0
  2189. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.jar +0 -0
  2190. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/com/fasterxml/jackson/module/jackson-module-afterburner/2.7.3/jackson-module-afterburner-2.7.3.jar +0 -0
  2191. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/jrjackson.rb +2 -0
  2192. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/jrjackson/build_info.rb +15 -0
  2193. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/jrjackson/jars/jrjackson-1.2.20.jar +0 -0
  2194. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/jrjackson/jrjackson.rb +94 -0
  2195. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/jrjackson_jars.rb +16 -0
  2196. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/lib/require_relative_patch.rb +6 -0
  2197. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/pom.xml +193 -0
  2198. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/profiling/profiled.rb +15 -0
  2199. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/run_all_individual_bench.sh +25 -0
  2200. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/run_jruby_individual_bench.sh +20 -0
  2201. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/run_mri_individual_bench.sh +7 -0
  2202. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/IParseHandler.java +53 -0
  2203. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JavaBigDecimalValueConverter.java +17 -0
  2204. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JavaBigIntValueConverter.java +17 -0
  2205. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JavaConverter.java +10 -0
  2206. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JavaFloatValueConverter.java +16 -0
  2207. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JavaHandler.java +118 -0
  2208. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JavaLongValueConverter.java +16 -0
  2209. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JjParse.java +139 -0
  2210. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JrJacksonBase.java +152 -0
  2211. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JrJacksonJava.java +81 -0
  2212. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JrJacksonRaw.java +108 -0
  2213. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JrJacksonRuby.java +89 -0
  2214. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JrJacksonSaj.java +26 -0
  2215. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JrJacksonSch.java +25 -0
  2216. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JrJacksonService.java +38 -0
  2217. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/JrParse.java +142 -0
  2218. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/ParseError.java +16 -0
  2219. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyAnySerializer.java +279 -0
  2220. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyBigDecimalValueConverter.java +18 -0
  2221. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyBigIntValueConverter.java +21 -0
  2222. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyConverter.java +12 -0
  2223. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyDateFormat.java +34 -0
  2224. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyFloatValueConverter.java +18 -0
  2225. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyHandler.java +119 -0
  2226. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyIntValueConverter.java +18 -0
  2227. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyJacksonModule.java +72 -0
  2228. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyKeyConverter.java +12 -0
  2229. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyNameConverter.java +9 -0
  2230. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyObjectDeserializer.java +182 -0
  2231. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyStringConverter.java +18 -0
  2232. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyStringKeyConverter.java +15 -0
  2233. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyStringNameConverter.java +12 -0
  2234. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubySymbolKeyConverter.java +15 -0
  2235. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubySymbolNameConverter.java +12 -0
  2236. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/RubyUtils.java +149 -0
  2237. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/SajParse.java +169 -0
  2238. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/SchParse.java +209 -0
  2239. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/main/java/com/jrjackson/StreamParse.java +66 -0
  2240. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/src/test/java/com/jrjackson/RubyAnySerializerTest.java +56 -0
  2241. data/vendor/jruby/2.3.0/gems/jrjackson-0.4.2-java/test/jrjackson_test.rb +552 -0
  2242. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jrmonitor.gemspec +25 -0
  2243. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService$1.class +0 -0
  2244. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService$2.class +0 -0
  2245. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService$3.class +0 -0
  2246. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService$4.class +0 -0
  2247. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService.class +0 -0
  2248. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRubyUtils.class +0 -0
  2249. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/HotThreadsMonitor$1.class +0 -0
  2250. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/HotThreadsMonitor$ThreadReport.class +0 -0
  2251. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/HotThreadsMonitor.class +0 -0
  2252. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/MemoryMonitor$Report.class +0 -0
  2253. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/MemoryMonitor$Type.class +0 -0
  2254. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/MemoryMonitor.class +0 -0
  2255. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/ProcessMonitor$Report.class +0 -0
  2256. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/ProcessMonitor.class +0 -0
  2257. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/SystemMonitor$Report.class +0 -0
  2258. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/SystemMonitor.class +0 -0
  2259. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/reports/RubyMemoryReport.class +0 -0
  2260. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/reports/RubyProcessReport.class +0 -0
  2261. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/reports/RubySystemReport.class +0 -0
  2262. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/reports/RubyThreadsReport.class +0 -0
  2263. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/lib/jrmonitor.rb +23 -0
  2264. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/spec/lib/memory_monitor_spec.rb +37 -0
  2265. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/spec/lib/process_monitor_spec.rb +40 -0
  2266. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/spec/lib/system_monitor_spec.rb +27 -0
  2267. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/spec/lib/thread_monitor_spec.rb +105 -0
  2268. data/vendor/jruby/2.3.0/gems/jrmonitor-0.4.2/spec/spec_helper.rb +2 -0
  2269. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/History.md +412 -0
  2270. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/LICENSE.txt +37 -0
  2271. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/README.md +55 -0
  2272. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/Rakefile +67 -0
  2273. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl.jar +0 -0
  2274. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl/load.rb +40 -0
  2275. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl/version.rb +11 -0
  2276. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl.rb +23 -0
  2277. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/bn.rb +25 -0
  2278. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/buffering.rb +241 -0
  2279. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/cipher.rb +28 -0
  2280. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/config.rb +316 -0
  2281. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/digest.rb +32 -0
  2282. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/pkcs7.rb +25 -0
  2283. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/ssl-internal.rb +112 -0
  2284. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/ssl.rb +1 -0
  2285. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/x509-internal.rb +110 -0
  2286. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/x509.rb +1 -0
  2287. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl.rb +22 -0
  2288. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/bn.rb +29 -0
  2289. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/buffering.rb +449 -0
  2290. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/cipher.rb +28 -0
  2291. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/config.rb +472 -0
  2292. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/digest.rb +32 -0
  2293. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/ssl-internal.rb +119 -0
  2294. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/ssl.rb +2 -0
  2295. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/x509-internal.rb +115 -0
  2296. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/x509.rb +2 -0
  2297. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl.rb +22 -0
  2298. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/bn.rb +28 -0
  2299. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/buffering.rb +1 -0
  2300. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/cipher.rb +1 -0
  2301. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/config.rb +1 -0
  2302. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/digest.rb +1 -0
  2303. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/ssl.rb +1 -0
  2304. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/x509.rb +119 -0
  2305. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl.rb +22 -0
  2306. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/bn.rb +39 -0
  2307. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/buffering.rb +456 -0
  2308. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/cipher.rb +28 -0
  2309. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/config.rb +313 -0
  2310. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/digest.rb +54 -0
  2311. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/ssl.rb +330 -0
  2312. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/x509.rb +139 -0
  2313. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl.rb +19 -0
  2314. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/bn.rb +37 -0
  2315. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/buffering.rb +453 -0
  2316. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/cipher.rb +22 -0
  2317. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/config.rb +473 -0
  2318. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/digest.rb +48 -0
  2319. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/pkey.rb +37 -0
  2320. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/ssl.rb +425 -0
  2321. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/x509.rb +133 -0
  2322. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/jruby-openssl.rb +5 -0
  2323. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl.rb +1 -0
  2324. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/bn.rb +11 -0
  2325. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/buffering.rb +11 -0
  2326. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/cipher.rb +11 -0
  2327. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/config.rb +11 -0
  2328. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/digest.rb +11 -0
  2329. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/pkcs12.rb +106 -0
  2330. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/pkcs7.rb +5 -0
  2331. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/pkey.rb +5 -0
  2332. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/ssl-internal.rb +7 -0
  2333. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/ssl.rb +11 -0
  2334. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/x509-internal.rb +7 -0
  2335. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/openssl/x509.rb +11 -0
  2336. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/org/bouncycastle/bcpkix-jdk15on/1.54/bcpkix-jdk15on-1.54.jar +0 -0
  2337. data/vendor/jruby/2.3.0/gems/jruby-openssl-0.9.16-java/lib/org/bouncycastle/bcprov-jdk15on/1.54/bcprov-jdk15on-1.54.jar +0 -0
  2338. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/AUTHORS +1 -0
  2339. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/CONTRIBUTERS +50 -0
  2340. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/COPYING +30 -0
  2341. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/README.md +71 -0
  2342. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/Rakefile +272 -0
  2343. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/VERSION +1 -0
  2344. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/benchmark/benchmark.rb +43 -0
  2345. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/benchmark/benchmark.sh +74 -0
  2346. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/benchmark/generate_data.rb +119 -0
  2347. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/benchmark/mdbasics.text +306 -0
  2348. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/benchmark/mdsyntax.text +888 -0
  2349. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/benchmark/testing.sh +12 -0
  2350. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/benchmark/timing.sh +10 -0
  2351. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/bin/kramdown +69 -0
  2352. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/data/kramdown/document.html +22 -0
  2353. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/data/kramdown/document.latex +50 -0
  2354. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/_design.scss +441 -0
  2355. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/bg.png +0 -0
  2356. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/default.scss +192 -0
  2357. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/default.template +62 -0
  2358. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/documentation.page +84 -0
  2359. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/documentation.template +30 -0
  2360. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/index.page +109 -0
  2361. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/installation.page +86 -0
  2362. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/links.markdown +6 -0
  2363. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/metainfo +3 -0
  2364. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/news.feed +9 -0
  2365. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/news.page +29 -0
  2366. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/options.page +49 -0
  2367. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/quickref.page +599 -0
  2368. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/sidebar.template +19 -0
  2369. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/sitemap.sitemap +5 -0
  2370. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/syntax.page +1791 -0
  2371. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/tests.page +104 -0
  2372. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/doc/virtual +14 -0
  2373. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown.rb +10 -0
  2374. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/compatibility.rb +48 -0
  2375. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter.rb +68 -0
  2376. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/base.rb +267 -0
  2377. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/hash_ast.rb +36 -0
  2378. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/html.rb +471 -0
  2379. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/kramdown.rb +437 -0
  2380. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/latex.rb +613 -0
  2381. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/man.rb +303 -0
  2382. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/math_engine/itex2mml.rb +39 -0
  2383. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/math_engine/mathjax.rb +58 -0
  2384. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/math_engine/mathjaxnode.rb +56 -0
  2385. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/math_engine/ritex.rb +38 -0
  2386. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/pdf.rb +625 -0
  2387. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/remove_html_tags.rb +55 -0
  2388. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/syntax_highlighter.rb +56 -0
  2389. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/syntax_highlighter/coderay.rb +81 -0
  2390. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/syntax_highlighter/minted.rb +35 -0
  2391. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/syntax_highlighter/rouge.rb +59 -0
  2392. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/converter/toc.rb +69 -0
  2393. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/document.rb +144 -0
  2394. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/element.rb +522 -0
  2395. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/error.rb +17 -0
  2396. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/options.rb +627 -0
  2397. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser.rb +27 -0
  2398. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/base.rb +134 -0
  2399. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/gfm.rb +162 -0
  2400. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/html.rb +600 -0
  2401. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown.rb +368 -0
  2402. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/abbreviation.rb +75 -0
  2403. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/autolink.rb +37 -0
  2404. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/blank_line.rb +30 -0
  2405. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/block_boundary.rb +33 -0
  2406. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/blockquote.rb +39 -0
  2407. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/codeblock.rb +58 -0
  2408. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/codespan.rb +44 -0
  2409. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/emphasis.rb +61 -0
  2410. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/eob.rb +26 -0
  2411. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/escaped_chars.rb +25 -0
  2412. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/extensions.rb +203 -0
  2413. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/footnote.rb +63 -0
  2414. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/header.rb +59 -0
  2415. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/horizontal_rule.rb +27 -0
  2416. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/html.rb +163 -0
  2417. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/html_entity.rb +33 -0
  2418. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/line_break.rb +25 -0
  2419. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/link.rb +143 -0
  2420. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/list.rb +255 -0
  2421. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/math.rb +54 -0
  2422. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/paragraph.rb +55 -0
  2423. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/smart_quotes.rb +174 -0
  2424. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/table.rb +173 -0
  2425. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/kramdown/typographic_symbol.rb +44 -0
  2426. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/parser/markdown.rb +56 -0
  2427. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/utils.rb +58 -0
  2428. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/utils/configurable.rb +44 -0
  2429. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/utils/entities.rb +347 -0
  2430. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/utils/html.rb +77 -0
  2431. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/utils/ordered_hash.rb +92 -0
  2432. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/utils/string_scanner.rb +82 -0
  2433. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/utils/unidecoder.rb +48 -0
  2434. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/lib/kramdown/version.rb +15 -0
  2435. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/man/man1/kramdown.1 +368 -0
  2436. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/setup.rb +1585 -0
  2437. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/run_tests.rb +46 -0
  2438. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/test_files.rb +410 -0
  2439. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/test_location.rb +229 -0
  2440. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/test_string_scanner_kramdown.rb +30 -0
  2441. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/01_blank_line/spaces.html +1 -0
  2442. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/01_blank_line/spaces.text +3 -0
  2443. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/01_blank_line/tabs.html +1 -0
  2444. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/01_blank_line/tabs.text +6 -0
  2445. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/02_eob/beginning.html +1 -0
  2446. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/02_eob/beginning.text +3 -0
  2447. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/02_eob/end.html +1 -0
  2448. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/02_eob/end.text +3 -0
  2449. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/02_eob/middle.html +1 -0
  2450. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/02_eob/middle.text +5 -0
  2451. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/03_paragraph/indented.html +18 -0
  2452. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/03_paragraph/indented.html.gfm +18 -0
  2453. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/03_paragraph/indented.text +19 -0
  2454. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/03_paragraph/no_newline_at_end.html +5 -0
  2455. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/03_paragraph/no_newline_at_end.text +5 -0
  2456. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/03_paragraph/one_para.html +1 -0
  2457. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/03_paragraph/one_para.text +1 -0
  2458. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/03_paragraph/two_para.html +4 -0
  2459. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/03_paragraph/two_para.text +4 -0
  2460. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/atx_header.html +51 -0
  2461. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/atx_header.text +48 -0
  2462. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/atx_header_no_newline_at_end.html +1 -0
  2463. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/atx_header_no_newline_at_end.text +1 -0
  2464. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/header_type_offset.html +11 -0
  2465. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/header_type_offset.kramdown +12 -0
  2466. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/header_type_offset.latex +12 -0
  2467. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/header_type_offset.options +2 -0
  2468. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/header_type_offset.text +13 -0
  2469. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/setext_header.html +32 -0
  2470. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/setext_header.text +39 -0
  2471. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/setext_header_no_newline_at_end.html +1 -0
  2472. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/setext_header_no_newline_at_end.text +2 -0
  2473. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/with_auto_id_prefix.html +3 -0
  2474. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/with_auto_id_prefix.options +2 -0
  2475. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/with_auto_id_prefix.text +3 -0
  2476. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/with_auto_id_stripping.html +1 -0
  2477. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/with_auto_id_stripping.options +1 -0
  2478. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/with_auto_id_stripping.text +1 -0
  2479. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/with_auto_ids.html +21 -0
  2480. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/with_auto_ids.options +2 -0
  2481. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/04_header/with_auto_ids.text +24 -0
  2482. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/indented.html +25 -0
  2483. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/indented.text +14 -0
  2484. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/lazy.html +34 -0
  2485. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/lazy.text +20 -0
  2486. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/nested.html +10 -0
  2487. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/nested.text +6 -0
  2488. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/no_newline_at_end.html +4 -0
  2489. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/no_newline_at_end.text +2 -0
  2490. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/very_long_line.html +3 -0
  2491. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/very_long_line.text +1 -0
  2492. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/with_code_blocks.html +15 -0
  2493. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/05_blockquote/with_code_blocks.text +11 -0
  2494. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/disable-highlighting.html +4 -0
  2495. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/disable-highlighting.options +1 -0
  2496. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/disable-highlighting.text +4 -0
  2497. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/error.html +4 -0
  2498. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/error.text +4 -0
  2499. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting-minted-with-opts.latex +9 -0
  2500. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting-minted-with-opts.options +4 -0
  2501. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting-minted-with-opts.text +5 -0
  2502. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting-minted.latex +8 -0
  2503. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting-minted.options +3 -0
  2504. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting-minted.text +4 -0
  2505. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting-opts.html +6 -0
  2506. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting-opts.options +7 -0
  2507. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting-opts.text +4 -0
  2508. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting.html +6 -0
  2509. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting.options +5 -0
  2510. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/highlighting.text +4 -0
  2511. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/issue_gh45.html +164 -0
  2512. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/issue_gh45.test +188 -0
  2513. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/lazy.html +4 -0
  2514. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/lazy.text +5 -0
  2515. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/no_newline_at_end.html +2 -0
  2516. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/no_newline_at_end.text +1 -0
  2517. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/no_newline_at_end_1.html +2 -0
  2518. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/no_newline_at_end_1.text +2 -0
  2519. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/normal.html +13 -0
  2520. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/normal.text +10 -0
  2521. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/rouge/disabled.html +2 -0
  2522. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/rouge/disabled.options +4 -0
  2523. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/rouge/disabled.text +1 -0
  2524. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/rouge/multiple.html +11 -0
  2525. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/rouge/multiple.options +4 -0
  2526. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/rouge/multiple.text +11 -0
  2527. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/rouge/simple.html +10 -0
  2528. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/rouge/simple.options +3 -0
  2529. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/rouge/simple.text +9 -0
  2530. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/tilde_syntax.html +7 -0
  2531. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/tilde_syntax.text +9 -0
  2532. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/whitespace.html +3 -0
  2533. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/whitespace.text +3 -0
  2534. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_blank_line.html +13 -0
  2535. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_blank_line.text +12 -0
  2536. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_eob_marker.html +6 -0
  2537. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_eob_marker.text +5 -0
  2538. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_ial.html +6 -0
  2539. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_ial.text +5 -0
  2540. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_lang_in_fenced_block.html +24 -0
  2541. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_lang_in_fenced_block.options +2 -0
  2542. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_lang_in_fenced_block.text +33 -0
  2543. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.html +8 -0
  2544. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.options +2 -0
  2545. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.text +11 -0
  2546. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.html +3 -0
  2547. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.options +2 -0
  2548. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.text +4 -0
  2549. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/07_horizontal_rule/error.html +7 -0
  2550. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/07_horizontal_rule/error.html.19 +7 -0
  2551. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/07_horizontal_rule/error.text +7 -0
  2552. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/07_horizontal_rule/normal.html +19 -0
  2553. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/07_horizontal_rule/normal.text +20 -0
  2554. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/07_horizontal_rule/sepspaces.html +3 -0
  2555. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/07_horizontal_rule/sepspaces.text +3 -0
  2556. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/07_horizontal_rule/septabs.html +3 -0
  2557. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/07_horizontal_rule/septabs.text +3 -0
  2558. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/escaping.html +17 -0
  2559. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/escaping.text +17 -0
  2560. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/item_ial.html +10 -0
  2561. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/item_ial.text +8 -0
  2562. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/lazy.html +39 -0
  2563. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/lazy.text +29 -0
  2564. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/lazy_and_nested.html +9 -0
  2565. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/lazy_and_nested.text +4 -0
  2566. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/list_and_hr.html +9 -0
  2567. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/list_and_hr.text +5 -0
  2568. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/list_and_others.html +40 -0
  2569. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/list_and_others.text +26 -0
  2570. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/mixed.html +117 -0
  2571. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/mixed.text +66 -0
  2572. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/nested.html +17 -0
  2573. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/nested.text +7 -0
  2574. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/other_first_element.html +39 -0
  2575. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/other_first_element.text +18 -0
  2576. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/simple_ol.html +19 -0
  2577. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/simple_ol.text +13 -0
  2578. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/simple_ul.html +48 -0
  2579. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/simple_ul.text +36 -0
  2580. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/single_item.html +3 -0
  2581. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/single_item.text +1 -0
  2582. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/special_cases.html +62 -0
  2583. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/08_list/special_cases.text +40 -0
  2584. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/comment.html +18 -0
  2585. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/comment.text +15 -0
  2586. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/content_model/deflists.html +6 -0
  2587. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/content_model/deflists.options +1 -0
  2588. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/content_model/deflists.text +6 -0
  2589. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/content_model/tables.html +14 -0
  2590. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/content_model/tables.options +1 -0
  2591. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/content_model/tables.text +14 -0
  2592. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html5_attributes.html +13 -0
  2593. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html5_attributes.text +13 -0
  2594. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_after_block.html +7 -0
  2595. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_after_block.text +5 -0
  2596. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_and_codeblocks.html +15 -0
  2597. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_and_codeblocks.options +1 -0
  2598. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_and_codeblocks.text +13 -0
  2599. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_and_headers.html +5 -0
  2600. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_and_headers.text +6 -0
  2601. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/code.html +10 -0
  2602. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/code.text +9 -0
  2603. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/comment.html +7 -0
  2604. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/comment.text +8 -0
  2605. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/emphasis.html +6 -0
  2606. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/emphasis.text +6 -0
  2607. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/entity.html +1 -0
  2608. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/entity.text +1 -0
  2609. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/header.html +6 -0
  2610. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/header.options +2 -0
  2611. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/header.text +6 -0
  2612. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/list_dl.html +8 -0
  2613. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/list_dl.text +8 -0
  2614. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/list_ol.html +15 -0
  2615. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/list_ol.text +17 -0
  2616. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/list_ul.html +19 -0
  2617. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/list_ul.text +22 -0
  2618. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/options +1 -0
  2619. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/paragraph.html +3 -0
  2620. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/paragraph.text +4 -0
  2621. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/table_normal.html +12 -0
  2622. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/table_normal.text +12 -0
  2623. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/table_simple.html +61 -0
  2624. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/table_simple.text +71 -0
  2625. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/typography.html +1 -0
  2626. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/typography.html.19 +1 -0
  2627. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/html_to_native/typography.text +1 -0
  2628. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/invalid_html_1.html +5 -0
  2629. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/invalid_html_1.text +5 -0
  2630. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/invalid_html_2.html +5 -0
  2631. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/invalid_html_2.text +5 -0
  2632. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/markdown_attr.html +38 -0
  2633. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/markdown_attr.text +38 -0
  2634. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/not_parsed.html +24 -0
  2635. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/not_parsed.text +24 -0
  2636. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_as_raw.html +35 -0
  2637. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_as_raw.htmlinput +34 -0
  2638. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_as_raw.options +1 -0
  2639. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_as_raw.text +33 -0
  2640. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_as_span.html +12 -0
  2641. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_as_span.htmlinput +12 -0
  2642. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_as_span.options +1 -0
  2643. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_as_span.text +9 -0
  2644. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_block_html.html +21 -0
  2645. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_block_html.options +1 -0
  2646. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/parse_block_html.text +17 -0
  2647. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/processing_instruction.html +13 -0
  2648. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/processing_instruction.text +12 -0
  2649. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/simple.html +60 -0
  2650. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/simple.html.19 +60 -0
  2651. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/simple.options +1 -0
  2652. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/simple.text +55 -0
  2653. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/textarea.html +8 -0
  2654. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/textarea.text +8 -0
  2655. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/xml.html +8 -0
  2656. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/09_html/xml.text +7 -0
  2657. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/10_ald/simple.html +2 -0
  2658. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/10_ald/simple.text +8 -0
  2659. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/11_ial/auto_id_and_ial.html +1 -0
  2660. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/11_ial/auto_id_and_ial.options +1 -0
  2661. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/11_ial/auto_id_and_ial.text +2 -0
  2662. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/11_ial/nested.html +11 -0
  2663. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/11_ial/nested.text +15 -0
  2664. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/11_ial/simple.html +29 -0
  2665. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/11_ial/simple.text +41 -0
  2666. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/comment.html +8 -0
  2667. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/comment.text +12 -0
  2668. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/ignored.html +8 -0
  2669. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/ignored.text +8 -0
  2670. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/nomarkdown.html +10 -0
  2671. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/nomarkdown.kramdown +20 -0
  2672. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/nomarkdown.latex +13 -0
  2673. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/nomarkdown.text +21 -0
  2674. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/options.html +21 -0
  2675. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/options.text +21 -0
  2676. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/options2.html +10 -0
  2677. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/options2.text +5 -0
  2678. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/options3.html +7 -0
  2679. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/12_extension/options3.text +7 -0
  2680. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/auto_ids.html +15 -0
  2681. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/auto_ids.text +18 -0
  2682. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/definition_at_beginning.html +1 -0
  2683. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/definition_at_beginning.text +1 -0
  2684. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/deflist_ial.html +4 -0
  2685. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/deflist_ial.text +4 -0
  2686. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/item_ial.html +17 -0
  2687. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/item_ial.text +16 -0
  2688. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/multiple_terms.html +13 -0
  2689. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/multiple_terms.text +10 -0
  2690. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/no_def_list.html +2 -0
  2691. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/no_def_list.text +2 -0
  2692. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/para_wrapping.html +10 -0
  2693. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/para_wrapping.text +6 -0
  2694. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/separated_by_eob.html +8 -0
  2695. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/separated_by_eob.text +5 -0
  2696. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/simple.html +10 -0
  2697. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/simple.text +10 -0
  2698. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/styled_terms.html +4 -0
  2699. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/styled_terms.text +2 -0
  2700. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/too_much_space.html +3 -0
  2701. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/too_much_space.text +4 -0
  2702. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/with_blocks.html +38 -0
  2703. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/13_definition_list/with_blocks.text +24 -0
  2704. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/errors.html +12 -0
  2705. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/errors.text +13 -0
  2706. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/escaping.html +52 -0
  2707. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/escaping.text +19 -0
  2708. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/footer.html +65 -0
  2709. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/footer.text +25 -0
  2710. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/header.html +117 -0
  2711. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/header.text +39 -0
  2712. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/no_table.html +3 -0
  2713. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/no_table.text +3 -0
  2714. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/simple.html +177 -0
  2715. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/simple.html.19 +177 -0
  2716. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/simple.text +49 -0
  2717. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/table_with_footnote.html +25 -0
  2718. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/table_with_footnote.latex +11 -0
  2719. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/14_table/table_with_footnote.text +6 -0
  2720. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/gh_128.html +2 -0
  2721. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/gh_128.text +1 -0
  2722. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/itex2mml.html +1 -0
  2723. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/itex2mml.options +1 -0
  2724. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/itex2mml.text +1 -0
  2725. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjax_preview.html +4 -0
  2726. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjax_preview.options +2 -0
  2727. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjax_preview.text +5 -0
  2728. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjax_preview_as_code.html +4 -0
  2729. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjax_preview_as_code.options +3 -0
  2730. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjax_preview_as_code.text +5 -0
  2731. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjax_preview_simple.html +4 -0
  2732. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjax_preview_simple.options +2 -0
  2733. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjax_preview_simple.text +5 -0
  2734. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjaxnode.html.19 +27 -0
  2735. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjaxnode.options +1 -0
  2736. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjaxnode.text +1 -0
  2737. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjaxnode_notexhints.html.19 +23 -0
  2738. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjaxnode_notexhints.options +3 -0
  2739. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjaxnode_notexhints.text +1 -0
  2740. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjaxnode_semantics.html.19 +32 -0
  2741. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjaxnode_semantics.options +3 -0
  2742. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/mathjaxnode_semantics.text +1 -0
  2743. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/no_engine.html +3 -0
  2744. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/no_engine.options +1 -0
  2745. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/no_engine.text +2 -0
  2746. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/normal.html +29 -0
  2747. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/normal.text +30 -0
  2748. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/ritex.html +1 -0
  2749. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/ritex.options +1 -0
  2750. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/15_math/ritex.text +1 -0
  2751. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/no_toc.html +14 -0
  2752. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/no_toc.text +16 -0
  2753. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/toc_exclude.html +35 -0
  2754. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/toc_exclude.options +1 -0
  2755. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/toc_exclude.text +19 -0
  2756. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/toc_levels.html +24 -0
  2757. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/toc_levels.options +2 -0
  2758. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/toc_levels.text +16 -0
  2759. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/toc_with_footnotes.html +13 -0
  2760. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/toc_with_footnotes.options +1 -0
  2761. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/block/16_toc/toc_with_footnotes.text +6 -0
  2762. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/encoding.html +46 -0
  2763. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/encoding.text +28 -0
  2764. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/example.man +123 -0
  2765. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/example.text +85 -0
  2766. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name-dash-description.man +4 -0
  2767. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name-dash-description.text +1 -0
  2768. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name-description.man +4 -0
  2769. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name-description.text +2 -0
  2770. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name-section-description.man +4 -0
  2771. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name-section-description.text +1 -0
  2772. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name-section.man +2 -0
  2773. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name-section.text +1 -0
  2774. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name.man +2 -0
  2775. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/heading-name.text +1 -0
  2776. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/sections.man +4 -0
  2777. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/sections.text +11 -0
  2778. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/text-escaping.man +8 -0
  2779. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/man/text-escaping.text +7 -0
  2780. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/empty.html +5 -0
  2781. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/empty.text +5 -0
  2782. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/empty_title.htmlinput +3 -0
  2783. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/empty_title.text +7 -0
  2784. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/image_in_a.html +5 -0
  2785. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/image_in_a.text +5 -0
  2786. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/imagelinks.html +15 -0
  2787. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/imagelinks.text +18 -0
  2788. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/inline.html +46 -0
  2789. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/inline.html.19 +46 -0
  2790. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/inline.text +48 -0
  2791. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/link_defs.html +9 -0
  2792. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/link_defs.text +27 -0
  2793. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/link_defs_with_ial.html +4 -0
  2794. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/link_defs_with_ial.text +16 -0
  2795. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/links_with_angle_brackets.html +3 -0
  2796. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/links_with_angle_brackets.text +3 -0
  2797. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/reference.html +37 -0
  2798. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/reference.html.19 +37 -0
  2799. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/reference.options +3 -0
  2800. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/01_link/reference.text +53 -0
  2801. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/02_emphasis/empty.html +3 -0
  2802. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/02_emphasis/empty.text +3 -0
  2803. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/02_emphasis/errors.html +9 -0
  2804. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/02_emphasis/errors.text +9 -0
  2805. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/02_emphasis/nesting.html +41 -0
  2806. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/02_emphasis/nesting.text +36 -0
  2807. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/02_emphasis/normal.html +61 -0
  2808. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/02_emphasis/normal.options +1 -0
  2809. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/02_emphasis/normal.text +59 -0
  2810. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/empty.html +5 -0
  2811. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/empty.text +5 -0
  2812. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/errors.html +1 -0
  2813. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/errors.text +1 -0
  2814. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/highlighting-minted.latex +2 -0
  2815. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/highlighting-minted.options +1 -0
  2816. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/highlighting-minted.text +1 -0
  2817. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/highlighting.html +1 -0
  2818. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/highlighting.text +1 -0
  2819. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/normal.html +16 -0
  2820. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/normal.text +16 -0
  2821. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/rouge/disabled.html +1 -0
  2822. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/rouge/disabled.options +4 -0
  2823. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/rouge/disabled.text +1 -0
  2824. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/rouge/simple.html +1 -0
  2825. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/rouge/simple.options +1 -0
  2826. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/03_codespan/rouge/simple.text +1 -0
  2827. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/backlink_text.html +9 -0
  2828. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/backlink_text.options +1 -0
  2829. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/backlink_text.text +3 -0
  2830. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/definitions.html +17 -0
  2831. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/definitions.latex +17 -0
  2832. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/definitions.text +24 -0
  2833. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/footnote_nr.html +12 -0
  2834. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/footnote_nr.latex +2 -0
  2835. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/footnote_nr.options +1 -0
  2836. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/footnote_nr.text +4 -0
  2837. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/inside_footnote.html +17 -0
  2838. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/inside_footnote.text +9 -0
  2839. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/markers.html +46 -0
  2840. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/markers.latex +23 -0
  2841. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/markers.text +27 -0
  2842. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/placement.html +11 -0
  2843. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/placement.text +8 -0
  2844. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/regexp_problem.html +14 -0
  2845. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/regexp_problem.text +52 -0
  2846. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/without_backlink.html +9 -0
  2847. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/without_backlink.options +1 -0
  2848. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/04_footnote/without_backlink.text +3 -0
  2849. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/across_lines.html +1 -0
  2850. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/across_lines.text +2 -0
  2851. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/button.html +7 -0
  2852. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/button.text +7 -0
  2853. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/invalid.html +1 -0
  2854. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/invalid.text +1 -0
  2855. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/link_with_mailto.html +1 -0
  2856. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/link_with_mailto.text +1 -0
  2857. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/mark_element.html +3 -0
  2858. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/mark_element.text +3 -0
  2859. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/markdown_attr.html +6 -0
  2860. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/markdown_attr.text +6 -0
  2861. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/normal.html +43 -0
  2862. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/normal.text +43 -0
  2863. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/raw_span_elements.html +2 -0
  2864. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/raw_span_elements.text +2 -0
  2865. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/xml.html +5 -0
  2866. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/05_html/xml.text +5 -0
  2867. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/abbreviations/abbrev.html +21 -0
  2868. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/abbreviations/abbrev.text +34 -0
  2869. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/abbreviations/abbrev_defs.html +2 -0
  2870. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/abbreviations/abbrev_defs.text +5 -0
  2871. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/autolinks/url_links.html +15 -0
  2872. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/autolinks/url_links.text +16 -0
  2873. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/escaped_chars/normal.html +47 -0
  2874. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/escaped_chars/normal.text +47 -0
  2875. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/extension/comment.html +6 -0
  2876. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/extension/comment.text +6 -0
  2877. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/extension/ignored.html +1 -0
  2878. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/extension/ignored.text +1 -0
  2879. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/extension/nomarkdown.html +1 -0
  2880. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/extension/nomarkdown.text +1 -0
  2881. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/extension/options.html +1 -0
  2882. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/extension/options.text +1 -0
  2883. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/ial/simple.html +6 -0
  2884. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/ial/simple.text +6 -0
  2885. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/line_breaks/normal.html +11 -0
  2886. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/line_breaks/normal.latex +12 -0
  2887. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/line_breaks/normal.text +11 -0
  2888. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/itex2mml.html +1 -0
  2889. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/itex2mml.options +1 -0
  2890. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/itex2mml.text +1 -0
  2891. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/mathjaxnode.html.19 +27 -0
  2892. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/mathjaxnode.options +1 -0
  2893. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/mathjaxnode.text +1 -0
  2894. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/no_engine.html +1 -0
  2895. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/no_engine.options +1 -0
  2896. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/no_engine.text +1 -0
  2897. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/normal.html +10 -0
  2898. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/normal.text +10 -0
  2899. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/ritex.html +1 -0
  2900. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/ritex.options +1 -0
  2901. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/math/ritex.text +1 -0
  2902. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities.html +6 -0
  2903. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities.options +1 -0
  2904. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities.text +6 -0
  2905. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_as_char.html +1 -0
  2906. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_as_char.html.19 +1 -0
  2907. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_as_char.options +2 -0
  2908. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_as_char.text +1 -0
  2909. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_as_input.html +1 -0
  2910. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_as_input.options +1 -0
  2911. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_as_input.text +1 -0
  2912. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_numeric.html +1 -0
  2913. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_numeric.options +1 -0
  2914. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_numeric.text +1 -0
  2915. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_symbolic.html +1 -0
  2916. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_symbolic.options +1 -0
  2917. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/entities_symbolic.text +1 -0
  2918. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/greaterthan.html +1 -0
  2919. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/greaterthan.text +1 -0
  2920. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/lowerthan.html +1 -0
  2921. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/lowerthan.text +1 -0
  2922. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/typography.html +40 -0
  2923. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/typography.options +1 -0
  2924. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases/span/text_substitutions/typography.text +40 -0
  2925. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/atx_header.html +3 -0
  2926. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/atx_header.text +3 -0
  2927. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/backticks_disable_highlighting.html +2 -0
  2928. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/backticks_disable_highlighting.options +1 -0
  2929. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/backticks_disable_highlighting.text +3 -0
  2930. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/backticks_syntax.html +20 -0
  2931. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/backticks_syntax.text +19 -0
  2932. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/codeblock_fenced.html +20 -0
  2933. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/codeblock_fenced.options +1 -0
  2934. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/codeblock_fenced.text +21 -0
  2935. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/hard_line_breaks.html +3 -0
  2936. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/hard_line_breaks.text +3 -0
  2937. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/hard_line_breaks_off.html +2 -0
  2938. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/hard_line_breaks_off.options +1 -0
  2939. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/hard_line_breaks_off.text +2 -0
  2940. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/header_ids.html +27 -0
  2941. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/header_ids.html.19 +27 -0
  2942. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/header_ids.options +1 -0
  2943. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/header_ids.text +27 -0
  2944. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/header_ids_with_prefix.html +3 -0
  2945. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/header_ids_with_prefix.options +2 -0
  2946. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/header_ids_with_prefix.text +3 -0
  2947. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/paragraph_end-disabled.html +31 -0
  2948. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/paragraph_end-disabled.options +1 -0
  2949. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/paragraph_end-disabled.text +27 -0
  2950. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/paragraph_end.html +38 -0
  2951. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/paragraph_end.text +27 -0
  2952. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/strikethrough.html +27 -0
  2953. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/strikethrough.html.19 +27 -0
  2954. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/strikethrough.text +27 -0
  2955. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/two_para_hard_line_breaks.html +4 -0
  2956. data/vendor/jruby/2.3.0/gems/kramdown-1.13.2/test/testcases_gfm/two_para_hard_line_breaks.text +4 -0
  2957. data/vendor/jruby/2.3.0/gems/logstash-codec-plain-3.0.2/CHANGELOG.md +16 -0
  2958. data/vendor/jruby/2.3.0/gems/logstash-codec-plain-3.0.2/CONTRIBUTORS +16 -0
  2959. data/vendor/jruby/2.3.0/gems/logstash-codec-plain-3.0.2/Gemfile +4 -0
  2960. data/vendor/jruby/2.3.0/gems/logstash-codec-plain-3.0.2/LICENSE +13 -0
  2961. data/vendor/jruby/2.3.0/gems/logstash-codec-plain-3.0.2/NOTICE.TXT +5 -0
  2962. data/vendor/jruby/2.3.0/gems/logstash-codec-plain-3.0.2/README.md +98 -0
  2963. data/vendor/jruby/2.3.0/gems/logstash-codec-plain-3.0.2/lib/logstash/codecs/plain.rb +47 -0
  2964. data/vendor/jruby/2.3.0/gems/logstash-codec-plain-3.0.2/logstash-codec-plain.gemspec +27 -0
  2965. data/vendor/jruby/2.3.0/gems/logstash-codec-plain-3.0.2/spec/codecs/plain_spec.rb +106 -0
  2966. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/gemspec_jars.rb +8 -0
  2967. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.jar +0 -0
  2968. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.jar +0 -0
  2969. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.jar +0 -0
  2970. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash-core.rb +1 -0
  2971. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash-core/logstash-core.jar +0 -0
  2972. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash-core/logstash-core.rb +25 -0
  2973. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash-core/version.rb +8 -0
  2974. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash-core_jars.rb +18 -0
  2975. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/agent.rb +383 -0
  2976. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/app_helpers.rb +74 -0
  2977. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/command_factory.rb +38 -0
  2978. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/commands/base.rb +27 -0
  2979. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/commands/default_metadata.rb +30 -0
  2980. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/commands/hot_threads_reporter.rb +58 -0
  2981. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/commands/node.rb +63 -0
  2982. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/commands/stats.rb +119 -0
  2983. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/commands/system/basicinfo_command.rb +20 -0
  2984. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/commands/system/plugins_command.rb +35 -0
  2985. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/errors.rb +28 -0
  2986. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/modules/base.rb +47 -0
  2987. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/modules/logging.rb +52 -0
  2988. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/modules/node.rb +36 -0
  2989. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/modules/node_stats.rb +53 -0
  2990. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/modules/plugins.rb +15 -0
  2991. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/modules/root.rb +13 -0
  2992. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/modules/stats.rb +42 -0
  2993. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/rack_app.rb +113 -0
  2994. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/api/service.rb +34 -0
  2995. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/build.rb +6 -0
  2996. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/codecs/base.rb +83 -0
  2997. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/config/config_ast.rb +563 -0
  2998. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/config/cpu_core_strategy.rb +32 -0
  2999. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/config/defaults.rb +20 -0
  3000. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/config/file.rb +37 -0
  3001. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/config/grammar.rb +3503 -0
  3002. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/config/loader.rb +107 -0
  3003. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/config/mixin.rb +593 -0
  3004. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/environment.rb +161 -0
  3005. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/errors.rb +12 -0
  3006. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/event_dispatcher.rb +40 -0
  3007. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/filter_delegator.rb +67 -0
  3008. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/filters/base.rb +224 -0
  3009. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/inputs/base.rb +122 -0
  3010. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/inputs/threadable.rb +18 -0
  3011. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/collector.rb +67 -0
  3012. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/metric.rb +103 -0
  3013. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/metric_store.rb +322 -0
  3014. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/metric_type.rb +24 -0
  3015. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/metric_type/base.rb +31 -0
  3016. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/metric_type/counter.rb +29 -0
  3017. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/metric_type/gauge.rb +22 -0
  3018. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/metric_type/mean.rb +33 -0
  3019. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/namespaced_metric.rb +54 -0
  3020. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/namespaced_null_metric.rb +54 -0
  3021. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/null_metric.rb +60 -0
  3022. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/periodic_poller/base.rb +75 -0
  3023. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/periodic_poller/cgroup.rb +137 -0
  3024. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/periodic_poller/jvm.rb +192 -0
  3025. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/periodic_poller/load_average.rb +47 -0
  3026. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/periodic_poller/os.rb +34 -0
  3027. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/periodic_poller/pq.rb +20 -0
  3028. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/periodic_pollers.rb +28 -0
  3029. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/instrument/snapshot.rb +15 -0
  3030. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/java_integration.rb +116 -0
  3031. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/json.rb +60 -0
  3032. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/logging.rb +3 -0
  3033. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/logging/json.rb +21 -0
  3034. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/logging/logger.rb +127 -0
  3035. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/namespace.rb +14 -0
  3036. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/output_delegator.rb +51 -0
  3037. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/output_delegator_strategies/legacy.rb +30 -0
  3038. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/output_delegator_strategies/shared.rb +21 -0
  3039. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/output_delegator_strategies/single.rb +24 -0
  3040. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/output_delegator_strategy_registry.rb +36 -0
  3041. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/outputs/base.rb +113 -0
  3042. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/patches.rb +6 -0
  3043. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/patches/bugfix_jruby_2558.rb +51 -0
  3044. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/patches/cabin.rb +35 -0
  3045. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/patches/clamp.rb +96 -0
  3046. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/patches/exception_to_json.rb +5 -0
  3047. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/patches/profile_require_calls.rb +47 -0
  3048. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/patches/puma.rb +44 -0
  3049. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/patches/rubygems.rb +38 -0
  3050. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/patches/stronger_openssl_defaults.rb +68 -0
  3051. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/pipeline.rb +594 -0
  3052. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/pipeline_reporter.rb +109 -0
  3053. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/plugin.rb +131 -0
  3054. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/plugins/hooks_registry.rb +57 -0
  3055. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/plugins/registry.rb +248 -0
  3056. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/program.rb +14 -0
  3057. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/runner.rb +430 -0
  3058. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/settings.rb +523 -0
  3059. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/shutdown_watcher.rb +94 -0
  3060. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/universal_plugin.rb +13 -0
  3061. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util.rb +212 -0
  3062. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/buftok.rb +139 -0
  3063. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/byte_value.rb +60 -0
  3064. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/charset.rb +35 -0
  3065. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/decorators.rb +55 -0
  3066. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/duration_formatter.rb +15 -0
  3067. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/filetools.rb +186 -0
  3068. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/java_version.rb +50 -0
  3069. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/loggable.rb +31 -0
  3070. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/password.rb +25 -0
  3071. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/plugin_version.rb +56 -0
  3072. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/prctl.rb +10 -0
  3073. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/retryable.rb +40 -0
  3074. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/safe_uri.rb +56 -0
  3075. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/socket_peer.rb +7 -0
  3076. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/thread_dump.rb +55 -0
  3077. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/time_value.rb +70 -0
  3078. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/unicode_trimmer.rb +81 -0
  3079. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/worker_threads_default_printer.rb +29 -0
  3080. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/wrapped_acked_queue.rb +358 -0
  3081. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/util/wrapped_synchronous_queue.rb +287 -0
  3082. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/version.rb +14 -0
  3083. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/logstash/webserver.rb +103 -0
  3084. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/org/apache/logging/log4j/log4j-api/2.6.2/log4j-api-2.6.2.jar +0 -0
  3085. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/lib/org/apache/logging/log4j/log4j-core/2.6.2/log4j-core-2.6.2.jar +0 -0
  3086. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/locales/en.yml +266 -0
  3087. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/logstash-core.gemspec +58 -0
  3088. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/api/logging_spec.rb +41 -0
  3089. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/api/node_plugins_spec.rb +33 -0
  3090. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/api/node_spec.rb +151 -0
  3091. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/api/node_stats_spec.rb +91 -0
  3092. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/api/plugins_spec.rb +53 -0
  3093. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/api/root_spec.rb +18 -0
  3094. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/api/support/resource_dsl_methods.rb +87 -0
  3095. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/commands/stats.rb +47 -0
  3096. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/errors_spec.rb +27 -0
  3097. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/lib/rack_app_spec.rb +90 -0
  3098. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/api/spec_helper.rb +111 -0
  3099. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/conditionals_spec.rb +441 -0
  3100. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/agent_spec.rb +590 -0
  3101. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/codecs/base_spec.rb +74 -0
  3102. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/config/config_ast_spec.rb +224 -0
  3103. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/config/cpu_core_strategy_spec.rb +123 -0
  3104. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/config/defaults_spec.rb +10 -0
  3105. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/config/loader_spec.rb +38 -0
  3106. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/config/mixin_spec.rb +421 -0
  3107. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/environment_spec.rb +94 -0
  3108. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/event_dispatcher_spec.rb +76 -0
  3109. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/filter_delegator_spec.rb +159 -0
  3110. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/filters/base_spec.rb +310 -0
  3111. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/inputs/base_spec.rb +74 -0
  3112. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/collector_spec.rb +53 -0
  3113. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/metric_spec.rb +110 -0
  3114. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/metric_store_spec.rb +261 -0
  3115. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/metric_type/counter_spec.rb +35 -0
  3116. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/metric_type/gauge_spec.rb +37 -0
  3117. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/namespaced_metric_spec.rb +91 -0
  3118. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/namespaced_null_metric_spec.rb +33 -0
  3119. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/null_metric_spec.rb +23 -0
  3120. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/periodic_poller/base_spec.rb +32 -0
  3121. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/periodic_poller/cgroup_spec.rb +148 -0
  3122. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/periodic_poller/jvm_spec.rb +115 -0
  3123. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/periodic_poller/load_average_spec.rb +91 -0
  3124. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/instrument/periodic_poller/os_spec.rb +85 -0
  3125. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/java_integration_spec.rb +304 -0
  3126. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/json_spec.rb +125 -0
  3127. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/output_delegator_spec.rb +148 -0
  3128. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/outputs/base_spec.rb +115 -0
  3129. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/patches_spec.rb +101 -0
  3130. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/pipeline_pq_file_spec.rb +131 -0
  3131. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/pipeline_reporter_spec.rb +61 -0
  3132. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/pipeline_spec.rb +794 -0
  3133. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/plugin_spec.rb +331 -0
  3134. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/plugins/hooks_registry_spec.rb +60 -0
  3135. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/plugins/registry_spec.rb +65 -0
  3136. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/runner_spec.rb +369 -0
  3137. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/setting_spec.rb +152 -0
  3138. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/settings/array_coercible_spec.rb +46 -0
  3139. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/settings/bytes_spec.rb +53 -0
  3140. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/settings/integer_spec.rb +20 -0
  3141. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/settings/numeric_spec.rb +28 -0
  3142. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/settings/port_range_spec.rb +93 -0
  3143. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/settings/string_spec.rb +21 -0
  3144. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/settings/time_value_spec.rb +31 -0
  3145. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/settings/writable_directory_spec.rb +125 -0
  3146. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/settings_spec.rb +128 -0
  3147. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/shutdown_watcher_spec.rb +113 -0
  3148. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/buftok_spec.rb +31 -0
  3149. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/byte_value_spec.rb +33 -0
  3150. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/charset_spec.rb +74 -0
  3151. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/duration_formatter_spec.rb +11 -0
  3152. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/java_version_spec.rb +87 -0
  3153. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/plugin_version_spec.rb +64 -0
  3154. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/safe_uri_spec.rb +20 -0
  3155. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/time_value_spec.rb +59 -0
  3156. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/unicode_trimmer_spec.rb +55 -0
  3157. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util/wrapped_synchronous_queue_spec.rb +150 -0
  3158. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/util_spec.rb +63 -0
  3159. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/logstash/webserver_spec.rb +150 -0
  3160. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/static/i18n_spec.rb +25 -0
  3161. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/support/helpers.rb +16 -0
  3162. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/support/matchers.rb +30 -0
  3163. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/support/mocks_classes.rb +79 -0
  3164. data/vendor/jruby/2.3.0/gems/logstash-core-5.2.1-java/spec/support/shared_examples.rb +108 -0
  3165. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/gemspec_jars.rb +9 -0
  3166. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.jar +0 -0
  3167. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.jar +0 -0
  3168. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.jar +0 -0
  3169. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.7.3/jackson-dataformat-cbor-2.7.3.jar +0 -0
  3170. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/com/fasterxml/jackson/module/jackson-module-afterburner/2.7.3/jackson-module-afterburner-2.7.3.jar +0 -0
  3171. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/logstash-core-event-java.rb +1 -0
  3172. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/logstash-core-event-java/logstash-core-event-java.jar +0 -0
  3173. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/logstash-core-event-java/logstash-core-event-java.rb +28 -0
  3174. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/logstash-core-event-java/version.rb +8 -0
  3175. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/logstash-core-event-java_jars.rb +20 -0
  3176. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/logstash-core-event.rb +1 -0
  3177. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/logstash/event.rb +58 -0
  3178. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/logstash/string_interpolation.rb +18 -0
  3179. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/logstash/timestamp.rb +28 -0
  3180. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/lib/org/apache/logging/log4j/log4j-api/2.6.2/log4j-api-2.6.2.jar +0 -0
  3181. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/logstash-core-event-java.gemspec +30 -0
  3182. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/spec/event_spec.rb +346 -0
  3183. data/vendor/jruby/2.3.0/gems/logstash-core-event-java-5.2.1-java/spec/timestamp_spec.rb +29 -0
  3184. data/vendor/jruby/2.3.0/gems/logstash-core-plugin-api-2.1.23-java/lib/logstash-core-plugin-api/version.rb +1 -0
  3185. data/vendor/jruby/2.3.0/gems/logstash-core-plugin-api-2.1.23-java/logstash-core-plugin-api.gemspec +29 -0
  3186. data/vendor/jruby/2.3.0/gems/logstash-core-queue-jruby-5.2.1-java/gemspec_jars.rb +4 -0
  3187. data/vendor/jruby/2.3.0/gems/logstash-core-queue-jruby-5.2.1-java/lib/logstash-core-queue-jruby/logstash-core-queue-jruby.jar +0 -0
  3188. data/vendor/jruby/2.3.0/gems/logstash-core-queue-jruby-5.2.1-java/lib/logstash-core-queue-jruby/logstash-core-queue-jruby.rb +24 -0
  3189. data/vendor/jruby/2.3.0/gems/logstash-core-queue-jruby-5.2.1-java/lib/logstash-core-queue-jruby/version.rb +3 -0
  3190. data/vendor/jruby/2.3.0/gems/logstash-core-queue-jruby-5.2.1-java/logstash-core-queue-jruby.gemspec +23 -0
  3191. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/CHANGELOG.md +8 -0
  3192. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/Gemfile +2 -0
  3193. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/LICENSE +202 -0
  3194. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/lib/logstash/devutils/rake.rb +3 -0
  3195. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/lib/logstash/devutils/rake/publish.rake +30 -0
  3196. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/lib/logstash/devutils/rake/vendor.rake +176 -0
  3197. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/lib/logstash/devutils/rspec/log4j2.properties +10 -0
  3198. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/lib/logstash/devutils/rspec/logstash_helpers.rb +122 -0
  3199. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/lib/logstash/devutils/rspec/shared_examples.rb +21 -0
  3200. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/lib/logstash/devutils/rspec/spec_helper.rb +66 -0
  3201. data/vendor/jruby/2.3.0/gems/logstash-devutils-1.3.1-java/logstash-devutils.gemspec +47 -0
  3202. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/Gemfile +2 -0
  3203. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/LICENSE +25 -0
  3204. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/README.markdown +91 -0
  3205. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/Rakefile +79 -0
  3206. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/lib/method_source.rb +141 -0
  3207. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/lib/method_source/code_helpers.rb +154 -0
  3208. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/lib/method_source/source_location.rb +138 -0
  3209. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/lib/method_source/version.rb +3 -0
  3210. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/method_source.gemspec +33 -0
  3211. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/test/test.rb +138 -0
  3212. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/test/test_code_helpers.rb +41 -0
  3213. data/vendor/jruby/2.3.0/gems/method_source-0.8.2/test/test_helper.rb +98 -0
  3214. data/vendor/jruby/2.3.0/gems/minitar-0.5.4/ChangeLog +17 -0
  3215. data/vendor/jruby/2.3.0/gems/minitar-0.5.4/Install +6 -0
  3216. data/vendor/jruby/2.3.0/gems/minitar-0.5.4/README +68 -0
  3217. data/vendor/jruby/2.3.0/gems/minitar-0.5.4/Rakefile +113 -0
  3218. data/vendor/jruby/2.3.0/gems/minitar-0.5.4/bin/minitar +27 -0
  3219. data/vendor/jruby/2.3.0/gems/minitar-0.5.4/lib/archive/tar/minitar.rb +985 -0
  3220. data/vendor/jruby/2.3.0/gems/minitar-0.5.4/lib/archive/tar/minitar/command.rb +814 -0
  3221. data/vendor/jruby/2.3.0/gems/minitar-0.5.4/tests/tc_tar.rb +629 -0
  3222. data/vendor/jruby/2.3.0/gems/minitar-0.5.4/tests/testall.rb +10 -0
  3223. data/vendor/jruby/2.3.0/gems/numerizer-0.1.1/LICENSE +20 -0
  3224. data/vendor/jruby/2.3.0/gems/numerizer-0.1.1/README.rdoc +24 -0
  3225. data/vendor/jruby/2.3.0/gems/numerizer-0.1.1/Rakefile +56 -0
  3226. data/vendor/jruby/2.3.0/gems/numerizer-0.1.1/VERSION +1 -0
  3227. data/vendor/jruby/2.3.0/gems/numerizer-0.1.1/lib/numerizer.rb +133 -0
  3228. data/vendor/jruby/2.3.0/gems/numerizer-0.1.1/numerizer.gemspec +50 -0
  3229. data/vendor/jruby/2.3.0/gems/numerizer-0.1.1/test/test_helper.rb +9 -0
  3230. data/vendor/jruby/2.3.0/gems/numerizer-0.1.1/test/test_numerizer.rb +92 -0
  3231. data/vendor/jruby/2.3.0/gems/polyglot-0.3.5/History.txt +72 -0
  3232. data/vendor/jruby/2.3.0/gems/polyglot-0.3.5/License.txt +20 -0
  3233. data/vendor/jruby/2.3.0/gems/polyglot-0.3.5/README.txt +87 -0
  3234. data/vendor/jruby/2.3.0/gems/polyglot-0.3.5/Rakefile +42 -0
  3235. data/vendor/jruby/2.3.0/gems/polyglot-0.3.5/lib/polyglot.rb +76 -0
  3236. data/vendor/jruby/2.3.0/gems/polyglot-0.3.5/lib/polyglot/version.rb +9 -0
  3237. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/CHANGELOG.md +718 -0
  3238. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/LICENSE +25 -0
  3239. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/README.md +406 -0
  3240. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/bin/pry +16 -0
  3241. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry.rb +161 -0
  3242. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/cli.rb +220 -0
  3243. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/code.rb +348 -0
  3244. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/code/code_file.rb +103 -0
  3245. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/code/code_range.rb +71 -0
  3246. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/code/loc.rb +92 -0
  3247. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/code_object.rb +172 -0
  3248. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/color_printer.rb +55 -0
  3249. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/command.rb +692 -0
  3250. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/command_set.rb +443 -0
  3251. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands.rb +6 -0
  3252. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/amend_line.rb +99 -0
  3253. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/bang.rb +20 -0
  3254. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/bang_pry.rb +17 -0
  3255. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/cat.rb +62 -0
  3256. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/cat/abstract_formatter.rb +27 -0
  3257. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/cat/exception_formatter.rb +77 -0
  3258. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/cat/file_formatter.rb +67 -0
  3259. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/cat/input_expression_formatter.rb +43 -0
  3260. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/cd.rb +41 -0
  3261. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/change_inspector.rb +27 -0
  3262. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/change_prompt.rb +26 -0
  3263. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/code_collector.rb +165 -0
  3264. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/disable_pry.rb +27 -0
  3265. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/disabled_commands.rb +2 -0
  3266. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/easter_eggs.rb +112 -0
  3267. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/edit.rb +195 -0
  3268. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/edit/exception_patcher.rb +25 -0
  3269. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/edit/file_and_line_locator.rb +36 -0
  3270. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/exit.rb +42 -0
  3271. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/exit_all.rb +29 -0
  3272. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/exit_program.rb +23 -0
  3273. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/find_method.rb +193 -0
  3274. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/fix_indent.rb +19 -0
  3275. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/gem_cd.rb +26 -0
  3276. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/gem_install.rb +32 -0
  3277. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/gem_list.rb +33 -0
  3278. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/gem_open.rb +29 -0
  3279. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/gist.rb +101 -0
  3280. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/help.rb +164 -0
  3281. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/hist.rb +180 -0
  3282. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/import_set.rb +22 -0
  3283. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/install_command.rb +53 -0
  3284. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/jump_to.rb +29 -0
  3285. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/list_inspectors.rb +35 -0
  3286. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/list_prompts.rb +35 -0
  3287. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls.rb +114 -0
  3288. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/constants.rb +47 -0
  3289. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/formatter.rb +49 -0
  3290. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/globals.rb +48 -0
  3291. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/grep.rb +21 -0
  3292. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/instance_vars.rb +39 -0
  3293. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/interrogatable.rb +18 -0
  3294. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/jruby_hacks.rb +49 -0
  3295. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/local_names.rb +35 -0
  3296. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/local_vars.rb +39 -0
  3297. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/ls_entity.rb +70 -0
  3298. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/methods.rb +57 -0
  3299. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/methods_helper.rb +46 -0
  3300. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ls/self_methods.rb +32 -0
  3301. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/nesting.rb +25 -0
  3302. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/play.rb +103 -0
  3303. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/pry_backtrace.rb +25 -0
  3304. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/pry_version.rb +17 -0
  3305. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/raise_up.rb +32 -0
  3306. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/reload_code.rb +62 -0
  3307. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/reset.rb +18 -0
  3308. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/ri.rb +60 -0
  3309. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/save_file.rb +61 -0
  3310. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/shell_command.rb +48 -0
  3311. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/shell_mode.rb +25 -0
  3312. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/show_doc.rb +83 -0
  3313. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/show_info.rb +201 -0
  3314. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/show_input.rb +17 -0
  3315. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/show_source.rb +50 -0
  3316. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/simple_prompt.rb +22 -0
  3317. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/stat.rb +40 -0
  3318. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/switch_to.rb +23 -0
  3319. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/toggle_color.rb +24 -0
  3320. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/watch_expression.rb +105 -0
  3321. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/watch_expression/expression.rb +38 -0
  3322. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/whereami.rb +196 -0
  3323. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/commands/wtf.rb +57 -0
  3324. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/config.rb +24 -0
  3325. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/config/behavior.rb +139 -0
  3326. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/config/convenience.rb +25 -0
  3327. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/config/default.rb +161 -0
  3328. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/core_extensions.rb +131 -0
  3329. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/editor.rb +135 -0
  3330. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/exceptions.rb +78 -0
  3331. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/helpers.rb +5 -0
  3332. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/helpers/base_helpers.rb +113 -0
  3333. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/helpers/command_helpers.rb +156 -0
  3334. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/helpers/documentation_helpers.rb +75 -0
  3335. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/helpers/options_helpers.rb +27 -0
  3336. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/helpers/table.rb +109 -0
  3337. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/helpers/text.rb +107 -0
  3338. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/history.rb +127 -0
  3339. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/history_array.rb +121 -0
  3340. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/hooks.rb +230 -0
  3341. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/indent.rb +406 -0
  3342. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/input_completer.rb +242 -0
  3343. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/input_lock.rb +132 -0
  3344. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/inspector.rb +27 -0
  3345. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/last_exception.rb +61 -0
  3346. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/method.rb +546 -0
  3347. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/method/disowned.rb +53 -0
  3348. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/method/patcher.rb +125 -0
  3349. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/method/weird_method_locator.rb +188 -0
  3350. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/module_candidate.rb +137 -0
  3351. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/object_path.rb +82 -0
  3352. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/output.rb +50 -0
  3353. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/pager.rb +239 -0
  3354. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/plugins.rb +103 -0
  3355. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/prompt.rb +26 -0
  3356. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/pry_class.rb +375 -0
  3357. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/pry_instance.rb +664 -0
  3358. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/rbx_path.rb +22 -0
  3359. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/repl.rb +202 -0
  3360. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/repl_file_loader.rb +74 -0
  3361. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/rubygem.rb +82 -0
  3362. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/terminal.rb +79 -0
  3363. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/test/helper.rb +170 -0
  3364. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/version.rb +3 -0
  3365. data/vendor/jruby/2.3.0/gems/pry-0.10.4-java/lib/pry/wrapped_module.rb +378 -0
  3366. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/COPYING +55 -0
  3367. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/DEPLOYMENT.md +91 -0
  3368. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/Gemfile +13 -0
  3369. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/History.txt +965 -0
  3370. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/LICENSE +26 -0
  3371. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/Manifest.txt +74 -0
  3372. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/README.md +284 -0
  3373. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/Rakefile +158 -0
  3374. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/bin/puma +10 -0
  3375. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/bin/puma-wild +31 -0
  3376. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/bin/pumactl +12 -0
  3377. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/docs/config.md +0 -0
  3378. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/docs/nginx.md +80 -0
  3379. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/docs/signals.md +43 -0
  3380. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/PumaHttp11Service.java +17 -0
  3381. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/ext_help.h +15 -0
  3382. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/extconf.rb +13 -0
  3383. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser.c +1225 -0
  3384. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser.h +64 -0
  3385. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser.java.rl +161 -0
  3386. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser.rl +146 -0
  3387. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser_common.rl +54 -0
  3388. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/io_buffer.c +155 -0
  3389. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/mini_ssl.c +404 -0
  3390. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/org/jruby/puma/Http11.java +234 -0
  3391. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/org/jruby/puma/Http11Parser.java +488 -0
  3392. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/org/jruby/puma/MiniSSL.java +339 -0
  3393. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/ext/puma_http11/puma_http11.c +499 -0
  3394. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma.rb +14 -0
  3395. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/accept_nonblock.rb +23 -0
  3396. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/app/status.rb +66 -0
  3397. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/binder.rb +351 -0
  3398. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/capistrano.rb +94 -0
  3399. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/cli.rb +582 -0
  3400. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/client.rb +320 -0
  3401. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/cluster.rb +460 -0
  3402. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/commonlogger.rb +107 -0
  3403. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/compat.rb +18 -0
  3404. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/configuration.rb +220 -0
  3405. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/const.rb +239 -0
  3406. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/control_cli.rb +273 -0
  3407. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/daemon_ext.rb +25 -0
  3408. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/delegation.rb +11 -0
  3409. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/detect.rb +4 -0
  3410. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/dsl.rb +348 -0
  3411. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/events.rb +142 -0
  3412. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/io_buffer.rb +7 -0
  3413. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/java_io_buffer.rb +45 -0
  3414. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/jruby_restart.rb +83 -0
  3415. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/minissl.rb +177 -0
  3416. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/null_io.rb +34 -0
  3417. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/puma_http11.jar +0 -0
  3418. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/rack/backports/uri/common_18.rb +56 -0
  3419. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/rack/backports/uri/common_192.rb +52 -0
  3420. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/rack/backports/uri/common_193.rb +29 -0
  3421. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/rack/builder.rb +295 -0
  3422. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/rack/urlmap.rb +90 -0
  3423. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/rack_default.rb +7 -0
  3424. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/reactor.rb +195 -0
  3425. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/runner.rb +147 -0
  3426. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/server.rb +885 -0
  3427. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/single.rb +102 -0
  3428. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/tcp_logger.rb +32 -0
  3429. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/thread_pool.rb +255 -0
  3430. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/puma/util.rb +132 -0
  3431. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/lib/rack/handler/puma.rb +65 -0
  3432. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/puma.gemspec +52 -0
  3433. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/tools/jungle/README.md +9 -0
  3434. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/tools/jungle/init.d/README.md +54 -0
  3435. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/tools/jungle/init.d/puma +394 -0
  3436. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/tools/jungle/init.d/run-puma +3 -0
  3437. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/tools/jungle/upstart/README.md +61 -0
  3438. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/tools/jungle/upstart/puma-manager.conf +31 -0
  3439. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/tools/jungle/upstart/puma.conf +69 -0
  3440. data/vendor/jruby/2.3.0/gems/puma-2.16.0-java/tools/trickletest.rb +45 -0
  3441. data/vendor/jruby/2.3.0/gems/rack-1.6.6/COPYING +18 -0
  3442. data/vendor/jruby/2.3.0/gems/rack-1.6.6/HISTORY.md +375 -0
  3443. data/vendor/jruby/2.3.0/gems/rack-1.6.6/KNOWN-ISSUES +44 -0
  3444. data/vendor/jruby/2.3.0/gems/rack-1.6.6/README.rdoc +312 -0
  3445. data/vendor/jruby/2.3.0/gems/rack-1.6.6/Rakefile +124 -0
  3446. data/vendor/jruby/2.3.0/gems/rack-1.6.6/SPEC +264 -0
  3447. data/vendor/jruby/2.3.0/gems/rack-1.6.6/bin/rackup +4 -0
  3448. data/vendor/jruby/2.3.0/gems/rack-1.6.6/contrib/rack.png +0 -0
  3449. data/vendor/jruby/2.3.0/gems/rack-1.6.6/contrib/rack.svg +150 -0
  3450. data/vendor/jruby/2.3.0/gems/rack-1.6.6/contrib/rack_logo.svg +111 -0
  3451. data/vendor/jruby/2.3.0/gems/rack-1.6.6/contrib/rdoc.css +412 -0
  3452. data/vendor/jruby/2.3.0/gems/rack-1.6.6/example/lobster.ru +4 -0
  3453. data/vendor/jruby/2.3.0/gems/rack-1.6.6/example/protectedlobster.rb +14 -0
  3454. data/vendor/jruby/2.3.0/gems/rack-1.6.6/example/protectedlobster.ru +8 -0
  3455. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack.rb +98 -0
  3456. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/auth/abstract/handler.rb +37 -0
  3457. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/auth/abstract/request.rb +43 -0
  3458. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/auth/basic.rb +58 -0
  3459. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/auth/digest/md5.rb +129 -0
  3460. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/auth/digest/nonce.rb +51 -0
  3461. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/auth/digest/params.rb +53 -0
  3462. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/auth/digest/request.rb +41 -0
  3463. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/backports/uri/common_18.rb +56 -0
  3464. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/backports/uri/common_192.rb +52 -0
  3465. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/backports/uri/common_193.rb +29 -0
  3466. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/body_proxy.rb +39 -0
  3467. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/builder.rb +164 -0
  3468. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/cascade.rb +52 -0
  3469. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/chunked.rb +69 -0
  3470. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/commonlogger.rb +72 -0
  3471. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/conditionalget.rb +79 -0
  3472. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/config.rb +20 -0
  3473. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/content_length.rb +37 -0
  3474. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/content_type.rb +29 -0
  3475. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/deflater.rb +154 -0
  3476. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/directory.rb +167 -0
  3477. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/etag.rb +73 -0
  3478. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/file.rb +152 -0
  3479. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler.rb +121 -0
  3480. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler/cgi.rb +61 -0
  3481. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler/evented_mongrel.rb +8 -0
  3482. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler/fastcgi.rb +101 -0
  3483. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler/lsws.rb +61 -0
  3484. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler/mongrel.rb +106 -0
  3485. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler/scgi.rb +70 -0
  3486. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
  3487. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler/thin.rb +33 -0
  3488. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/handler/webrick.rb +122 -0
  3489. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/head.rb +27 -0
  3490. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/lint.rb +760 -0
  3491. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/lobster.rb +70 -0
  3492. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/lock.rb +26 -0
  3493. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/logger.rb +18 -0
  3494. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/methodoverride.rb +43 -0
  3495. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/mime.rb +664 -0
  3496. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/mock.rb +198 -0
  3497. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/multipart.rb +34 -0
  3498. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/multipart/generator.rb +93 -0
  3499. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/multipart/parser.rb +253 -0
  3500. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/multipart/uploaded_file.rb +34 -0
  3501. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/nulllogger.rb +37 -0
  3502. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/recursive.rb +62 -0
  3503. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/reloader.rb +110 -0
  3504. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/request.rb +398 -0
  3505. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/response.rb +162 -0
  3506. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/rewindable_input.rb +104 -0
  3507. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/runtime.rb +40 -0
  3508. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/sendfile.rb +160 -0
  3509. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/server.rb +388 -0
  3510. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/session/abstract/id.rb +399 -0
  3511. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/session/cookie.rb +188 -0
  3512. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/session/memcache.rb +93 -0
  3513. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/session/pool.rb +76 -0
  3514. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/showexceptions.rb +387 -0
  3515. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/showstatus.rb +113 -0
  3516. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/static.rb +150 -0
  3517. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/tempfile_reaper.rb +22 -0
  3518. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/urlmap.rb +90 -0
  3519. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/utils.rb +695 -0
  3520. data/vendor/jruby/2.3.0/gems/rack-1.6.6/lib/rack/utils/okjson.rb +600 -0
  3521. data/vendor/jruby/2.3.0/gems/rack-1.6.6/rack.gemspec +33 -0
  3522. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/builder/anything.rb +5 -0
  3523. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/builder/comment.ru +4 -0
  3524. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/builder/end.ru +5 -0
  3525. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/builder/line.ru +1 -0
  3526. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/builder/options.ru +2 -0
  3527. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/assets/folder/test.js +1 -0
  3528. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/assets/fonts/font.eot +1 -0
  3529. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/assets/images/image.png +1 -0
  3530. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/assets/index.html +1 -0
  3531. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/assets/javascripts/app.js +1 -0
  3532. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/assets/stylesheets/app.css +1 -0
  3533. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/lighttpd.conf +26 -0
  3534. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/rackup_stub.rb +6 -0
  3535. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/sample_rackup.ru +5 -0
  3536. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/test +9 -0
  3537. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/test+directory/test+file +1 -0
  3538. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/test.fcgi +8 -0
  3539. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/cgi/test.ru +5 -0
  3540. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/gemloader.rb +10 -0
  3541. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/bad_robots +259 -0
  3542. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/binary +0 -0
  3543. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/content_type_and_no_filename +6 -0
  3544. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/empty +10 -0
  3545. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/fail_16384_nofile +814 -0
  3546. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/file1.txt +1 -0
  3547. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_and_modification_param +7 -0
  3548. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_and_no_name +6 -0
  3549. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_with_escaped_quotes +6 -0
  3550. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
  3551. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_with_null_byte +7 -0
  3552. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_with_percent_escaped_quotes +6 -0
  3553. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_with_unescaped_percentages +6 -0
  3554. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_with_unescaped_percentages2 +6 -0
  3555. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_with_unescaped_percentages3 +6 -0
  3556. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/filename_with_unescaped_quotes +6 -0
  3557. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/ie +6 -0
  3558. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/invalid_character +6 -0
  3559. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/mixed_files +21 -0
  3560. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/nested +10 -0
  3561. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/none +9 -0
  3562. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/semicolon +6 -0
  3563. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/text +15 -0
  3564. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/three_files_three_fields +31 -0
  3565. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/multipart/webkit +32 -0
  3566. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/rackup/config.ru +31 -0
  3567. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/registering_handler/rack/handler/registering_myself.rb +8 -0
  3568. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_auth_basic.rb +81 -0
  3569. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_auth_digest.rb +259 -0
  3570. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_body_proxy.rb +85 -0
  3571. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_builder.rb +223 -0
  3572. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_cascade.rb +61 -0
  3573. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_cgi.rb +102 -0
  3574. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_chunked.rb +101 -0
  3575. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_commonlogger.rb +93 -0
  3576. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_conditionalget.rb +102 -0
  3577. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_config.rb +22 -0
  3578. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_content_length.rb +85 -0
  3579. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_content_type.rb +45 -0
  3580. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_deflater.rb +339 -0
  3581. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_directory.rb +88 -0
  3582. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_etag.rb +107 -0
  3583. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_fastcgi.rb +107 -0
  3584. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_file.rb +221 -0
  3585. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_handler.rb +72 -0
  3586. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_head.rb +45 -0
  3587. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_lint.rb +550 -0
  3588. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_lobster.rb +58 -0
  3589. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_lock.rb +164 -0
  3590. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_logger.rb +23 -0
  3591. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_methodoverride.rb +82 -0
  3592. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_mime.rb +51 -0
  3593. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_mock.rb +277 -0
  3594. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_mongrel.rb +182 -0
  3595. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_multipart.rb +596 -0
  3596. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_nulllogger.rb +20 -0
  3597. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_recursive.rb +72 -0
  3598. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_request.rb +1227 -0
  3599. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_response.rb +407 -0
  3600. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_rewindable_input.rb +118 -0
  3601. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_runtime.rb +49 -0
  3602. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_sendfile.rb +130 -0
  3603. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_server.rb +167 -0
  3604. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_session_abstract_id.rb +53 -0
  3605. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_session_cookie.rb +410 -0
  3606. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_session_memcache.rb +321 -0
  3607. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_session_pool.rb +209 -0
  3608. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_showexceptions.rb +85 -0
  3609. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_showstatus.rb +103 -0
  3610. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_static.rb +145 -0
  3611. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_tempfile_reaper.rb +63 -0
  3612. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_thin.rb +91 -0
  3613. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_urlmap.rb +236 -0
  3614. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_utils.rb +647 -0
  3615. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_version.rb +17 -0
  3616. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/spec_webrick.rb +184 -0
  3617. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/static/another/index.html +1 -0
  3618. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/static/index.html +1 -0
  3619. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/testrequest.rb +78 -0
  3620. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
  3621. data/vendor/jruby/2.3.0/gems/rack-1.6.6/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
  3622. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/License +20 -0
  3623. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/README.md +90 -0
  3624. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/Rakefile +48 -0
  3625. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack-protection.rb +1 -0
  3626. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection.rb +40 -0
  3627. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/authenticity_token.rb +31 -0
  3628. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb +121 -0
  3629. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/escaped_params.rb +87 -0
  3630. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/form_token.rb +23 -0
  3631. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb +37 -0
  3632. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/http_origin.rb +32 -0
  3633. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/ip_spoofing.rb +23 -0
  3634. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb +35 -0
  3635. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb +47 -0
  3636. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/remote_referrer.rb +20 -0
  3637. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/remote_token.rb +22 -0
  3638. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/session_hijacking.rb +36 -0
  3639. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/version.rb +16 -0
  3640. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb +25 -0
  3641. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/rack-protection.gemspec +118 -0
  3642. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/authenticity_token_spec.rb +48 -0
  3643. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/base_spec.rb +40 -0
  3644. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/escaped_params_spec.rb +43 -0
  3645. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/form_token_spec.rb +33 -0
  3646. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/frame_options_spec.rb +39 -0
  3647. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/http_origin_spec.rb +38 -0
  3648. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/ip_spoofing_spec.rb +35 -0
  3649. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/json_csrf_spec.rb +58 -0
  3650. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/path_traversal_spec.rb +41 -0
  3651. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/protection_spec.rb +105 -0
  3652. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/remote_referrer_spec.rb +31 -0
  3653. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/remote_token_spec.rb +42 -0
  3654. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/session_hijacking_spec.rb +55 -0
  3655. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/spec_helper.rb +163 -0
  3656. data/vendor/jruby/2.3.0/gems/rack-protection-1.5.3/spec/xss_header_spec.rb +56 -0
  3657. data/vendor/jruby/2.3.0/gems/rake-12.0.0/CONTRIBUTING.rdoc +36 -0
  3658. data/vendor/jruby/2.3.0/gems/rake-12.0.0/Gemfile +3 -0
  3659. data/vendor/jruby/2.3.0/gems/rake-12.0.0/History.rdoc +2247 -0
  3660. data/vendor/jruby/2.3.0/gems/rake-12.0.0/MIT-LICENSE +21 -0
  3661. data/vendor/jruby/2.3.0/gems/rake-12.0.0/README.rdoc +156 -0
  3662. data/vendor/jruby/2.3.0/gems/rake-12.0.0/Rakefile +38 -0
  3663. data/vendor/jruby/2.3.0/gems/rake-12.0.0/appveyor.yml +21 -0
  3664. data/vendor/jruby/2.3.0/gems/rake-12.0.0/bin/console +7 -0
  3665. data/vendor/jruby/2.3.0/gems/rake-12.0.0/bin/setup +6 -0
  3666. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/command_line_usage.rdoc +158 -0
  3667. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/example/Rakefile1 +38 -0
  3668. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/example/Rakefile2 +35 -0
  3669. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/example/a.c +6 -0
  3670. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/example/b.c +6 -0
  3671. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/example/main.c +11 -0
  3672. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/glossary.rdoc +42 -0
  3673. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/jamis.rb +591 -0
  3674. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/proto_rake.rdoc +127 -0
  3675. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/rake.1 +156 -0
  3676. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/rakefile.rdoc +622 -0
  3677. data/vendor/jruby/2.3.0/gems/rake-12.0.0/doc/rational.rdoc +151 -0
  3678. data/vendor/jruby/2.3.0/gems/rake-12.0.0/exe/rake +27 -0
  3679. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake.rb +70 -0
  3680. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/application.rb +785 -0
  3681. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/backtrace.rb +23 -0
  3682. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/clean.rb +77 -0
  3683. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/cloneable.rb +16 -0
  3684. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/cpu_counter.rb +106 -0
  3685. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/default_loader.rb +14 -0
  3686. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/dsl_definition.rb +194 -0
  3687. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/early_time.rb +21 -0
  3688. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/ext/core.rb +25 -0
  3689. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/ext/string.rb +175 -0
  3690. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/file_creation_task.rb +24 -0
  3691. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/file_list.rb +434 -0
  3692. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/file_task.rb +46 -0
  3693. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/file_utils.rb +136 -0
  3694. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/file_utils_ext.rb +144 -0
  3695. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/invocation_chain.rb +56 -0
  3696. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/invocation_exception_mixin.rb +16 -0
  3697. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/late_time.rb +17 -0
  3698. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/linked_list.rb +111 -0
  3699. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/loaders/makefile.rb +53 -0
  3700. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/multi_task.rb +49 -0
  3701. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/name_space.rb +37 -0
  3702. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/packagetask.rb +210 -0
  3703. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/phony.rb +15 -0
  3704. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/private_reader.rb +20 -0
  3705. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/promise.rb +99 -0
  3706. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/pseudo_status.rb +29 -0
  3707. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/rake_module.rb +38 -0
  3708. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/rake_test_loader.rb +21 -0
  3709. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/rule_recursion_overflow_error.rb +19 -0
  3710. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/scope.rb +42 -0
  3711. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/task.rb +390 -0
  3712. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/task_argument_error.rb +7 -0
  3713. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/task_arguments.rb +108 -0
  3714. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/task_manager.rb +303 -0
  3715. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/tasklib.rb +11 -0
  3716. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/testtask.rb +222 -0
  3717. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/thread_history_display.rb +48 -0
  3718. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/thread_pool.rb +162 -0
  3719. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/trace_output.rb +22 -0
  3720. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/version.rb +9 -0
  3721. data/vendor/jruby/2.3.0/gems/rake-12.0.0/lib/rake/win32.rb +50 -0
  3722. data/vendor/jruby/2.3.0/gems/rake-12.0.0/rake.gemspec +39 -0
  3723. data/vendor/jruby/2.3.0/gems/rspec-3.6.0/LICENSE.md +27 -0
  3724. data/vendor/jruby/2.3.0/gems/rspec-3.6.0/README.md +39 -0
  3725. data/vendor/jruby/2.3.0/gems/rspec-3.6.0/lib/rspec.rb +3 -0
  3726. data/vendor/jruby/2.3.0/gems/rspec-3.6.0/lib/rspec/version.rb +5 -0
  3727. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/Changelog.md +2167 -0
  3728. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/LICENSE.md +26 -0
  3729. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/README.md +384 -0
  3730. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/exe/rspec +4 -0
  3731. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/autorun.rb +3 -0
  3732. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core.rb +185 -0
  3733. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/backtrace_formatter.rb +65 -0
  3734. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/bisect/coordinator.rb +66 -0
  3735. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/bisect/example_minimizer.rb +169 -0
  3736. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/bisect/runner.rb +169 -0
  3737. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/bisect/server.rb +70 -0
  3738. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb +2177 -0
  3739. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/configuration_options.rb +196 -0
  3740. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/drb.rb +113 -0
  3741. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/dsl.rb +98 -0
  3742. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/example.rb +653 -0
  3743. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb +883 -0
  3744. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/example_status_persister.rb +235 -0
  3745. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/filter_manager.rb +231 -0
  3746. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/flat_map.rb +20 -0
  3747. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters.rb +265 -0
  3748. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/base_formatter.rb +70 -0
  3749. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
  3750. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/bisect_formatter.rb +69 -0
  3751. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/bisect_progress_formatter.rb +144 -0
  3752. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/console_codes.rb +68 -0
  3753. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
  3754. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/documentation_formatter.rb +70 -0
  3755. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/exception_presenter.rb +496 -0
  3756. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
  3757. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/helpers.rb +110 -0
  3758. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/html_formatter.rb +153 -0
  3759. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/html_printer.rb +414 -0
  3760. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/html_snippet_extractor.rb +118 -0
  3761. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/json_formatter.rb +101 -0
  3762. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/profile_formatter.rb +68 -0
  3763. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/progress_formatter.rb +29 -0
  3764. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/protocol.rb +182 -0
  3765. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
  3766. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
  3767. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb +624 -0
  3768. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/invocations.rb +85 -0
  3769. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/memoized_helpers.rb +535 -0
  3770. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/metadata.rb +499 -0
  3771. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/metadata_filter.rb +255 -0
  3772. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
  3773. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
  3774. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
  3775. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/mocking_adapters/null.rb +14 -0
  3776. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/mocking_adapters/rr.rb +31 -0
  3777. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
  3778. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/notifications.rb +514 -0
  3779. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/option_parser.rb +309 -0
  3780. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/ordering.rb +158 -0
  3781. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/output_wrapper.rb +29 -0
  3782. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/pending.rb +165 -0
  3783. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/profiler.rb +32 -0
  3784. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/project_initializer.rb +48 -0
  3785. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/project_initializer/spec/spec_helper.rb +100 -0
  3786. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/rake_task.rb +168 -0
  3787. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb +260 -0
  3788. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/ruby_project.rb +53 -0
  3789. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb +193 -0
  3790. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/sandbox.rb +37 -0
  3791. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/set.rb +54 -0
  3792. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/shared_context.rb +55 -0
  3793. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/shared_example_group.rb +271 -0
  3794. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/shell_escape.rb +49 -0
  3795. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
  3796. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/version.rb +9 -0
  3797. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/warnings.rb +40 -0
  3798. data/vendor/jruby/2.3.0/gems/rspec-core-3.6.0/lib/rspec/core/world.rb +264 -0
  3799. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/Changelog.md +1072 -0
  3800. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/LICENSE.md +25 -0
  3801. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/README.md +305 -0
  3802. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations.rb +82 -0
  3803. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations/block_snippet_extractor.rb +253 -0
  3804. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations/configuration.rb +201 -0
  3805. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb +127 -0
  3806. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations/fail_with.rb +39 -0
  3807. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations/failure_aggregator.rb +194 -0
  3808. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb +170 -0
  3809. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations/minitest_integration.rb +58 -0
  3810. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations/syntax.rb +132 -0
  3811. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/expectations/version.rb +8 -0
  3812. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers.rb +1025 -0
  3813. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/aliased_matcher.rb +116 -0
  3814. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in.rb +52 -0
  3815. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/all.rb +85 -0
  3816. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/base_matcher.rb +193 -0
  3817. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/be.rb +288 -0
  3818. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/be_between.rb +77 -0
  3819. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/be_instance_of.rb +22 -0
  3820. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/be_kind_of.rb +16 -0
  3821. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/be_within.rb +72 -0
  3822. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/change.rb +387 -0
  3823. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/compound.rb +272 -0
  3824. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/contain_exactly.rb +301 -0
  3825. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/cover.rb +24 -0
  3826. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/eq.rb +40 -0
  3827. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/eql.rb +34 -0
  3828. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/equal.rb +81 -0
  3829. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/exist.rb +90 -0
  3830. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/has.rb +103 -0
  3831. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
  3832. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/include.rb +143 -0
  3833. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/match.rb +106 -0
  3834. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/operators.rb +128 -0
  3835. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/output.rb +200 -0
  3836. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb +230 -0
  3837. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/respond_to.rb +165 -0
  3838. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/satisfy.rb +60 -0
  3839. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
  3840. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
  3841. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/yield.rb +432 -0
  3842. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/composable.rb +169 -0
  3843. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/dsl.rb +527 -0
  3844. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/english_phrasing.rb +58 -0
  3845. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +73 -0
  3846. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/fail_matchers.rb +42 -0
  3847. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/generated_descriptions.rb +42 -0
  3848. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/matcher_delegator.rb +35 -0
  3849. data/vendor/jruby/2.3.0/gems/rspec-expectations-3.6.0/lib/rspec/matchers/matcher_protocol.rb +99 -0
  3850. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/Changelog.md +1073 -0
  3851. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/LICENSE.md +25 -0
  3852. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/README.md +460 -0
  3853. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks.rb +130 -0
  3854. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance.rb +11 -0
  3855. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance/chain.rb +110 -0
  3856. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
  3857. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
  3858. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
  3859. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
  3860. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance/proxy.rb +116 -0
  3861. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance/recorder.rb +289 -0
  3862. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
  3863. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
  3864. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/argument_list_matcher.rb +100 -0
  3865. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/argument_matchers.rb +320 -0
  3866. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/configuration.rb +212 -0
  3867. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/error_generator.rb +369 -0
  3868. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/example_methods.rb +434 -0
  3869. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/instance_method_stasher.rb +146 -0
  3870. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/marshal_extension.rb +41 -0
  3871. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
  3872. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/matchers/have_received.rb +130 -0
  3873. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/matchers/receive.rb +132 -0
  3874. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
  3875. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
  3876. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/message_chain.rb +87 -0
  3877. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/message_expectation.rb +740 -0
  3878. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/method_double.rb +287 -0
  3879. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/method_reference.rb +202 -0
  3880. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/minitest_integration.rb +68 -0
  3881. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/mutate_const.rb +339 -0
  3882. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/object_reference.rb +149 -0
  3883. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/order_group.rb +81 -0
  3884. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/proxy.rb +484 -0
  3885. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/space.rb +238 -0
  3886. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/standalone.rb +3 -0
  3887. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/syntax.rb +325 -0
  3888. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/targets.rb +124 -0
  3889. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/test_double.rb +171 -0
  3890. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/verifying_double.rb +129 -0
  3891. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/verifying_message_expectation.rb +54 -0
  3892. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/verifying_proxy.rb +220 -0
  3893. data/vendor/jruby/2.3.0/gems/rspec-mocks-3.6.0/lib/rspec/mocks/version.rb +9 -0
  3894. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/Changelog.md +211 -0
  3895. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/LICENSE.md +23 -0
  3896. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/README.md +40 -0
  3897. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support.rb +139 -0
  3898. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/caller_filter.rb +83 -0
  3899. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/comparable_version.rb +46 -0
  3900. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/differ.rb +215 -0
  3901. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/directory_maker.rb +63 -0
  3902. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/encoded_string.rb +165 -0
  3903. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/fuzzy_matcher.rb +48 -0
  3904. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/hunk_generator.rb +47 -0
  3905. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/matcher_definition.rb +42 -0
  3906. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/method_signature_verifier.rb +392 -0
  3907. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/mutex.rb +73 -0
  3908. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/object_formatter.rb +268 -0
  3909. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/recursive_const_methods.rb +76 -0
  3910. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/reentrant_mutex.rb +53 -0
  3911. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/ruby_features.rb +162 -0
  3912. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/source.rb +75 -0
  3913. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/source/location.rb +21 -0
  3914. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/source/node.rb +107 -0
  3915. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/source/token.rb +87 -0
  3916. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec.rb +81 -0
  3917. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec/deprecation_helpers.rb +64 -0
  3918. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec/formatting_support.rb +9 -0
  3919. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec/in_sub_process.rb +69 -0
  3920. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec/library_wide_checks.rb +150 -0
  3921. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec/shell_out.rb +84 -0
  3922. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec/stderr_splitter.rb +63 -0
  3923. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec/string_matcher.rb +46 -0
  3924. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
  3925. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
  3926. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/version.rb +7 -0
  3927. data/vendor/jruby/2.3.0/gems/rspec-support-3.6.0/lib/rspec/support/warnings.rb +39 -0
  3928. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/CHANGELOG.md +33 -0
  3929. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/CONTRIBUTING.md +48 -0
  3930. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/Gemfile +3 -0
  3931. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/LICENSE.txt +22 -0
  3932. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/README.md +158 -0
  3933. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/Rakefile +6 -0
  3934. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_2_11.gemfile +9 -0
  3935. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_2_12.gemfile +9 -0
  3936. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_2_13.gemfile +9 -0
  3937. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_2_14.gemfile +9 -0
  3938. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_0.gemfile +9 -0
  3939. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_1.gemfile +9 -0
  3940. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_2.gemfile +9 -0
  3941. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_3.gemfile +9 -0
  3942. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_4.gemfile +9 -0
  3943. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_5.gemfile +9 -0
  3944. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/lib/rspec/wait.rb +49 -0
  3945. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/lib/rspec/wait/error.rb +7 -0
  3946. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/lib/rspec/wait/handler.rb +36 -0
  3947. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/lib/rspec/wait/proxy.rb +13 -0
  3948. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/lib/rspec/wait/target.rb +48 -0
  3949. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/rspec-wait.gemspec +21 -0
  3950. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/spec/spec_helper.rb +6 -0
  3951. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/spec/wait_for_spec.rb +162 -0
  3952. data/vendor/jruby/2.3.0/gems/rspec-wait-0.0.9/spec/wait_spec.rb +176 -0
  3953. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/Gemfile +3 -0
  3954. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/Mavenfile +15 -0
  3955. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/README.md +71 -0
  3956. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/Rakefile +33 -0
  3957. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/bin/rmvn +7 -0
  3958. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/lib/maven/ruby.rb +21 -0
  3959. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/lib/maven/ruby/maven.rb +127 -0
  3960. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/lib/maven/ruby/tasks.rb +56 -0
  3961. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/lib/maven/ruby/version.rb +5 -0
  3962. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/lib/ruby-maven.rb +21 -0
  3963. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/lib/ruby_maven.rb +91 -0
  3964. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/ruby-maven.gemspec +29 -0
  3965. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/spec/maven_ruby_maven_spec.rb +39 -0
  3966. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/spec/maven_ruby_maven_spec.rb~ +55 -0
  3967. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/spec/ruby_maven_spec.rb +38 -0
  3968. data/vendor/jruby/2.3.0/gems/ruby-maven-3.3.12/spec/setup.rb +26 -0
  3969. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/README.md +22 -0
  3970. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/lib/maven.rb +48 -0
  3971. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/LICENSE +308 -0
  3972. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/NOTICE +8 -0
  3973. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/README.txt +79 -0
  3974. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/m2.conf +8 -0
  3975. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvn +244 -0
  3976. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvn.cmd +178 -0
  3977. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvnDebug +41 -0
  3978. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvnDebug.cmd +31 -0
  3979. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvnyjp +42 -0
  3980. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/boot/plexus-classworlds-2.5.2.jar +0 -0
  3981. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/conf/logging/simplelogger.properties +25 -0
  3982. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/conf/settings.xml +257 -0
  3983. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/conf/toolchains.xml +103 -0
  3984. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-api-1.0.2.v20150114.jar +0 -0
  3985. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-api.license +261 -0
  3986. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-connector-basic-1.0.2.v20150114.jar +0 -0
  3987. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-connector-basic.license +261 -0
  3988. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-impl-1.0.2.v20150114.jar +0 -0
  3989. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-impl.license +261 -0
  3990. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-spi-1.0.2.v20150114.jar +0 -0
  3991. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-spi.license +261 -0
  3992. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-transport-wagon-1.0.2.v20150114.jar +0 -0
  3993. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-transport-wagon.license +261 -0
  3994. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-util-1.0.2.v20150114.jar +0 -0
  3995. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-util.license +261 -0
  3996. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aopalliance-1.0.jar +0 -0
  3997. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/cdi-api-1.0.jar +0 -0
  3998. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/cdi-api.license +410 -0
  3999. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-cli-1.2.jar +0 -0
  4000. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-io-2.2.jar +0 -0
  4001. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-lang-2.6.jar +0 -0
  4002. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-lang3-3.4.jar +0 -0
  4003. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-lang3.license +202 -0
  4004. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/ext/README.txt +2 -0
  4005. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/guava-18.0.jar +0 -0
  4006. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/guice-4.0-no_aop.jar +0 -0
  4007. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/javax.inject-1.jar +0 -0
  4008. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/jsoup-1.7.2.jar +0 -0
  4009. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/jsoup.license +65 -0
  4010. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/jsr250-api-1.0.jar +0 -0
  4011. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/jsr250-api.license +406 -0
  4012. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-aether-provider-3.3.9.jar +0 -0
  4013. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-aether-provider.license +202 -0
  4014. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-artifact-3.3.9.jar +0 -0
  4015. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-artifact.license +202 -0
  4016. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-builder-support-3.3.9.jar +0 -0
  4017. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-builder-support.license +202 -0
  4018. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-compat-3.3.9.jar +0 -0
  4019. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-compat.license +202 -0
  4020. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-core-3.3.9.jar +0 -0
  4021. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-core.license +202 -0
  4022. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-embedder-3.3.9.jar +0 -0
  4023. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-embedder.license +202 -0
  4024. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-model-3.3.9.jar +0 -0
  4025. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-model-builder-3.3.9.jar +0 -0
  4026. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-model-builder.license +202 -0
  4027. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-model.license +202 -0
  4028. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-plugin-api-3.3.9.jar +0 -0
  4029. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-plugin-api.license +202 -0
  4030. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-repository-metadata-3.3.9.jar +0 -0
  4031. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-repository-metadata.license +202 -0
  4032. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-settings-3.3.9.jar +0 -0
  4033. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-settings-builder-3.3.9.jar +0 -0
  4034. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-settings-builder.license +202 -0
  4035. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-settings.license +202 -0
  4036. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/org.eclipse.sisu.inject-0.3.2.jar +0 -0
  4037. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/org.eclipse.sisu.inject.license +261 -0
  4038. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/org.eclipse.sisu.plexus-0.3.2.jar +0 -0
  4039. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/org.eclipse.sisu.plexus.license +261 -0
  4040. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-cipher-1.7.jar +0 -0
  4041. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-cipher.license +410 -0
  4042. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-component-annotations-1.6.jar +0 -0
  4043. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-interpolation-1.21.jar +0 -0
  4044. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-sec-dispatcher-1.3.jar +0 -0
  4045. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-sec-dispatcher.license +410 -0
  4046. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-utils-3.0.22.jar +0 -0
  4047. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/slf4j-api-1.7.5.jar +0 -0
  4048. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/slf4j-api.license +370 -0
  4049. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/slf4j-simple-1.7.5.jar +0 -0
  4050. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/slf4j-simple.license +370 -0
  4051. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-file-2.10.jar +0 -0
  4052. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-file.license +202 -0
  4053. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-http-2.10-shaded.jar +0 -0
  4054. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-http-shared-2.10.jar +0 -0
  4055. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-http-shared.license +202 -0
  4056. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-http.license +202 -0
  4057. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-provider-api-2.10.jar +0 -0
  4058. data/vendor/jruby/2.3.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-provider-api.license +202 -0
  4059. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/README.md +271 -0
  4060. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/Rakefile +19 -0
  4061. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/TODO +15 -0
  4062. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip.rb +63 -0
  4063. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/central_directory.rb +208 -0
  4064. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/compressor.rb +10 -0
  4065. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/constants.rb +63 -0
  4066. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/crypto/encryption.rb +11 -0
  4067. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/crypto/null_encryption.rb +45 -0
  4068. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/crypto/traditional_encryption.rb +99 -0
  4069. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/decompressor.rb +13 -0
  4070. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/deflater.rb +32 -0
  4071. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/dos_time.rb +49 -0
  4072. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/entry.rb +696 -0
  4073. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/entry_set.rb +86 -0
  4074. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/errors.rb +16 -0
  4075. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/extra_field.rb +101 -0
  4076. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/extra_field/generic.rb +43 -0
  4077. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/extra_field/ntfs.rb +92 -0
  4078. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/extra_field/old_unix.rb +45 -0
  4079. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/extra_field/universal_time.rb +47 -0
  4080. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/extra_field/unix.rb +38 -0
  4081. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/extra_field/zip64.rb +67 -0
  4082. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/extra_field/zip64_placeholder.rb +16 -0
  4083. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/file.rb +436 -0
  4084. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/filesystem.rb +626 -0
  4085. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/inflater.rb +66 -0
  4086. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/input_stream.rb +164 -0
  4087. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/ioextras.rb +38 -0
  4088. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/ioextras/abstract_input_stream.rb +115 -0
  4089. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/ioextras/abstract_output_stream.rb +45 -0
  4090. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/null_compressor.rb +15 -0
  4091. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/null_decompressor.rb +27 -0
  4092. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/null_input_stream.rb +10 -0
  4093. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/output_stream.rb +190 -0
  4094. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/pass_thru_compressor.rb +23 -0
  4095. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/pass_thru_decompressor.rb +41 -0
  4096. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/streamable_directory.rb +15 -0
  4097. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/streamable_stream.rb +56 -0
  4098. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/lib/zip/version.rb +3 -0
  4099. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/samples/example.rb +91 -0
  4100. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/samples/example_filesystem.rb +33 -0
  4101. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/samples/example_recursive.rb +48 -0
  4102. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/samples/gtkRubyzip.rb +86 -0
  4103. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/samples/qtzip.rb +101 -0
  4104. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/samples/write_simple.rb +13 -0
  4105. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/samples/zipfind.rb +74 -0
  4106. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/basic_zip_file_test.rb +64 -0
  4107. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/central_directory_entry_test.rb +73 -0
  4108. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/central_directory_test.rb +104 -0
  4109. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/crypto/null_encryption_test.rb +53 -0
  4110. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/crypto/traditional_encryption_test.rb +80 -0
  4111. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/WarnInvalidDate.zip +0 -0
  4112. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/file1.txt +46 -0
  4113. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/file1.txt.deflatedData +0 -0
  4114. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/file2.txt +1504 -0
  4115. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/globTest.zip +0 -0
  4116. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/globTest/foo.txt +0 -0
  4117. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/globTest/foo/bar/baz/foo.txt +0 -0
  4118. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/globTest/food.txt +0 -0
  4119. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/mimetype +1 -0
  4120. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/notzippedruby.rb +7 -0
  4121. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/ntfs.zip +0 -0
  4122. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/rubycode.zip +0 -0
  4123. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/rubycode2.zip +0 -0
  4124. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/testDirectory.bin +0 -0
  4125. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/zip64-sample.zip +0 -0
  4126. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/zipWithDirs.zip +0 -0
  4127. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/data/zipWithEncryption.zip +0 -0
  4128. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/deflater_test.rb +67 -0
  4129. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/encryption_test.rb +42 -0
  4130. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/entry_set_test.rb +138 -0
  4131. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/entry_test.rb +165 -0
  4132. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/errors_test.rb +36 -0
  4133. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/extra_field_test.rb +78 -0
  4134. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/file_extract_directory_test.rb +56 -0
  4135. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/file_extract_test.rb +90 -0
  4136. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/file_split_test.rb +60 -0
  4137. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/file_test.rb +559 -0
  4138. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/filesystem/dir_iterator_test.rb +62 -0
  4139. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/filesystem/directory_test.rb +131 -0
  4140. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/filesystem/file_mutating_test.rb +100 -0
  4141. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/filesystem/file_nonmutating_test.rb +514 -0
  4142. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/filesystem/file_stat_test.rb +66 -0
  4143. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/gentestfiles.rb +134 -0
  4144. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/inflater_test.rb +14 -0
  4145. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/input_stream_test.rb +170 -0
  4146. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/ioextras/abstract_input_stream_test.rb +103 -0
  4147. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/ioextras/abstract_output_stream_test.rb +106 -0
  4148. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/ioextras/fake_io_test.rb +18 -0
  4149. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/local_entry_test.rb +156 -0
  4150. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/output_stream_test.rb +129 -0
  4151. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/pass_thru_compressor_test.rb +31 -0
  4152. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/pass_thru_decompressor_test.rb +15 -0
  4153. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/settings_test.rb +92 -0
  4154. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/test_helper.rb +228 -0
  4155. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/unicode_file_names_and_comments_test.rb +52 -0
  4156. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/zip64_full_test.rb +53 -0
  4157. data/vendor/jruby/2.3.0/gems/rubyzip-1.1.7/test/zip64_support_test.rb +15 -0
  4158. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/CHANGES.md +149 -0
  4159. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/Gemfile +11 -0
  4160. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/LICENSE.txt +22 -0
  4161. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/README.md +191 -0
  4162. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/Rakefile +26 -0
  4163. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/bin/safe_yaml +75 -0
  4164. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/bundle_install_all_ruby_versions.sh +11 -0
  4165. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml.rb +94 -0
  4166. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/deep.rb +34 -0
  4167. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/libyaml_checker.rb +36 -0
  4168. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/load.rb +181 -0
  4169. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/parse/date.rb +35 -0
  4170. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/parse/hexadecimal.rb +12 -0
  4171. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/parse/sexagesimal.rb +26 -0
  4172. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/psych_handler.rb +99 -0
  4173. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/psych_resolver.rb +52 -0
  4174. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/resolver.rb +94 -0
  4175. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/safe_to_ruby_visitor.rb +29 -0
  4176. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/syck_hack.rb +36 -0
  4177. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/syck_node_monkeypatch.rb +43 -0
  4178. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/syck_resolver.rb +38 -0
  4179. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/transform.rb +41 -0
  4180. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_boolean.rb +21 -0
  4181. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_date.rb +13 -0
  4182. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_float.rb +33 -0
  4183. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_integer.rb +26 -0
  4184. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_nil.rb +18 -0
  4185. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_symbol.rb +17 -0
  4186. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/transformation_map.rb +47 -0
  4187. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/lib/safe_yaml/version.rb +3 -0
  4188. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/run_specs_all_ruby_versions.sh +38 -0
  4189. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/safe_yaml.gemspec +19 -0
  4190. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/exploit.1.9.2.yaml +2 -0
  4191. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/exploit.1.9.3.yaml +2 -0
  4192. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/issue48.txt +20 -0
  4193. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/issue49.yml +0 -0
  4194. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/libyaml_checker_spec.rb +69 -0
  4195. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/psych_resolver_spec.rb +10 -0
  4196. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/resolver_specs.rb +278 -0
  4197. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/safe_yaml_spec.rb +731 -0
  4198. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/spec_helper.rb +42 -0
  4199. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/support/exploitable_back_door.rb +29 -0
  4200. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/syck_resolver_spec.rb +10 -0
  4201. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/transform/base64_spec.rb +11 -0
  4202. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/transform/to_date_spec.rb +60 -0
  4203. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/transform/to_float_spec.rb +42 -0
  4204. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/transform/to_integer_spec.rb +64 -0
  4205. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/transform/to_symbol_spec.rb +51 -0
  4206. data/vendor/jruby/2.3.0/gems/safe_yaml-1.0.4/spec/yaml_spec.rb +15 -0
  4207. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/AUTHORS.md +80 -0
  4208. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/CHANGELOG.md +1339 -0
  4209. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/CONTRIBUTING.md +100 -0
  4210. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/Gemfile +79 -0
  4211. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/LICENSE +23 -0
  4212. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.de.md +3031 -0
  4213. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.es.md +2821 -0
  4214. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.fr.md +3014 -0
  4215. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.hu.md +694 -0
  4216. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.ja.md +2756 -0
  4217. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.ko.md +2967 -0
  4218. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.md +3043 -0
  4219. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.pt-br.md +1760 -0
  4220. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.pt-pt.md +791 -0
  4221. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.ru.md +2958 -0
  4222. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/README.zh.md +2872 -0
  4223. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/Rakefile +199 -0
  4224. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/examples/chat.rb +61 -0
  4225. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/examples/simple.rb +3 -0
  4226. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/examples/stream.ru +26 -0
  4227. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/lib/sinatra.rb +3 -0
  4228. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/lib/sinatra/base.rb +2042 -0
  4229. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/lib/sinatra/ext.rb +17 -0
  4230. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/lib/sinatra/images/404.png +0 -0
  4231. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/lib/sinatra/images/500.png +0 -0
  4232. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/lib/sinatra/main.rb +34 -0
  4233. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/lib/sinatra/show_exceptions.rb +357 -0
  4234. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/lib/sinatra/version.rb +3 -0
  4235. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/sinatra.gemspec +19 -0
  4236. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/asciidoctor_test.rb +72 -0
  4237. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/base_test.rb +167 -0
  4238. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/builder_test.rb +91 -0
  4239. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/coffee_test.rb +96 -0
  4240. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/compile_test.rb +183 -0
  4241. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/contest.rb +91 -0
  4242. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/creole_test.rb +65 -0
  4243. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/delegator_test.rb +160 -0
  4244. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/encoding_test.rb +20 -0
  4245. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/erb_test.rb +116 -0
  4246. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/extensions_test.rb +98 -0
  4247. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/filter_test.rb +487 -0
  4248. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/haml_test.rb +109 -0
  4249. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/helper.rb +132 -0
  4250. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/helpers_test.rb +1917 -0
  4251. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/integration/app.rb +79 -0
  4252. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/integration_helper.rb +236 -0
  4253. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/integration_test.rb +104 -0
  4254. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/less_test.rb +69 -0
  4255. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/liquid_test.rb +77 -0
  4256. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/mapped_error_test.rb +285 -0
  4257. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/markaby_test.rb +80 -0
  4258. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/markdown_test.rb +85 -0
  4259. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/mediawiki_test.rb +68 -0
  4260. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/middleware_test.rb +68 -0
  4261. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/nokogiri_test.rb +67 -0
  4262. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/public/favicon.ico +0 -0
  4263. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/public/hello+world.txt +1 -0
  4264. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/rabl_test.rb +89 -0
  4265. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/rack_test.rb +45 -0
  4266. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/radius_test.rb +59 -0
  4267. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/rdoc_test.rb +66 -0
  4268. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/readme_test.rb +130 -0
  4269. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/request_test.rb +100 -0
  4270. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/response_test.rb +63 -0
  4271. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/result_test.rb +76 -0
  4272. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/route_added_hook_test.rb +59 -0
  4273. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/routing_test.rb +1456 -0
  4274. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/sass_test.rb +115 -0
  4275. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/scss_test.rb +88 -0
  4276. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/server_test.rb +56 -0
  4277. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/settings_test.rb +582 -0
  4278. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/sinatra_test.rb +12 -0
  4279. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/slim_test.rb +102 -0
  4280. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/static_test.rb +266 -0
  4281. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/streaming_test.rb +149 -0
  4282. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/stylus_test.rb +90 -0
  4283. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/templates_test.rb +382 -0
  4284. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/textile_test.rb +65 -0
  4285. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/a/in_a.str +1 -0
  4286. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/ascii.erb +2 -0
  4287. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/b/in_b.str +1 -0
  4288. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/calc.html.erb +1 -0
  4289. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/error.builder +3 -0
  4290. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/error.erb +3 -0
  4291. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/error.haml +3 -0
  4292. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/error.sass +2 -0
  4293. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/explicitly_nested.str +1 -0
  4294. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/foo/hello.test +1 -0
  4295. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.asciidoc +1 -0
  4296. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.builder +1 -0
  4297. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.coffee +1 -0
  4298. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.creole +1 -0
  4299. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.erb +1 -0
  4300. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.haml +1 -0
  4301. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.less +5 -0
  4302. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.liquid +1 -0
  4303. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.mab +1 -0
  4304. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.md +1 -0
  4305. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.mediawiki +1 -0
  4306. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.nokogiri +1 -0
  4307. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.rabl +2 -0
  4308. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.radius +1 -0
  4309. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.rdoc +1 -0
  4310. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.sass +2 -0
  4311. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.scss +3 -0
  4312. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.slim +1 -0
  4313. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.str +1 -0
  4314. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.styl +2 -0
  4315. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.test +1 -0
  4316. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.textile +1 -0
  4317. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.wlang +1 -0
  4318. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/hello.yajl +1 -0
  4319. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.builder +3 -0
  4320. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.erb +2 -0
  4321. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.haml +2 -0
  4322. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.liquid +2 -0
  4323. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.mab +2 -0
  4324. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.nokogiri +3 -0
  4325. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.rabl +3 -0
  4326. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.radius +2 -0
  4327. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.slim +3 -0
  4328. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.str +2 -0
  4329. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.test +1 -0
  4330. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/layout2.wlang +2 -0
  4331. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/nested.str +1 -0
  4332. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/views/utf8.erb +2 -0
  4333. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/wlang_test.rb +87 -0
  4334. data/vendor/jruby/2.3.0/gems/sinatra-1.4.8/test/yajl_test.rb +86 -0
  4335. data/vendor/jruby/2.3.0/gems/slop-3.6.0/CHANGES.md +309 -0
  4336. data/vendor/jruby/2.3.0/gems/slop-3.6.0/Gemfile +3 -0
  4337. data/vendor/jruby/2.3.0/gems/slop-3.6.0/LICENSE +20 -0
  4338. data/vendor/jruby/2.3.0/gems/slop-3.6.0/README.md +202 -0
  4339. data/vendor/jruby/2.3.0/gems/slop-3.6.0/Rakefile +29 -0
  4340. data/vendor/jruby/2.3.0/gems/slop-3.6.0/lib/slop.rb +687 -0
  4341. data/vendor/jruby/2.3.0/gems/slop-3.6.0/lib/slop/commands.rb +196 -0
  4342. data/vendor/jruby/2.3.0/gems/slop-3.6.0/lib/slop/option.rb +214 -0
  4343. data/vendor/jruby/2.3.0/gems/slop-3.6.0/slop.gemspec +17 -0
  4344. data/vendor/jruby/2.3.0/gems/slop-3.6.0/test/commands_test.rb +26 -0
  4345. data/vendor/jruby/2.3.0/gems/slop-3.6.0/test/helper.rb +12 -0
  4346. data/vendor/jruby/2.3.0/gems/slop-3.6.0/test/option_test.rb +145 -0
  4347. data/vendor/jruby/2.3.0/gems/slop-3.6.0/test/slop_test.rb +518 -0
  4348. data/vendor/jruby/2.3.0/gems/spoon-0.0.6/LICENSE +144 -0
  4349. data/vendor/jruby/2.3.0/gems/spoon-0.0.6/examples/ls.rb +25 -0
  4350. data/vendor/jruby/2.3.0/gems/spoon-0.0.6/examples/vi.rb +16 -0
  4351. data/vendor/jruby/2.3.0/gems/spoon-0.0.6/lib/spoon.rb +19 -0
  4352. data/vendor/jruby/2.3.0/gems/spoon-0.0.6/lib/spoon/unix.rb +181 -0
  4353. data/vendor/jruby/2.3.0/gems/spoon-0.0.6/lib/spoon/windows.rb +52 -0
  4354. data/vendor/jruby/2.3.0/gems/spoon-0.0.6/spoon.gemspec +11 -0
  4355. data/vendor/jruby/2.3.0/gems/stud-0.0.22/CHANGELIST +0 -0
  4356. data/vendor/jruby/2.3.0/gems/stud-0.0.22/LICENSE +14 -0
  4357. data/vendor/jruby/2.3.0/gems/stud-0.0.22/README.md +27 -0
  4358. data/vendor/jruby/2.3.0/gems/stud-0.0.22/lib/stud/buffer.rb +260 -0
  4359. data/vendor/jruby/2.3.0/gems/stud-0.0.22/lib/stud/interval.rb +110 -0
  4360. data/vendor/jruby/2.3.0/gems/stud-0.0.22/lib/stud/pool.rb +215 -0
  4361. data/vendor/jruby/2.3.0/gems/stud-0.0.22/lib/stud/secret.rb +35 -0
  4362. data/vendor/jruby/2.3.0/gems/stud-0.0.22/lib/stud/task.rb +64 -0
  4363. data/vendor/jruby/2.3.0/gems/stud-0.0.22/lib/stud/temporary.rb +63 -0
  4364. data/vendor/jruby/2.3.0/gems/stud-0.0.22/lib/stud/trap.rb +80 -0
  4365. data/vendor/jruby/2.3.0/gems/stud-0.0.22/lib/stud/try.rb +127 -0
  4366. data/vendor/jruby/2.3.0/gems/stud-0.0.22/lib/stud/with.rb +22 -0
  4367. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/Gemfile +20 -0
  4368. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/LICENSE +144 -0
  4369. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/README.md +60 -0
  4370. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/Rakefile +62 -0
  4371. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/examples/bench_cache.rb +35 -0
  4372. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
  4373. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
  4374. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
  4375. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
  4376. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
  4377. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
  4378. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
  4379. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
  4380. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
  4381. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/ext/thread_safe/JrubyCacheBackendService.java +15 -0
  4382. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe.rb +65 -0
  4383. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
  4384. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/cache.rb +161 -0
  4385. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/jruby_cache_backend.jar +0 -0
  4386. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/mri_cache_backend.rb +60 -0
  4387. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
  4388. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/synchronized_cache_backend.rb +77 -0
  4389. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/synchronized_delegator.rb +43 -0
  4390. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/util.rb +16 -0
  4391. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/util/adder.rb +62 -0
  4392. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/util/atomic_reference.rb +44 -0
  4393. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/util/cheap_lockable.rb +106 -0
  4394. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
  4395. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/util/striped64.rb +222 -0
  4396. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/util/volatile.rb +64 -0
  4397. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/util/volatile_tuple.rb +46 -0
  4398. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/util/xor_shift_random.rb +41 -0
  4399. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/lib/thread_safe/version.rb +21 -0
  4400. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/spec_helper.rb +31 -0
  4401. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/src/thread_safe/SecurityManager.java +21 -0
  4402. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/support/threads.rb +1 -0
  4403. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/support/threadsafe_test.rb +75 -0
  4404. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/thread_safe/array_spec.rb +18 -0
  4405. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/thread_safe/cache_loops_spec.rb +507 -0
  4406. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/thread_safe/cache_spec.rb +943 -0
  4407. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/thread_safe/hash_spec.rb +17 -0
  4408. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/thread_safe/no_unsafe_spec.rb +27 -0
  4409. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/spec/thread_safe/synchronized_delegator_spec.rb +85 -0
  4410. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/tasks/update_doc.rake +45 -0
  4411. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/thread_safe.gemspec +26 -0
  4412. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/yard-template/default/fulldoc/html/css/common.css +125 -0
  4413. data/vendor/jruby/2.3.0/gems/thread_safe-0.3.6-java/yard-template/default/layout/html/footer.erb +16 -0
  4414. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/CHANGELOG.md +117 -0
  4415. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/COPYING +18 -0
  4416. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/Gemfile +67 -0
  4417. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/HACKING +16 -0
  4418. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/README.md +233 -0
  4419. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/Rakefile +106 -0
  4420. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/bin/tilt +122 -0
  4421. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/docs/TEMPLATES.md +555 -0
  4422. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/docs/common.css +14 -0
  4423. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt.rb +166 -0
  4424. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/asciidoc.rb +27 -0
  4425. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/babel.rb +16 -0
  4426. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/bluecloth.rb +24 -0
  4427. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/builder.rb +37 -0
  4428. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/coffee.rb +58 -0
  4429. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/commonmarker.rb +21 -0
  4430. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/creole.rb +25 -0
  4431. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/csv.rb +65 -0
  4432. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/dummy.rb +3 -0
  4433. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/erb.rb +57 -0
  4434. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/erubi.rb +32 -0
  4435. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/erubis.rb +43 -0
  4436. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/etanni.rb +27 -0
  4437. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/haml.rb +58 -0
  4438. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/kramdown.rb +25 -0
  4439. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/less.rb +30 -0
  4440. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/liquid.rb +44 -0
  4441. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/livescript.rb +23 -0
  4442. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/mapping.rb +293 -0
  4443. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/markaby.rb +45 -0
  4444. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/maruku.rb +22 -0
  4445. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/nokogiri.rb +36 -0
  4446. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/pandoc.rb +49 -0
  4447. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/plain.rb +16 -0
  4448. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/prawn.rb +43 -0
  4449. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/radius.rb +48 -0
  4450. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/rdiscount.rb +39 -0
  4451. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/rdoc.rb +40 -0
  4452. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/redcarpet.rb +83 -0
  4453. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/redcloth.rb +23 -0
  4454. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/rst-pandoc.rb +18 -0
  4455. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/sass.rb +41 -0
  4456. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/sigil.rb +34 -0
  4457. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/string.rb +21 -0
  4458. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/template.rb +301 -0
  4459. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/typescript.rb +26 -0
  4460. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/wikicloth.rb +22 -0
  4461. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/yajl.rb +87 -0
  4462. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/man/index.txt +2 -0
  4463. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/man/tilt.1.ronn +59 -0
  4464. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/markaby/locals.mab +1 -0
  4465. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/markaby/markaby.mab +1 -0
  4466. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/markaby/markaby_other_static.mab +1 -0
  4467. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/markaby/render_twice.mab +1 -0
  4468. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/markaby/scope.mab +1 -0
  4469. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/markaby/yielding.mab +2 -0
  4470. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/mytemplate.rb +2 -0
  4471. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/test_helper.rb +64 -0
  4472. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_asciidoctor_test.rb +50 -0
  4473. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_babeltemplate.rb +33 -0
  4474. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_blueclothtemplate_test.rb +33 -0
  4475. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_buildertemplate_test.rb +72 -0
  4476. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_cache_test.rb +43 -0
  4477. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_coffeescripttemplate_test.rb +141 -0
  4478. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_commonmarkertemplate_test.rb +20 -0
  4479. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_compilesite_test.rb +51 -0
  4480. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_creoletemplate_test.rb +24 -0
  4481. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_csv_test.rb +77 -0
  4482. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_erbtemplate_test.rb +239 -0
  4483. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_erubistemplate_test.rb +151 -0
  4484. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_erubitemplate_test.rb +158 -0
  4485. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_etannitemplate_test.rb +174 -0
  4486. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_hamltemplate_test.rb +166 -0
  4487. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_kramdown_test.rb +20 -0
  4488. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_lesstemplate_test.less +1 -0
  4489. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_lesstemplate_test.rb +42 -0
  4490. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_liquidtemplate_test.rb +87 -0
  4491. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_livescripttemplate_test.rb +37 -0
  4492. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_mapping_test.rb +232 -0
  4493. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_markaby_test.rb +88 -0
  4494. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_markdown_test.rb +186 -0
  4495. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_marukutemplate_test.rb +36 -0
  4496. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_metadata_test.rb +42 -0
  4497. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_nokogiritemplate_test.rb +87 -0
  4498. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_pandoctemplate_test.rb +67 -0
  4499. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_prawntemplate.prawn +1 -0
  4500. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_prawntemplate_test.rb +75 -0
  4501. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_radiustemplate_test.rb +75 -0
  4502. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_rdiscounttemplate_test.rb +43 -0
  4503. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_rdoctemplate_test.rb +29 -0
  4504. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_redcarpettemplate_test.rb +54 -0
  4505. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_redclothtemplate_test.rb +36 -0
  4506. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_rstpandoctemplate_test.rb +32 -0
  4507. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_sasstemplate_test.rb +41 -0
  4508. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_sigil_test.rb +41 -0
  4509. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_stringtemplate_test.rb +171 -0
  4510. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_template_test.rb +314 -0
  4511. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_test.rb +60 -0
  4512. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_typescript_test.rb +34 -0
  4513. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_wikiclothtemplate_test.rb +32 -0
  4514. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/test/tilt_yajltemplate_test.rb +101 -0
  4515. data/vendor/jruby/2.3.0/gems/tilt-2.0.7/tilt.gemspec +130 -0
  4516. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/LICENSE +19 -0
  4517. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/README.md +190 -0
  4518. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/Rakefile +64 -0
  4519. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/bin/tt +112 -0
  4520. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/contributing_and_planned_features.markdown +102 -0
  4521. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/grammar_composition.markdown +65 -0
  4522. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/index.markdown +88 -0
  4523. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/pitfalls_and_advanced_techniques.markdown +51 -0
  4524. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/semantic_interpretation.markdown +218 -0
  4525. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/site.rb +112 -0
  4526. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/sitegen.rb +65 -0
  4527. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/syntactic_recognition.markdown +215 -0
  4528. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/tt.1 +83 -0
  4529. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/doc/using_in_ruby.markdown +105 -0
  4530. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic.rb +551 -0
  4531. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic.treetop +98 -0
  4532. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic_node_classes.rb +9 -0
  4533. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic_test.rb +58 -0
  4534. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus +0 -0
  4535. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus.rb +718 -0
  4536. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus.treetop +132 -0
  4537. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus_node_classes.rb +5 -0
  4538. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus_test.rb +89 -0
  4539. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/examples/lambda_calculus/test_helper.rb +18 -0
  4540. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop.rb +3 -0
  4541. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/bootstrap_gen_1_metagrammar.rb +42 -0
  4542. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler.rb +7 -0
  4543. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/grammar_compiler.rb +49 -0
  4544. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/lexical_address_space.rb +17 -0
  4545. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/metagrammar.rb +3984 -0
  4546. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/metagrammar.treetop +503 -0
  4547. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes.rb +19 -0
  4548. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/anything_symbol.rb +18 -0
  4549. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/atomic_expression.rb +14 -0
  4550. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/character_class.rb +28 -0
  4551. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/choice.rb +31 -0
  4552. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/declaration_sequence.rb +24 -0
  4553. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/grammar.rb +28 -0
  4554. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/inline_module.rb +27 -0
  4555. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/nonterminal.rb +13 -0
  4556. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/optional.rb +19 -0
  4557. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/parenthesized_expression.rb +9 -0
  4558. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/parsing_expression.rb +146 -0
  4559. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/parsing_rule.rb +58 -0
  4560. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/predicate.rb +45 -0
  4561. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/predicate_block.rb +16 -0
  4562. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/repetition.rb +89 -0
  4563. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/sequence.rb +71 -0
  4564. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/terminal.rb +20 -0
  4565. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/transient_prefix.rb +9 -0
  4566. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/treetop_file.rb +9 -0
  4567. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/compiler/ruby_builder.rb +115 -0
  4568. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/polyglot.rb +9 -0
  4569. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/ruby_extensions.rb +1 -0
  4570. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/ruby_extensions/string.rb +40 -0
  4571. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/runtime.rb +6 -0
  4572. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/runtime/compiled_parser.rb +115 -0
  4573. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list.rb +3 -0
  4574. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list/head_node.rb +15 -0
  4575. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list/interval_skip_list.rb +200 -0
  4576. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list/node.rb +164 -0
  4577. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/runtime/syntax_node.rb +114 -0
  4578. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/runtime/terminal_parse_failure.rb +16 -0
  4579. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/runtime/terminal_syntax_node.rb +17 -0
  4580. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/lib/treetop/version.rb +9 -0
  4581. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/and_predicate_spec.rb +36 -0
  4582. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/anything_symbol_spec.rb +44 -0
  4583. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/character_class_spec.rb +301 -0
  4584. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/choice_spec.rb +80 -0
  4585. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/circular_compilation_spec.rb +30 -0
  4586. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/failure_propagation_functional_spec.rb +21 -0
  4587. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/grammar_compiler_spec.rb +113 -0
  4588. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/grammar_spec.rb +41 -0
  4589. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/multibyte_chars_spec.rb +38 -0
  4590. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/namespace_spec.rb +42 -0
  4591. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/nonterminal_symbol_spec.rb +40 -0
  4592. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/not_predicate_spec.rb +38 -0
  4593. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/occurrence_range_spec.rb +189 -0
  4594. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/one_or_more_spec.rb +35 -0
  4595. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/optional_spec.rb +37 -0
  4596. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/parenthesized_expression_spec.rb +19 -0
  4597. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/parsing_rule_spec.rb +61 -0
  4598. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/repeated_subrule_spec.rb +29 -0
  4599. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/semantic_predicate_spec.rb +175 -0
  4600. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/sequence_spec.rb +129 -0
  4601. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/terminal_spec.rb +81 -0
  4602. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/terminal_symbol_spec.rb +37 -0
  4603. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/test_grammar.treetop +7 -0
  4604. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/test_grammar.tt +7 -0
  4605. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/test_grammar_do.treetop +7 -0
  4606. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/test_grammar_magic_coding.treetop +8 -0
  4607. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/test_grammar_magic_encoding.treetop +8 -0
  4608. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/tt_compiler_spec.rb +224 -0
  4609. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/compiler/zero_or_more_spec.rb +56 -0
  4610. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/composition/a.treetop +11 -0
  4611. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/composition/b.treetop +11 -0
  4612. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/composition/c.treetop +10 -0
  4613. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/composition/d.treetop +10 -0
  4614. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/composition/f.treetop +17 -0
  4615. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/composition/grammar_composition_spec.rb +40 -0
  4616. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/composition/subfolder/e_includes_c.treetop +15 -0
  4617. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/ruby_extensions/string_spec.rb +32 -0
  4618. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/compiled_parser_spec.rb +123 -0
  4619. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/delete_spec.rb +147 -0
  4620. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/expire_range_spec.rb +349 -0
  4621. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/insert_and_delete_node_spec.rb +385 -0
  4622. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/insert_spec.rb +660 -0
  4623. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/interval_skip_list_spec.graffle +6175 -0
  4624. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/interval_skip_list_spec.rb +58 -0
  4625. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/palindromic_fixture.rb +35 -0
  4626. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/palindromic_fixture_spec.rb +163 -0
  4627. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/spec_helper.rb +91 -0
  4628. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/runtime/syntax_node_spec.rb +77 -0
  4629. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/spec/spec_helper.rb +115 -0
  4630. data/vendor/jruby/2.3.0/gems/treetop-1.4.15/treetop.gemspec +176 -0
  4631. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/CHANGELOG.md +1460 -0
  4632. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/Gemfile +9 -0
  4633. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/LICENSE +20 -0
  4634. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/README.md +1045 -0
  4635. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/Rakefile +30 -0
  4636. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock.rb +54 -0
  4637. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/api.rb +97 -0
  4638. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/assertion_failure.rb +11 -0
  4639. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/callback_registry.rb +35 -0
  4640. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/config.rb +18 -0
  4641. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/cucumber.rb +10 -0
  4642. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/deprecation.rb +9 -0
  4643. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/errors.rb +17 -0
  4644. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/curb_adapter.rb +337 -0
  4645. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/em_http_request_adapter.rb +228 -0
  4646. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/excon_adapter.rb +162 -0
  4647. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_lib_adapter.rb +7 -0
  4648. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb +19 -0
  4649. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_rb/client.rb +14 -0
  4650. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_rb/request.rb +10 -0
  4651. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_rb/response.rb +43 -0
  4652. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_rb/streamer.rb +25 -0
  4653. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_rb/webmock.rb +68 -0
  4654. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_rb_adapter.rb +37 -0
  4655. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/httpclient_adapter.rb +240 -0
  4656. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/manticore_adapter.rb +127 -0
  4657. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/net_http.rb +362 -0
  4658. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/net_http_response.rb +34 -0
  4659. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/patron_adapter.rb +130 -0
  4660. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb +174 -0
  4661. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/matchers/hash_including_matcher.rb +36 -0
  4662. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/minitest.rb +41 -0
  4663. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/rack_response.rb +69 -0
  4664. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/request_body_diff.rb +64 -0
  4665. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/request_execution_verifier.rb +78 -0
  4666. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/request_pattern.rb +343 -0
  4667. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/request_registry.rb +35 -0
  4668. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/request_signature.rb +54 -0
  4669. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/request_signature_snippet.rb +61 -0
  4670. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/request_stub.rb +100 -0
  4671. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/response.rb +153 -0
  4672. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/responses_sequence.rb +40 -0
  4673. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/rspec.rb +35 -0
  4674. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/rspec/matchers.rb +27 -0
  4675. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/rspec/matchers/request_pattern_matcher.rb +78 -0
  4676. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/rspec/matchers/webmock_matcher.rb +52 -0
  4677. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/stub_registry.rb +67 -0
  4678. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/stub_request_snippet.rb +34 -0
  4679. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/test_unit.rb +22 -0
  4680. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/util/hash_counter.rb +32 -0
  4681. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/util/hash_keys_stringifier.rb +25 -0
  4682. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/util/hash_validator.rb +17 -0
  4683. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/util/headers.rb +49 -0
  4684. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/util/json.rb +78 -0
  4685. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/util/query_mapper.rb +279 -0
  4686. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/util/uri.rb +111 -0
  4687. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/util/version_checker.rb +111 -0
  4688. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/version.rb +3 -0
  4689. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/lib/webmock/webmock.rb +156 -0
  4690. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/minitest/test_helper.rb +34 -0
  4691. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/minitest/test_webmock.rb +9 -0
  4692. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/minitest/webmock_spec.rb +60 -0
  4693. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/curb/curb_spec.rb +466 -0
  4694. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/curb/curb_spec_helper.rb +147 -0
  4695. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/em_http_request/em_http_request_spec.rb +406 -0
  4696. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/em_http_request/em_http_request_spec_helper.rb +77 -0
  4697. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/excon/excon_spec.rb +75 -0
  4698. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/excon/excon_spec_helper.rb +50 -0
  4699. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/http_rb/http_rb_spec.rb +73 -0
  4700. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/http_rb/http_rb_spec_helper.rb +51 -0
  4701. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/httpclient/httpclient_spec.rb +209 -0
  4702. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/httpclient/httpclient_spec_helper.rb +57 -0
  4703. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/manticore/manticore_spec.rb +56 -0
  4704. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/manticore/manticore_spec_helper.rb +35 -0
  4705. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/net_http/net_http_shared.rb +142 -0
  4706. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/net_http/net_http_spec.rb +317 -0
  4707. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/net_http/net_http_spec_helper.rb +64 -0
  4708. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/net_http/real_net_http_spec.rb +20 -0
  4709. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/patron/patron_spec.rb +118 -0
  4710. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/patron/patron_spec_helper.rb +54 -0
  4711. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/shared/allowing_and_disabling_net_connect.rb +313 -0
  4712. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/shared/callbacks.rb +147 -0
  4713. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/shared/complex_cross_concern_behaviors.rb +36 -0
  4714. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/shared/enabling_and_disabling_webmock.rb +95 -0
  4715. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/shared/precedence_of_stubs.rb +15 -0
  4716. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/shared/request_expectations.rb +916 -0
  4717. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/shared/returning_declared_responses.rb +388 -0
  4718. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/shared/stubbing_requests.rb +583 -0
  4719. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/typhoeus/typhoeus_hydra_spec.rb +135 -0
  4720. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/typhoeus/typhoeus_hydra_spec_helper.rb +60 -0
  4721. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/acceptance/webmock_shared.rb +41 -0
  4722. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/fixtures/test.txt +1 -0
  4723. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/quality_spec.rb +84 -0
  4724. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/spec_helper.rb +48 -0
  4725. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/support/example_curl_output.txt +22 -0
  4726. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/support/failures.rb +9 -0
  4727. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/support/my_rack_app.rb +53 -0
  4728. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/support/network_connection.rb +19 -0
  4729. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/support/webmock_server.rb +69 -0
  4730. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/api_spec.rb +75 -0
  4731. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/errors_spec.rb +129 -0
  4732. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/http_lib_adapters/http_lib_adapter_registry_spec.rb +17 -0
  4733. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/http_lib_adapters/http_lib_adapter_spec.rb +12 -0
  4734. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/matchers/hash_including_matcher_spec.rb +87 -0
  4735. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/rack_response_spec.rb +112 -0
  4736. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/request_body_diff_spec.rb +90 -0
  4737. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/request_execution_verifier_spec.rb +208 -0
  4738. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/request_pattern_spec.rb +590 -0
  4739. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/request_registry_spec.rb +76 -0
  4740. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/request_signature_snippet_spec.rb +89 -0
  4741. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/request_signature_spec.rb +155 -0
  4742. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/request_stub_spec.rb +199 -0
  4743. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/response_spec.rb +282 -0
  4744. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/stub_registry_spec.rb +103 -0
  4745. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/stub_request_snippet_spec.rb +95 -0
  4746. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/util/hash_counter_spec.rb +39 -0
  4747. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/util/hash_keys_stringifier_spec.rb +27 -0
  4748. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/util/headers_spec.rb +28 -0
  4749. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/util/json_spec.rb +33 -0
  4750. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/util/query_mapper_spec.rb +138 -0
  4751. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/util/uri_spec.rb +299 -0
  4752. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/util/version_checker_spec.rb +65 -0
  4753. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/spec/unit/webmock_spec.rb +11 -0
  4754. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/test/http_request.rb +24 -0
  4755. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/test/shared_test.rb +95 -0
  4756. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/test/test_helper.rb +23 -0
  4757. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/test/test_webmock.rb +6 -0
  4758. data/vendor/jruby/2.3.0/gems/webmock-2.3.2/webmock.gemspec +46 -0
  4759. data/vendor/jruby/2.3.0/specifications/addressable-2.4.0.gemspec +36 -0
  4760. data/vendor/jruby/2.3.0/specifications/chronic_duration-0.10.6.gemspec +38 -0
  4761. data/vendor/jruby/2.3.0/specifications/clamp-0.6.5.gemspec +20 -0
  4762. data/vendor/jruby/2.3.0/specifications/coderay-1.1.1.gemspec +26 -0
  4763. data/vendor/jruby/2.3.0/specifications/concurrent-ruby-1.0.0-java.gemspec +24 -0
  4764. data/vendor/jruby/2.3.0/specifications/crack-0.4.3.gemspec +32 -0
  4765. data/vendor/jruby/2.3.0/specifications/diff-lcs-1.3.gemspec +61 -0
  4766. data/vendor/jruby/2.3.0/specifications/ffi-1.9.18-java.gemspec +21 -0
  4767. data/vendor/jruby/2.3.0/specifications/filesize-0.0.4.gemspec +35 -0
  4768. data/vendor/jruby/2.3.0/specifications/fivemat-1.3.3.gemspec +19 -0
  4769. data/vendor/jruby/2.3.0/specifications/gem_publisher-1.5.0.gemspec +37 -0
  4770. data/vendor/jruby/2.3.0/specifications/gems-0.8.3.gemspec +33 -0
  4771. data/vendor/jruby/2.3.0/specifications/hashdiff-0.3.4.gemspec +39 -0
  4772. data/vendor/jruby/2.3.0/specifications/i18n-0.6.9.gemspec +42 -0
  4773. data/vendor/jruby/2.3.0/specifications/insist-1.0.0.gemspec +0 -0
  4774. data/vendor/jruby/2.3.0/specifications/jar-dependencies-0.3.11.gemspec +41 -0
  4775. data/vendor/jruby/2.3.0/specifications/jrjackson-0.4.2-java.gemspec +40 -0
  4776. data/vendor/jruby/2.3.0/specifications/jrmonitor-0.4.2.gemspec +0 -0
  4777. data/vendor/jruby/2.3.0/specifications/jruby-openssl-0.9.16-java.gemspec +40 -0
  4778. data/vendor/jruby/2.3.0/specifications/kramdown-1.13.2.gemspec +56 -0
  4779. data/vendor/jruby/2.3.0/specifications/logstash-codec-plain-3.0.2.gemspec +36 -0
  4780. data/vendor/jruby/2.3.0/specifications/logstash-core-5.2.1-java.gemspec +94 -0
  4781. data/vendor/jruby/2.3.0/specifications/logstash-core-event-java-5.2.1-java.gemspec +37 -0
  4782. data/vendor/jruby/2.3.0/specifications/logstash-core-plugin-api-2.1.23-java.gemspec +33 -0
  4783. data/vendor/jruby/2.3.0/specifications/logstash-core-queue-jruby-5.2.1-java.gemspec +21 -0
  4784. data/vendor/jruby/2.3.0/specifications/logstash-devutils-1.3.1-java.gemspec +0 -0
  4785. data/vendor/jruby/2.3.0/specifications/method_source-0.8.2.gemspec +34 -0
  4786. data/vendor/jruby/2.3.0/specifications/minitar-0.5.4.gemspec +25 -0
  4787. data/vendor/jruby/2.3.0/specifications/numerizer-0.1.1.gemspec +22 -0
  4788. data/vendor/jruby/2.3.0/specifications/polyglot-0.3.5.gemspec +22 -0
  4789. data/vendor/jruby/2.3.0/specifications/pry-0.10.4-java.gemspec +47 -0
  4790. data/vendor/jruby/2.3.0/specifications/puma-2.16.0-java.gemspec +47 -0
  4791. data/vendor/jruby/2.3.0/specifications/rack-1.6.6.gemspec +39 -0
  4792. data/vendor/jruby/2.3.0/specifications/rack-protection-1.5.3.gemspec +38 -0
  4793. data/vendor/jruby/2.3.0/specifications/rake-12.0.0.gemspec +43 -0
  4794. data/vendor/jruby/2.3.0/specifications/rspec-3.6.0.gemspec +42 -0
  4795. data/vendor/jruby/2.3.0/specifications/rspec-core-3.6.0.gemspec +62 -0
  4796. data/vendor/jruby/2.3.0/specifications/rspec-expectations-3.6.0.gemspec +50 -0
  4797. data/vendor/jruby/2.3.0/specifications/rspec-mocks-3.6.0.gemspec +50 -0
  4798. data/vendor/jruby/2.3.0/specifications/rspec-support-3.6.0.gemspec +41 -0
  4799. data/vendor/jruby/2.3.0/specifications/rspec-wait-0.0.9.gemspec +38 -0
  4800. data/vendor/jruby/2.3.0/specifications/ruby-maven-3.3.12.gemspec +41 -0
  4801. data/vendor/jruby/2.3.0/specifications/ruby-maven-libs-3.3.9.gemspec +22 -0
  4802. data/vendor/jruby/2.3.0/specifications/rubyzip-1.1.7.gemspec +47 -0
  4803. data/vendor/jruby/2.3.0/specifications/safe_yaml-1.0.4.gemspec +23 -0
  4804. data/vendor/jruby/2.3.0/specifications/sinatra-1.4.8.gemspec +41 -0
  4805. data/vendor/jruby/2.3.0/specifications/slop-3.6.0.gemspec +36 -0
  4806. data/vendor/jruby/2.3.0/specifications/spoon-0.0.6.gemspec +30 -0
  4807. data/vendor/jruby/2.3.0/specifications/stud-0.0.22.gemspec +0 -0
  4808. data/vendor/jruby/2.3.0/specifications/thread_safe-0.3.6-java.gemspec +39 -0
  4809. data/vendor/jruby/2.3.0/specifications/tilt-2.0.7.gemspec +23 -0
  4810. data/vendor/jruby/2.3.0/specifications/treetop-1.4.15.gemspec +56 -0
  4811. data/vendor/jruby/2.3.0/specifications/webmock-2.3.2.gemspec +79 -0
  4812. metadata +4808 -2
@@ -0,0 +1,3791 @@
1
+ \input texinfo @c -*-texinfo-*-
2
+ @setfilename ruby-debug.info
3
+
4
+ @set DBG ruby-debug
5
+ @set ttrdebug @code{rdebug}
6
+ @set ttDBG @code{@value{DBG}}
7
+ @set Emacs @sc{gnu} Emacs
8
+
9
+ @c Karl Berry informs me that this will add straight quotes in
10
+ @c typewriter text.
11
+ @c See the "Inserting Quote Characters" node in the Texinfo manual
12
+ @set txicodequoteundirected
13
+ @set txicodequotebacktick
14
+ @set RDEBUG_VERSION 0.11.6
15
+
16
+ @macro Example {}
17
+ @iftex
18
+ @cartouche
19
+ @end iftex
20
+ @smallexample
21
+ @end macro
22
+
23
+ @macro EndExample {}
24
+ @iftex
25
+ @end cartouche
26
+ @end iftex
27
+ @end smallexample
28
+ @end macro
29
+
30
+ @macro DBG {}
31
+ @value{DBG}
32
+ @end macro
33
+
34
+ @macro ttDBG {}
35
+ @value{ttrdebug}
36
+ @end macro
37
+
38
+ @c How to show optional variables.
39
+ @macro ovar{varname}
40
+ @r{[}@var{\varname\}@r{]}
41
+ @end macro
42
+
43
+ @settitle ruby-debug
44
+ @setchapternewpage odd
45
+ @c %**end of header
46
+
47
+ @include version.texi
48
+
49
+ @finalout
50
+
51
+ @c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
52
+
53
+ @c This is a dir.info fragment to support semi-automated addition of
54
+ @c manuals to an info tree.
55
+ @dircategory Programming & development tools.
56
+ @direntry
57
+ * ruby-debug: (ruby-debug). Ruby Debugger
58
+ @end direntry
59
+
60
+ @titlepage
61
+ @title Debugging with @code{ruby-debug}
62
+ @sp 1
63
+ @subtitle @value{EDITION} Edition
64
+ @subtitle @value{UPDATED-MONTH}
65
+ @author Rocky Bernstein, Kent Sibilev, and Mark Moseley
66
+ @page
67
+ @ifset WHERETO
68
+ @tex
69
+ {\parskip=0pt
70
+ \hfill (Send bugs and comments on ruby-debug to fill in...)\par
71
+ \hfill {\it Debugging with {\tt ruby-debug}\par
72
+ \hfill \TeX{}info \texinfoversion\par
73
+ }
74
+ @end tex
75
+ @end ifset
76
+ @end titlepage
77
+ @page
78
+
79
+ @ifnottex
80
+ @node Top, Summary, (dir), (dir)
81
+ @top Debugging with ruby-debug
82
+
83
+ This file describes ruby-debug, the Ruby Debugger,
84
+ version @value{RDEBUG_VERSION}
85
+
86
+ This is the @value{EDITION} Edition, @value{UPDATED}
87
+ @c Copyright (C) 2007 ...
88
+
89
+ @menu
90
+ * Summary:: Overview of Debugger with sample sessions
91
+ * Invocation:: Getting in and out
92
+ * Debugger Command Reference:: rdebug command reference
93
+ * Post-Mortem Debugging:: Debugging on an uncaught exception
94
+ * Debugger Module and Class:: ruby-debug's Debugger module and class
95
+
96
+ Appendix
97
+ * Using from GitHub::
98
+
99
+ Indexes (nodes containing large menus)
100
+ * Class Module Index:: An item for Class, Module, and Methods.
101
+ * Command Index:: An item for each command name.
102
+ * General Index:: An item for each concept.
103
+ @end menu
104
+
105
+ @end ifnottex
106
+
107
+ @contents
108
+
109
+ @node Summary
110
+ @chapter Summary of @code{ruby-debug}
111
+
112
+ The purpose of a debugger such as @DBG{} is to allow you to see what is
113
+ going on ``inside'' a Ruby program while it executes.
114
+
115
+ @ttDBG{} can do four main kinds of things (plus other things in support of
116
+ these) to help you catch bugs in the act:
117
+
118
+ @itemize @bullet
119
+ @item
120
+ Start your script, specifying anything that might affect its behavior.
121
+
122
+ @item
123
+ Make your script stop on specified conditions.
124
+
125
+ @item
126
+ Examine what has happened, when your script has stopped.
127
+
128
+ @item
129
+ Change things in your script, so you can experiment with correcting the
130
+ effects of one bug and go on to learn about another.
131
+ @end itemize
132
+
133
+ Although you can use @value{ttrdebug} to invoke your Ruby programs via
134
+ a debugger at the outset, there are other ways to use and enter the
135
+ debugger.
136
+
137
+ @menu
138
+ * First Sample Session:: A Simple Sample @code{rdebug} session
139
+ * Second Sample Session:: Second Session Delving a little deeper @code{rdebug} session
140
+ * Unit Testing Session:: Using the debugger in unit testing
141
+ * Debugger.start with a block:: Using the Debugger.start with a block
142
+ * Debugging Oddities:: How debugging Ruby may be different...
143
+ @end menu
144
+
145
+ @node First Sample Session
146
+ @section The First Sample @code{rdebug} Session (@code{list}, @code{display}, @code{print}, and @code{quit})
147
+
148
+ You can use this manual at your leisure to read all about @value{ttDBG}.
149
+ However, a handful of commands are enough to get started using the
150
+ debugger. The following sections illustrates these commands.
151
+
152
+ @iftex
153
+ In this sample session, we emphasize user input like this: @b{input},
154
+ to make it easier to pick out from the surrounding output.
155
+ @end iftex
156
+
157
+ Below is Ruby code to compute a triangle number of a given
158
+ length.@footnote{There are of course shorter ways to define @code{triangle}
159
+ such as:
160
+ @smallexample
161
+ def triangle(n) (n * (n+1)) / 2 end
162
+ @end smallexample
163
+ The code we use in this example and the next is more for pedagogical
164
+ purposes than how to write short Ruby code.}
165
+
166
+
167
+ @smallexample
168
+ $ @b{rdebug triangle.rb}
169
+ triangle.rb:4 def hanoi(n,a,b,c)
170
+ (rdb:1) @b{list}
171
+ [-1, 8] in ./triangle.rb
172
+ 1 #!/usr/bin/env ruby
173
+ 2 # Compute the n'th triangle number - the hard way
174
+ 3 # triangle(n) == (n * (n+1)) / 2
175
+ => 4 def triangle(n)
176
+ 5 tri = 0
177
+ 6 0.upto(n) do |i|
178
+ 7 tri += i
179
+ 8 end
180
+ (rdb:1) @b{l}
181
+ [9, 18] in ./triangle.rb
182
+ 9 tri
183
+ 10 end
184
+ 11
185
+ 12 t = triangle(3)
186
+ 13 puts t
187
+ (rdb:1) @b{list 1,100}
188
+ [1, 100] in ./triangle.rb
189
+ 1 #!/usr/bin/env ruby
190
+ 2 # Compute the n'th triangle number - the hard way
191
+ 3 # triangle(n) == (n * (n+1)) / 2
192
+ => 4 def triangle(n)
193
+ 5 tri = 0
194
+ 6 0.upto(n) do |i|
195
+ 7 tri += i
196
+ 8 end
197
+ 9 tri
198
+ 10 end
199
+ 11
200
+ 12 t = triangle(3)
201
+ 13 puts t
202
+ (rdb:1)
203
+ @end smallexample
204
+
205
+ @noindent
206
+
207
+ There are lots of command options, but we don't need them for now. See
208
+ @ref{rdebug command-line options} for a full list of command options.
209
+
210
+ Position information consists of a filename and line number,
211
+ e.g.@: @code{triangle.rb:4}. We are currently stopped before the first
212
+ executable line of the program; this is line 4 of
213
+ @code{triangle.rb}. If you are used to less dynamic languages and have
214
+ used debuggers for more statically compiled languages like C, C++, or
215
+ Java, it may seem odd to be stopped before a function definition. But
216
+ in Ruby line 4 is executed, the name @code{triangle} (probably) does
217
+ not exist so issuing a method call of @code{triangle} will raise a
218
+ ``method not found'' error.
219
+
220
+ @DBG{}'s prompt is @code{(rdb:@emph{n})}. The @emph{n} is the thread
221
+ number. Here it is 1 which is usually the case for the main thread. If
222
+ the program has died and you are in post-mortem debugging, there is no
223
+ thread number. In this situation, the string @code{post-mortem} is
224
+ used in place of a thread number. If the program has terminated
225
+ normally, the string this position will be @code{ctrl}. The commands
226
+ which are available change depending on the program state.
227
+
228
+ The first command, @code{list} (@pxref{List}), prints 10 lines
229
+ centered around the current line; the current line here is line 4 and
230
+ is marked by @code{=>}, so the range the debugger would like to show
231
+ is -1..8. However since there aren't 5 lines before the current line,
232
+ those additional lines---``lines'' -1 and 0---are dropped and we print
233
+ the remaining 8 lines. The @code{list} command can be abbreviated
234
+ with @code{l} which is what we use next. Notice that when we use this
235
+ a second time, we continue listing from the place we last left
236
+ off. The desired range of lines this time is lines 9 to 18; but since
237
+ the program ends at line 13, only the remaining 5 lines are shown.
238
+
239
+ If you want to set how many lines to print by default rather than use
240
+ the initial number of lines, 10, use the @code{set listsize} command
241
+ (@pxref{Listsize}). To see the entire program in one shot, we gave an
242
+ explicit starting and ending line number.
243
+
244
+ If you use a front-end to the debugger such as the Emacs interface,
245
+ @c (@pxref{GNU Emacs})
246
+ you probably won't use @code{list} all that much.
247
+
248
+ Now let us step through the program.
249
+
250
+ @smallexample
251
+ (rdb:1) @b{step}
252
+ triangle.rb:12
253
+ t = triangle(3)
254
+ (rdb:1) @b{@key{<RET>}}
255
+ triangle.rb:5
256
+ tri = 0
257
+ (rdb:1) @b{p tri}
258
+ nil
259
+ (rdb:1) @b{step}
260
+ triangle.rb:6
261
+ 0.upto(n) do |i|
262
+ (rdb:1) @b{p tri}
263
+ 0
264
+ @end smallexample
265
+
266
+ The first @kbd{step} command (@pxref{Step}) runs the script one
267
+ executable unit. The second command we entered was just hitting the
268
+ return key; @ttDBG{} remembers the last command you entered was
269
+ @code{step}, so it runs that last command again.
270
+
271
+ One way to print the values of variables uses @code{p}. (Of course,
272
+ there are of course lots of other ways too.). When we look at the
273
+ value of @code{tri} the first time, we see it is @code{nil}. Again we
274
+ are stopped @emph{before} the assignment on line 5, and this variable
275
+ hasn't been set previously. However after issuing another ``step''
276
+ command we see that the value is 0 as expected.
277
+
278
+ However if every time we stop we want to see the value of @code{tri}
279
+ to see how things are going stop, there is a better way by setting a
280
+ display expression (@pxref{DisplayCommands}).
281
+
282
+ @smallexample
283
+ (rdb:1) @b{display tri}
284
+ 1: tri = 0
285
+ @end smallexample
286
+
287
+ Now let us run the program until we return from the function. However
288
+ we'll want to see which lines get run.
289
+
290
+ @smallexample
291
+ (rdb:1) @b{display i}
292
+ 2: i =
293
+ (rdb:1) @b{set linetrace on}
294
+ line tracing is on.
295
+ (rdb:1) @b{finish}
296
+ Tracing(1):triangle.rb:7 tri += i
297
+ 1: tri = 0
298
+ 2: i = 0
299
+ Tracing(1):triangle.rb:7 tri += i
300
+ 1: tri = 0
301
+ 2: i = 1
302
+ Tracing(1):triangle.rb:7 tri += i
303
+ 1: tri = 1
304
+ 2: i = 2
305
+ Tracing(1):triangle.rb:7 tri += i
306
+ 1: tri = 3
307
+ 2: i = 3
308
+ Tracing(1):triangle.rb:9 tri
309
+ 1: tri = 6
310
+ 2: i = 3
311
+ 6
312
+ Tracing(1):triangle.rb:13 puts t
313
+ 1: tri =
314
+ 2: i =
315
+ 1: tri =
316
+ 2: i =
317
+ triangle.rb:13
318
+ puts t
319
+ (rdb:1) @b{quit}
320
+ Really quit? (y/n) @b{y}
321
+ @end smallexample
322
+
323
+ So far, so good. A you can see from the above to get out of the
324
+ debugger, one can issue a @code{quit} command. (@code{q} and
325
+ @code{exit} are just as good. If you want to quit without being
326
+ prompted, suffix the command with an exclamation mark, e.g.\@code{q!}.
327
+
328
+ @node Second Sample Session
329
+ @section Sample Session 2: Delving Deeper (@code{where}, @code{frame}, @code{restart}, @code{autoeval}, @code{break}, @code{ps})
330
+
331
+ In this section we'll introduce breakpoints, the call stack and
332
+ restarting. So far we've been doing pretty good in that we've not
333
+ encountered a bug to fix. Let's try another simple example. Okay
334
+ here's the program.
335
+
336
+ Below we will debug a simple Ruby program to solve the classic Towers
337
+ of Hanoi puzzle. It is augmented by the bane of programming: some
338
+ command-parameter processing with error checking.
339
+
340
+ @smallexample
341
+ $ @b{rdebug hanoi.rb}
342
+ hanoi.rb:3 def hanoi(n,a,b,c)
343
+ (rdb:1) @b{list 1,100}
344
+ [1, 100] in ./hanoi.rb
345
+ 1 #!/usr/bin/ruby
346
+ 2
347
+ => 3 def hanoi(n,a,b,c)
348
+ 4 if n-1 > 0
349
+ 5 hanoi(n-1, a, c, b)
350
+ 6 end
351
+ 7 puts "Move disk %s to %s" % [a, b]
352
+ 8 if n-1 > 0
353
+ 9 hanoi(n-1, c, b, a)
354
+ 10 end
355
+ 11 end
356
+ 12
357
+ 13 i_args=ARGV.length
358
+ 14 if i_args > 1
359
+ 15 puts "*** Need number of disks or no parameter"
360
+ 16 exit 1
361
+ 17 end
362
+ 18
363
+ 19 n=3
364
+ 20
365
+ 21 if i_args > 0
366
+ 22 begin
367
+ 23 n = ARGV[0].to_i
368
+ 24 rescue ValueError, msg
369
+ 25 print "** Expecting an integer, got: %s" % ARGV[0].to_s
370
+ 26 exit 2
371
+ 27 end
372
+ 28 end
373
+ 29
374
+ 30 if n < 1 or n > 100
375
+ 31 puts "*** number of disks should be between 1 and 100"
376
+ 32 exit 2
377
+ 33 end
378
+ 34
379
+ 35 hanoi(n, :a, :b, :c)
380
+ (rdb:1)
381
+ @end smallexample
382
+
383
+ Recall in the first section I said that before the @code{def} is run
384
+ the method it names is undefined. Let's check that out. First let's
385
+ see what private methods we can call before running @code{def hanoi}
386
+
387
+ @smallexample
388
+ (rdb:1) @b{set autoeval on}
389
+ autoeval is on.
390
+ (rdb:1) @b{private_methods}
391
+ [:require_relative, :Digest, :default_src_encoding, :debug_program, ...
392
+ @end smallexample
393
+
394
+ The @code{set autoeval} (@pxref{Autoeval}) command causes any commands
395
+ that are not normally understood to be debugger commands to get
396
+ evaluated as though they were Ruby commands. I use this a lot, so I
397
+ set this by putting it the command file @code{.rdebugrc},
398
+ @pxref{Command Files}, that gets read when @code{ruby-debug} starts.
399
+
400
+ As showing the list output of @code{private_methods}, I find this kind
401
+ of list unwieldy. What you are supposed to notice here is that
402
+ method @code{hanoi} is not in this list. When you ask
403
+ @code{ruby-debug} for a list of method names via @code{method
404
+ instance}, it doesn't show output in this way; @code{ruby-debug} can
405
+ sort and put into columns lists like this using the print command, @code{ps}.
406
+
407
+
408
+ @smallexample
409
+ (rdb:1) @b{ps private_methods}
410
+ Array debug_program p spawn
411
+ Complex default_src_encoding pp sprintf
412
+ Digest eval print srand
413
+ Float exec printf syscall
414
+ Integer exit proc system
415
+ Pathname exit! process_options test
416
+ Rational fail putc throw
417
+ String fork puts trace_var
418
+ __callee__ format raise trap
419
+ __method__ gem rand untrace_var
420
+ ` gets readline warn
421
+ abort global_variables readlines whence_file
422
+ at_exit initialize remove_instance_variable y
423
+ autoload initialize_copy require
424
+ autoload? iterator? require_relative
425
+ binding lambda select
426
+ block_given? load set_trace_func
427
+ caller local_variables singleton_method_added
428
+ catch loop singleton_method_removed
429
+ dbg_print method_missing singleton_method_undefined
430
+ dbg_puts open sleep
431
+ @end smallexample
432
+
433
+ Now let's see what happens after stepping:
434
+
435
+ @smallexample
436
+ (rdb:1) @b{private_methods.member?(:hanoi)}
437
+ false
438
+ (rdb:1) @b{step}
439
+ hanoi.rb:13
440
+ i_args=ARGV.length
441
+ (rdb:1) @b{private_methods.member?(:hanoi)}
442
+ true
443
+ (rdb:1)
444
+ @end smallexample
445
+
446
+ Okay, now where were we?
447
+
448
+ @smallexample
449
+ (rdb:1) @b{list}
450
+ [8, 17] in ./hanoi.rb
451
+ 8 if n-1 > 0
452
+ 9 hanoi(n-1, c, b, a)
453
+ 10 end
454
+ 11 end
455
+ 12
456
+ => 13 i_args=ARGV.length
457
+ 14 if i_args > 1
458
+ 15 puts "*** Need number of disks or no parameter"
459
+ 16 exit 1
460
+ 17 end
461
+ (rdb:1) @b{ARGV}
462
+ []
463
+ @end smallexample
464
+
465
+ Ooops. We forgot to specify any parameters to this program. Let's try
466
+ again. We can use the @code{restart} command here.
467
+
468
+ @smallexample
469
+ (rdb:1) @b{restart 3}
470
+ Re exec'ing:
471
+ /usr/bin/rdebug hanoi.rb 3
472
+ hanoi.rb:3
473
+ def hanoi(n,a,b,c)
474
+ (rdb:1) @b{break 4}
475
+ Breakpoint 1 file hanoi.rb, line 4
476
+ (rdb:1) @b{continue}
477
+ Breakpoint 1 at hanoi.rb:4
478
+ ./hanoi.rb:4 if n-1 > 0
479
+ (rdb:1) @b{display n}
480
+ 1: n = 3
481
+ (rdb:1) @b{display a}
482
+ 2: a = a
483
+ (rdb:1) @b{undisplay 2}
484
+ (rdb:1) @b{display a.inspect}
485
+ 3: a.inspect = :a
486
+ (rdb:1) @b{display b.inspect}
487
+ 4: b.inspect = :b
488
+ (rdb:1) @b{continue}
489
+ Breakpoint 1 at hanoi.rb:4
490
+ 1: n = 2
491
+ 3: a.inspect = :a
492
+ 4: b.inspect = :c
493
+ ./hanoi.rb:4
494
+ if n-1 > 0
495
+ (rdb:1) @b{c}
496
+ Breakpoint 1 at hanoi.rb:4
497
+ 1: n = 1
498
+ 3: a.inspect = :a
499
+ 4: b.inspect = :b
500
+ ./hanoi.rb:4
501
+ if n-1 > 0
502
+ (rdb:1) @b{where}
503
+ --> #0 Object.hanoi(n#Fixnum, a#Symbol, b#Symbol, c#Symbol) at line hanoi.rb:4
504
+ #1 Object.hanoi(n#Fixnum, a#Symbol, b#Symbol, c#Symbol) at line hanoi.rb:5
505
+ #2 Object.hanoi(n#Fixnum, a#Symbol, b#Symbol, c#Symbol) at line hanoi.rb:5
506
+ #3 at line hanoi.rb:35
507
+ (rdb:1)
508
+ @end smallexample
509
+
510
+ In the above we added a new command, @code{break}
511
+ (@pxref{Breakpoints}) which indicates to go into the debugger just
512
+ before that line of code is run. And @code{continue} resumes
513
+ execution. Notice the difference between @code{display a} and
514
+ @code{display a.inspect}. An implied string conversion is performed on
515
+ the expression after it is evaluated. To remove a display expression
516
+ we used @code{undisplay} is used. If we give a display number, just
517
+ that display expression is removed.
518
+
519
+ Above we also used a new command @code{where} (@pxref{Backtrace} to
520
+ show the call stack. In the above situation, starting from the bottom
521
+ line we see we called the hanoi from line 35 of the file
522
+ @code{hanoi.rb} and the hanoi method called itself two more times at
523
+ line 5.
524
+
525
+ In the call stack we show the file line position in the same format
526
+ when we stop at a line. Also we see the names of the parameters and
527
+ the types that those parameters @emph{currently} have. It's possible
528
+ that when the program was called the parameter had a different type,
529
+ since the types of variables can change dynamically. You alter the
530
+ style of what to show in the trace (@pxref{Callstyle}).
531
+
532
+ Let's explore a little more. Now were were we?
533
+
534
+ @smallexample
535
+ (rdb:1) @b{list}
536
+ 1 #!/usr/bin/ruby
537
+ 2
538
+ 3 def hanoi(n,a,b,c)
539
+ => 4 if n-1 > 0
540
+ 5 hanoi(n-1, a, c, b)
541
+ 6 end
542
+ 7 puts "Move disk %s to %s" % [a, b]
543
+ 8 if n-1 > 0
544
+ (rdb:1) @b{undisplay}
545
+ Clear all expressions? (y/n) @b{y}
546
+ (rdb:1) @b{i_args}
547
+ NameError Exception: undefined local variable or method `i_args' for main:Object
548
+ (rdb:1) @b{frame -1}
549
+ #3 at line hanoi.rb:35
550
+ (rdb:1) @b{i_args}
551
+ 1
552
+ (rdb:1) @b{p n}
553
+ 3
554
+ (rdb:1) @b{down 2}
555
+ #2 Object.hanoi(n#Fixnum, a#Symbol, b#Symbol, c#Symbol) at line hanoi.rb:5
556
+ (rdb:1) @b{p n}
557
+ 2
558
+ @end smallexample
559
+
560
+ Notice in the above to get the value of variable @code{n}, I have to
561
+ use a print command like @code{p n}; If I entered just @code{n}, that
562
+ would be taken to mean the debugger command ``next''. In the current
563
+ scope, variable @code{i_args} is not defined. However I can change to
564
+ the top-most frame by using the @code{frame} command. Just as with
565
+ arrays, -1 means the last one. Alternatively using frame number 3
566
+ would have been the same thing; so would issuing @code{up 3}.
567
+
568
+ Note that in the outside frame 3, the value of @code{i_args} can be
569
+ shown. Also note that the value of variable @code{n} is different.
570
+
571
+ @node Unit Testing Session
572
+ @section Using the debugger in unit testing (@code{ruby-debug/debugger}, @code{Debugger.start})
573
+
574
+ In the previous sessions we've been calling the debugger right at the
575
+ outset. I confess that this mode of operation is usually not how I use
576
+ the debugger.
577
+
578
+ There are a number of situations where calling the debugger at the outset is
579
+ impractical for a couple of reasons.
580
+
581
+ @enumerate
582
+ @item
583
+ The debugger just doesn't work when run at the outset. By necessity
584
+ any debugging changes to the behavior or the program in slight and
585
+ subtle ways, and sometimes this can hinder finding bugs.
586
+ @item
587
+ There's a lot of code which that needs to get run before the part you
588
+ want to inspect. Running this code takes time and you don't want the
589
+ overhead of the debugger.
590
+ @end enumerate
591
+
592
+ In this section we'll show how to enter the code in the middle
593
+ of your program, while delving more into the debugger operation.
594
+
595
+ In this section we will also use unit testing. Using unit tests will
596
+ greatly reduce the amount of debugging needed, while at the same time,
597
+ will increase the quality of your program.
598
+
599
+ What we'll do is take the @code{triangle} code from the first session
600
+ and write a unit test for that. In a sense we did write a mini-test
601
+ for the program which was basically the last line where we printed the
602
+ value of triangle(3). This test however wasn't automated: the
603
+ implication is that someone would look at the output and verify that
604
+ what was printed is what was expected.
605
+
606
+ And before we can turn that into something that can be
607
+ @code{required}, we probably want to remove that output. However I
608
+ like to keep in that line so that when I look at the file, I have an
609
+ example of how to run it. Therefore we will conditionally run this
610
+ line if that file is invoked directly, but skip it if it is
611
+ not.@footnote{@code{rdebug} resets @code{$0} to try to make things
612
+ like this work.}
613
+ @smallexample
614
+ if __FILE__ == $0
615
+ t = triangle(3)
616
+ puts t
617
+ end
618
+ @end smallexample
619
+
620
+ Let's call this file @code{tri2.rb}.
621
+
622
+ Okay, we're now ready to write our unit test. We'll use
623
+ @code{"test/unit"} which comes with the standard Ruby distribution.
624
+ Here's the test code; it should be in the same directory as tri2.rb.
625
+
626
+ @smallexample
627
+ #!/usr/bin/env ruby
628
+ require 'test/unit'
629
+ require_relative './tri2.rb'
630
+
631
+ class TestTri < Test::Unit::TestCase
632
+ def test_basic
633
+ solutions = []
634
+ 0.upto(5) do |i|
635
+ solutions << triangle(i)
636
+ end
637
+ assert_equal([0, 1, 3, 6, 10, 15], solutions,
638
+ 'Testing the first 5 triangle numbers')
639
+ end
640
+ end
641
+ @end smallexample
642
+
643
+ If you run it will work. However if you run @code{rdebug} initially,
644
+ you will not get into the test, because @code{test/unit} wants to be
645
+ the main program. So here is a situation where one may need to modify
646
+ the program to add an explicit @emph{entry} into the
647
+ debugger.@footnote{For some versions of rake and @code{rdebug} you can
648
+ in fact set a breakpoint after running @code{rdebug}
649
+ initially. Personally though I find it much simpler and more reliable
650
+ to modify the code as shown here.}
651
+
652
+ One way to do this is to add the following before the place you want
653
+ to stop:
654
+ @smallexample
655
+ require 'ruby-debug'
656
+ debugger
657
+ @end smallexample
658
+
659
+ Let's add this code just after entering @code{test_basic}:
660
+ @smallexample
661
+ ...
662
+ def test_basic
663
+ @b{require "ruby-debug"}
664
+ @b{debugger}
665
+ solutions = []
666
+ ...
667
+ @end smallexample
668
+
669
+ Now we run the program..
670
+ @smallexample
671
+ $ @b{ruby test-tri.rb}
672
+ Loaded suite test-tri
673
+ Started
674
+ test-tri.rb:9
675
+ solutions = []
676
+ (rdb:1)
677
+ @end smallexample
678
+ and we see that we are stopped at line 9 just before the
679
+ initialization of the list @code{solutions}.
680
+
681
+ Now let's see where we are...
682
+
683
+ @smallexample
684
+ (rdb:1) @b{where}
685
+ --> #0 TestTri.test_basic at line /home/rocky/ruby/test-tri.rb:9
686
+ (rdb:1)
687
+ @end smallexample
688
+
689
+ Something seems wrong here; @code{TestTri.test_basic} indicates that
690
+ we are in class @code{TestTri} in method @code{test_basic}. However we
691
+ don't see the call to this like we did in the last example when we
692
+ used the @code{where} command. This is because the debugger really
693
+ didn't spring into existence until after we already entered that
694
+ method, and Ruby doesn't keep call stack information around in a
695
+ way that will give the information we show when running @code{where}.
696
+
697
+ If we want call stack information, we have to turn call-stack tracking
698
+ on @emph{beforehand}. This is done by adding @code{Debugger.start}.
699
+
700
+ Here's what our test program looks like so after we modify it to start
701
+ tracking calls from the outset
702
+
703
+ @smallexample
704
+ #!/usr/bin/env ruby
705
+ require 'test/unit'
706
+ require 'tri2.rb'
707
+ require 'ruby-debug'
708
+ @b{Debugger.start}
709
+
710
+ class TestTri < Test::Unit::TestCase
711
+ def test_basic
712
+ @b{debugger}
713
+ solutions = []
714
+ 0.upto(5) do |i|
715
+ solutions << triangle(i)
716
+ end
717
+ assert_equal([0, 1, 3, 6, 10, 15], solutions,
718
+ "Testing the first 5 triangle numbers")
719
+ end
720
+ end
721
+ @end smallexample
722
+
723
+ Now when we run this:
724
+ @smallexample
725
+ $ @b{ruby test-tri2.rb}
726
+ Loaded suite test-tri2
727
+ Started
728
+ test-tri2.rb:11
729
+ solutions = []
730
+ (rdb:1) @b{where}
731
+ --> #0 TestTri.test_basic at line test-tri2.rb:11
732
+ #1 MiniTest::Unit::TestCase.run(runner#MiniTest::Unit)
733
+ at line /usr/local/lib/ruby/1.9.1/minitest/unit.rb:458
734
+ #2 MiniTest::Unit.run_test_suites
735
+ at line /usr/local/lib/ruby/1.9.1/minitest/unit.rb:426
736
+ #3 MiniTest::Unit.run
737
+ at line /usr/local/lib/ruby/1.9.1/minitest/unit.rb:393
738
+ #4 at line /usr/local/lib/ruby/1.9.1/minitest/unit.rb:334
739
+ (rdb:1)
740
+ @end smallexample
741
+
742
+ Much better. But again let me emphasize that the parameter types are
743
+ those of the corresponding variables that @emph{currently} exist, and
744
+ this might have changed since the time when the call was made.
745
+
746
+ @node Debugger.start with a block
747
+ @section Using the @code{Debugger.start} with a block
748
+
749
+ We saw that @code{Debugger.start()} and @code{Debugger.stop()} allow
750
+ fine-grain control over where the debugger tracking should occur.
751
+
752
+ Rather than use an explicit @code{stop()}, you can also pass a block
753
+ to the @code{start()} method. This causes @code{start()} to run and
754
+ then @code{yield} to that block. When the block is finished,
755
+ @code{stop()} is run. In other words, this wraps a
756
+ @code{Debugger.start()} and @code{Debugger.stop()} around the block of
757
+ code. But it also has a side benefit of ensuring that in the presence
758
+ of an uncaught exception @code{stop} is run, without having to
759
+ explicitly use @code{begin} ... @code{ensure Debugger.stop() end}.
760
+
761
+ For example, in Ruby Rails you might want to debug code in one of the
762
+ controllers without causing any slowdown to any other code. And
763
+ this can be done by wrapping the controller in a @code{start()} with a
764
+ block; when the method wrapped this way finishes the debugger is
765
+ turned off, and the application proceeds at regular speed.
766
+
767
+ Of course, inside the block you will probably want to enter the
768
+ debugger using @code{Debugger.debugger()}, otherwise there would
769
+ little point in using the @code{start}. For example, you can do this
770
+ in @code{irb}:
771
+
772
+ @smallexample
773
+ $ @b{irb}
774
+ irb(main):001:0> @b{require 'ruby-debug'}
775
+ => true
776
+ irb(main):002:0> @b{def foo}
777
+ irb(main):003:1> @b{x=1}
778
+ irb(main):004:1> @b{puts 'foo'}
779
+ irb(main):005:1> @b{end}
780
+ => nil
781
+ irb(main):006:0> @b{Debugger.start@{debugger; foo@}}
782
+ (irb):3
783
+
784
+ (rdb:1) @b{s}
785
+ (irb):4
786
+
787
+ (rdb:1) @b{p x}
788
+ 1
789
+ (rdb:1) @b{s}
790
+ foo
791
+ => true
792
+ irb(main):007:0>
793
+ @end smallexample
794
+
795
+ There is a counter inside of @code{Debugger.start} method to make sure
796
+ that this works when another @code{Debugger.start} method is called
797
+ inside of outer one. However if you are stopped inside the debugger,
798
+ issuing another @code{debugger} call will not have any effect even if
799
+ it is nested inside another @code{Debugger.start}.
800
+
801
+ @node Debugging Oddities
802
+ @section How debugging Ruby may be different than debugging other Languages
803
+
804
+ If you are used to debugging in other languages like C, C++, Perl,
805
+ Java or even Bash@footnote{this is just an excuse to put in a
806
+ shameless plug for my bash debugger @url{http://bashdb.sf.net}}, there
807
+ may be a number of things that seem or feel a little bit different and
808
+ may confuse you. A number of these things aren't oddities of the
809
+ debugger per se, so much as a difference in how Ruby works compared to
810
+ those other languages. Because Ruby works a little differently from
811
+ those other languages, writing a debugger has to also be a little
812
+ different as well if it is to be useful.
813
+
814
+ In this respect, using the debugger may help you understand Ruby
815
+ better.
816
+
817
+ We've already seen two examples of such differences. One difference is
818
+ the fact that we stop on method definitions or @code{def}'s and that is
819
+ because these are in fact executable statements. In other compiled
820
+ languages this would not happen because that's already been done when
821
+ you compile the program (or in Perl when it scans in the program). The
822
+ other difference we saw was in our inability to show call stack parameter
823
+ types without having made arrangements for the debugger to track
824
+ this. In other languages call stack information is usually available
825
+ without asking assistance of the debugger.@footnote{However in C, and
826
+ C++ generally you have to ask the compiler to add such information.}
827
+
828
+ In this section we'll consider some other things that might throw
829
+ off new users to Ruby who are familiar with other languages and
830
+ debugging in them.
831
+
832
+ @menu
833
+ * Stack No Longer Shows Scope Nesting::
834
+ * Bouncing Around in Blocks (e.g. Iterators)::
835
+ * No Parameter Values in a Call Stack::
836
+ * Lines You Can Stop At::
837
+ @end menu
838
+
839
+ @node Stack No Longer Shows Scope Nesting
840
+ @subsection Stack No Longer Shows Scope Nesting
841
+ In the Ruby 1.8 ruby-debug, backtraces will show more stack frames
842
+ that you might find in other languages, such as C. In the Ruby 1.9
843
+ ruby-debug, this is no longer the case.
844
+
845
+ @node Bouncing Around in Blocks (e.g. Iterators)
846
+ @subsection Bouncing Around in Blocks (e.g.@: Iterators)
847
+
848
+ When debugging languages with coroutines like Python and Ruby, a
849
+ method call may not necessarily go to the first statement after the
850
+ method header. It's possible the call will continue after a
851
+ @code{yield} statement from a prior call.
852
+
853
+ @smallexample
854
+ 1 #!/usr/bin/env ruby
855
+ 2 # Enumerator for primes
856
+ 3 class SievePrime
857
+ 4 @@@@odd_primes = []
858
+ 5 def self.next_prime(&block)
859
+ 6 candidate = 2
860
+ 7 yield candidate
861
+ 8 not_prime = false
862
+ 9 candidate += 1
863
+ 10 while true do
864
+ 11 @@@@odd_primes.each do |p|
865
+ 12 not_prime = (0 == (candidate % p))
866
+ 13 break if not_prime
867
+ 14 end
868
+ 15 unless not_prime
869
+ 16 @@@@odd_primes << candidate
870
+ 17 yield candidate
871
+ 18 end
872
+ 19 candidate += 2
873
+ 20 end
874
+ 21 end
875
+ 22 end
876
+ 23 SievePrime.next_prime do |prime|
877
+ 24 puts prime
878
+ 25 break if prime > 10
879
+ 26 end
880
+ @end smallexample
881
+
882
+ @smallexample
883
+ $ @b{rdebug primes.rb}
884
+ primes.rb:3
885
+ class SievePrime
886
+ (rdb:1) @b{set linetrace on}
887
+ line tracing is on.
888
+ (rdb:1) @b{step 9}
889
+ Tracing(1):primes.rb:4 @@odd_primes = []
890
+ Tracing(1):primes.rb:5 def self.next_prime(&block)
891
+ Tracing(1):primes.rb:23 SievePrime.next_prime do |prime|
892
+ Tracing(1):primes.rb:6 candidate = 2
893
+ Tracing(1):primes.rb:7 yield candidate
894
+ Tracing(1):primes.rb:24 puts prime
895
+ 2
896
+ Tracing(1):primes.rb:25 break if prime > 10
897
+ Tracing(1):primes.rb:8 not_prime = false
898
+ Tracing(1):primes.rb:9 candidate += 1
899
+ primes.rb:9
900
+ candidate += 1
901
+ (rdb:1)
902
+ @end smallexample
903
+
904
+ The loop between lines 23--26 gets interleaved between those of
905
+ @code{Sieve::next_prime}, lines 6--19 above.
906
+
907
+ A similar kind of thing can occur in debugging programs with many threads.
908
+
909
+ @node No Parameter Values in a Call Stack
910
+ @subsection No Parameter Values in a Call Stack
911
+ In traditional debuggers in a call stack you can generally see the
912
+ names of the parameters and the values that were passed in.
913
+
914
+ Ruby is a very dynamic language and it tries to be efficient within
915
+ the confines of the language definition. Values generally aren't taken
916
+ out of a variable or expression and pushed onto a stack. Instead a new
917
+ scope created and the parameters are given initial values. Parameter
918
+ passing is by @emph{reference}, not by value as it is say Algol, C, or
919
+ Perl. During the execution of a method, parameter values can
920
+ change---and often do. In fact even the @emph{class} of the object can
921
+ change.
922
+
923
+ So at present, the name of the parameter shown. The call-style setting
924
+ @pxref{Callstyle} can be used to set whether the name is shown or the
925
+ name and the @emph{current} class of the object.
926
+
927
+ It has been contemplated that a style might be added which saves on
928
+ call shorter ``scalar'' types of values and the class name.
929
+
930
+ @node Lines You Can Stop At
931
+ @subsection Lines You Can Stop At
932
+ As with the duplicate stops per control (e.g.@: @code{if} statement),
933
+ until tools like debuggers get more traction among core ruby
934
+ developers there are going to be weirdness. Here we describe the
935
+ stopping locations which effects the breakpoint line numbers you can
936
+ stop at.
937
+
938
+ Consider the following little Ruby program.
939
+
940
+ @smallexample
941
+ 'Yes it does' =~ /
942
+ (Yes) \s+
943
+ it \s+
944
+ does
945
+ /ix
946
+ puts $1
947
+ @end smallexample
948
+
949
+ The stopping points that Ruby records are the last two lines, lines 5
950
+ and 6.
951
+
952
+ Inside @code{ruby-debug} you an get a list of stoppable lines for a
953
+ file using the @code{info file} command with the attribute
954
+ @code{breakpoints}.
955
+
956
+ @ifset FINISHED
957
+ To be continued...
958
+
959
+ @itemize @bullet
960
+ @item more complex example with objects, pretty printing and irb.
961
+ @item line tracing and non-interactive tracing.
962
+ @item mixing in Debugger.debug with rdebug
963
+ @item post-mortem debugging and setting up for that
964
+ @item threading?
965
+ @item references to videos
966
+ @end itemize
967
+ @end ifset
968
+
969
+ @node Invocation
970
+ @chapter Getting in and out
971
+
972
+ @menu
973
+ * Starting the debugger:: How to enter the debugger
974
+ * Command Files:: Command files
975
+ * Quitting the debugger:: How to leave the debugger (quit, kill)
976
+ * Calling from Program:: Calling the debugger from inside your program
977
+ @end menu
978
+
979
+ It is also possible to enter the debugger when you have an uncaught
980
+ exception. See See also @ref{Post-Mortem Debugging}.
981
+
982
+ @node Starting the debugger
983
+ @section Starting the debugger
984
+
985
+ Although one can enter @DBG{} via Emacs (described in a later section)
986
+ and possibly others interfaces, probably the most familiar thing to do
987
+ is invoke the debugger from a command line.
988
+
989
+ A wrapper shell script called @code{rdebug} basically @code{require}'s
990
+ the gem package @code{ruby-debug} and then loads @code{rdebug}.
991
+
992
+ @smallexample
993
+ rdebug [rdebug-options] [--] @var{ruby-script} @var{ruby-script-arguments...}
994
+ @end smallexample
995
+
996
+ If you don't need to pass dash options to your program which might get
997
+ confused with the debugger options, then you don't need to add the
998
+ @option{--}.
999
+
1000
+ To get a brief list of options and descriptions, use the @code{--help}
1001
+ option.
1002
+
1003
+ @smallexample
1004
+ $ @b{rdebug --help}
1005
+ rdebug @value{RDEBUG_VERSION}
1006
+ Usage: rdebug [options] <script.rb> -- <script.rb parameters>
1007
+
1008
+ Options:
1009
+ -A, --annotate LEVEL Set annotation level
1010
+ -c, --client Connect to remote debugger
1011
+ --cport PORT Port used for control commands
1012
+ -d, --debug Set $DEBUG=true
1013
+ --emacs Activates full Emacs support
1014
+ --emacs-basic Activates basic Emacs mode
1015
+ -h, --host HOST Host name used for remote debugging
1016
+ -I, --include PATH Add PATH to $LOAD_PATH
1017
+ --keep-frame-binding Keep frame bindings
1018
+ -m, --post-mortem Activate post-mortem mode
1019
+ --no-control Do not automatically start control thread
1020
+ --no-quit Do not quit when script finishes
1021
+ --no-rewrite-program Do not set $0 to the program being debugged
1022
+ --no-stop Do not stop when script is loaded
1023
+ -nx Not run debugger initialization files (e.g. .rdebugrc
1024
+ -p, --port PORT Port used for remote debugging
1025
+ -r, --require SCRIPT Require the library, before executing your script
1026
+ --restart-script FILE Name of the script file to run. Erased after read
1027
+ --script FILE Name of the script file to run
1028
+ -s, --server Listen for remote connections
1029
+ -w, --wait Wait for a client connection, implies -s option
1030
+ -x, --trace Turn on line tracing
1031
+
1032
+ Common options:
1033
+ --verbose Turn on verbose mode
1034
+ --help Show this message
1035
+ --version Print the version
1036
+ -v Print version number, then turn on verbose mode
1037
+ @end smallexample
1038
+
1039
+ Options for the @code{rdebug} are shown in the following list.
1040
+
1041
+ @menu
1042
+ * rdebug command-line options:: Options you can pass to rdebug
1043
+ * rdebug default options:: How to Set Default Command-Line Options
1044
+ @end menu
1045
+
1046
+ @node rdebug command-line options
1047
+ @subsection Options you can pass to rdebug
1048
+
1049
+ You can run @DBG{} in various alternative modes---for example, as a
1050
+ program that interacts directly with the program in the same process
1051
+ on the same computer or via a socket to another process possibly on a
1052
+ different computer.
1053
+
1054
+ Many options appear as a long option name, such as @option{--help}, and
1055
+ a short one letter option name, such as @option{-h}. A double dash
1056
+ (@option{--} is used to separate options which go to @code{rdebug} from
1057
+ options that are intended to go to your Ruby script. Options (if any)
1058
+ to @code{rdebug} should come first. If there is no possibility of the
1059
+ Ruby script to be debugged getting confused with @code{rdebug}'s
1060
+ option the double dash can be omitted.
1061
+
1062
+ @table @code
1063
+ @item --help
1064
+ @cindex @option{-h}
1065
+ @cindex @option{--help}
1066
+ This option causes @ttDBG{} to print some basic help and exit.
1067
+
1068
+ @item -v | --version
1069
+ @cindex @option{-v}
1070
+ This option causes @ttDBG{} to print its version number and exit.
1071
+
1072
+ @item -A | --annotate @var{level}
1073
+ @cindex @option{-A}
1074
+ @cindex @option{--annotation} @var{level}
1075
+ Set gdb-style annotation @var{level}, a number. Additional information is output
1076
+ automatically when program state is changed. This can be used by
1077
+ front-ends such as GNU Emacs to post this updated information without
1078
+ having to poll for it.
1079
+ @item -c | --client
1080
+ @cindex @option{-c}
1081
+ @cindex @option{--client}
1082
+ Connect to remote debugger. The remote debugger should have been set
1083
+ up previously our you will get a connection error and @code{rdebug}
1084
+ will terminate.
1085
+
1086
+ @item --cport @var{port}
1087
+ @cindex @option{--cport} @var{port}
1088
+ Port used for control commands.
1089
+
1090
+ @item --debug
1091
+ @cindex @option{--debug}
1092
+ Set @code{$DEBUG} to @code{true}. This option is compatible with
1093
+ Ruby's.
1094
+
1095
+ @item --emacs
1096
+ Activates GNU Emacs mode.
1097
+ @c @pxref{GNU Emacs}.
1098
+ Debugger output is tagged in such a way to allow GNU Emacs to track
1099
+ where you are in the code.
1100
+
1101
+ @item --emacs-basic
1102
+ Activates full GNU Emacs mode.
1103
+ @c (@pxref{GNU Emacs}).
1104
+ This is the equivalent of setting the options @option{--emacs-basic},
1105
+ @code{annotate=3}, @option{--no-stop}, @option{-no-control} and
1106
+ @option{--post-mortem}.
1107
+
1108
+ @item -h | --host @var{host-address}
1109
+ Connect host address for remote debugging.
1110
+
1111
+ @item -I --include @var{PATH}
1112
+ @cindex @option{-I} @var{PATH}
1113
+ @cindex @option{--include} @var{PATH}
1114
+ Add @var{PATH} to @code{$LOAD_PATH}
1115
+
1116
+ @item --keep-frame-binding
1117
+ @cindex @option{--keep-frame-binding}
1118
+ Bindings are used to set the proper environment in evaluating
1119
+ expression inside the debugger. Under normal circumstances, I don't
1120
+ believe most people will ever need this option.
1121
+
1122
+ By default, the debugger doesn't create binding object for each frame
1123
+ when the frame is created, i.e. when a call is performed. Creating a
1124
+ binding is an expensive operation and has been a major source of
1125
+ performance problems.
1126
+
1127
+ Instead, the debugger creates a binding when there is a need to
1128
+ evaluate expressions. The artificial binding that is created might be
1129
+ different from the real one. In particular, in performing constant
1130
+ and module name resolution.
1131
+
1132
+ However it's still possible to restore the old, slower behavior by
1133
+ using this option or by setting @code{Debugger.keep_frame_binding =
1134
+ true}. There are two possibilities for which you might want to use
1135
+ this option.
1136
+
1137
+ First, if you think there's a bug in the evaluation of variables, you
1138
+ might want to set this to see if this corrects things.
1139
+
1140
+ Second, since the internal structures that are used here @code{FRAME}
1141
+ and @code{SCOPE} are not part of the Ruby specification, it is
1142
+ possible they can change with newer releases; so here this option this
1143
+ may offer a remedy. (But you'll probably also have to hack the C code
1144
+ since it's likely under this scenario that ruby-debug will no longer
1145
+ compile.) In fact, in Ruby 1.9 these structures have changed and that
1146
+ is partly why this debugger doesn't work on Ruby 1.9.
1147
+
1148
+ @item -m | --post-mortem
1149
+ @cindex @option{-m}
1150
+ @cindex @option{--post-mortem}
1151
+ If your program raises an exception that isn't caught you can enter
1152
+ the debugger for inspection of what went wrong. You may also want to
1153
+ use this option in conjunction with @option{--no-stop}. See also
1154
+ @ref{Post-Mortem Debugging}.
1155
+
1156
+ @item --no-control
1157
+ @cindex @option{--no-control}
1158
+ Do not automatically start control thread.
1159
+
1160
+ @item --no-quit
1161
+ @cindex @option{--no-quit}
1162
+ Restart the debugger when your program terminates normally.
1163
+
1164
+ @item --no-rewrite-program
1165
+ @cindex @option{--no-rewrite-program}
1166
+ Normally @code{rdebug} will reset the program name @code{$0} from its
1167
+ name to the debugged program, and set the its name in variable
1168
+ @code{$RDEBUG_0}. In the unlikely even you don't want this use this option.
1169
+
1170
+ @item --no-stop
1171
+ @cindex @option{--no-stop}
1172
+ Normally the @code{rdebug} stops before executing the first
1173
+ statement. If instead you want it to start running initially and will
1174
+ perhaps break it later in the running, use this options.
1175
+
1176
+ @item -p | --port @var{port}
1177
+ @cindex @option{-p} @var{port}
1178
+ @cindex @option{--port} @var{port}
1179
+ Port used for remote debugging.
1180
+
1181
+ @item -r | --require @var{library}
1182
+ @cindex @option{-r}
1183
+ @cindex @option{--require}
1184
+ Require the library, before executing your script. However if the
1185
+ library happened to be @code{debug}, we'll just ignore the require
1186
+ (since we're already a debugger). This option is compatible with Ruby's.
1187
+
1188
+ @item --script @var{file}
1189
+ @cindex @option{--script}
1190
+ Require the library, before executing your script. However if the
1191
+ library hap-pend to be @code{debug}, we'll just ignore the require
1192
+ (since we're already a debugger). This option is compatible with Ruby's.
1193
+
1194
+ @item -s | --server
1195
+ @cindex @option{-s}
1196
+ @cindex @option{--server}
1197
+ Debug the program but listen for remote connections on the default
1198
+ port or port set up via the @option{--port} option. See also @option{--wait}.
1199
+
1200
+ @item -w | --wait
1201
+ @cindex @option{-w}
1202
+ @cindex @option{--wait}
1203
+ Debug the program but stop waiting for a client connection first. This
1204
+ option automatically sets @option{--server} option.
1205
+
1206
+ @item -x | --trace
1207
+ @cindex @option{-x}
1208
+ @cindex @option{--trace}
1209
+ Turn on line tracing. Running @command{rdebug --trace @emph{rubyscript.rb}}
1210
+ is much like running: @command{ruby -rtracer @emph{rubyscript.rb}}
1211
+
1212
+ If all you want to do however is get a linetrace, @code{tracer}, not
1213
+ @code{rdebug}, may be faster:
1214
+ @smallexample
1215
+ $ @b{time ruby -rtracer gcd.rb 34 21 > /dev/null}
1216
+
1217
+ real 0m0.266s
1218
+ user 0m0.008s
1219
+ sys 0m0.000s
1220
+ $ @b{time rdebug --trace gcd.rb 34 21 > /dev/null}
1221
+
1222
+ real 0m0.875s
1223
+ user 0m0.448s
1224
+ sys 0m0.056s
1225
+ $
1226
+ @end smallexample
1227
+
1228
+ @end table
1229
+
1230
+ @node rdebug default options
1231
+ @subsection How to Set Default Command-Line Options
1232
+
1233
+ @DBG{} has many command-line options; it seems that some people want
1234
+ to set them differently from the our defaults. For example, some
1235
+ people may want @option{--no-quit --no-control} to be the default
1236
+ behavior. One could write a wrapper script or set a shell alias to
1237
+ handle this. @DBG{} has another way to do this as well. Before
1238
+ processing command options if the file @code{$HOME/.rdboptrc} is found
1239
+ (or, on Windows, @code{$HOME/rdbopt.ini}, it is loaded.
1240
+ If you want to set the defaults in some other way, you
1241
+ can put Ruby code here and set variable @code{options} which is an
1242
+ OpenStruct. For example here's how you'd set @option{-no-quit} and
1243
+ change the default control port to 5000.
1244
+
1245
+ @smallexample
1246
+ # This file contains how you want the default options to ruby-debug
1247
+ # to be set. Any Ruby code can be put here.
1248
+ #
1249
+ # debugger # Uncomment if you want to debug rdebug!
1250
+ options.control = false
1251
+ options.port = 5000
1252
+ puts "rocky's rdboptrc run"
1253
+ @end smallexample
1254
+
1255
+ Here are the default values in @code{options}
1256
+ @smallexample
1257
+ #<OpenStruct server=false, client=false, frame_bind=false, cport=8990, tracing=false, nx=false, post_mortem=false, port=8989, verbose_long=false, annotate=nil, control=true, restart_script=nil, quit=true, no_rewrite_program=false, stop=true, script=nil, host=nil, wait=false>
1258
+ @end smallexample
1259
+
1260
+
1261
+ @node Command Files
1262
+ @section Command files
1263
+
1264
+ @cindex command files
1265
+ A command file for @DBG{} is a file of lines that are @DBG{}
1266
+ commands. Comments (lines starting with @kbd{#}) may also be included.
1267
+ An empty line in a command file does nothing; it does not mean to repeat
1268
+ the last command, as it would from the terminal.
1269
+
1270
+ @cindex init file
1271
+ @cindex @file{.rdebugrc}
1272
+ When you start @value{DBG}, it automatically executes commands from its
1273
+ @dfn{init files}, normally called @file{.rdebugrc}.
1274
+
1275
+ On some configurations of @value{DBG}, the init file may be known by a
1276
+ different name. In particular on MS-Windows (but not cygwin)
1277
+ @file{rdebug.ini} is used.
1278
+
1279
+ During startup, @DBG{} does the following:
1280
+
1281
+ @enumerate
1282
+ @item
1283
+ Processes command line options and operands.
1284
+
1285
+ @item
1286
+ Reads the init file in your current directory, if any, and failing
1287
+ that the home directory. The home directory is the directory named in
1288
+ the @code{HOME} or @code{HOMEPATH} environment variable.
1289
+
1290
+ Thus, you can have more than one init file, one generic in your home
1291
+ directory, and another, specific to the program you are debugging, in
1292
+ the directory where you invoke @DBG{}.
1293
+
1294
+ @item
1295
+ Reads command files specified by the @samp{--script} option.
1296
+ @end enumerate
1297
+
1298
+ You can also request the execution of a command file with the
1299
+ @code{source} command, @pxref{Source}.
1300
+
1301
+ @node Quitting the debugger
1302
+ @section Quitting the debugger
1303
+
1304
+ @cindex interrupt
1305
+ An interrupt (often @kbd{C-c}) does not exit from @value{DBG}, but
1306
+ rather terminates the action of any @DBG command that is in
1307
+ progress and returns to @value{DBG} command level. Inside a debugger
1308
+ command interpreter, use @code{quit} command (@pxref{Control, ,Quitting
1309
+ the debugger}).
1310
+
1311
+ There way to terminate the debugger is to use the @code{kill}
1312
+ command. This does more forceful @code{kill -9}. It can be used in
1313
+ cases where @code{quit} doesn't work.
1314
+
1315
+ @node Calling from Program
1316
+ @section Calling the debugger from inside your Ruby program
1317
+
1318
+ Running a program from the debugger adds a bit of overhead and slows
1319
+ down your program a little.
1320
+
1321
+ Furthermore, by necessity, debuggers change the operation of the
1322
+ program they are debugging. And this can lead to unexpected and
1323
+ unwanted differences. It has happened so often that the term
1324
+ ``Heisenbugs'' (see @url{http://en.wikipedia.org/wiki/Heisenbug}) was
1325
+ coined to describe the situation where the addition of the use of a
1326
+ debugger (among other possibilities) changes behavior of the program
1327
+ so that the bug doesn't manifest itself anymore.
1328
+
1329
+ There is another way to get into the debugger which adds no overhead
1330
+ or slowdown until you reach the point at which you want to start
1331
+ debugging. However here you must change the script and make an
1332
+ explicit call to the debugger. Because the debugger isn't involved
1333
+ before the first call, there is no overhead and the script will run
1334
+ at the same speed as if there were no debugger.
1335
+
1336
+ There are three parts to calling the debugger from inside the script,
1337
+ ``requiring'' the debugger code, telling the debugger to start
1338
+ tracking things and then making the call calling the debugger to
1339
+ stop.
1340
+
1341
+ To get the debugger class accessible from your Ruby program:
1342
+
1343
+ @smallexample
1344
+ require 'ruby-debug'
1345
+ @end smallexample
1346
+ After @code{require 'ruby-debug'}, it's possible to set some of the
1347
+ debugger variables influence preferences. For example if you want to
1348
+ have @ttDBG run a @code{list} command every time it stops you set the
1349
+ variable @code{Debugger.settings[:autolist]}. @pxref{Debugger.settings} has a
1350
+ list of variable settings and the default values. Debugger settings
1351
+ can also be set in @code{.rdebugrc} as debugger
1352
+ commands. @pxref{Command Files}
1353
+
1354
+ To tell the debugger to start tracking things:
1355
+
1356
+ @smallexample
1357
+ Debugger.start
1358
+ @end smallexample
1359
+
1360
+ There is also a @code{Debugger.stop} to turn off debugger tracking. If
1361
+ speed is crucial, you may want to start and stop this around certain
1362
+ sections of code. Alternatively, instead of issuing an explicit
1363
+ @code{Debugger.stop} you can add a block to the @code{Debugger.start}
1364
+ and debugging is turned on for that block. If the block of code raises
1365
+ an uncaught exception that would cause the block to terminate, the
1366
+ @code{stop} will occur. See @ref{Debugger.start with a block}.
1367
+
1368
+ And finally to enter the debugger:
1369
+
1370
+ @smallexample
1371
+ debugger
1372
+ @end smallexample
1373
+
1374
+ As indicated above, when @code{debugger} is run a @code{.rdebugrc}
1375
+ profile is read if that file exists.
1376
+
1377
+ You may want to do enter the debugger at several points in the program
1378
+ where there is a problem you want to investigate. And since
1379
+ @code{debugger} is just a method call it's possible enclose it in a
1380
+ conditional expression, for example:
1381
+ @smallexample
1382
+ debugger if 'bar' == foo and 20 == iter_count
1383
+ @end smallexample
1384
+
1385
+ Although each step does a very specific thing which offers great
1386
+ flexibility, in order to make getting into the debugger easier the
1387
+ three steps have been rolled into one command:
1388
+ @smallexample
1389
+ require "ruby-debug/debugger"
1390
+ @end smallexample
1391
+
1392
+ @node Debugger Command Reference
1393
+ @chapter @code{ruby-debug} Command Reference
1394
+
1395
+ @menu
1396
+ * Command Interfaces:: The kinds of interface used to interact with ruby-debug
1397
+ * Command Syntax:: How to give commands to the ruby-debug
1398
+ * Command Output:: How rdebug presents its output
1399
+ * Help:: How to ask for help (help)
1400
+ * Control:: Controlling the debugger (quit, restart, interrupt)
1401
+ * DisplayCommands:: Executing expressions on stop (display, undisplay)
1402
+ * PrintCommands:: Evaluating and Printing Expressions (p, pp, ps, pp, irb)
1403
+ * PrintVars:: Printing Variables (var)
1404
+ * List:: Examining Program Source Files (list)
1405
+ * Edit:: Editing source files (edit)
1406
+ * FrameCommands:: Examining the stack frame (where, up, down, frame)
1407
+ * Stopping:: Stopping and continuing (break, watch, step, cont...)
1408
+ * ruby-debug settings:: rdebug-settings (set args, set autoeval, ...)
1409
+ * Program Information:: Program Status (info)
1410
+ @end menu
1411
+
1412
+ @node Command Interfaces
1413
+ @section Command Interfaces
1414
+ There are several ways one can talk to @code{ruby-debug} and get
1415
+ results. The simplest way is via a command-line interface directly
1416
+ talking to the debugger. This is referred to below as a ``Local
1417
+ Interface''. It's also possible to run the debugger and set up a port
1418
+ by which some other process can connect and control the debug
1419
+ session. This is called a ``Remote Interface''. When you want to gain
1420
+ access to a remote interface you need to run @code{ruby-debug} using a
1421
+ ``Control Interface''. This interface might not be the same process as
1422
+ the process running the debugged program and might not even be
1423
+ running on the same computer.
1424
+
1425
+ Other front-ends may use one of these and build on top and provide
1426
+ other (richer) interfaces. Although many of the commands are available
1427
+ on all interfaces some are not. Most of the time in this manual when
1428
+ we talk about issuing commands describing the responses elicited,
1429
+ we'll assume we are working with the local interface.
1430
+
1431
+ @node Command Syntax
1432
+ @section Command Syntax
1433
+ Usually a command is put on a single line. There is no limit on how long
1434
+ it can be. It starts with a command name, which is followed by
1435
+ arguments whose meaning depends on the command name. For example, the
1436
+ command @code{step} accepts an argument which is the number of times to
1437
+ step, as in @code{step 5}. You can also use the @code{step} command with no
1438
+ arguments. Some commands do not allow any arguments.
1439
+
1440
+ Multiple commands can be put on a line by separating each with a
1441
+ semicolon (@code{;}). You can disable the meaning of a semicolon to
1442
+ separate commands by escaping it with a backslash.
1443
+
1444
+ For example, if you have @code{autoeval} (@ref{Autoeval}) set, you
1445
+ might want to enter the following code to compute the 5th Fibonacci
1446
+ number:
1447
+ @smallexample
1448
+ # Compute the 5 Fibonaci number
1449
+ (rdb:1) set autoeval on
1450
+ (rdb:1) fib1=0; fib2=1; 5.times @{|temp| temp=fib1; fib1=fib2; fib2 += temp @}
1451
+ SyntaxError Exception: compile error
1452
+ /usr/bin/irb:10: syntax error, unexpected $end, expecting '@}'
1453
+ 5.times @{|temp| temp=fib1
1454
+ ^
1455
+ (rdb:1) fib1=0\; fib2=1\; 5.times @{|temp| temp=fib1\; fib1=fib2\; fib2 += temp @}
1456
+ 5
1457
+ (rdb:1) fib2
1458
+ fib2
1459
+ 8
1460
+ @end smallexample
1461
+ You might also consider using the @code{irb} command, @ref{irb}, and
1462
+ then you won't have to escape semicolons.
1463
+
1464
+ A blank line as input (typing just @key{<RET>}) means to repeat the
1465
+ previous command.
1466
+
1467
+ In the ``local'' interface, the Ruby Readline module is used. It
1468
+ handles line editing and retrieval of previous commands. Up arrow, for
1469
+ example moves to the previous debugger command; down arrow moves to
1470
+ the next more recent command (provided you are not already at the last
1471
+ command). Command history is saved in file @code{.rdebug_hist}. A
1472
+ limit is put on the history size. You can see this with the @code{show
1473
+ history size} command. See @ref{History} for history parameters.
1474
+
1475
+ @node Command Output
1476
+ @section Command Output
1477
+
1478
+ In the command-line interface, when @code{ruby-debug} is waiting for
1479
+ input it presents a prompt of the form
1480
+ @code{(rdb:}@emph{x}@code{)}. If debugging locally, @emph{x} will be
1481
+ the thread number. Usual the main thread is 1, so often you'll see
1482
+ @code{(rdb:1)}. In the control interface though @emph{x} will be
1483
+ @code{ctrl} and in post-mortem debugging @code{post-mortem}.
1484
+
1485
+ In the local interface, whenever @code{ruby-debug} gives an error
1486
+ message such as for an invalid command, or an invalid location
1487
+ position, it will generally preface the message with
1488
+ @code{***}. However if annotation mode is on that the message is put
1489
+ in a @code{begin-error} annotation and no @code{***} appears.
1490
+
1491
+ @node Help
1492
+ @section Getting help (@samp{help})
1493
+ @cindex on-line documentation
1494
+ @menu
1495
+ * Help for Subcommands::
1496
+ @end menu
1497
+
1498
+ Once inside @code{ruby-debug} you can always ask it for information on
1499
+ its commands, using the command @code{help}.
1500
+
1501
+ @table @code
1502
+ @kindex h @r{(@code{help})}
1503
+ @kindex help @ovar{command-name}
1504
+ @item help
1505
+ @itemx h
1506
+ You can use @code{help} (abbreviated @code{h}) with no arguments to
1507
+ display a short list of named classes of commands:
1508
+
1509
+ @flushleft
1510
+ @smallexample
1511
+ (rdb:1) @b{help}
1512
+ ruby-debug help v@value{RDEBUG_VERSION}
1513
+ Type 'help <command-name>' for help on a specific command
1514
+
1515
+ Available commands:
1516
+ backtrace delete enable help list ps save thread where
1517
+ break disable eval info method putl set trace
1518
+ catch display exit irb next quit show undisplay
1519
+ condition down finish jump p reload source up
1520
+ continue edit frame kill pp restart step var
1521
+ @end smallexample
1522
+ @end flushleft
1523
+ @c the above line break eliminates huge line overfull...
1524
+
1525
+ @end table
1526
+
1527
+ @table @code
1528
+ @item help @var{command}
1529
+ With a command name as @code{help} argument, @DBG displays short
1530
+ information on how to use that command.
1531
+
1532
+ @smallexample
1533
+ (rdb:1) @b{help list}
1534
+ ruby-debug help v@value{RDEBUG_VERSION}
1535
+ l[ist] list forward
1536
+ l[ist] - list backward
1537
+ l[ist] = list current line
1538
+ l[ist] nn-mm list given lines
1539
+ * NOTE - to turn on autolist, use 'set autolist'
1540
+ (rdb:1)
1541
+ @end smallexample
1542
+ @end table
1543
+
1544
+ @node Help for Subcommands
1545
+ @subsection Help on Subcommands
1546
+ A number of commands have many sub-parameters or
1547
+ @emph{subcommands}. These include @code{info}, @code{set},
1548
+ @code{show}, @code{enable} and @code{disable}.
1549
+
1550
+ When you ask for help for one of these commands, you will get help for
1551
+ all of the subcommands that that command offers. Sometimes you may
1552
+ want help that subcommand and to do this just follow the command with
1553
+ its subcommand name. For example @code{help set annotate} will just
1554
+ give help about the annotate command. Furthermore it will give longer
1555
+ help than the summary information that appears when you ask for
1556
+ help. You don't need to list the full subcommand name, but just enough
1557
+ of the letters to make that subcommand distinct from others will
1558
+ do. For example, @code{help set an} is the same as @code{help set annotate}.
1559
+
1560
+ Some examples follow.
1561
+ @example
1562
+ (rdb:1) @b{help info}
1563
+ Generic command for showing things about the program being debugged.
1564
+ --
1565
+ List of info subcommands:
1566
+ --
1567
+ info args -- Argument variables of current stack frame
1568
+ info breakpoints -- Status of user-settable breakpoints
1569
+ info catch -- Exceptions that can be caught in the current stack frame
1570
+ info display -- Expressions to display when program stops
1571
+ info file -- Info about a particular file read in
1572
+ info files -- File names and timestamps of files read in
1573
+ info global_variables -- Global variables
1574
+ info instance_variables -- Instance variables of the current stack frame
1575
+ info line -- Line number and file name of current position in source file
1576
+ info locals -- Local variables of the current stack frame
1577
+ info program -- Execution status of the program
1578
+ info stack -- Backtrace of the stack
1579
+ info thread -- List info about thread NUM
1580
+ info threads -- information of currently-known threads
1581
+ info variables -- Local and instance variables of the current stack frame
1582
+ @end example
1583
+
1584
+ @example
1585
+ (rdb:1) @b{help info breakpoints}
1586
+ Status of user-settable breakpoints.
1587
+ Without argument, list info about all breakpoints. With an
1588
+ integer argument, list info on that breakpoint.
1589
+ @end example
1590
+
1591
+ @example
1592
+ (rdb:1) @b{help info br}
1593
+ Status of user-settable breakpoints.
1594
+ Without argument, list info about all breakpoints. With an
1595
+ integer argument, list info on that breakpoint.
1596
+ @end example
1597
+
1598
+ @node Control
1599
+ @section Controlling the debugger (@samp{quit}, @samp{restart}, @samp{interrupt}, @samp{source})
1600
+
1601
+ @menu
1602
+ * Quit:: Quitting the debugger (quit)
1603
+ * Restart:: Restarting Script execution (restart)
1604
+ * Interrupt:: Interrupting the debugger (interrupt)
1605
+ * Source:: Running Debugger commands (source)
1606
+ @end menu
1607
+
1608
+ @node Quit
1609
+ @subsection Quit (@samp{quit})
1610
+ @table @code
1611
+ @kindex quit @r{[}unconditionally@r{]}
1612
+ @kindex q @r{(@code{quit})}
1613
+ @item quit @r{[}unconditionally@r{]}
1614
+ @item exit
1615
+ @itemx q
1616
+
1617
+ To exit @value{DBG}, use the @code{quit} command (abbreviated
1618
+ @code{q}), or alias @code{exit}.
1619
+
1620
+ A simple @code{quit} tries to terminate all threads in effect.
1621
+
1622
+ Normally if you are in an interactive session, this command will
1623
+ prompt to ask if you really want to quit. If you don't want any
1624
+ questions asked, enter the ``unconditionally''.
1625
+
1626
+ @end table
1627
+
1628
+ @node Restart
1629
+ @subsection Restart (@samp{restart})
1630
+ @table @code
1631
+ @kindex restart @r{[}@var{program args}@r{]}
1632
+ @kindex R @r{(@code{restart})}
1633
+ @item restart
1634
+ @itemx R
1635
+
1636
+ Restart the program. This is a re-exec - all debugger state is
1637
+ lost. If command arguments are passed those are used. Otherwise the
1638
+ last program arguments used in the last invocation are used.
1639
+
1640
+ In not all cases will you be able to restart the program. First, the
1641
+ program should have been invoked at the outset rather than having been
1642
+ called from inside your program or invoked as a result of post-mortem
1643
+ handling.
1644
+
1645
+ Also, since this relies on the the OS @code{exec} call, this command
1646
+ is available only if your OS supports that @code{exec}; OSX for
1647
+ example does not (yet).
1648
+ @end table
1649
+
1650
+ @node Interrupt
1651
+ @subsection Interrupt (@samp{interrupt})
1652
+ @table @code
1653
+ @kindex interrupt
1654
+ @kindex i
1655
+ @item interrupt
1656
+ @itemx i
1657
+ Interrupt the program. Useful if there are multiple threads running.
1658
+ @end table
1659
+
1660
+ @node Source
1661
+ @subsection Running Debugger Commands (@samp{source})
1662
+ @table @code
1663
+ @kindex source @var{filename}
1664
+ @item source @var{filename}
1665
+ Execute the command file @var{filename}.
1666
+
1667
+ The lines in a command file are executed sequentially. They are not
1668
+ printed as they are executed. If there is an error, execution
1669
+ proceeds to the next command in the file. For information about
1670
+ command files that get run automatically on startup, @pxref{Command Files}.
1671
+ @end table
1672
+
1673
+ @node DisplayCommands
1674
+ @section Executing expressions on stop (@samp{display}, @samp{undisplay})
1675
+ @cindex automatic display
1676
+ @cindex display of expressions
1677
+
1678
+ If you find that you want to print the value of an expression
1679
+ frequently (to see how it changes), you might want to add it to the
1680
+ @dfn{automatic display list} so that @value{DBG} evaluates a statement
1681
+ each time your program stops or the statement is shown in line tracing.
1682
+ Each expression added to the list is given a number to identify it; to
1683
+ remove an expression from the list, you specify that number. The
1684
+ automatic display looks like this:
1685
+
1686
+ @smallexample
1687
+ (rdb:1) display n
1688
+ 1: n = 3
1689
+ @end smallexample
1690
+
1691
+ @noindent
1692
+ This display shows item numbers, expressions and their current values.
1693
+ If the expression is undefined or illegal the expression will be
1694
+ printed but no value will appear.
1695
+
1696
+ @smallexample
1697
+ (rdb:1) display undefined_variable
1698
+ 2: undefined_variable =
1699
+ (rdb:1) display 1/0
1700
+ 3: 1/0 =
1701
+ @end smallexample
1702
+
1703
+ Note: this command uses @code{to_s} to in expressions; for example an
1704
+ array @code{[1, 2]} will appear as @code{12}. For some datatypes like
1705
+ an Array, you may want to call the @code{inspect} method, for example
1706
+ @code{display ARGV.inspect} rather than @code{display ARGV}.
1707
+
1708
+ @table @code
1709
+ @kindex display @ovar{expr}
1710
+ @item display @var{expr}
1711
+ Add the expression @var{expr} to the list of expressions to display
1712
+ each time your program stops or a line is printed when linetracing is
1713
+ on (@pxref{DisplayCommands}).
1714
+
1715
+ @item display
1716
+ Display the current values of the expressions on the list, just as is
1717
+ done when your program stops.
1718
+
1719
+ @kindex undisplay @ovar{num}
1720
+ @item undisplay @ovar{num}
1721
+ @itemx delete display @var{num}
1722
+ Remove item number @var{num} from the list of expressions to display.
1723
+
1724
+ @kindex info display
1725
+ @item info display
1726
+ Show all display expressions
1727
+
1728
+ @ifset GDB_COMPLETED
1729
+ @code{undisplay} does not repeat if you press @key{RET} after using it.
1730
+ (Otherwise you would just get the error @samp{No display number @dots{}}.)
1731
+ @end ifset
1732
+
1733
+ @kindex disable display
1734
+ @item disable display @var{dnums}@dots{}
1735
+ Disable the display of item numbers @var{dnums}. A disabled display
1736
+ item is not printed automatically, but is not forgotten. It may be
1737
+ enabled again later.
1738
+
1739
+ @kindex enable display
1740
+ @item enable display @var{dnums}@dots{}
1741
+ Enable display of item numbers @var{dnums}. It becomes effective once
1742
+ again in auto display of its expression, until you specify otherwise.
1743
+
1744
+ @end table
1745
+
1746
+ @node PrintCommands
1747
+ @section Evaluating and Printing Expressions (@samp{p}, @samp{pp}, @samp{putl}, @samp{ps}, @samp{irb})
1748
+
1749
+ One way to examine and change data in your script is with the
1750
+ @code{eval} command (abbreviated @code{p}). A similar command is
1751
+ @code{pp} which tries to pretty print the result. Finally @code{irb} is
1752
+ useful when you anticipate examining or changing a number of things,
1753
+ and prefer not to have to preface each command, but rather work as one
1754
+ does in @code{irb}.
1755
+
1756
+ @menu
1757
+ * eval:: eval or print an expression (eval, p)
1758
+ * pp:: pretty print an expression (pp, ps, putl)
1759
+ * irb:: running irb using the current context
1760
+ @end menu
1761
+
1762
+ @node eval
1763
+ @subsection Printing an expression (@samp{eval}, @samp{p})
1764
+ @table @code
1765
+ @kindex eval @var{expr}
1766
+ @kindex p @r{(@code{eval})}
1767
+ @item eval @var{expr}
1768
+ @itemx p @var{expr}
1769
+
1770
+ Use @code{eval} or @code{p} to evaluate a Ruby expression, @var{expr},
1771
+ same as you would if you were in @code{irb}. If there are many expressions
1772
+ you want to look at, you may want to go into irb from the debugger.
1773
+ @smallexample
1774
+ @group
1775
+ (rdb:p) p n
1776
+ 3
1777
+ (rdb:1) p "the value of n is #@{n@}"
1778
+ "the value of n is 3"
1779
+ (rdb:1)
1780
+ @end group
1781
+ @end smallexample
1782
+ @end table
1783
+
1784
+ @node pp
1785
+ @subsection Pretty-Printing an expression (@samp{pp}, @samp{putl}, @samp{ps}))
1786
+ @table @code
1787
+ @item pp
1788
+ @kindex pp @var{expr}
1789
+ Evaluates and pretty-prints @var{expr}
1790
+ @smallexample
1791
+ @group
1792
+ (rdb:1) @b{p $LOAD_PATH}
1793
+ ["/home/rocky/lib/ruby", "/usr/lib/ruby/site_ruby/1.8", "/usr/lib/ruby/site_ruby/1.8/i586-linux", "/usr/lib/ruby/1.8"]
1794
+ (rdb:1) @b{pp $LOAD_PATH}
1795
+ ["/home/rocky/lib/ruby",
1796
+ "/usr/lib/ruby/site_ruby/1.8",
1797
+ "/usr/lib/ruby/site_ruby/1.8/i586-linux",
1798
+ "/usr/lib/ruby/1.8"]
1799
+ @end group
1800
+ @end smallexample
1801
+ @kindex putl
1802
+ @item putl
1803
+ If the value you want to print is an array, sometimes a columnized
1804
+ list looks nicer:
1805
+ @smallexample
1806
+ @group
1807
+ (rdb:1) @b{putl $LOAD_PATH}
1808
+ /home/rocky/lib/ruby /usr/lib/ruby/site_ruby/1.8
1809
+ /usr/lib/ruby/site_ruby/1.8/i586-linux /usr/lib/ruby/1.8
1810
+ @end group
1811
+ @end smallexample
1812
+
1813
+ Note however that entries are sorted to run down first rather than
1814
+ across. So in the example above the second entry in the list is
1815
+ @code{/usr/lib/ruby/site_ruby/1.8/i586-linux} and the @emph{third} entry is
1816
+ @code{/usr/lib/ruby/site_ruby/1.8}.
1817
+
1818
+ If the value is not an array @code{putl} will just call pretty-print.
1819
+ @kindex ps
1820
+ @item ps
1821
+ Sometimes you may want to print the array not only columnized, but
1822
+ sorted as well. The list of debugger help commands appears this way,
1823
+ and so does the output of the @code{method} commands.
1824
+
1825
+ @smallexample
1826
+ @group
1827
+ (rdb:1) ps Kernel.private_methods
1828
+ Digest initialize y
1829
+ Pathname initialize_copy
1830
+ Rational location_of_caller
1831
+ active_gem_with_options method_added
1832
+ alias_method method_removed
1833
+ append_features method_undefined
1834
+ attr module_function
1835
+ attr_accessor private
1836
+ attr_reader protected
1837
+ attr_writer public
1838
+ class_variable_get remove_class_variable
1839
+ class_variable_set remove_const
1840
+ define_method remove_instance_variable
1841
+ extend_object remove_method
1842
+ extended singleton_method_added
1843
+ gcd singleton_method_removed
1844
+ gem_original_require singleton_method_undefined
1845
+ include timeout
1846
+ included undef_method
1847
+ @end group
1848
+ @end smallexample
1849
+
1850
+ If the value is not an array, @code{ps} will just call pretty-print.
1851
+ See also the @code{methods}.
1852
+ @end table
1853
+
1854
+ @node irb
1855
+ @subsection Run irb (@samp{irb})
1856
+ @table @code
1857
+ @kindex irb
1858
+ @item irb
1859
+ Run an interactive ruby session (@code{irb}) with the bindings
1860
+ environment set to the state you are in the program.
1861
+
1862
+ When you leave irb and go back to the debugger command prompt we show
1863
+ again the file, line and text position of the program in the same way
1864
+ as when entered the debugger. If you issue a @command{list} without
1865
+ location information, the default location used is the current line
1866
+ rather than the position may have gotten updated via a prior
1867
+ @command{list} command.
1868
+ @smallexample
1869
+ triangle.rb:4
1870
+ def triangle(n)
1871
+ (rdb:1) @b{list}
1872
+ [-1, 8] in /home/rocky/ruby/triangle.rb
1873
+ 1 #!/usr/bin/env ruby
1874
+ 2 # Compute the n'th triangle number - the hard way
1875
+ 3 # triangle(n) == (n * (n+1)) / 2
1876
+ => 4 def triangle(n)
1877
+ 5 tri = 0
1878
+ 6 0.upto(n) do |i|
1879
+ 7 tri += i
1880
+ 8 end
1881
+ @b{irb}
1882
+ >> @b{(0..6).inject@{|sum, i| sum +=i@}}
1883
+ => 21
1884
+ >> @b{exit}
1885
+ triangle.rb:4
1886
+ def triangle(n)
1887
+ (rdb:1) @b{list # Note we get the same line range as before going into irb}
1888
+ [-1, 8] in /home/rocky/ruby/triangle.rb
1889
+ 1 #!/usr/bin/env ruby
1890
+ 2 # Compute the n'th triangle number - the hard way
1891
+ 3 # triangle(n) == (n * (n+1)) / 2
1892
+ => 4 def triangle(n)
1893
+ 5 tri = 0
1894
+ 6 0.upto(n) do |i|
1895
+ 7 tri += i
1896
+ 8 end
1897
+ @end smallexample
1898
+
1899
+ @end table
1900
+
1901
+ @node PrintVars
1902
+ @section Printing Variables (@samp{var}, @samp{method})
1903
+
1904
+ @table @code
1905
+ @item var const @var{object}
1906
+ @kindex var const @var{expr}
1907
+ Show the constants of @var{object}. This is basically listing
1908
+ variables and their values in @var{object}@code{.constant}.
1909
+ @item var instance @var{object}
1910
+ @kindex var instance @var{expr}
1911
+ Show the instance variables of @var{object}. This is basically listing
1912
+ @var{object}@code{.instance_variables}.
1913
+ @item info instance_variables
1914
+ @kindex info instance_variables
1915
+ Show instance_variables of @code{@@self}
1916
+ @item info locals
1917
+ @kindex info locals
1918
+ Show local variables
1919
+ @item info globals
1920
+ @kindex info globals
1921
+ Show global variables
1922
+ @item info variables
1923
+ @kindex info variables
1924
+ Show local and instance variables of @code{@@self}
1925
+ @item method instance @var{object}
1926
+ @kindex method instance @var{object}
1927
+ Show methods of @var{object}. Basically this is the same as running
1928
+ @code{ps object.instance_methods(false)} on @var{object}.
1929
+ @item method iv @var{object}
1930
+ @kindex method iv @var{object}
1931
+ Show method instance variables of @var{object}. Basically this is the same as running
1932
+ @smallexample
1933
+ obj.instance_variables.each do |v|
1934
+ puts "%s = %s\n" % [v, obj.instance_variable_get(v)]
1935
+ end
1936
+ @end smallexample
1937
+ on @var{object}.
1938
+ @item signature @var{object}
1939
+ @kindex method signature @var{object}
1940
+ Show procedure signature of method @var{object}.
1941
+ @emph{This command is available only if the nodewrap is installed.}
1942
+ @smallexample
1943
+ def mymethod(a, b=5, &bock)
1944
+ end
1945
+ (rdb:1) @b{method sig mymethod}
1946
+ Mine#mymethod(a, b=5, &bock)
1947
+ @end smallexample
1948
+ on @var{object}.
1949
+ @item method @var{class-or-module}
1950
+ @kindex method @var{class-or-module}
1951
+ Show methods of the class or module, @var{class-or-module}. Basically
1952
+ this is the same as running @code{ps object.methods} on @var{class-or-module}.
1953
+ on @var{class-or-module}.
1954
+ @end table
1955
+
1956
+ @node List
1957
+ @section Examining Program Source Files (@samp{list})
1958
+
1959
+ @cindex current line
1960
+ @value{DBG} can print parts of your script's source. When your script
1961
+ stops, @value{DBG} spontaneously prints the line where it stopped and
1962
+ the text of that line. Likewise, when you select a stack frame
1963
+ (@pxref{Selection}) @value{DBG} prints the line where execution in
1964
+ that frame has stopped. Implicitly there is a default line
1965
+ location. Each time a list command is run that implicit location is
1966
+ updated, so that running several list commands in succession shows a
1967
+ contiguous block of program text.
1968
+
1969
+ You can print other portions of source files by giving an explicit
1970
+ position as a parameter to the list command.
1971
+
1972
+ If you use @value{DBG} through its Emacs interface, you may prefer to
1973
+ use Emacs facilities to view source.
1974
+ @c @pxref{GNU Emacs}.
1975
+
1976
+ @kindex list @ovar{line-number}
1977
+ @kindex l @r{(@code{list})}
1978
+ To print lines from a source file, use the @code{list} command
1979
+ (abbreviated @code{l}). By default, ten lines are printed. Fewer may
1980
+ appear if there fewer lines before or after the current line to center
1981
+ the listing around.
1982
+
1983
+ There are several ways to specify what part of the file you want to print.
1984
+ Here are the forms of the @code{list} command.
1985
+
1986
+ @table @code
1987
+ @item list @var{line-number}
1988
+ @itemx l @var{line-number}
1989
+ Print lines centered around line number @var{line-number} in the
1990
+ current source file.
1991
+
1992
+ @item list
1993
+ @itemx l
1994
+ Print more lines. If the last lines printed were printed with a
1995
+ @code{list} command, this prints lines following the last lines
1996
+ printed; however, if the last line printed was a solitary line printed
1997
+ as part of displaying a stack frame (@pxref{Frames}), this prints lines
1998
+ centered around that line.
1999
+
2000
+ @item list -
2001
+ @itemx l -
2002
+ Print lines just before the lines last printed.
2003
+ @item list @var{first}-@var{last}
2004
+ Print lines between @var{first} and @var{last} inclusive.
2005
+
2006
+ @item list =
2007
+ Print lines centered around where the script is stopped.
2008
+ @end table
2009
+
2010
+ Repeating a @code{list} command with @key{RET} discards the argument,
2011
+ so it is equivalent to typing just @code{list}. This is more useful
2012
+ than listing the same lines again. An exception is made for an
2013
+ argument of @samp{-}; that argument is preserved in repetition so that
2014
+ each repetition moves up in the source file.
2015
+
2016
+ @node Edit
2017
+ @section Editing Source files (@samp{edit})
2018
+
2019
+ To edit the lines in a source file, use the @code{edit} command. The
2020
+ editing program of your choice is invoked with the current line set to
2021
+ the active line in the program. Alternatively, you can give a line
2022
+ specification to specify what part of the file you want to print if
2023
+ you want to see other parts of the program.
2024
+
2025
+ You can customize to use any editor you want by using the
2026
+ @code{EDITOR} environment variable. The only restriction is that your
2027
+ editor (say @code{ex}), recognizes the following command-line syntax:
2028
+ @smallexample
2029
+ ex +@var{number} file
2030
+ @end smallexample
2031
+ The optional numeric value +@var{number} specifies the number of the
2032
+ line in the file where to start editing. For example, to configure
2033
+ @value{DBG} to use the @code{vi} editor, you could use these commands
2034
+ with the @code{sh} shell:
2035
+ @smallexample
2036
+ EDITOR=/usr/bin/vi
2037
+ export EDITOR
2038
+ gdb @dots{}
2039
+ @end smallexample
2040
+ or in the @code{csh} shell,
2041
+ @smallexample
2042
+ setenv EDITOR /usr/bin/vi
2043
+ gdb @dots{}
2044
+ @end smallexample
2045
+
2046
+ @table @code
2047
+ @kindex edit @ovar{line-specification}
2048
+ @item edit @ovar{line specification}
2049
+ Edit line specification using the editor specified by the
2050
+ @code{EDITOR} environment variable.
2051
+ @end table
2052
+
2053
+ @node FrameCommands
2054
+ @section Examining the Stack Frame (@samp{where}, @samp{up}, @samp{down}, @samp{frame})
2055
+
2056
+ When your script has stopped, one thing you'll probably want to know
2057
+ is where it stopped and some idea of how it got there.
2058
+
2059
+ @cindex call stack
2060
+ Each time your script performs a function or sends a message to a
2061
+ method, or enters a block, information about this action is saved.
2062
+ The frame stack then is this a history of the blocks that got you to
2063
+ the point that you are currently stopped at.@footnote{More accurately
2064
+ we should call this a ``block stack''; but we'll use the name that is
2065
+ more commonly used. And internally in Ruby, there is ``FRAME''
2066
+ structure which is yet slightly different.}
2067
+
2068
+ @cindex selected block
2069
+ One entry in call stack is @dfn{selected} by @DBG{} and many
2070
+ @DBG commands refer implicitly to the selected block. In
2071
+ particular, whenever you ask @DBG to list lines without giving
2072
+ a line number or location the value is found in the selected frame.
2073
+ There are special @DBG commands to select whichever frame you
2074
+ are interested in. @xref{Selection, ,Selecting a frame}.
2075
+
2076
+ When your program stops, @DBG{} automatically selects the
2077
+ currently executing frame and describes it briefly, similar to the
2078
+ @code{frame} command.
2079
+
2080
+ After switching frames, when you issue a @code{list} command without
2081
+ any position information, the position used is location in the frame
2082
+ that you just switched between, rather than a location that got
2083
+ updated via a prior @code{list} command.
2084
+
2085
+ @menu
2086
+ * Frames:: Stack frames
2087
+ * Backtrace:: Backtraces (where)
2088
+ * Selection:: Selecting a frame (up, down, frame)
2089
+
2090
+ @end menu
2091
+
2092
+ @node Frames
2093
+ @subsection Stack frames
2094
+
2095
+ @cindex frame, definition
2096
+ @cindex stack frame
2097
+ The block stack is divided up into contiguous pieces called @dfn{stack
2098
+ frames}, @dfn{frames}, or @dfn{blocks} for short; each frame/block has
2099
+ a scope associated with it; It contains a line number and the
2100
+ source-file name that the line refers. If the frame/block is the beginning
2101
+ of a method or function it also contains the function name.
2102
+
2103
+ @cindex initial frame
2104
+ @cindex outermost frame
2105
+ @cindex innermost frame
2106
+ When your script is started, the stack has only one frame, that of the
2107
+ function @code{main}. This is called the @dfn{initial} frame or the
2108
+ @dfn{outermost} frame. Each time a function is called, a new frame is
2109
+ made. Each time a function returns, the frame for that function invocation
2110
+ is eliminated. If a function is recursive, there can be many frames for
2111
+ the same function. The frame for the function in which execution is
2112
+ actually occurring is called the @dfn{innermost} frame. This is the most
2113
+ recently created of all the stack frames that still exist.
2114
+
2115
+ @cindex frame number
2116
+ @value{DBG} assigns numbers to all existing stack frames, starting with
2117
+ zero for the innermost frame, one for the frame that called it,
2118
+ and so on upward. These numbers do not really exist in your script;
2119
+ they are assigned by @value{DBG} to give you a way of designating stack
2120
+ frames in @value{DBG} commands.
2121
+
2122
+ @node Backtrace
2123
+ @subsection Backtraces (@samp{where})
2124
+
2125
+ @cindex backtraces
2126
+ @cindex tracebacks
2127
+ @cindex stack traces
2128
+ A backtrace is essentially the same as the call stack: a summary of
2129
+ how your script got where it is. It shows one line per frame, for
2130
+ many frames, starting with the place that you are stopped at (frame
2131
+ zero), followed by its caller (frame one), and on up the stack.
2132
+
2133
+ @table @code
2134
+ @kindex where
2135
+ @kindex w @r{(@code{where})}
2136
+ @itemx where
2137
+ Print the entire stack frame; @code{info stack} is an alias for this command.
2138
+ Each frame is numbered and can be referred to in the @code{frame}
2139
+ command; @code{up} and @code{down} add or subtract respectively to
2140
+ frame numbers shown. The position of the current frame is marked with
2141
+ @code{-->}.
2142
+
2143
+ @smallexample
2144
+ (rdb:1) where
2145
+ --> #0 Object.gcd(a#Fixnum, b#Fixnum) at line /tmp/gcd.rb:6
2146
+ #1 at line /tmp/gcd.rb:19
2147
+ @end smallexample
2148
+
2149
+ @ifset FINISHED
2150
+ @item backtrace @var{n}
2151
+ @itemx bt @var{n}
2152
+ @itemx where @var{n}
2153
+ @itemx T @var{n}
2154
+ Similar, but print only the innermost @var{n} frames.
2155
+
2156
+ @item backtrace -@var{n}
2157
+ @itemx bt -@var{n}
2158
+ @itemx where -@var{n}
2159
+ @itemx T -@var{n}
2160
+ Similar, but print only the outermost @var{n} frames.
2161
+ @end ifset
2162
+ @end table
2163
+
2164
+ @node Selection
2165
+ @subsection Selecting a frame (@samp{up}, @samp{down}, @samp{frame})
2166
+
2167
+ Commands for listing source code in your script work on whichever
2168
+ stack frame is selected at the moment. Here are the commands for
2169
+ selecting a stack frame; all of them finish by printing a brief
2170
+ description of the stack frame just selected.
2171
+
2172
+ @table @code
2173
+ @kindex up @ovar{n}
2174
+ @item up @ovar{n}
2175
+ Move @var{n} frames up the stack. For positive numbers @var{n}, this
2176
+ advances toward the outermost frame, to higher frame numbers, to
2177
+ frames that have existed longer. Using a negative @var{n} is the same thing
2178
+ as issuing a @code{down} command of the absolute value of the @var{n}.
2179
+ Using zero for @var{n} does no frame adjustment, but since the current
2180
+ position is redisplayed, it may trigger a resynchronization if there is
2181
+ a front end also watching over things.
2182
+
2183
+ @var{n} defaults to one. You may abbreviate @code{up} as @code{u}.
2184
+
2185
+ @kindex down @ovar{n}
2186
+ @item down @ovar{n}
2187
+ Move @var{n} frames down the stack. For positive numbers @var{n}, this
2188
+ advances toward the innermost frame, to lower frame numbers, to frames
2189
+ that were created more recently. Using a negative @var{n} is the same
2190
+ as issuing a @code{up} command of the absolute value of the @var{n}.
2191
+ Using zero for @var{n} does no frame adjustment, but since the current
2192
+ position is redisplayed, it may trigger a resynchronization if there is
2193
+ a front end also watching over things.
2194
+
2195
+ @var{n} defaults to one.
2196
+ @end table
2197
+
2198
+ @table @code
2199
+ @kindex frame @r{[}@ovar{n} @r{[}thread @var{thread-num}@r{]}@r{]}
2200
+ @cindex current stack frame
2201
+ @item frame @ovar{n} @r{[}thread @var{thread-num}@r{]}
2202
+ The @code{frame} command allows you to move from one stack frame to
2203
+ another, and to print the stack frame you select. @var{n} is the the
2204
+ stack frame number or 0 if no frame number is given; @code{frame 0}
2205
+ then will always show the current and most recent stack frame.
2206
+
2207
+ If a negative number is given, counting is from the other end of the
2208
+ stack frame, so @code{frame -1} shows the least-recent, outermost or
2209
+ most ``main'' stack frame.
2210
+
2211
+ Without an argument, @code{frame} prints the current stack
2212
+ frame. Since the current position is redisplayed, it may trigger a
2213
+ resynchronization if there is a front end also watching over
2214
+ things.
2215
+
2216
+ If a thread number is given then we set the context for evaluating
2217
+ expressions to that frame of that thread.
2218
+ @end table
2219
+
2220
+ @node Stopping
2221
+ @section Stopping and Resuming Execution
2222
+
2223
+ One important use of a debugger is to stop your program @emph{before}
2224
+ it terminates, so that if your script runs into trouble you can
2225
+ investigate and find out why. However should your script accidentally
2226
+ continue to termination, it can be arranged for @DBG to not to leave
2227
+ the debugger without your explicit instruction. That way, you can
2228
+ restart the program using the same command arguments.
2229
+
2230
+ Inside @value{DBG}, your script may stop for any of several reasons,
2231
+ such as a signal, a breakpoint, or reaching a new line after a
2232
+ debugger command such as @code{step}. You may then examine and
2233
+ change variables, set new breakpoints or remove old ones, and then
2234
+ continue execution.
2235
+
2236
+ @menu
2237
+ * Breakpoints:: Breakpoints (break, catch, delete)
2238
+ * Disabling:: Disabling breakpoints (disable, enable)
2239
+ * Conditions:: Break conditions (condition)
2240
+ * Resuming Execution:: Resuming execution (continue, step, next, finish)
2241
+ @end menu
2242
+
2243
+ @node Breakpoints
2244
+ @subsection Breakpoints (@samp{break}, @samp{catch}, @samp{delete})
2245
+
2246
+ @cindex breakpoints
2247
+ A @dfn{breakpoint} makes your script stop whenever a certain point in
2248
+ the program is reached. For each breakpoint, you can add conditions to
2249
+ control in finer detail whether your script stops.
2250
+
2251
+ You specify the place where your script should stop with the
2252
+ @code{break} command and its variants.
2253
+
2254
+ @cindex breakpoint numbers
2255
+ @cindex numbers for breakpoints
2256
+ @value{ttDBG} assigns a number to each breakpoint when
2257
+ you create it; these numbers are successive integers starting with
2258
+ one. In many of the commands for controlling various features of
2259
+ breakpoints you use the breakpoint number to say which breakpoint you
2260
+ want to change. Each breakpoint may be @dfn{enabled} or
2261
+ @dfn{disabled}; if disabled, it has no effect on your script until you
2262
+ enable it again.
2263
+
2264
+
2265
+ @table @code
2266
+ @kindex break @ovar{location}
2267
+ @kindex b @r{(@code{break})}
2268
+ @item break
2269
+ Set a breakpoint at the current line.
2270
+
2271
+ @item break @var{linenum}
2272
+ Set a breakpoint at line @var{linenum} in the current source file.
2273
+ The current source file is the last file whose source text was printed.
2274
+ The breakpoint will stop your script just before it executes any of the
2275
+ code on that line.
2276
+
2277
+ @item break @var{filename}:@var{linenum}
2278
+ Set a breakpoint at line @var{linenum} in source file @var{filename}.
2279
+
2280
+ What may be a little tricky when specifying the filename is getting
2281
+ the name recognized by the debugger. If you get a message the message
2282
+ ``@code{No source file named ...}'', then you may need to qualify the
2283
+ name more fully. To see what files are loaded you can use the @code{info
2284
+ files} or @code{info file} commands. If you want the name @code{rdebug} thinks
2285
+ of as the current file, use @code{info line}.
2286
+
2287
+ Here's an example:
2288
+ @example
2289
+ $ @b{rdebug ~/ruby/gcd.rb 3 5}
2290
+ /home/rocky/ruby/gcd.rb:4 # Note this is the file name
2291
+ def gcd(a, b)
2292
+ (rdb:1) @b{break gcd.rb:6}
2293
+ *** No source file named gcd.rb
2294
+ (rdb:1) @b{info line}
2295
+ Line 4 of "/home/rocky/ruby/gcd.rb"
2296
+ (rdb:1) @b{break /home/rocky/ruby/gcd.rb:6}
2297
+ Breakpoint 1 file /home/rocky/ruby/gcd.rb, line 6
2298
+ (rdb:1) @b{break ~/ruby/gcd.rb:10} # tilde expansion also works
2299
+ Breakpoint 2 file /home/rocky/ruby/gcd.rb, line 10
2300
+ (rdb:1) @b{info file gcd.rb}
2301
+ File gcd.rb is not cached
2302
+ (rdb:1) @b{info file /home/rocky/ruby/gcd.rb}
2303
+ File /home/rocky/ruby/gcd.rb
2304
+ 19 lines
2305
+ @end example
2306
+
2307
+ @item break @var{class}:@var{method}
2308
+ Set a breakpoint in class @var{class} method @var{method}. You can
2309
+ also use a period @code{.} instead of a colon @code{:}. Note that two
2310
+ colons @code{::} are not used. Also note a class @emph{must} be
2311
+ specified here. If the method you want to stop in is in the main class
2312
+ (i.e. the class that @code{self} belongs to at the start of the
2313
+ program), then use the name @code{Object}.
2314
+
2315
+ @kindex catch @ovar{exception} @r{[} on | 1 | off | 0 @r{]}
2316
+ @kindex cat @r{(@code{catch})}
2317
+ @item catch @ovar{exception} @r{[} on | 1 | off | 0 @r{]}
2318
+ Set catchpoint to an exception. Without an exception name show catchpoints.
2319
+
2320
+ With an ``on'' or ``off'' parameter, turn handling the exception on or
2321
+ off. To delete all exceptions type ``catch off''.
2322
+
2323
+ @cindex delete breakpoints
2324
+ @kindex delete @ovar{breakpoints}
2325
+ @kindex del @r{(@code{delete})}
2326
+ @item delete @ovar{breakpoints}
2327
+ Delete the breakpoints specified as arguments.
2328
+
2329
+ If no argument is specified, delete all breakpoints (@DBG asks
2330
+ confirmation. You can abbreviate this command as @code{del}.
2331
+ @kindex info breakpoints
2332
+ @cindex @code{$_} and @code{info breakpoints}
2333
+ @item info breakpoints @ovar{n}
2334
+ @itemx info break @ovar{n}
2335
+ Print a table of all breakpoints set and not deleted, with the
2336
+ following columns for each breakpoint:
2337
+
2338
+ @table @emph
2339
+ @item Breakpoint Numbers (@samp{Num})
2340
+ @item Enabled or Disabled (@samp{Enb})
2341
+ Enabled breakpoints are marked with @samp{1}. @samp{0} marks breakpoints
2342
+ that are disabled (not enabled).
2343
+ @item File and Line (@samp{file:line})
2344
+ The filename and line number inside that file where of breakpoint in
2345
+ the script. The file and line are separated with a colon.
2346
+ @item Condition
2347
+ A condition (an arithmetic expression) which when true causes the
2348
+ breakpoint to take effect.
2349
+ @end table
2350
+ @noindent
2351
+ If a breakpoint is conditional, @code{info break} shows the condition on
2352
+ the line following the affected breakpoint; breakpoint commands, if any,
2353
+ are listed after that.
2354
+
2355
+ @code{info break} with a breakpoint number @var{n} as argument lists
2356
+ only that breakpoint.
2357
+
2358
+ Examples:
2359
+ @example
2360
+ (rdb:1) @b{info break}
2361
+ Breakpoints at following places:
2362
+ Num Enb What
2363
+ 1 y gcd.rb:3
2364
+ 2 y gcb.rb:28 if n > 1
2365
+ (rdb:1) @b{info break 2}
2366
+ 2 y gcb.rb:28 if n > 1
2367
+ @end example
2368
+ @end table
2369
+
2370
+ @node Disabling
2371
+ @subsection Disabling breakpoints (@samp{disable}, @samp{enable})
2372
+
2373
+ Rather than deleting a breakpoint, you might
2374
+ prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2375
+ it had been deleted, but remembers the information on the breakpoint so
2376
+ that you can @dfn{enable} it again later.
2377
+
2378
+ You disable and enable breakpoints and catchpoints with the
2379
+ @code{enable} and @code{disable} commands, optionally specifying one
2380
+ or more breakpoint numbers as arguments. Use @code{info break} to
2381
+ print a list of breakpoints and catchpoints if you do not know which
2382
+ numbers to use.
2383
+
2384
+ A breakpoint or catchpoint can have any different
2385
+ states of enablement:
2386
+
2387
+ @itemize @bullet
2388
+ @item
2389
+ Enabled. The breakpoint stops your program. A breakpoint set
2390
+ with the @code{break} command starts out in this state.
2391
+ @item
2392
+ Disabled. The breakpoint has no effect on your program.
2393
+ @end itemize
2394
+
2395
+ You can use the following commands to enable or disable breakpoints
2396
+ and catchpoints:
2397
+
2398
+ @table @code
2399
+ @kindex disable breakpoints
2400
+ @item disable @var{breakpoints}
2401
+ Disable the specified breakpoints---or all breakpoints, if none are
2402
+ listed. A disabled breakpoint has no effect but is not forgotten. All
2403
+ options such as ignore-counts, conditions and commands are remembered in
2404
+ case the breakpoint is enabled again later. You may abbreviate
2405
+ @code{disable} as @code{dis}.
2406
+
2407
+ @kindex enable breakpoints
2408
+ @item enable @var{breakpoints}
2409
+ Enable the specified breakpoints (or all defined breakpoints). They
2410
+ become effective once again in stopping your program.
2411
+
2412
+ @end table
2413
+
2414
+ Breakpoints that you set are initially enabled; subsequently, they
2415
+ become disabled or enabled only when you use one of the commands
2416
+ above. (The command @code{until} can set and delete a breakpoint of
2417
+ its own, but it does not change the state of your other breakpoints;
2418
+ see @ref{Resuming Execution, ,Resuming Execution}.)
2419
+
2420
+ @node Conditions
2421
+ @subsection Break conditions (@samp{condition})
2422
+ @cindex conditional breakpoints
2423
+ @cindex breakpoint conditions
2424
+
2425
+ The simplest sort of breakpoint breaks every time your script reaches
2426
+ a specified place. You can also specify a @dfn{condition} for a
2427
+ breakpoint. A condition is just a Ruby expression.
2428
+
2429
+ Break conditions can be specified when a breakpoint is set, by using
2430
+ @samp{if} in the arguments to the @code{break} command. A breakpoint
2431
+ with a condition evaluates the expression each time your script
2432
+ reaches it, and your script stops only if the condition is
2433
+ @emph{true}. They can also be changed at any time
2434
+ with the @code{condition} command.
2435
+
2436
+ @ifset FINISHED
2437
+ You can also use the @code{if} keyword with the @code{watch} command.
2438
+ The @code{catch} command does not recognize the @code{if} keyword;
2439
+ @code{condition} is the only way to impose a further condition on a
2440
+ catchpoint.
2441
+ @end ifset
2442
+
2443
+ @table @code
2444
+ @kindex condition
2445
+ @item condition @var{bnum} @var{expression}
2446
+ Specify @var{expression} as the break condition for breakpoint
2447
+ @var{bnum}. After you set a condition, breakpoint @var{bnum} stops
2448
+ your program only if the value of @var{expression} is true (nonzero).
2449
+
2450
+ @item condition @var{bnum}
2451
+ Remove the condition from breakpoint number @var{bnum}. It becomes
2452
+ an ordinary unconditional breakpoint.
2453
+ @end table
2454
+
2455
+ @ifset FINISHED
2456
+ When you use @code{condition}, @DBG checks @var{expression}
2457
+ immediately for syntactic correctness, and to determine whether
2458
+ symbols in it have referents in the context of your breakpoint. If
2459
+ @var{expression} uses symbols not referenced in the context of the
2460
+ breakpoint, @DBG prints an error message:
2461
+
2462
+ @example
2463
+ No symbol "foo" in current context.
2464
+ @end example
2465
+ @end ifset
2466
+
2467
+ @noindent
2468
+ The debugger does not actually evaluate @var{expression} at the time
2469
+ the @code{condition} command (or a command that sets a breakpoint with
2470
+ a condition, like @code{break if @dots{}}) is given, however.
2471
+
2472
+ Examples;
2473
+ @example
2474
+ condition 1 x>5 # Stop on breakpoint 0 only if x>5 is true.
2475
+ condition 1 # Change that! Unconditionally stop on breakpoint 1.
2476
+ @end example
2477
+
2478
+ @node Resuming Execution
2479
+ @subsection Resuming Execution (@samp{step}, @samp{next}, @samp{finish}, @samp{continue}, @samp{jump})
2480
+
2481
+ A typical technique for using stepping is to set a breakpoint
2482
+ (@pxref{Breakpoints}) at the beginning of the function or the section
2483
+ of your script where a problem is believed to lie, run your script
2484
+ until it stops at that breakpoint, and then step through the suspect
2485
+ area, examining the variables that are interesting, until you see the
2486
+ problem happen.
2487
+
2488
+ @cindex stepping
2489
+ @cindex continuing
2490
+ @cindex resuming execution
2491
+ @dfn{Continuing} means resuming program execution until your script
2492
+ completes normally. In contrast, @dfn{stepping} means executing just
2493
+ one more ``step'' of your script, where ``step'' may mean either one
2494
+ line of source code. Either when continuing or when stepping,
2495
+ your script may stop even sooner, due to a breakpoint or a signal.
2496
+
2497
+ @menu
2498
+ * Step:: running the next statement (step)
2499
+ * Next:: running the next statement skipping over functions (next)
2500
+ * Finish:: running until the return of a function or ``source'' (finish)
2501
+ * Continue:: continuing execution (continue)
2502
+ * Jump:: jumping to a new line (jump)
2503
+ @end menu
2504
+
2505
+ @node Step
2506
+ @subsubsection Step (@samp{step})
2507
+ @table @code
2508
+ @kindex step @r{[}+@r{]} @ovar{count}
2509
+ @kindex s @r{(@code{step})}
2510
+ @item step @r{[}+-@r{]} @ovar{count}
2511
+ Continue running your program until the next logical stopping point
2512
+ and return control to @value{DBG}. This command is abbreviated
2513
+ @code{s}.
2514
+
2515
+ Like, the programming Lisp, Ruby tends implemented in a highly
2516
+ expression-oriented manner. Therefore things that in other languages
2517
+ that may appear to be a single statement are implemented in Ruby as
2518
+ several expressions. For example, in an ``if'' statement or looping
2519
+ statements a stop is made after the expression is evaluated but before
2520
+ the test on the expression is made.
2521
+
2522
+ So it is common that a lines in the program will have several stopping
2523
+ points where in other debuggers of other languages there would be only
2524
+ one. Or you may have several statements listed on a line.
2525
+
2526
+ When stepping it is not uncommon to want to go to a different line on
2527
+ each step. If you want to make sure that on a step you go to a
2528
+ @emph{different} position, add a plus sign (@samp{+}).
2529
+
2530
+ @emph{Note: step+ with a number count is not the same as issuing
2531
+ count step+ commands. Instead it uses count-1 step commands followed
2532
+ by a step+ command. For example, @code{step+ 3} is the
2533
+ same as @code{step; step; step+}, not @code{step+; step+; step+}}
2534
+
2535
+ If you find yourself generally wanting to use @code{step+} rather
2536
+ than @code{step}, you may want to consider using @code{set
2537
+ forcestep}, (@pxref{Forcestep}).
2538
+
2539
+ If you have @code{forcestep} set on but want to temporarily disable it
2540
+ for the next step command, append a minus, or @code{step-}.
2541
+
2542
+ With a count, @code{step} will continue running as normal, but do so
2543
+ @var{count} times. If a breakpoint is reached, or a signal not
2544
+ related to stepping occurs before @var{count} steps, stepping stops
2545
+ right away.
2546
+ @end table
2547
+
2548
+ @node Next
2549
+ @subsubsection Next (@samp{next})
2550
+ @table @code
2551
+ @kindex next @r{[}+-@r{]} @ovar{count}
2552
+ @kindex n @r{(@code{next})}
2553
+ @item next @r{[}+@r{]} @ovar{count}
2554
+ This is similar to @code{step}, but function or method calls that
2555
+ appear within the line of code are executed without stopping. As with
2556
+ step, if you want to make sure that on a step you go to a
2557
+ @emph{different} position, add a plus sign (@samp{+}). Similarly,
2558
+ appending a minus disables a @code{forcestep} temporarily, and an
2559
+ argument @var{count} is a repeat count, as for @code{step}.
2560
+ @end table
2561
+
2562
+ @node Finish
2563
+ @subsubsection Finish (@samp{finish})
2564
+ @table @code
2565
+ @kindex finish @ovar{frame-number}
2566
+ @item finish @ovar{frame-number}
2567
+ Execute until selected stack frame returns. If no frame number is
2568
+ given, we run until the currently selected frame returns. The
2569
+ currently selected frame starts out the most-recent frame or 0 if no
2570
+ frame positioning (e.g@: @code{up}, @code{down} or @code{frame}) has
2571
+ been performed. If a frame number is given we run until @var{frame} frames
2572
+ returns.
2573
+
2574
+ If you want instead to terminate the program and debugger entirely,
2575
+ use @code{quit} (@pxref{Quitting the debugger, ,Quitting the debugger}).
2576
+
2577
+ @end table
2578
+
2579
+ @node Continue
2580
+ @subsubsection Continue (@samp{continue})
2581
+ @table @code
2582
+ @kindex continue @ovar{line-specification}
2583
+ @kindex c @r{(@code{continue})}
2584
+ @item continue @ovar{line-specification}
2585
+ @itemx c @ovar{line-specification}
2586
+ Resume program execution, at the address where your script last
2587
+ stopped; any breakpoints set at that address are bypassed.
2588
+
2589
+ The optional argument @var{line-specification} allows you to specify a
2590
+ line number to set a one-time breakpoint which is deleted when that
2591
+ breakpoint is reached.
2592
+
2593
+ Should the program stop before that breakpoint is reached, for
2594
+ example, perhaps another breakpoint is reached first, in
2595
+ a listing of the breakpoints you won't see this entry in the list of
2596
+ breakpoints.
2597
+ @end table
2598
+
2599
+ @node Jump
2600
+ @subsubsection Jump (@samp{jump})
2601
+ @table @code
2602
+ @kindex jump @r{[}+-@r{]} @ovar{line}
2603
+ @item jump @r{[}+-@r{]} @ovar{line}
2604
+ Change the next line to execute to the given line number.
2605
+ @end table
2606
+
2607
+ @node ruby-debug settings
2608
+ @section ruby-debug settings (@samp{set args}, @samp{set autoeval}..)
2609
+
2610
+ You can alter the way ruby-debug interacts with you using @code{set}
2611
+ commands.
2612
+
2613
+ The various parameters to @code{set} are given below. Each parameter
2614
+ name needs to to be only enough to make it unique. For example
2615
+ @code{set force} is a suitable abbreviation for @code{set forcestep}.
2616
+ The letter case is not important, so @code{set FORCE} or @code{set
2617
+ Force} are also suitable abbreviations.
2618
+
2619
+ Many @code{set} commands are either ``on'' or ``off'', and you can
2620
+ indicate which way you want set by supplying the corresponding
2621
+ word. The number 1 can be used for ``on'' and 0 for ``off''. If none
2622
+ of these is given, we will assume ``on''. A deprecated way of turning
2623
+ something off is by prefacing it with ``no''.
2624
+
2625
+ Each @code{set} command has a corresponding @code{show} command which
2626
+ allows you to see the current value.
2627
+
2628
+ @menu
2629
+ * Args:: Annotation Level
2630
+ * Autoeval:: Evaluate unrecognized commands
2631
+ * Autolist:: Execute ``list'' command on every breakpoint
2632
+ * Autoirb:: Invoke IRB on every stop
2633
+ * Autoreload:: Reload source code when changed
2634
+ * Basename:: Report file basename only showing file names
2635
+ * Callstyle:: Show Report file basename only showing file names
2636
+ * Forcestep:: Make sure 'next/step' commands always move to a new line
2637
+ * Fullpath:: Display full file names in frames
2638
+ * History:: Generic command for showing command history parameters.
2639
+ * Keepframebindings:: Save frame binding on each call
2640
+ * Linetrace:: line execution tracing
2641
+ * Linetrace+:: line tracing style
2642
+ * Listsize:: Number of lines to try to show in a 'list' command
2643
+ * Post-mortem:: Whether post-mortem handling is in effect.
2644
+ * Trace:: Display stack trace when 'eval' raises exception
2645
+ * Width:: Number of characters the debugger thinks are in a line
2646
+ @end menu
2647
+
2648
+ @node Args
2649
+ @subsection Set/Show args
2650
+
2651
+ @table @code
2652
+ @kindex set args @ovar{parameters}
2653
+ @item set args @ovar{parameters}
2654
+ Specify the arguments to be used if your program is rerun. If
2655
+ @code{set args} has no arguments, @code{restart} executes your program
2656
+ with no arguments. Once you have run your program with arguments,
2657
+ using @code{set args} before the next @code{restart} is the only way to run
2658
+ it again without arguments.
2659
+
2660
+ @kindex show args
2661
+ @item show args
2662
+ Show the arguments to give your program when it is started.
2663
+ @end table
2664
+
2665
+ @node Autoeval
2666
+ @subsection Set/Show auto-eval
2667
+
2668
+ @table @code
2669
+ @kindex set autoeval @r{[} on | 1 | off | 0 @r{]}
2670
+ @item set autoeval @r{[} on | 1 | off | 0 @r{]}
2671
+ Specify that debugger input that isn't recognized as a command should
2672
+ be passed to Ruby for evaluation (using the current debugged program
2673
+ namespace). Note however that we @emph{first} check input to see if it
2674
+ is a debugger command and @emph{only} if it is not do we consider it
2675
+ as Ruby code. This means for example that if you have variable called
2676
+ @code{n} and you want to see its value, you could use @code{p n},
2677
+ because just entering @code{n} will be interpreted as the debugger
2678
+ ``next'' command.
2679
+
2680
+ See also @ref{irb} and @ref{Autoirb}.
2681
+
2682
+ When autoeval is set on, you'll get a different error message when you
2683
+ invalid commands are encountered. Here's a session fragment to show
2684
+ the difference
2685
+ @smallexample
2686
+ (rdb:1) @b{stepp}
2687
+ Unknown command
2688
+ (rdb:1) @b{set autoeval on}
2689
+ autoeval is on.
2690
+ (rdb:1) @b{stepp}
2691
+ NameError Exception: undefined local variable or method `stepp' for ...
2692
+ @end smallexample
2693
+
2694
+ @kindex show autoeval
2695
+ @item show args
2696
+ Shows whether Ruby evaluation of debugger input should occur or not.
2697
+ @end table
2698
+
2699
+ @node Autolist
2700
+ @subsection Execute ``list'' command on every breakpoint
2701
+
2702
+ @node Autoirb
2703
+ @subsection Set/Show auto-irb
2704
+
2705
+ @table @code
2706
+ @kindex set autoirb @r{[} on | 1 | off | 0 @r{]}
2707
+ @item set autoirb @r{[} on | 1 | off | 0 @r{]}
2708
+
2709
+ When your program stops, normally you go into a debugger command loop
2710
+ looking for debugger commands. If instead you would like to directly
2711
+ go into an irb shell, set this on. See also @ref{Autoeval} or
2712
+ @ref{irb} if you tend to use debugger commands but still want Ruby
2713
+ evaluation occasionally.
2714
+
2715
+ @kindex show autoirb
2716
+ @item show autoirb
2717
+ Shows whether the debugger will go into irb on stop or not.
2718
+ @end table
2719
+
2720
+ @node Autoreload
2721
+ @subsection Set/Show auto-reload
2722
+ @table @code
2723
+ @kindex set autoreload @r{[} on | 1 | off | 0 @r{]}
2724
+ Set this on if the debugger should check to see if the source has
2725
+ changed since the last time it reread in the file if it has.
2726
+ @end table
2727
+
2728
+ @node Basename
2729
+ @subsection Set/Show basename
2730
+
2731
+ @table @code
2732
+ @kindex set basename @r{[} on | 1 | off | 0 @r{]}
2733
+ @item set basename @r{[} on | 1 | off | 0 @r{]}
2734
+ Source filenames are shown as the shorter ``basename''
2735
+ only. (Directory paths are omitted). This is useful in running the
2736
+ regression tests and may useful in showing debugger examples as in
2737
+ this text. You may also just want less verbose filename display.
2738
+
2739
+ By default filenames are shown as with their full path.
2740
+
2741
+ @kindex show basename
2742
+ @item show basename
2743
+ Shows the whether filename display shows just the file basename or not.
2744
+ @end table
2745
+
2746
+ @node Callstyle
2747
+ @subsection Set/Show call style
2748
+
2749
+ @table @code
2750
+ @ifset FINISHED
2751
+ @kindex set callstyle @r{[} short | last | tracked @r{]}
2752
+ @item set forcestep @r{[} short | last | tracked @r{]}
2753
+ @else
2754
+ @kindex set callstyle @r{[} short | last
2755
+ @item set forcestep @r{[} short | last
2756
+ @end ifset
2757
+
2758
+ Sets how you want call parameters displayed; @code{short} shows just
2759
+ the parameter names;
2760
+ @ifset FINISHED
2761
+ @code{last} shows the parameter names and the
2762
+ class of these variables as they currently exist. Note the type could
2763
+ have changed between when the call and its current
2764
+ values.
2765
+ @end ifset
2766
+ @code{tracked} is the most accurate but this adds
2767
+ overhead. On every call, scalar values of the parameters get
2768
+ saved. For non-scalar values the class is saved.
2769
+ @end table
2770
+
2771
+ @node Forcestep
2772
+ @subsection Set/Show Forces Different Line Step/Next
2773
+
2774
+ @table @code
2775
+ @kindex set forcestep @r{[} on | 1 | off | 0 @r{]}
2776
+ @item set forcestep @r{[} on | 1 | off | 0 @r{]}
2777
+
2778
+ Due to the interpretive, expression-oriented nature of the Ruby
2779
+ Language and implementation, each line often contains many possible
2780
+ stopping points, while in a debugger it is often desired to treat each
2781
+ line as an individual stepping unit.
2782
+
2783
+ Setting forcestep on will cause each @code{step} or @code{next}
2784
+ command to stop at a different line number. See also @ref{Step} and
2785
+ @ref{Next}.
2786
+
2787
+ @kindex show forcestep
2788
+ @item show forcestep
2789
+ Shows whether forcestep is in effect or not.
2790
+ @end table
2791
+
2792
+ @node Fullpath
2793
+ @subsection Set/Show Frame full path
2794
+
2795
+ @node History
2796
+ @subsection Command History Parameters
2797
+ @table @code
2798
+ @item show commands
2799
+ @kindex show commands
2800
+ Display the last ten commands in the command history.
2801
+
2802
+ @item show commands @var{n}
2803
+ @kindex show commands @var{n}
2804
+ Print ten commands centered on command number @var{n}.
2805
+
2806
+ @item show history filename
2807
+ @kindex show history filename
2808
+ Show the filename in which to record the command history
2809
+ (the list of previous commands of which a record is kept).
2810
+
2811
+ @item set history save @r{[} on | 1 | off | 0 @r{]}
2812
+ @kindex set history save @r{[} on | 1 | off | 0 @r{]}
2813
+ Set whether to save the history on exit.
2814
+
2815
+ @item show history save
2816
+ @kindex show history save
2817
+ Show saving of the history record on exit.
2818
+
2819
+ @item set history size @var{number}
2820
+ @kindex set history size @var{number}
2821
+ Set the maximum number of commands to save in the history.
2822
+
2823
+ @item show history size
2824
+ @kindex show history size
2825
+ Show the size of the command history, i.e. the number of previous
2826
+ commands to keep a record of.
2827
+ @end table
2828
+
2829
+ @node Keepframebindings
2830
+ @subsection Save frame binding on each call
2831
+
2832
+ @node Linetrace
2833
+ @subsection Set/Show Line tracing
2834
+
2835
+ @table @code
2836
+ @kindex set linetrace @r{[} on | 1 | off | 0 @r{]}
2837
+ @item set linetrace @r{[} on | 1 | off | 0 @r{]}
2838
+
2839
+ Setting linetrace on will cause lines to be shown before run.
2840
+
2841
+ @kindex show linetrace
2842
+ @item show linetrace
2843
+ Shows whether line tracing is in effect or not.
2844
+ @end table
2845
+
2846
+ @node Linetrace+
2847
+ @subsection Set/Show Line tracing style
2848
+
2849
+ @table @code
2850
+ @kindex set linetrace+ @r{[} on | 1 | off | 0 @r{]}
2851
+ @item set linetrace+ @r{[} on | 1 | off | 0 @r{]}
2852
+
2853
+ Setting linetrace+ on will cause consecutive trace lines not to be a
2854
+ duplicate of the preceding line-trace line. Note however that this
2855
+ setting doesn't by itself turn on or off line tracing.
2856
+
2857
+ @kindex show linetrace+
2858
+ @item show linetrace
2859
+ Shows whether the line tracing style is to show all lines or remove
2860
+ duplicates linetrace lines when it is a repeat of the previous line.
2861
+ @end table
2862
+
2863
+ @node Listsize
2864
+ @subsection Set/Show lines in a List command
2865
+
2866
+ @table @code
2867
+ @kindex set listsize @var{number-of-lines}
2868
+ @item set listsize @var{number-of-lines}
2869
+ Set number of lines to try to show in a @code{list} command.
2870
+ @kindex show listsize
2871
+ @item show listsize
2872
+ Shows the list-size setting.
2873
+ @end table
2874
+
2875
+ @node Post-mortem
2876
+ @subsection Show Post-mortem handling
2877
+ @table @code
2878
+ @kindex show post-mortem
2879
+ Shows wither post-mortem debugging is in effect. Right now we don't
2880
+ have the ability to change the state inside the debugger.
2881
+ @end table
2882
+
2883
+ @node Trace
2884
+ @subsection Display stack trace when 'eval' raises exception
2885
+
2886
+ @node Width
2887
+ @subsection Set/Show Line width
2888
+
2889
+ @table @code
2890
+ @kindex set width @var{column-width}
2891
+ @item set width @var{column-width}
2892
+ Set number of characters the debugger thinks are in a line.
2893
+ We also change OS environment variable @code{COLUMNS}.
2894
+ @kindex show width
2895
+ @item show width
2896
+ Shows the current width setting.
2897
+ @end table
2898
+
2899
+ @node Program Information
2900
+ @section Program Information (@samp{info})
2901
+
2902
+ This @code{info} command (abbreviated @code{i}) is for describing the
2903
+ state of your program. For example, you can list the current
2904
+ parameters with @code{info args}, or list the breakpoints you have set
2905
+ with @code{info breakpoints} or @code{info watchpoints}. You can get
2906
+ a complete list of the @code{info} sub-commands with @w{@code{help
2907
+ info}}.
2908
+
2909
+ @table @code
2910
+ @kindex info args
2911
+
2912
+ @item info args
2913
+ Method arguments of the current stack frame.
2914
+ @kindex info breakpoints
2915
+
2916
+ @item info breakpoints
2917
+ Status of user-settable breakpoints
2918
+ @kindex info display
2919
+
2920
+ @item info display
2921
+ All display expressions.
2922
+ @kindex info files
2923
+
2924
+ @item info files
2925
+ Source files in the program.
2926
+ @kindex info file
2927
+
2928
+ @item info file @var{filename} @ovar{all|lines|mtime|sha1}
2929
+ Information about a specific file. Parameter @code{lines} gives the
2930
+ number of lines in the file, @code{mtime} shows the modification time
2931
+ of the file (if available), @code{sha1} computes a SHA1 has of the
2932
+ data of the file. @code{all} gives all of the above information.
2933
+
2934
+ @kindex info line
2935
+ @item info line
2936
+ Line number and file name of current position in source.
2937
+ @kindex info locals
2938
+ @item info locals
2939
+ Local variables of the current stack frame.
2940
+ @kindex info program
2941
+ @item info program
2942
+ Display information about the status of your program: whether it is
2943
+ running or not and why it stopped. If an unhandled exception occurred,
2944
+ the exception class and @code{to_s} method is called.
2945
+ @kindex info stack
2946
+ @item info stack
2947
+ Backtrace of the stack. An alias for @code{where}. @xref{Backtrace}.
2948
+ @kindex info thread
2949
+ @item info thread @ovar{thread-number} @r{[} terse | verbose@r{]}
2950
+ If no thread number is given, we list info for all
2951
+ threads. @code{terse} and @code{verbose} options are possible. If terse,
2952
+ just give summary thread name information. See information under @code{info threads} for
2953
+ more detail about this summary information.
2954
+
2955
+ If @code{verbose} is appended to the end of the command, then the entire
2956
+ stack trace is given for each thread.
2957
+
2958
+ @kindex info threads @r{[} terse | verbose@r{]}
2959
+ @item info threads
2960
+
2961
+ List information about currently-known threads. This information
2962
+ includes whether the thread is current (+), if it is suspended ($), or
2963
+ ignored (!); the thread number and the top stack item. If
2964
+ @code{verbose} is given then the entire stack frame is shown. Here is
2965
+ an example:
2966
+
2967
+ @smallexample
2968
+ (rdb:7) info threads
2969
+ 1 #<Thread:0xb7d08704 sleep> ./test/thread1.rb:27
2970
+ !2 #<Debugger::DebugThread:0xb7782e4c sleep>
2971
+ 3 #<Thread:0xb777e220 sleep> ./test/thread1.rb:11
2972
+ 4 #<Thread:0xb777e144 sleep> ./test/thread1.rb:11
2973
+ 5 #<Thread:0xb777e07c sleep> ./test/thread1.rb:11
2974
+ 6 #<Thread:0xb777dfb4 sleep> ./test/thread1.rb:11
2975
+ + 7 #<Thread:0xb777deec run> ./test/thread1.rb:14
2976
+ (rdb:1)
2977
+ @end smallexample
2978
+
2979
+ Thread 7 is the current thread since it has a plus sign in front. Thread 2 is
2980
+ ignored since it has a @code{!}. A ``verbose'' listing of the above:
2981
+
2982
+ @smallexample
2983
+ (rdb:7) info threads verbose
2984
+ 1 #<Thread:0xb7d08704 sleep>
2985
+ #0 Integer.join at line test/thread1.rb:27
2986
+ #1 at line test/thread1.rb:27
2987
+ !2 #<Debugger::DebugThread:0xb7782e4c sleep>
2988
+ 3 #<Thread:0xb777e220 sleep>
2989
+ #0 sleep(count#Fixnum) at line test/thread1.rb:11
2990
+ #1 Object.fn(count#Fixnum, i#Fixnum) at line test/thread1.rb:11
2991
+ #2 at line test/thread1.rb:23
2992
+ 4 #<Thread:0xb777e144 sleep>
2993
+ #0 sleep(count#Fixnum) at line test/thread1.rb:11
2994
+ #1 Object.fn(count#Fixnum, i#Fixnum) at line test/thread1.rb:11
2995
+ #2 at line test/thread1.rb:23
2996
+ 5 #<Thread:0xb777e07c sleep>
2997
+ #0 sleep(count#Fixnum) at line test/thread1.rb:11
2998
+ #1 Object.fn(count#Fixnum, i#Fixnum) at line test/thread1.rb:11
2999
+ #2 at line test/thread1.rb:23
3000
+ 6 #<Thread:0xb777dfb4 sleep>
3001
+ #0 sleep(count#Fixnum) at line test/thread1.rb:11
3002
+ #1 Object.fn(count#Fixnum, i#Fixnum) at line test/thread1.rb:11
3003
+ #2 at line test/thread1.rb:23
3004
+ + 7 #<Thread:0xb777deec run>
3005
+ #0 Object.fn(count#Fixnum, i#Fixnum) at line test/thread1.rb:14
3006
+ #1 at line test/thread1.rb:23
3007
+ @end smallexample
3008
+
3009
+ @kindex info variables
3010
+ @item info variables
3011
+ Local and instance variables.
3012
+ @end table
3013
+
3014
+ @node Post-Mortem Debugging
3015
+ @chapter Post-Mortem Debugging
3016
+ @cindex post-mortem debugging
3017
+
3018
+ It is also to possible enter the debugger when you have an uncaught
3019
+ exception that is about to terminate our program. This is called
3020
+ @emph{post-mortem debugging}. In this state many, of the debugger commands
3021
+ for examining variables and moving around in the stack still
3022
+ work. However some commands, such as those which imply a continuation
3023
+ of running code, no longer work.
3024
+
3025
+ The most reliable way to set up post-mortem debugging is to use the
3026
+ @option{--post-mortem} option in invoking @code{rdebug}. See @ref{rdebug
3027
+ command-line options}. This traps/wraps at the debugger ``load'' of
3028
+ your Ruby script. When this is done, your program is stopped after
3029
+ the exception takes place, but before the stack has been
3030
+ unraveled. (Alas, it would be nice to if one could allow resetting the
3031
+ exception and continuing, but details of code in Ruby 1.8's
3032
+ @code{eval.c} prevent this.)
3033
+
3034
+ If however you haven't invoked @code{rdebug} at the outset, but
3035
+ instead call @code{ruby-debug} from inside your program, to set up
3036
+ post-mortem debugging set the @code{post_mortem} key in
3037
+ @code{Debugger.start}. Here's an example modified from
3038
+ @url{http://www.datanoise.com/articles/2006/12/20/post-mortem-debugging}:
3039
+
3040
+ @smallexample
3041
+ $ @b{cat t.rb }
3042
+ require 'rubygems'
3043
+ require 'ruby-debug' ; Debugger.start(:post_mortem => true)
3044
+
3045
+ def t1
3046
+ raise 'test'
3047
+ end
3048
+ def t2
3049
+ t1
3050
+ end
3051
+ t2
3052
+
3053
+ $ @b{ruby t.rb }
3054
+ t.rb:8: raise 'test'
3055
+ (rdb:post-mortem) @b{l=}
3056
+ [3, 12] in t.rb
3057
+ 3
3058
+ 4 Debugger.start
3059
+ 5 Debugger.post_mortem
3060
+ 6
3061
+ 7 def t1
3062
+ => 8 raise 'test'
3063
+ 9 end
3064
+ 10 def t2
3065
+ 11 t1
3066
+ 12 end
3067
+ (rdb:post-mortem)
3068
+ @end smallexample
3069
+
3070
+ Alternatively you can call @code{Debugger.post_mortem()} after rdebug has
3071
+ been started. The @code{post_mortem()} method can be called in two
3072
+ ways. Called without a block, it installs a global @code{at_exit()} hook
3073
+ that intercepts exceptions not handled by your Ruby script. In
3074
+ contrast to using the @option{--post-mortem} option, when this hook
3075
+ occurs after the call stack has been rolled back. (I'm not sure if
3076
+ this in fact makes any difference operationally; I'm just stating it
3077
+ because that's how it works.)
3078
+
3079
+ If you know that a particular block of code raises an exception you
3080
+ can enable post-mortem mode by wrapping this block inside a
3081
+ @code{Debugger.post_mortem} block
3082
+
3083
+ @smallexample
3084
+ def offender
3085
+ 1/0
3086
+ end
3087
+ ...
3088
+ require "ruby-gems"
3089
+ require "ruby-debug"
3090
+ Debugger.post_mortem do
3091
+ ...
3092
+ offender
3093
+ ...
3094
+ end
3095
+ @end smallexample
3096
+
3097
+ Once inside the debugger in post-mortem debugging, the prompt should
3098
+ be @code{(rdb:post-mortem)}.
3099
+
3100
+ @node Debugger Module and Class
3101
+ @chapter The Debugger Module and Class
3102
+
3103
+ @menu
3104
+ * Debugger Module:: ruby-debug's Debugger module
3105
+ * Debugger Class:: Debugger class
3106
+ * Kernel routines:: Routines added to Kernel
3107
+ @end menu
3108
+
3109
+ @node Debugger Module
3110
+ @section The Debugger Module
3111
+
3112
+ @menu
3113
+ * Debugger.run::
3114
+ @ifset LATER
3115
+ * Debugger.post-mortem::
3116
+ @end ifset
3117
+ * Debugger.context::
3118
+ * Debugger.settings::
3119
+ @end menu
3120
+
3121
+ @node Debugger.run
3122
+ @subsection @code{Debugger.start}, @code{Debugger.started?}, @code{Debugger.stop}, @code{Debugger.run_script}
3123
+
3124
+ In order to provide better debugging information regarding the stack
3125
+ frame(s) across all threads, ruby-debug has to intercept each call,
3126
+ save some information and on return remove it. Possibly, in Ruby 1.9
3127
+ possibly this will not be needed. Therefore one has to issue call to
3128
+ indicate start saving information and another call to stop. Of course,
3129
+ If you call ruby-debug from the outset via @code{rdebug} this is done
3130
+ for you.
3131
+
3132
+ @table @code
3133
+ @item Debugger.start(@ovar{options}) @ovar{block}
3134
+ @vindex @code{Debugger.start(options)}
3135
+ @vindex @code{Debugger.start(block)}
3136
+ Turn on add additional instrumentation code to facilitate debugging. A
3137
+ system even table hook is installed and some variables are set up to
3138
+ access thread frames.
3139
+
3140
+ This needs to be done before entering the debugger; therefore a call
3141
+ to the debugger issue a @code{Debugger.start} call if necessary.
3142
+
3143
+ If called without a block, @code{Debugger.start} returns @code{true} if
3144
+ the debugger was already started. But if you want to know if the
3145
+ debugger has already been started @code{Debugger.started?} can tell
3146
+ you.
3147
+
3148
+ If a block is given, the debugger is started and @code{yields} to
3149
+ block. When the block is finished executing, the debugger stopped with
3150
+ the @code{Debugger.stop method}. You will probably want to put a call
3151
+ to @code{debugger} somwhere inside that block
3152
+
3153
+ But if you want to completely stop debugger, you must call
3154
+ @code{Debugger.stop} as many times as you called Debugger.start
3155
+ method.
3156
+
3157
+ The first time Debugger.start is called there is also some additional
3158
+ setup to make the @code{restart} command work. In particular, @code{$0} and
3159
+ @code{ARGV} are used to set internal debugger variables.
3160
+
3161
+ Therefore you should make try to make sure that when
3162
+ @code{Debugger.start} is called neither of these variables has been
3163
+ modified. If instead you don't want this behavior you can pass an
3164
+ options has and set the @code{:init} key to @code{false}. That is
3165
+ @smallexample
3166
+ Debugger.start(:init => false) # or Debugger.start(@{:init => false@})
3167
+ @end smallexample
3168
+
3169
+ If you want post-mortem debugging, you can also supply
3170
+ @code{:post_mortem => true} in @code{Debugger.start}.
3171
+
3172
+ @item Debugger.started?
3173
+ @vindex @code{Debugger.started?}
3174
+ Boolean. Return @code{true} if debugger has been started.
3175
+
3176
+ @item Debugger.stop
3177
+ @vindex @code{Debugger.stop}
3178
+ Turn off instrumentation to allow debugging. Return @code{true} is returned
3179
+ if the debugger is disabled, otherwise it returns @code{false}.
3180
+ @emph{Note that if you want to stop debugger, you must call Debugger.stop
3181
+ as many times as you called the @code{Debugger.start} method.}
3182
+
3183
+ @item Debugger.run_script(@var{debugger-command-file}, out = handler.interface)
3184
+ @vindex @code{Debugger.run_script}
3185
+ Reads/runs the given file containing debugger commands. @code{.rdebugrc} is run this way.
3186
+
3187
+ @item Debugger.last_exception
3188
+ @vindex @code{Debugger.last_exception}
3189
+ If not @code{nil}, this contains @code{$!} from the last exception.
3190
+
3191
+ @end table
3192
+
3193
+ @node Debugger.context
3194
+ @subsection @code{Debugger.context}
3195
+ As mentioned previously, @code{Debugger.start} instruments additional
3196
+ information to be obtained about the current block/frame stack. Here
3197
+ we describe these additional @code{Debugger.context} methods.
3198
+
3199
+ Were a frame position is indicated, it is optional. The top or current frame
3200
+ position (position zero) is used if none is given.
3201
+
3202
+ @table @code
3203
+ @item Debugger.context.frame_args @ovar{frame-position=0}
3204
+ @vindex @code{Debugger.context.frame_args}
3205
+ If track_frame_args? is true, return information saved about call
3206
+ arguments (if any saved) for the given frame position.
3207
+
3208
+ @item Debugger.context.frame_args_info @ovar{frame-position=0}
3209
+ @vindex @code{Debugger.context.frame_args_info}
3210
+
3211
+ @item Debugger.context.frame_class @ovar{frame-position=0}
3212
+ @vindex @code{Debugger.context.frame_args_info}
3213
+ Return the class of the current frame stack.
3214
+
3215
+ @item Debugger.context.frame_file @ovar{frame-position=0}
3216
+ @vindex @code{Debugger.context.frame_file}
3217
+ Return the filename of the location of the indicated frame position.
3218
+
3219
+ @item Debugger.context.frame_id @ovar{frame-position=0}
3220
+ @vindex @code{Debugger.context.frame_id}
3221
+ Same as @code{Debugger.context.method}.
3222
+
3223
+ @item Debugger.context.frame_line @ovar{frame-position=0}
3224
+ @vindex @code{Debugger.context.frame_line}
3225
+ Return the filename of the location of the indicated frame position.
3226
+
3227
+ @item Debugger.context.frame_method @ovar{frame-position=0}
3228
+ @vindex @code{Debugger.context.frame_method}
3229
+ Symbol of the method name of the indicated frame position.
3230
+
3231
+ @item Debugger.context.stack_size
3232
+ @vindex @code{Debugger.context.stack_size}
3233
+ Return the number the size of the frame stack. Note this may be less
3234
+ that the actual frame stack size if debugger recording
3235
+ (@code{Debugger.start}) was turned on at after some blocks were added
3236
+ and not finished when the @code{Debugger.start} was issued.
3237
+ @end table
3238
+
3239
+ @node Debugger.settings
3240
+ @subsection @code{Debugger.settings}
3241
+ @vindex @code{Debugger.settings}
3242
+ Symbols listed here are keys into the Array @code{Debugger.settings}.
3243
+ These can be set any time after the @code{ruby-debug} is loaded. For example:
3244
+ @smallexample
3245
+ require "ruby-debug/debugger"
3246
+ Debugger.settings[:autoeval] = true # try eval on unknown debugger commands
3247
+ Debugger.listsize = 20 # Show 20 lines in a list command
3248
+ @end smallexample
3249
+
3250
+ @table @code
3251
+ @item :argv
3252
+ Array of String. @code{argv[0]} is the debugged program name and
3253
+ @code{argv[1..-1]} are the command arguments to it.
3254
+ @item :autoeval
3255
+ Boolean. True if auto autoeval on. @xref{Autoeval}.
3256
+ @item :autoirb
3257
+ Fixnum: 1 if on or 0 if off. @xref{Autoirb}.
3258
+ @item :autolist
3259
+ Fixnum: 1 if on or 0 if off.
3260
+ @item :basename
3261
+ Boolean. True if basename on. @xref{Basename}.
3262
+ @item :callstyle
3263
+ Symbol: @code{:short} or @code{:last}. @xref{Callstyle}.
3264
+ @item :debuggertesting
3265
+ Boolean. True if currently testing the debugger.
3266
+ @item :force_stepping
3267
+ Boolean. True if stepping should go to a line different from the last
3268
+ step. @xref{Forcestep}.
3269
+ @item :full_path
3270
+ Boolean. @xref{Fullpath}.
3271
+ @item :listsize
3272
+ Fixnum. Number of lines to show in a @code{list} command. @xref{Listsize}.
3273
+ @item :reload_source_on_change
3274
+ Boolean. True if we should reread the source every time it changes. @xref{Autoreload}.
3275
+ @item :stack_trace_on_error
3276
+ Boolean. True if we should produce a stack trace on error. @xref{Trace}.
3277
+ @item :width
3278
+ Fixnum. Number of characters the debugger thinks are in a line. @xref{Width}.
3279
+ @end table
3280
+
3281
+ @node Debugger Class
3282
+ @section The @code{Debugger} Class
3283
+ @menu
3284
+ * Debugger.Breakpoint:: Debugger::Breakpoint
3285
+ * Debugger.Context:: Debugger::Context
3286
+ * Debugger.Command:: Debugger::Command
3287
+ @end menu
3288
+
3289
+ @table @code
3290
+ @item add_breakpoint(file, line, expr)
3291
+ @vindex @code{Debugger.add_breakpoint}
3292
+ Adds a breakpoint in file @var{file}, at line @var{line}. If
3293
+ @var{expr} is not nil, it is evaluated and a breakpoint takes effect
3294
+ at the indicated position when that expression is true. You should
3295
+ verify that @var{expr} is syntactically valid or a @code{SyntaxError}
3296
+ exception, and unless your code handles this the debugged program may
3297
+ terminate.
3298
+
3299
+ @item remove_breakpoint(bpnum)
3300
+ @vindex @code{Debugger.remove_breakpoint}
3301
+ When a breakpoint is added, it is assigned a number as a way to
3302
+ uniquely identify it. (There can be more than one breakpoint on a
3303
+ given line.) To remove a breakpoint, use @code{remove_breakpoint} with
3304
+ breakpoint number @var{bpnum}.
3305
+
3306
+ @item breakpoints
3307
+ @vindex @code{Debugger.breakpoints}
3308
+ Return a list of the breakpoints that have been added but not removed.
3309
+ @end table
3310
+
3311
+ @node Debugger.Breakpoint
3312
+ @subsection The @code{Debugger::Breakpoint} Class
3313
+ Breakpoint are objects in the @code{Debugger::Breakpoint} class.
3314
+ @table @code
3315
+ @item enabled?
3316
+ @vindex @code{Debugger::Breakpoints.enabled?}
3317
+ Returns whether breakpoint is enabled or not.
3318
+
3319
+ @item enabled=
3320
+ @vindex @code{Debugger::Breakpoints.enabled=}
3321
+ Sets whether breakpoint is enabled or not.
3322
+
3323
+ @item expr
3324
+ @vindex @code{Debugger::Breakpoints.expr}
3325
+ Expression which has to be true at the point where the breakpoint is
3326
+ set before we stop.
3327
+
3328
+ @item expr=
3329
+ @vindex @code{Debugger::Breakpoints.expr=}
3330
+
3331
+ @item hit_condition
3332
+ @item hit_condition=
3333
+ @vindex @code{Debugger::Breakpoints.condition}
3334
+ @vindex @code{Debugger::Breakpoints.condition=}
3335
+
3336
+ @item hit_count
3337
+ @vindex @code{Debugger::Breakpoints.hit_count}
3338
+ Returns the hit count of the breakpoint.
3339
+
3340
+ @item hit_value
3341
+ @vindex @code{Debugger::Breakpoints.hit_value}
3342
+ Returns the hit value of the breakpoint.
3343
+
3344
+ @item hit_value=
3345
+ @vindex @code{Debugger::Breakpoints.hit_value=}
3346
+ Sets the hit value of the breakpoint.
3347
+
3348
+ @item id
3349
+ @cindex @code{Debugger::Breakpoints.id}
3350
+ A numeric name for the breakpoint which is used in listing breakpoints
3351
+ and removing, enabling or disabling the breakpoint
3352
+
3353
+ @item pos
3354
+ @vindex @code{Debugger::Breakpoints.pos=}
3355
+ Returns the line number of this breakpoint.
3356
+ @item pos=
3357
+ @vindex @code{Debugger::Breakpoints.pos=}
3358
+ Sets the line number of this breakpoint.
3359
+
3360
+ @item source
3361
+ @vindex @code{Debugger::Breakpoints.source}
3362
+ Returns the file name in which the breakpoint occurs.
3363
+
3364
+ @item source=
3365
+ @vindex @code{Debugger::Breakpoints.source=}
3366
+ Sets the file name in which the breakpoint occurs.
3367
+ @end table
3368
+
3369
+ @node Debugger.Context
3370
+ @subsection The @code{Debugger::Context} Class
3371
+ Callbacks in @code{Debugger:Context} get called when a stopping point
3372
+ or an event is reached. It has information about the suspended program
3373
+ which enable a debugger to inspect the frame stack, evaluate variables
3374
+ from the perspective of the debugged program, and contains information
3375
+ about the place the debugged program is stopped.
3376
+
3377
+ @table @code
3378
+ @item at_line(@var{file}, @var{line})
3379
+ @vindex Debugger::Context::at_line(@var{file}, @var{line})
3380
+ This routine is called when the debugger encounters a ``line'' event for
3381
+ which it has been indicated we want to stop at, such as by hitting a
3382
+ breakpoint or by some sort of stepping.
3383
+
3384
+ @item at_return(@var{file}, @var{line})
3385
+ @vindex Debugger::Context::at_return(@var{file}, @var{line})
3386
+ This routine is called when the debugger encounters a ``return'' event for
3387
+ which it has been indicated we want to stop at, such as by hitting a
3388
+ @code{finish} statement.
3389
+
3390
+ @item debug_load(@var{file}, @var{stop-initially})
3391
+ @vindex Debugger::Context::debug_load(@var{file}, @var{stop-initially})
3392
+ This method should be used to debug a file. If the file terminates
3393
+ normally, @code{nil} is returned. If not a backtrace is returned.
3394
+
3395
+ The @var{stop-initially} parameter indicates whether the program
3396
+ should stop after loading. If an explicit call to the debugger is in
3397
+ the debugged program, you may want to set this @code{false}.
3398
+ @end table
3399
+
3400
+ @node Debugger.Command
3401
+ @subsection The @code{Debugger::Command} Class
3402
+
3403
+ Each command you run is in fact its own class. Should you want to extend
3404
+ ruby-debug, it's pretty easy to do since after all ruby-debug is Ruby.
3405
+
3406
+ Each @code{Debugger#Command} class should have the a @code{regexp}
3407
+ method. This method returns regular expression for command-line
3408
+ strings that match your command. It's up to you to make sure this
3409
+ regular expression doesn't conflict with another one. If it does, it's
3410
+ undefined which one will get matched and run
3411
+
3412
+ In addition the instance needs these methods:
3413
+ @table @code
3414
+ @item execute
3415
+ Code which gets run when you type a command (string) that matches the
3416
+ commands regular expression.
3417
+ @item help
3418
+ A string which gets displayed when folks as for help on that command
3419
+ @item help_command
3420
+ A name used the help system uses to show what commands are available.
3421
+ @end table
3422
+
3423
+ Here's a small example of a new command:
3424
+ @smallexample
3425
+ module Debugger
3426
+ class MyCommand < Command
3427
+ def regexp
3428
+ /^\s*me$/ # Regexp that will match your command
3429
+ end
3430
+
3431
+ def execute
3432
+ puts "hi" # What you want to happen when your command runs
3433
+ end
3434
+ class << self
3435
+ def help_command
3436
+ 'me' # String name of command
3437
+ end
3438
+ def help(cmd)
3439
+ # Some sort of help text.
3440
+ %@{This does whatever it is I want to do@}
3441
+ end
3442
+ end
3443
+ end
3444
+ @end smallexample
3445
+
3446
+ Now here's an example of how you can load/use it:
3447
+ @smallexample
3448
+ require 'rubygems'
3449
+ require 'ruby-debug'
3450
+ require '/tmp/mycmd.rb' # or wherever
3451
+ Debugger.start
3452
+ x=1
3453
+ debugger
3454
+ y=2
3455
+ @end smallexample
3456
+
3457
+ And now an example of invoking it:
3458
+ @smallexample
3459
+ ruby /tmp/testit.rb:
3460
+ /tmp/testit.rb:7
3461
+ y=2
3462
+ (rdb:1) help
3463
+ ruby-debug help v0.10.3
3464
+ Type 'help <command-name>' for help on a specific command
3465
+ Available commands:
3466
+ backtrace delete enable help method putl set trace
3467
+ break disable eval info next quit show undisplay
3468
+ catch display exit irb p reload source up
3469
+ condition down finish list pp restart step var
3470
+ continue edit frame me ps save thread where
3471
+ ^^ This is you
3472
+
3473
+ (rdb:1) help me
3474
+ This does whatever it is I want to do
3475
+ (rdb:1) me
3476
+ hi
3477
+ (rdb:1)
3478
+ @end smallexample
3479
+
3480
+ @node Kernel routines
3481
+ @section Additions to @code{Kernel}
3482
+
3483
+ @table @code
3484
+
3485
+ @item debugger @ovar{steps=1}
3486
+ @vindex @code{Kernel::debugger}
3487
+ Enters the debugger in the current thread after a stepping @var{steps} line-event steps.
3488
+ Before entering the debugger startup script is read.
3489
+
3490
+ Setting @var{steps} to 0 will cause a break in the debugger subroutine
3491
+ and not wait for eany line event to occur. This could be useful you
3492
+ want to stop right after the last statement in some scope.
3493
+
3494
+ Consider this example:
3495
+ @smallexample
3496
+ $ cat scope-test.rb
3497
+
3498
+ require 'rubygems'
3499
+ require 'ruby-debug' ; Debugger.start
3500
+ 1.times do
3501
+ a = 1
3502
+ debugger # implied steps=1
3503
+ end
3504
+ y = 1
3505
+
3506
+ $ scope-test.rb:8
3507
+ y = 1
3508
+ (rdb:1) p a
3509
+ NameError Exception: undefined local variable or method `a' for main:Object
3510
+ (rdb:1)
3511
+ @end smallexample
3512
+ The debugger will get at the line event which follows @samp{a=1}. This
3513
+ is outside the @code{do} block scope where @var{a} is defined. If
3514
+ instead you want to stop before leaving the @code{do} loop it is
3515
+ possibly to stop right inside the @code{debugger}; call with 0 zero parameter:
3516
+ @smallexample
3517
+ $ cat scope-test.rb
3518
+
3519
+ require 'rubygems'
3520
+ require 'ruby-debug' ; Debugger.start
3521
+ 1.times do
3522
+ a = 1
3523
+ debugger(0)
3524
+ end
3525
+ y = 1
3526
+
3527
+ $ scope-test.rb:8
3528
+ ../lib/ruby-debug-base.rb:175
3529
+ Debugger.current_context.stop_frame = 0
3530
+ (rdb:1) where
3531
+ --> #0 Kernel.debugger(steps#Fixnum) at line ../lib/ruby-debug-base.rb:175
3532
+ #1 at line scope-test.rb:6
3533
+ #2 at line scope-test.rb:4
3534
+ (rdb:1) up
3535
+ #1 at line scope-test.rb:6
3536
+ (rdb:1) p a
3537
+ 1
3538
+ (rdb:1)
3539
+ @end smallexample
3540
+ As seen above you will have to position the frame up one to be back in
3541
+ your debugged program rather than in the debugger.
3542
+
3543
+ @item breakpoint @ovar{steps=1}
3544
+ @vindex @code{Kernel::breakpoint}
3545
+ An alias for debugger.
3546
+
3547
+ @item binding_n @ovar{n=0}
3548
+ @vindex @code{Kernel::binding_n}
3549
+ Returns a @samp{binding()} for the @var{n}-th call frame. Note however
3550
+ that you need to first call @samp{Debugger.start} before issuing this
3551
+ call.
3552
+
3553
+ @end table
3554
+
3555
+ @node Using from GitHub
3556
+ @appendix Building and Installing from the GitHub Repository
3557
+
3558
+ Here are Unix-centric instructions. If you have Microsoft Windows or
3559
+ OSX some of the below may need adjusting.
3560
+
3561
+ @menu
3562
+ * Prerequisites::
3563
+ * Package Checkout::
3564
+ * Trying Out::
3565
+ * Running Regression Tests::
3566
+ * Building the Documentation and Emacs files::
3567
+ * Building for Microsoft Windows::
3568
+ @end menu
3569
+
3570
+ @node Prerequisites
3571
+ @section Prerequisites: To build the package you'll need at a minimum:
3572
+
3573
+ @itemize @bullet
3574
+ @item
3575
+ Ruby (of course). Currently only version 1.8.6 and above but not
3576
+ version 1.9.@emph{x} work.
3577
+ @item
3578
+ Ruby development headers. This typically includes a file called @file{ruby.h}
3579
+ @item
3580
+ A C compiler like GNU C (@code{gcc})
3581
+ @item
3582
+ Rake
3583
+ @item
3584
+ Subversion (@code{svn}).
3585
+ @end itemize
3586
+
3587
+ If you want to build the documentation and install Emacs files, you'll
3588
+ also need:
3589
+
3590
+ @itemize @bullet
3591
+ @item
3592
+ a POSIX shell like bash
3593
+ @item
3594
+ autoconf
3595
+ @item
3596
+ automake
3597
+ @item
3598
+ GNU Make
3599
+ @item
3600
+ texinfo
3601
+ @end itemize
3602
+
3603
+ @node Package Checkout
3604
+ @section Basic Package Checkout and Installation
3605
+
3606
+ Check out the trunk of repository following the instructions at
3607
+ @url{http://rubyforge.org/scm/?group_id=1900} For example on a Unixy system,
3608
+ this may work:
3609
+
3610
+ @smallexample
3611
+ mkdir ruby-debug
3612
+ cd ruby-debug
3613
+ svn checkout svn://rubyforge.org/var/svn/ruby-debug/trunk trunk
3614
+ @end smallexample
3615
+
3616
+ In order to make the Ruby gems, @code{ruby-debug} and
3617
+ @code{ruby-debug-base}, get yourself into the trunk directory after
3618
+ the code has been checked out and run:
3619
+
3620
+ @smallexample
3621
+ cd trunk # This is the same trunk checked out above.
3622
+ rake package
3623
+ @end smallexample
3624
+
3625
+ If all goes well you should have some gem files put in the directory
3626
+ @code{pkg}. Use the gem command to install that.
3627
+
3628
+ @smallexample
3629
+ sudo gem install ruby-debug-*.gem # See gem help for other possibilities
3630
+ @end smallexample
3631
+
3632
+ If all goes well the rdebug script has been installed ruby-debug is
3633
+ now ready to run. But if everything goes well you might want to run
3634
+ the built-in regression tests to make sure everything is okay.
3635
+ See step 3 below.
3636
+
3637
+ If the gem install didn't work,'t there may be a problem with your C
3638
+ compiler or the Ruby headers are not installed.
3639
+
3640
+ @node Trying Out
3641
+ @section Trying Out without Installing
3642
+
3643
+ You don't have to build a gem file to try out ruby debug. In fact when
3644
+ developing new features for ruby-debug, developers often you want to
3645
+ try it out @emph{before} installing. If you have a problem in the latter
3646
+ part of step 1 you may want to try this approach since we go into a
3647
+ little more detail as to what happens under the covers when you do the
3648
+ gem install.
3649
+
3650
+ Run (from trunk)
3651
+ @smallexample
3652
+ rake lib
3653
+ @end smallexample
3654
+
3655
+ This creates a Makefile and builds the ruby-debug shared library. (On
3656
+ Unix the name is @code{ruby_debug.so}).
3657
+
3658
+ Once this is done you can run the debugger as you would rdebug using the
3659
+ script @code{runner.sh}. For example (again from trunk)
3660
+
3661
+ @smallexample
3662
+ ./runner.sh ~/my-ruby-program.rb
3663
+ @end smallexample
3664
+
3665
+ @node Running Regression Tests
3666
+ @section Running the Regression Tests
3667
+
3668
+ We've put together some basic tests to make sure ruby-debug is doing
3669
+ what we think it should do. To run these (from @code{trunk}):
3670
+
3671
+ @smallexample
3672
+ rake test
3673
+ @end smallexample
3674
+
3675
+ If you didn't build the ruby-debug shared library and skipped step 2,
3676
+ don't worry @code{rake test} will do step 2 for you. You should see a
3677
+ line that ends something like:
3678
+
3679
+ @smallexample
3680
+ Finished in 2.767579 seconds.
3681
+
3682
+ 12 tests, 35 assertions, 0 failures, 0 errors
3683
+ @end smallexample
3684
+
3685
+ The number of seconds, tests, and assertions may be different from the
3686
+ above. However you @emph{should} see exactly ``0 failures, 0 errors.''
3687
+
3688
+ @node Building the Documentation and Emacs files
3689
+ @section Building the Documentation and Testing/Installing Emacs Files
3690
+
3691
+ Of course, I recommend you read the ruby-debug manual that comes with
3692
+ the package. If you have the prerequisites described above, run this
3693
+ once:
3694
+ @smallexample
3695
+ sh ./autogen.sh
3696
+ @end smallexample
3697
+
3698
+ Then run:
3699
+ @smallexample
3700
+ ./configure
3701
+ make
3702
+ make test # Runs Emacs regression tests
3703
+ sudo make install # Or arrange to do this as root
3704
+ @end smallexample
3705
+
3706
+ @node Building for Microsoft Windows
3707
+ @section Building for Microsoft Windows
3708
+
3709
+ Microsoft Windows is ``special'' and building @code{ruby-debug-base}
3710
+ on it requires extra care. A problem here seems to be that the
3711
+ ``One-click'' install is compiled using Microsoft Visual Studio C, version 6
3712
+ which is not sold anymore and is rather old.
3713
+
3714
+ Instead I suggest building via mingw/msys.
3715
+ @url{http://eigenclass.org/hiki.rb?cmd=view&p=cross+compiling+rcovrt&key=mingw}
3716
+ has instructions on how to do. Some amendments to these instructions.
3717
+
3718
+ First, those instructions are a little GNU/Linux centric. If you are
3719
+ using Ubuntu or Debian, then this should be the easiest to follow the
3720
+ instructions. On Ubuntu or Debian there is a mingw3 Debian
3721
+ package. Installing that will give you the cross compiler that is a
3722
+ prerequisite. Alternatively if you are running MS Windows I notice
3723
+ that cygwin also has a mingw package. Or possibly you could use MinGW
3724
+ directly. For other OS's you might have to build a cross-compiler,
3725
+ i.e. gcc which emits win32 code and can create a win32 DLL.
3726
+
3727
+ After you have a cross compiler you need to download the Ruby source
3728
+ and basically build a ruby interpreter. The cross-compile.sh script
3729
+ works although when I downloaded it, it had lots of blank space at the
3730
+ beginning which will mess up the Unix magic interpretation. That is
3731
+ remove the blanks in front of @code{#/bin/sh}.
3732
+
3733
+ On my system, this script fails in running @code{make ruby} because the
3734
+ fake.rb that got created needed to have a small change:
3735
+
3736
+ @smallexample
3737
+
3738
+ ALT_SEPARATOR = "\"; \
3739
+ @end smallexample
3740
+ should be:
3741
+ @smallexample
3742
+ ALT_SEPARATOR = "\\"; \
3743
+ @end smallexample
3744
+
3745
+ After fixing this, run @code{make ruby}. Also, I needed to run
3746
+ @code{make rubyw}.
3747
+
3748
+ And then @code{make install} as indicated.
3749
+
3750
+ Once all of that's in place, the place you want be is in
3751
+ @code{ruby-debug/trunk/ext/win32}, not @code{ruby-debug/ext}.
3752
+
3753
+ So let's say you've installed the cross-compiled install ruby in
3754
+ @code{/usr/local/ruby-mingw32/}. Here then are the commands to build @code{ruby-debug-base-}@emph{xxx}@code{-mswin32.gem}:
3755
+ @smallexample
3756
+ cd .../ruby-debug/trunk/ext/win32
3757
+ ruby -I /usr/local/ruby-mingw32/lib/ruby/1.8/i386-mingw32 ../extconf.rb
3758
+ make # Not rake
3759
+ cd ../.. # back in ruby-debug/trunk
3760
+ rake win32_gem
3761
+ @end smallexample
3762
+
3763
+ @node Class Module Index
3764
+ @unnumbered Class, Module Method Index
3765
+ @printindex vr
3766
+
3767
+ @node Command Index
3768
+ @unnumbered Command Index
3769
+ @printindex ky
3770
+
3771
+ @node General Index
3772
+ @unnumbered General Index
3773
+ @printindex cp
3774
+
3775
+ @tex
3776
+ % I think something like @colophon should be in texinfo. In the
3777
+ % meantime:
3778
+ \long\def\colophon{\hbox to0pt{}\vfill
3779
+ \centerline{The body of this manual is set in}
3780
+ \centerline{\fontname\tenrm,}
3781
+ \centerline{with headings in {\bf\fontname\tenbf}}
3782
+ \centerline{and examples in {\tt\fontname\tentt}.}
3783
+ \centerline{{\it\fontname\tenit\/},}
3784
+ \centerline{{\bf\fontname\tenbf}, and}
3785
+ \centerline{{\sl\fontname\tensl\/}}
3786
+ \centerline{are used for emphasis.}\vfill}
3787
+ \page\colophon
3788
+ % Blame: doc@cygnus.com, 1991.
3789
+ @end tex
3790
+
3791
+ @bye