able-neo4j 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2270) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +7 -0
  3. data/CONTRIBUTORS +10 -0
  4. data/DEVELOPER.md +2 -0
  5. data/Gemfile +3 -0
  6. data/LICENSE +13 -0
  7. data/NOTICE.TXT +5 -0
  8. data/README.md +98 -0
  9. data/able-neo4j.gemspec +26 -0
  10. data/lib/logstash/outputs/neo4j.rb +81 -0
  11. data/spec/outputs/neo4j_spec.rb +22 -0
  12. data/vendor/bundle/jruby/1.9/bin/coderay +23 -0
  13. data/vendor/bundle/jruby/1.9/bin/htmldiff +25 -0
  14. data/vendor/bundle/jruby/1.9/bin/kramdown +23 -0
  15. data/vendor/bundle/jruby/1.9/bin/ldiff +25 -0
  16. data/vendor/bundle/jruby/1.9/bin/minitar +23 -0
  17. data/vendor/bundle/jruby/1.9/bin/pry +23 -0
  18. data/vendor/bundle/jruby/1.9/bin/rake +23 -0
  19. data/vendor/bundle/jruby/1.9/bin/rspec +23 -0
  20. data/vendor/bundle/jruby/1.9/bin/rubygems-cabin-test +23 -0
  21. data/vendor/bundle/jruby/1.9/bin/tt +23 -0
  22. data/vendor/bundle/jruby/1.9/cache/cabin-0.7.1.gem +0 -0
  23. data/vendor/bundle/jruby/1.9/cache/clamp-0.6.5.gem +0 -0
  24. data/vendor/bundle/jruby/1.9/cache/coderay-1.1.0.gem +0 -0
  25. data/vendor/bundle/jruby/1.9/cache/diff-lcs-1.2.5.gem +0 -0
  26. data/vendor/bundle/jruby/1.9/cache/excon-0.45.4.gem +0 -0
  27. data/vendor/bundle/jruby/1.9/cache/ffi-1.9.10-java.gem +0 -0
  28. data/vendor/bundle/jruby/1.9/cache/filesize-0.0.4.gem +0 -0
  29. data/vendor/bundle/jruby/1.9/cache/gem_publisher-1.5.0.gem +0 -0
  30. data/vendor/bundle/jruby/1.9/cache/gems-0.8.3.gem +0 -0
  31. data/vendor/bundle/jruby/1.9/cache/i18n-0.6.9.gem +0 -0
  32. data/vendor/bundle/jruby/1.9/cache/insist-1.0.0.gem +0 -0
  33. data/vendor/bundle/jruby/1.9/cache/jrjackson-0.2.9.gem +0 -0
  34. data/vendor/bundle/jruby/1.9/cache/json-1.8.3-java.gem +0 -0
  35. data/vendor/bundle/jruby/1.9/cache/kramdown-1.8.0.gem +0 -0
  36. data/vendor/bundle/jruby/1.9/cache/logstash-codec-plain-1.0.0.gem +0 -0
  37. data/vendor/bundle/jruby/1.9/cache/logstash-core-1.5.4-java.gem +0 -0
  38. data/vendor/bundle/jruby/1.9/cache/logstash-devutils-0.0.16-java.gem +0 -0
  39. data/vendor/bundle/jruby/1.9/cache/method_source-0.8.2.gem +0 -0
  40. data/vendor/bundle/jruby/1.9/cache/minitar-0.5.4.gem +0 -0
  41. data/vendor/bundle/jruby/1.9/cache/multi_json-1.11.2.gem +0 -0
  42. data/vendor/bundle/jruby/1.9/cache/neography-1.7.3.gem +0 -0
  43. data/vendor/bundle/jruby/1.9/cache/os-0.9.6.gem +0 -0
  44. data/vendor/bundle/jruby/1.9/cache/polyglot-0.3.5.gem +0 -0
  45. data/vendor/bundle/jruby/1.9/cache/pry-0.10.2-java.gem +0 -0
  46. data/vendor/bundle/jruby/1.9/cache/rake-10.4.2.gem +0 -0
  47. data/vendor/bundle/jruby/1.9/cache/rspec-3.1.0.gem +0 -0
  48. data/vendor/bundle/jruby/1.9/cache/rspec-core-3.1.7.gem +0 -0
  49. data/vendor/bundle/jruby/1.9/cache/rspec-expectations-3.1.2.gem +0 -0
  50. data/vendor/bundle/jruby/1.9/cache/rspec-mocks-3.1.3.gem +0 -0
  51. data/vendor/bundle/jruby/1.9/cache/rspec-support-3.1.2.gem +0 -0
  52. data/vendor/bundle/jruby/1.9/cache/rspec-wait-0.0.7.gem +0 -0
  53. data/vendor/bundle/jruby/1.9/cache/rubyzip-1.1.7.gem +0 -0
  54. data/vendor/bundle/jruby/1.9/cache/slop-3.6.0.gem +0 -0
  55. data/vendor/bundle/jruby/1.9/cache/spoon-0.0.4.gem +0 -0
  56. data/vendor/bundle/jruby/1.9/cache/stud-0.0.22.gem +0 -0
  57. data/vendor/bundle/jruby/1.9/cache/thread_safe-0.3.5-java.gem +0 -0
  58. data/vendor/bundle/jruby/1.9/cache/treetop-1.4.15.gem +0 -0
  59. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/CHANGELIST +16 -0
  60. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/LICENSE +14 -0
  61. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/bin/rubygems-cabin-test +5 -0
  62. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/examples/fibonacci-timing.rb +28 -0
  63. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/examples/metrics.rb +41 -0
  64. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/examples/pipe.rb +14 -0
  65. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/examples/sample.rb +46 -0
  66. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/examples/sinatra-logging.rb +27 -0
  67. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin.rb +1 -0
  68. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/channel.rb +194 -0
  69. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/context.rb +50 -0
  70. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/inspectable.rb +56 -0
  71. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/metric.rb +22 -0
  72. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/metrics.rb +124 -0
  73. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/metrics/counter.rb +42 -0
  74. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/metrics/gauge.rb +24 -0
  75. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/metrics/histogram.rb +66 -0
  76. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/metrics/meter.rb +39 -0
  77. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/metrics/timer.rb +39 -0
  78. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/mixins/CAPSLOCK.rb +16 -0
  79. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/mixins/colors.rb +24 -0
  80. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/mixins/dragons.rb +34 -0
  81. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/mixins/logger.rb +126 -0
  82. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/mixins/pipe.rb +51 -0
  83. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/mixins/terminal.rb +11 -0
  84. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/mixins/timer.rb +25 -0
  85. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/mixins/timestamp.rb +13 -0
  86. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/namespace.rb +8 -0
  87. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/outputs/em/stdlib-logger.rb +42 -0
  88. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/outputs/io.rb +92 -0
  89. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/outputs/stdlib-logger.rb +37 -0
  90. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/outputs/zeromq.rb +96 -0
  91. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/publisher.rb +20 -0
  92. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/lib/cabin/timer.rb +20 -0
  93. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/test/all.rb +17 -0
  94. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/test/minitest-patch.rb +13 -0
  95. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/test/test_logging.rb +171 -0
  96. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/test/test_metrics.rb +97 -0
  97. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/test/test_pipe.rb +84 -0
  98. data/vendor/bundle/jruby/1.9/gems/cabin-0.7.1/test/test_zeromq.rb +99 -0
  99. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/CHANGES.md +33 -0
  100. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/Gemfile +9 -0
  101. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/LICENSE +20 -0
  102. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/README.md +403 -0
  103. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/Rakefile +12 -0
  104. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/clamp.gemspec +26 -0
  105. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/examples/admin +20 -0
  106. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/examples/flipflop +29 -0
  107. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/examples/fubar +21 -0
  108. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/examples/gitdown +70 -0
  109. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/examples/scoop +17 -0
  110. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/examples/speak +31 -0
  111. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp.rb +7 -0
  112. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/attribute/declaration.rb +54 -0
  113. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/attribute/definition.rb +90 -0
  114. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/attribute/instance.rb +79 -0
  115. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/command.rb +152 -0
  116. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/errors.rb +41 -0
  117. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/help.rb +100 -0
  118. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/option/declaration.rb +59 -0
  119. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/option/definition.rb +94 -0
  120. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/option/parsing.rb +68 -0
  121. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/parameter/declaration.rb +29 -0
  122. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/parameter/definition.rb +48 -0
  123. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/parameter/parsing.rb +29 -0
  124. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/subcommand/declaration.rb +77 -0
  125. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/subcommand/definition.rb +25 -0
  126. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/subcommand/execution.rb +35 -0
  127. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/subcommand/parsing.rb +24 -0
  128. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/truthy.rb +9 -0
  129. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/version.rb +3 -0
  130. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/spec/clamp/command_group_spec.rb +327 -0
  131. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/spec/clamp/command_spec.rb +983 -0
  132. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/spec/clamp/option/definition_spec.rb +260 -0
  133. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/spec/clamp/option_module_spec.rb +37 -0
  134. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/spec/clamp/parameter/definition_spec.rb +242 -0
  135. data/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/spec/spec_helper.rb +60 -0
  136. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/README_INDEX.rdoc +123 -0
  137. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/Rakefile +37 -0
  138. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/bin/coderay +215 -0
  139. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay.rb +284 -0
  140. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/duo.rb +81 -0
  141. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoder.rb +201 -0
  142. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/_map.rb +17 -0
  143. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/comment_filter.rb +25 -0
  144. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/count.rb +39 -0
  145. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/debug.rb +49 -0
  146. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/debug_lint.rb +63 -0
  147. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/div.rb +23 -0
  148. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/filter.rb +58 -0
  149. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/html.rb +332 -0
  150. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/html/css.rb +65 -0
  151. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/html/numbering.rb +108 -0
  152. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/html/output.rb +166 -0
  153. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/json.rb +83 -0
  154. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/lines_of_code.rb +45 -0
  155. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/lint.rb +59 -0
  156. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/null.rb +18 -0
  157. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/page.rb +24 -0
  158. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/span.rb +23 -0
  159. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/statistic.rb +95 -0
  160. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/terminal.rb +195 -0
  161. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/text.rb +46 -0
  162. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/token_kind_filter.rb +111 -0
  163. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/xml.rb +72 -0
  164. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/yaml.rb +50 -0
  165. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/for_redcloth.rb +95 -0
  166. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/helpers/file_type.rb +151 -0
  167. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/helpers/plugin.rb +274 -0
  168. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/helpers/word_list.rb +72 -0
  169. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanner.rb +355 -0
  170. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/_map.rb +24 -0
  171. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/c.rb +189 -0
  172. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/clojure.rb +217 -0
  173. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/cpp.rb +215 -0
  174. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/css.rb +196 -0
  175. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/debug.rb +75 -0
  176. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/delphi.rb +144 -0
  177. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/diff.rb +221 -0
  178. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/erb.rb +81 -0
  179. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/go.rb +208 -0
  180. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/groovy.rb +268 -0
  181. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/haml.rb +168 -0
  182. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/html.rb +275 -0
  183. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/java.rb +174 -0
  184. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/java/builtin_types.rb +421 -0
  185. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/java_script.rb +237 -0
  186. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/json.rb +98 -0
  187. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/lua.rb +280 -0
  188. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/php.rb +527 -0
  189. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/python.rb +287 -0
  190. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/raydebug.rb +75 -0
  191. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/ruby.rb +470 -0
  192. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/ruby/patterns.rb +178 -0
  193. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/ruby/string_state.rb +71 -0
  194. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/sass.rb +232 -0
  195. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/sql.rb +177 -0
  196. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/taskpaper.rb +36 -0
  197. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/text.rb +26 -0
  198. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/xml.rb +17 -0
  199. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/scanners/yaml.rb +140 -0
  200. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/style.rb +23 -0
  201. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/styles/_map.rb +7 -0
  202. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/styles/alpha.rb +152 -0
  203. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/token_kinds.rb +85 -0
  204. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/tokens.rb +161 -0
  205. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/tokens_proxy.rb +55 -0
  206. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/version.rb +3 -0
  207. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/test/functional/basic.rb +318 -0
  208. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/test/functional/examples.rb +129 -0
  209. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/test/functional/for_redcloth.rb +78 -0
  210. data/vendor/bundle/jruby/1.9/gems/coderay-1.1.0/test/functional/suite.rb +15 -0
  211. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/Contributing.rdoc +64 -0
  212. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/Gemfile +20 -0
  213. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/History.rdoc +152 -0
  214. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/License.rdoc +39 -0
  215. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/Manifest.txt +38 -0
  216. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/README.rdoc +85 -0
  217. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/Rakefile +41 -0
  218. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/autotest/discover.rb +1 -0
  219. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/bin/htmldiff +32 -0
  220. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/bin/ldiff +6 -0
  221. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/docs/COPYING.txt +339 -0
  222. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/docs/artistic.txt +127 -0
  223. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff-lcs.rb +3 -0
  224. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs.rb +805 -0
  225. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs/array.rb +7 -0
  226. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs/block.rb +37 -0
  227. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs/callbacks.rb +322 -0
  228. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs/change.rb +177 -0
  229. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs/htmldiff.rb +149 -0
  230. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs/hunk.rb +276 -0
  231. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs/internals.rb +301 -0
  232. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs/ldiff.rb +195 -0
  233. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/lib/diff/lcs/string.rb +5 -0
  234. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/change_spec.rb +65 -0
  235. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/diff_spec.rb +47 -0
  236. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/hunk_spec.rb +72 -0
  237. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/issues_spec.rb +24 -0
  238. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/lcs_spec.rb +54 -0
  239. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/patch_spec.rb +414 -0
  240. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/sdiff_spec.rb +214 -0
  241. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/spec_helper.rb +290 -0
  242. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/traverse_balanced_spec.rb +310 -0
  243. data/vendor/bundle/jruby/1.9/gems/diff-lcs-1.2.5/spec/traverse_sequences_spec.rb +139 -0
  244. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/CONTRIBUTING.md +23 -0
  245. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/CONTRIBUTORS.md +108 -0
  246. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/Gemfile +19 -0
  247. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/Gemfile.lock +271 -0
  248. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/LICENSE.md +20 -0
  249. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/README.md +409 -0
  250. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/Rakefile +144 -0
  251. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/class_vs_lambda.rb +50 -0
  252. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/concat_vs_insert.rb +21 -0
  253. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/concat_vs_interpolate.rb +21 -0
  254. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/cr_lf.rb +21 -0
  255. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/downcase-eq-eq_vs_casecmp.rb +169 -0
  256. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/excon.rb +69 -0
  257. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/excon_vs.rb +165 -0
  258. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/for_vs_array_each.rb +27 -0
  259. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/for_vs_hash_each.rb +27 -0
  260. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/has_key-vs-lookup.rb +177 -0
  261. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/headers_case_sensitivity.rb +83 -0
  262. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/headers_split_vs_match.rb +34 -0
  263. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/implicit_block-vs-explicit_block.rb +98 -0
  264. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/merging.rb +21 -0
  265. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/single_vs_double_quotes.rb +21 -0
  266. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/string_ranged_index.rb +87 -0
  267. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/strip_newline.rb +115 -0
  268. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/vs_stdlib.rb +82 -0
  269. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/changelog.txt +925 -0
  270. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/data/cacert.pem +3988 -0
  271. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/excon.gemspec +178 -0
  272. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon.rb +234 -0
  273. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/connection.rb +471 -0
  274. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/constants.rb +142 -0
  275. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/errors.rb +155 -0
  276. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/extensions/uri.rb +33 -0
  277. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/headers.rb +83 -0
  278. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/middlewares/base.rb +24 -0
  279. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/middlewares/decompress.rb +35 -0
  280. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/middlewares/escape_path.rb +11 -0
  281. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/middlewares/expects.rb +18 -0
  282. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/middlewares/idempotent.rb +33 -0
  283. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/middlewares/instrumentor.rb +34 -0
  284. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/middlewares/mock.rb +51 -0
  285. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/middlewares/redirect_follower.rb +56 -0
  286. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/middlewares/response_parser.rb +12 -0
  287. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/pretty_printer.rb +45 -0
  288. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/response.rb +212 -0
  289. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/socket.rb +310 -0
  290. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/ssl_socket.rb +151 -0
  291. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/standard_instrumentor.rb +27 -0
  292. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/unix_socket.rb +40 -0
  293. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/lib/excon/utils.rb +87 -0
  294. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/authorization_header_tests.rb +33 -0
  295. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/bad_tests.rb +47 -0
  296. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/basic_tests.rb +319 -0
  297. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/complete_responses.rb +31 -0
  298. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/data/127.0.0.1.cert.crt +14 -0
  299. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/data/127.0.0.1.cert.key +15 -0
  300. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/data/excon.cert.crt +14 -0
  301. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/data/excon.cert.key +15 -0
  302. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/data/xs +1 -0
  303. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/errors_tests.rb +58 -0
  304. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/header_tests.rb +119 -0
  305. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/middlewares/canned_response_tests.rb +34 -0
  306. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/middlewares/decompress_tests.rb +152 -0
  307. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/middlewares/escape_path_tests.rb +36 -0
  308. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/middlewares/idempotent_tests.rb +131 -0
  309. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/middlewares/instrumentation_tests.rb +289 -0
  310. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/middlewares/mock_tests.rb +256 -0
  311. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/middlewares/redirect_follower_tests.rb +80 -0
  312. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/pipeline_tests.rb +40 -0
  313. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/proxy_tests.rb +306 -0
  314. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/query_string_tests.rb +69 -0
  315. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/basic.rb +35 -0
  316. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/basic.ru +3 -0
  317. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/basic_auth.ru +14 -0
  318. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/deflater.ru +4 -0
  319. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/proxy.ru +18 -0
  320. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/query_string.ru +13 -0
  321. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/redirecting.ru +23 -0
  322. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/request_headers.ru +15 -0
  323. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/request_methods.ru +21 -0
  324. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/response_header.ru +18 -0
  325. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/ssl.ru +16 -0
  326. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/ssl_mismatched_cn.ru +15 -0
  327. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/ssl_verify_peer.ru +16 -0
  328. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/streaming.ru +30 -0
  329. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/thread_safety.ru +17 -0
  330. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/timeout.ru +14 -0
  331. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/rackups/webrick_patch.rb +34 -0
  332. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/request_headers_tests.rb +21 -0
  333. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/request_method_tests.rb +47 -0
  334. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/request_tests.rb +59 -0
  335. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/response_tests.rb +188 -0
  336. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/servers/bad.rb +20 -0
  337. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/servers/eof.rb +17 -0
  338. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/servers/error.rb +20 -0
  339. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/servers/good.rb +338 -0
  340. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/test_helper.rb +306 -0
  341. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/thread_safety_tests.rb +39 -0
  342. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/timeout_tests.rb +12 -0
  343. data/vendor/bundle/jruby/1.9/gems/excon-0.45.4/tests/utils_tests.rb +81 -0
  344. data/vendor/bundle/jruby/1.9/gems/ffi-1.9.10-java/COPYING +49 -0
  345. data/vendor/bundle/jruby/1.9/gems/ffi-1.9.10-java/LICENSE +24 -0
  346. data/vendor/bundle/jruby/1.9/gems/ffi-1.9.10-java/README.md +109 -0
  347. data/vendor/bundle/jruby/1.9/gems/ffi-1.9.10-java/Rakefile +210 -0
  348. data/vendor/bundle/jruby/1.9/gems/filesize-0.0.4/CHANGELOG +3 -0
  349. data/vendor/bundle/jruby/1.9/gems/filesize-0.0.4/README.markdown +52 -0
  350. data/vendor/bundle/jruby/1.9/gems/filesize-0.0.4/filesize.gemspec +19 -0
  351. data/vendor/bundle/jruby/1.9/gems/filesize-0.0.4/lib/filesize.rb +178 -0
  352. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/lib/gem_publisher.rb +28 -0
  353. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/lib/gem_publisher/builder.rb +13 -0
  354. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/lib/gem_publisher/cli_facade.rb +17 -0
  355. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/lib/gem_publisher/git_remote.rb +26 -0
  356. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/lib/gem_publisher/publisher.rb +45 -0
  357. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/lib/gem_publisher/pusher.rb +26 -0
  358. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/lib/gem_publisher/version.rb +3 -0
  359. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/lib/rubygems_plugin.rb +48 -0
  360. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/builder_test.rb +16 -0
  361. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/cli_facade_test.rb +43 -0
  362. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/common.rb +15 -0
  363. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/data/example.gemspec +12 -0
  364. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/data/gem_build +4 -0
  365. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/data/tags +10 -0
  366. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/data/toplevel_version.gemspec +12 -0
  367. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/git_remote_test.rb +32 -0
  368. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/integration_test.rb +49 -0
  369. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/publisher_test.rb +102 -0
  370. data/vendor/bundle/jruby/1.9/gems/gem_publisher-1.5.0/test/rubygems_plugin_test.rb +76 -0
  371. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/CONTRIBUTING.md +45 -0
  372. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/LICENSE.md +20 -0
  373. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/README.md +158 -0
  374. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/Rakefile +11 -0
  375. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/gems.gemspec +24 -0
  376. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/lib/gems.rb +24 -0
  377. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/lib/gems/client.rb +318 -0
  378. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/lib/gems/configuration.rb +54 -0
  379. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/lib/gems/request.rb +73 -0
  380. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/lib/gems/version.rb +17 -0
  381. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/add_owner +1 -0
  382. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/add_web_hook +1 -0
  383. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/api_key +1 -0
  384. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/dependencies +0 -0
  385. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/downloads.yaml +91 -0
  386. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/fire_web_hook +1 -0
  387. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/gems-0.0.8.gem +0 -0
  388. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/gems.yaml +1072 -0
  389. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/just_updated.yaml +1376 -0
  390. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/latest.yaml +1098 -0
  391. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/most_downloaded.yaml +20 -0
  392. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/most_downloaded_today.yaml +1053 -0
  393. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/owners.yaml +2 -0
  394. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/push +1 -0
  395. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/rails.yaml +33 -0
  396. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/rails_admin-0.0.0.yaml +3 -0
  397. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/remove_owner +1 -0
  398. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/remove_web_hook +1 -0
  399. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/reverse_dependencies_short.yaml +70 -0
  400. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/script_helpers.yaml +17 -0
  401. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/search.yaml +898 -0
  402. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/total_downloads.yaml +2 -0
  403. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/unyank +1 -0
  404. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/web_hooks.yaml +4 -0
  405. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/fixtures/yank +1 -0
  406. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/gems/client_spec.rb +432 -0
  407. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/gems/request_spec.rb +31 -0
  408. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/gems_spec.rb +73 -0
  409. data/vendor/bundle/jruby/1.9/gems/gems-0.8.3/spec/helper.rb +64 -0
  410. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/MIT-LICENSE +20 -0
  411. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/README.textile +105 -0
  412. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/ci/Gemfile.no-rails +5 -0
  413. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/ci/Gemfile.no-rails.lock +14 -0
  414. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/ci/Gemfile.rails-2.3.x +9 -0
  415. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/ci/Gemfile.rails-2.3.x.lock +23 -0
  416. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/ci/Gemfile.rails-3.x +9 -0
  417. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/ci/Gemfile.rails-3.x.lock +23 -0
  418. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n.rb +367 -0
  419. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend.rb +18 -0
  420. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/base.rb +190 -0
  421. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/cache.rb +96 -0
  422. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/cascade.rb +54 -0
  423. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/chain.rb +83 -0
  424. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/fallbacks.rb +65 -0
  425. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/flatten.rb +113 -0
  426. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/gettext.rb +72 -0
  427. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/interpolation_compiler.rb +121 -0
  428. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/key_value.rb +101 -0
  429. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/memoize.rb +46 -0
  430. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/metadata.rb +65 -0
  431. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/pluralization.rb +53 -0
  432. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/simple.rb +87 -0
  433. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/backend/transliterator.rb +99 -0
  434. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/config.rb +121 -0
  435. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/core_ext/hash.rb +29 -0
  436. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/core_ext/kernel/surpress_warnings.rb +9 -0
  437. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/core_ext/string/interpolate.rb +105 -0
  438. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/exceptions.rb +128 -0
  439. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/gettext.rb +25 -0
  440. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/gettext/helpers.rb +64 -0
  441. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/gettext/po_parser.rb +329 -0
  442. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/interpolate/ruby.rb +37 -0
  443. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/locale.rb +6 -0
  444. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/locale/fallbacks.rb +96 -0
  445. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/locale/tag.rb +28 -0
  446. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/locale/tag/parents.rb +22 -0
  447. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/locale/tag/rfc4646.rb +74 -0
  448. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/locale/tag/simple.rb +39 -0
  449. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests.rb +12 -0
  450. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/basics.rb +59 -0
  451. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/defaults.rb +40 -0
  452. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/interpolation.rb +133 -0
  453. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/link.rb +56 -0
  454. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/localization.rb +19 -0
  455. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/localization/date.rb +91 -0
  456. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/localization/date_time.rb +82 -0
  457. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/localization/procs.rb +116 -0
  458. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/localization/time.rb +81 -0
  459. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/lookup.rb +81 -0
  460. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/pluralization.rb +35 -0
  461. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/tests/procs.rb +55 -0
  462. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/lib/i18n/version.rb +3 -0
  463. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/all.rb +8 -0
  464. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/api/all_features_test.rb +58 -0
  465. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/api/cascade_test.rb +28 -0
  466. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/api/chain_test.rb +24 -0
  467. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/api/fallbacks_test.rb +30 -0
  468. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/api/key_value_test.rb +28 -0
  469. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/api/memoize_test.rb +60 -0
  470. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/api/override_test.rb +48 -0
  471. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/api/pluralization_test.rb +30 -0
  472. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/api/simple_test.rb +28 -0
  473. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/cache_test.rb +85 -0
  474. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/cascade_test.rb +85 -0
  475. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/chain_test.rb +76 -0
  476. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/exceptions_test.rb +35 -0
  477. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/fallbacks_test.rb +125 -0
  478. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/interpolation_compiler_test.rb +119 -0
  479. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/key_value_test.rb +46 -0
  480. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/memoize_test.rb +47 -0
  481. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/metadata_test.rb +47 -0
  482. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/pluralization_test.rb +44 -0
  483. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/simple_test.rb +83 -0
  484. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/backend/transliterator_test.rb +85 -0
  485. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/core_ext/hash_test.rb +30 -0
  486. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/core_ext/string/interpolate_test.rb +99 -0
  487. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/gettext/api_test.rb +206 -0
  488. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/gettext/backend_test.rb +101 -0
  489. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/i18n/exceptions_test.rb +120 -0
  490. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/i18n/interpolate_test.rb +79 -0
  491. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/i18n/load_path_test.rb +33 -0
  492. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/i18n_test.rb +365 -0
  493. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/locale/fallbacks_test.rb +136 -0
  494. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/locale/tag/rfc4646_test.rb +142 -0
  495. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/locale/tag/simple_test.rb +32 -0
  496. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/run_all.rb +21 -0
  497. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/test_data/locales/de.po +82 -0
  498. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/test_data/locales/en.rb +3 -0
  499. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/test_data/locales/en.yml +3 -0
  500. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/test_data/locales/invalid/empty.yml +0 -0
  501. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/test_data/locales/invalid/syntax.yml +4 -0
  502. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/test_data/locales/plurals.rb +113 -0
  503. data/vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/test_helper.rb +56 -0
  504. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/Gemfile +7 -0
  505. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/Gemfile.lock +25 -0
  506. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/LICENSE +14 -0
  507. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/Makefile +50 -0
  508. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/README.md +57 -0
  509. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/insist.gemspec +20 -0
  510. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist.rb +81 -0
  511. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist/assert.rb +10 -0
  512. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist/comparators.rb +41 -0
  513. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist/comparators19.rb +23 -0
  514. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist/enumerables.rb +14 -0
  515. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist/failure.rb +4 -0
  516. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist/namespace.rb +1 -0
  517. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist/nil.rb +7 -0
  518. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist/predicates.rb +41 -0
  519. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/lib/insist/raises.rb +19 -0
  520. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/notify-failure.sh +15 -0
  521. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/spec/insist/comparators_spec.rb +110 -0
  522. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/spec/insist/enumerables_spec.rb +18 -0
  523. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/spec/insist/nil_spec.rb +16 -0
  524. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/spec/insist/predicates_spec.rb +53 -0
  525. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/spec/insist/reject_spec.rb +18 -0
  526. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/spec/insist_spec.rb +14 -0
  527. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/spec/spec_setup.rb +1 -0
  528. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/test/all.rb +24 -0
  529. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/test/docs.rb +42 -0
  530. data/vendor/bundle/jruby/1.9/gems/insist-1.0.0/test/testing.rb +14 -0
  531. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/Gemfile +9 -0
  532. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/README.md +112 -0
  533. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/Rakefile +10 -0
  534. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/changelog.md +80 -0
  535. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/dependency-reduced-pom.xml +87 -0
  536. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/jrjackson.gemspec +23 -0
  537. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/lib/jrjackson.rb +2 -0
  538. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/lib/jrjackson/build_info.rb +15 -0
  539. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/lib/jrjackson/jars/jrjackson-1.2.12.jar +0 -0
  540. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/lib/jrjackson/jrjackson.rb +65 -0
  541. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/lib/require_relative_patch.rb +6 -0
  542. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/pom.xml +97 -0
  543. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/profiling/profiled.rb +15 -0
  544. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/run_all_individual_bench.sh +23 -0
  545. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/JrJacksonRaw.java +151 -0
  546. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/JrJacksonService.java +23 -0
  547. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/ParseError.java +16 -0
  548. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/RubyAnySerializer.java +175 -0
  549. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/RubyJacksonModule.java +65 -0
  550. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/RubyKeyConverter.java +12 -0
  551. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/RubyObjectDeserializer.java +191 -0
  552. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/RubyStringConverter.java +19 -0
  553. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/RubySymbolConverter.java +14 -0
  554. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/main/java/com/jrjackson/RubyUtils.java +111 -0
  555. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/src/test/java/com/jrjackson/jruby/AppTest.java +38 -0
  556. data/vendor/bundle/jruby/1.9/gems/jrjackson-0.2.9/test/jrjackson_test.rb +228 -0
  557. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json.rb +62 -0
  558. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/bigdecimal.rb +28 -0
  559. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/complex.rb +28 -0
  560. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/core.rb +11 -0
  561. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/date.rb +34 -0
  562. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/date_time.rb +50 -0
  563. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/exception.rb +31 -0
  564. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/ostruct.rb +31 -0
  565. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/range.rb +29 -0
  566. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/rational.rb +27 -0
  567. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/regexp.rb +30 -0
  568. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/struct.rb +30 -0
  569. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/symbol.rb +25 -0
  570. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/add/time.rb +38 -0
  571. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/common.rb +484 -0
  572. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/ext.rb +21 -0
  573. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/ext/generator.jar +0 -0
  574. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/ext/parser.jar +0 -0
  575. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/generic_object.rb +70 -0
  576. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/pure.rb +21 -0
  577. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/pure/generator.rb +522 -0
  578. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/pure/parser.rb +359 -0
  579. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/lib/json/version.rb +8 -0
  580. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail1.json +1 -0
  581. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail10.json +1 -0
  582. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail11.json +1 -0
  583. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail12.json +1 -0
  584. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail13.json +1 -0
  585. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail14.json +1 -0
  586. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail18.json +1 -0
  587. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail19.json +1 -0
  588. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail2.json +1 -0
  589. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail20.json +1 -0
  590. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail21.json +1 -0
  591. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail22.json +1 -0
  592. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail23.json +1 -0
  593. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail24.json +1 -0
  594. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail25.json +1 -0
  595. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail27.json +2 -0
  596. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail28.json +2 -0
  597. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail3.json +1 -0
  598. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail4.json +1 -0
  599. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail5.json +1 -0
  600. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail6.json +1 -0
  601. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail7.json +1 -0
  602. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail8.json +1 -0
  603. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/fail9.json +1 -0
  604. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/pass1.json +56 -0
  605. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/pass15.json +1 -0
  606. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/pass16.json +1 -0
  607. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/pass17.json +1 -0
  608. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/pass2.json +1 -0
  609. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/pass26.json +1 -0
  610. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/fixtures/pass3.json +6 -0
  611. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/setup_variant.rb +11 -0
  612. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/test_json.rb +553 -0
  613. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/test_json_addition.rb +196 -0
  614. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/test_json_encoding.rb +65 -0
  615. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/test_json_fixtures.rb +35 -0
  616. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/test_json_generate.rb +337 -0
  617. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/test_json_generic_object.rb +75 -0
  618. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/test_json_string_matching.rb +39 -0
  619. data/vendor/bundle/jruby/1.9/gems/json-1.8.3-java/tests/test_json_unicode.rb +72 -0
  620. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/AUTHORS +1 -0
  621. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/CONTRIBUTERS +40 -0
  622. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/COPYING +30 -0
  623. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/README.md +68 -0
  624. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/Rakefile +270 -0
  625. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/VERSION +1 -0
  626. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/benchmark/benchmark.rb +43 -0
  627. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/benchmark/benchmark.sh +74 -0
  628. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/benchmark/generate_data.rb +119 -0
  629. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/benchmark/mdbasics.text +306 -0
  630. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/benchmark/mdsyntax.text +888 -0
  631. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/benchmark/testing.sh +12 -0
  632. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/benchmark/timing.sh +10 -0
  633. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/bin/kramdown +67 -0
  634. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/data/kramdown/document.html +22 -0
  635. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/data/kramdown/document.latex +50 -0
  636. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/_design.scss +441 -0
  637. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/bg.png +0 -0
  638. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/default.scss +192 -0
  639. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/default.template +68 -0
  640. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/documentation.page +84 -0
  641. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/documentation.template +29 -0
  642. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/index.page +109 -0
  643. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/installation.page +86 -0
  644. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/links.markdown +6 -0
  645. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/metainfo +3 -0
  646. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/news.feed +9 -0
  647. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/news.page +29 -0
  648. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/options.page +49 -0
  649. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/quickref.page +599 -0
  650. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/sidebar.template +19 -0
  651. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/sitemap.sitemap +5 -0
  652. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/syntax.page +1737 -0
  653. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/tests.page +104 -0
  654. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/doc/virtual +14 -0
  655. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown.rb +10 -0
  656. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/compatibility.rb +36 -0
  657. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter.rb +66 -0
  658. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/base.rb +260 -0
  659. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/html.rb +461 -0
  660. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/kramdown.rb +429 -0
  661. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/latex.rb +613 -0
  662. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/itex2mml.rb +39 -0
  663. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/mathjax.rb +48 -0
  664. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/mathjaxnode.rb +48 -0
  665. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/ritex.rb +38 -0
  666. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/pdf.rb +625 -0
  667. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/remove_html_tags.rb +55 -0
  668. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter.rb +53 -0
  669. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter/coderay.rb +78 -0
  670. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter/minted.rb +35 -0
  671. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter/rouge.rb +37 -0
  672. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/converter/toc.rb +69 -0
  673. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/document.rb +144 -0
  674. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/element.rb +518 -0
  675. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/error.rb +17 -0
  676. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/options.rb +595 -0
  677. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser.rb +27 -0
  678. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/base.rb +134 -0
  679. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/gfm.rb +63 -0
  680. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/html.rb +589 -0
  681. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown.rb +362 -0
  682. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/abbreviation.rb +75 -0
  683. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/autolink.rb +37 -0
  684. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/blank_line.rb +30 -0
  685. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/block_boundary.rb +33 -0
  686. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/blockquote.rb +39 -0
  687. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/codeblock.rb +55 -0
  688. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/codespan.rb +44 -0
  689. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/emphasis.rb +61 -0
  690. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/eob.rb +26 -0
  691. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/escaped_chars.rb +25 -0
  692. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/extensions.rb +202 -0
  693. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/footnote.rb +63 -0
  694. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/header.rb +59 -0
  695. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/horizontal_rule.rb +27 -0
  696. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/html.rb +161 -0
  697. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/html_entity.rb +33 -0
  698. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/line_break.rb +25 -0
  699. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/link.rb +143 -0
  700. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/list.rb +248 -0
  701. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/math.rb +54 -0
  702. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/paragraph.rb +51 -0
  703. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/smart_quotes.rb +174 -0
  704. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/table.rb +173 -0
  705. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/typographic_symbol.rb +44 -0
  706. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/parser/markdown.rb +56 -0
  707. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/utils.rb +58 -0
  708. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/utils/configurable.rb +44 -0
  709. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/utils/entities.rb +347 -0
  710. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/utils/html.rb +77 -0
  711. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/utils/ordered_hash.rb +87 -0
  712. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/utils/string_scanner.rb +82 -0
  713. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/utils/unidecoder.rb +48 -0
  714. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/lib/kramdown/version.rb +15 -0
  715. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/man/man1/kramdown.1 +478 -0
  716. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/setup.rb +1585 -0
  717. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/run_tests.rb +46 -0
  718. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/test_files.rb +352 -0
  719. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/test_location.rb +219 -0
  720. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/test_string_scanner_kramdown.rb +30 -0
  721. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/spaces.html +1 -0
  722. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/spaces.text +3 -0
  723. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/tabs.html +1 -0
  724. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/tabs.text +6 -0
  725. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/02_eob/beginning.html +1 -0
  726. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/02_eob/beginning.text +3 -0
  727. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/02_eob/end.html +1 -0
  728. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/02_eob/end.text +3 -0
  729. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/02_eob/middle.html +1 -0
  730. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/02_eob/middle.text +5 -0
  731. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/indented.html +18 -0
  732. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/indented.html.gfm +18 -0
  733. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/indented.text +19 -0
  734. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/no_newline_at_end.html +5 -0
  735. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/no_newline_at_end.text +5 -0
  736. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/one_para.html +1 -0
  737. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/one_para.text +1 -0
  738. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/two_para.html +4 -0
  739. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/two_para.text +4 -0
  740. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header.html +51 -0
  741. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header.text +48 -0
  742. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header_no_newline_at_end.html +1 -0
  743. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header_no_newline_at_end.text +1 -0
  744. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.html +11 -0
  745. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.kramdown +12 -0
  746. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.latex +12 -0
  747. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.options +2 -0
  748. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.text +13 -0
  749. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header.html +32 -0
  750. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header.text +39 -0
  751. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header_no_newline_at_end.html +1 -0
  752. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header_no_newline_at_end.text +2 -0
  753. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_prefix.html +3 -0
  754. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_prefix.options +2 -0
  755. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_prefix.text +3 -0
  756. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_stripping.html +1 -0
  757. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_stripping.options +1 -0
  758. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_stripping.text +1 -0
  759. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_ids.html +21 -0
  760. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_ids.options +2 -0
  761. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_ids.text +24 -0
  762. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/indented.html +25 -0
  763. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/indented.text +14 -0
  764. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/lazy.html +34 -0
  765. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/lazy.text +20 -0
  766. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/nested.html +10 -0
  767. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/nested.text +6 -0
  768. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/no_newline_at_end.html +4 -0
  769. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/no_newline_at_end.text +2 -0
  770. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/very_long_line.html +3 -0
  771. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/very_long_line.text +1 -0
  772. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/with_code_blocks.html +15 -0
  773. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/with_code_blocks.text +11 -0
  774. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/disable-highlighting.html +4 -0
  775. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/disable-highlighting.options +1 -0
  776. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/disable-highlighting.text +4 -0
  777. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/error.html +4 -0
  778. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/error.text +4 -0
  779. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.latex +9 -0
  780. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.options +4 -0
  781. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.text +5 -0
  782. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted.latex +8 -0
  783. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted.options +3 -0
  784. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted.text +4 -0
  785. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-opts.html +6 -0
  786. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-opts.options +7 -0
  787. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-opts.text +4 -0
  788. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-rouge.html +6 -0
  789. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-rouge.options +3 -0
  790. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-rouge.text +4 -0
  791. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting.html +6 -0
  792. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting.options +5 -0
  793. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting.text +4 -0
  794. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/issue_gh45.html +164 -0
  795. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/issue_gh45.test +188 -0
  796. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/lazy.html +4 -0
  797. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/lazy.text +5 -0
  798. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end.html +2 -0
  799. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end.text +1 -0
  800. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end_1.html +2 -0
  801. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end_1.text +2 -0
  802. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/normal.html +13 -0
  803. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/normal.text +10 -0
  804. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/tilde_syntax.html +7 -0
  805. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/tilde_syntax.text +9 -0
  806. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/whitespace.html +3 -0
  807. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/whitespace.text +3 -0
  808. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_blank_line.html +13 -0
  809. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_blank_line.text +12 -0
  810. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_eob_marker.html +6 -0
  811. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_eob_marker.text +5 -0
  812. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_ial.html +6 -0
  813. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_ial.text +5 -0
  814. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.html +24 -0
  815. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.options +2 -0
  816. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.text +33 -0
  817. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.html +3 -0
  818. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.options +2 -0
  819. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.text +4 -0
  820. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/error.html +7 -0
  821. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/error.html.19 +7 -0
  822. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/error.text +7 -0
  823. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/normal.html +19 -0
  824. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/normal.text +20 -0
  825. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/sepspaces.html +3 -0
  826. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/sepspaces.text +3 -0
  827. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/septabs.html +3 -0
  828. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/septabs.text +3 -0
  829. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/escaping.html +17 -0
  830. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/escaping.text +17 -0
  831. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/item_ial.html +10 -0
  832. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/item_ial.text +8 -0
  833. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/lazy.html +39 -0
  834. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/lazy.text +29 -0
  835. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_hr.html +9 -0
  836. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_hr.text +5 -0
  837. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_others.html +40 -0
  838. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_others.text +26 -0
  839. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/mixed.html +117 -0
  840. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/mixed.text +66 -0
  841. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/nested.html +17 -0
  842. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/nested.text +7 -0
  843. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/other_first_element.html +39 -0
  844. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/other_first_element.text +18 -0
  845. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ol.html +19 -0
  846. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ol.text +13 -0
  847. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ul.html +48 -0
  848. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ul.text +36 -0
  849. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/single_item.html +3 -0
  850. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/single_item.text +1 -0
  851. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/special_cases.html +62 -0
  852. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/08_list/special_cases.text +40 -0
  853. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/comment.html +18 -0
  854. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/comment.text +15 -0
  855. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/deflists.html +6 -0
  856. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/deflists.options +1 -0
  857. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/deflists.text +6 -0
  858. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/tables.html +14 -0
  859. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/tables.options +1 -0
  860. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/tables.text +14 -0
  861. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html5_attributes.html +13 -0
  862. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html5_attributes.text +13 -0
  863. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_after_block.html +7 -0
  864. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_after_block.text +5 -0
  865. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_codeblocks.html +15 -0
  866. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_codeblocks.options +1 -0
  867. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_codeblocks.text +13 -0
  868. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_headers.html +5 -0
  869. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_headers.text +6 -0
  870. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/code.html +10 -0
  871. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/code.text +9 -0
  872. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/comment.html +7 -0
  873. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/comment.text +8 -0
  874. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/emphasis.html +6 -0
  875. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/emphasis.text +6 -0
  876. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/entity.html +1 -0
  877. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/entity.text +1 -0
  878. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/header.html +6 -0
  879. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/header.options +2 -0
  880. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/header.text +6 -0
  881. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_dl.html +8 -0
  882. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_dl.text +8 -0
  883. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ol.html +15 -0
  884. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ol.text +17 -0
  885. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ul.html +19 -0
  886. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ul.text +22 -0
  887. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/options +1 -0
  888. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/paragraph.html +3 -0
  889. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/paragraph.text +4 -0
  890. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_normal.html +12 -0
  891. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_normal.text +12 -0
  892. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_simple.html +61 -0
  893. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_simple.text +71 -0
  894. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/typography.html +1 -0
  895. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/typography.html.19 +1 -0
  896. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/typography.text +1 -0
  897. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_1.html +5 -0
  898. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_1.text +5 -0
  899. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_2.html +5 -0
  900. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_2.text +5 -0
  901. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/markdown_attr.html +38 -0
  902. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/markdown_attr.text +38 -0
  903. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/not_parsed.html +24 -0
  904. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/not_parsed.text +24 -0
  905. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.html +35 -0
  906. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.htmlinput +34 -0
  907. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.options +1 -0
  908. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.text +33 -0
  909. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.html +12 -0
  910. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.htmlinput +12 -0
  911. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.options +1 -0
  912. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.text +9 -0
  913. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_block_html.html +21 -0
  914. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_block_html.options +1 -0
  915. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_block_html.text +17 -0
  916. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/processing_instruction.html +13 -0
  917. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/processing_instruction.text +12 -0
  918. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.html +64 -0
  919. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.html.19 +64 -0
  920. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.options +1 -0
  921. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.text +59 -0
  922. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/textarea.html +8 -0
  923. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/09_html/textarea.text +8 -0
  924. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/10_ald/simple.html +2 -0
  925. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/10_ald/simple.text +8 -0
  926. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/11_ial/auto_id_and_ial.html +1 -0
  927. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/11_ial/auto_id_and_ial.options +1 -0
  928. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/11_ial/auto_id_and_ial.text +2 -0
  929. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/11_ial/nested.html +11 -0
  930. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/11_ial/nested.text +15 -0
  931. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/11_ial/simple.html +29 -0
  932. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/11_ial/simple.text +41 -0
  933. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/comment.html +8 -0
  934. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/comment.text +12 -0
  935. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/ignored.html +8 -0
  936. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/ignored.text +8 -0
  937. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.html +10 -0
  938. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.kramdown +20 -0
  939. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.latex +13 -0
  940. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.text +21 -0
  941. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/options.html +21 -0
  942. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/options.text +21 -0
  943. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/options2.html +10 -0
  944. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/options2.text +5 -0
  945. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/options3.html +7 -0
  946. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/12_extension/options3.text +7 -0
  947. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/definition_at_beginning.html +1 -0
  948. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/definition_at_beginning.text +1 -0
  949. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/deflist_ial.html +4 -0
  950. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/deflist_ial.text +4 -0
  951. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/item_ial.html +12 -0
  952. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/item_ial.text +8 -0
  953. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/multiple_terms.html +13 -0
  954. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/multiple_terms.text +10 -0
  955. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/no_def_list.html +2 -0
  956. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/no_def_list.text +2 -0
  957. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/para_wrapping.html +10 -0
  958. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/para_wrapping.text +6 -0
  959. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/separated_by_eob.html +8 -0
  960. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/separated_by_eob.text +5 -0
  961. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/simple.html +10 -0
  962. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/simple.text +10 -0
  963. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/styled_terms.html +4 -0
  964. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/styled_terms.text +2 -0
  965. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/too_much_space.html +3 -0
  966. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/too_much_space.text +4 -0
  967. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/with_blocks.html +38 -0
  968. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/with_blocks.text +24 -0
  969. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/errors.html +12 -0
  970. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/errors.text +13 -0
  971. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/escaping.html +52 -0
  972. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/escaping.text +19 -0
  973. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/footer.html +65 -0
  974. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/footer.text +25 -0
  975. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/header.html +96 -0
  976. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/header.text +32 -0
  977. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/no_table.html +3 -0
  978. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/no_table.text +3 -0
  979. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/simple.html +177 -0
  980. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/simple.html.19 +177 -0
  981. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/simple.text +49 -0
  982. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/table_with_footnote.html +25 -0
  983. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/table_with_footnote.latex +11 -0
  984. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/14_table/table_with_footnote.text +6 -0
  985. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/gh_128.html +2 -0
  986. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/gh_128.text +1 -0
  987. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/itex2mml.html +1 -0
  988. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/itex2mml.options +1 -0
  989. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/itex2mml.text +1 -0
  990. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview.html +4 -0
  991. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview.options +2 -0
  992. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview.text +5 -0
  993. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview_simple.html +4 -0
  994. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview_simple.options +2 -0
  995. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview_simple.text +5 -0
  996. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode.html.19 +27 -0
  997. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode.options +1 -0
  998. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode.text +1 -0
  999. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_notexhints.html.19 +23 -0
  1000. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_notexhints.options +3 -0
  1001. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_notexhints.text +1 -0
  1002. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_semantics.html.19 +32 -0
  1003. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_semantics.options +3 -0
  1004. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_semantics.text +1 -0
  1005. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/normal.html +29 -0
  1006. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/normal.text +30 -0
  1007. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/ritex.html +1 -0
  1008. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/ritex.options +1 -0
  1009. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/15_math/ritex.text +1 -0
  1010. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/no_toc.html +14 -0
  1011. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/no_toc.text +16 -0
  1012. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_exclude.html +35 -0
  1013. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_exclude.options +1 -0
  1014. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_exclude.text +19 -0
  1015. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_levels.html +24 -0
  1016. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_levels.options +2 -0
  1017. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_levels.text +16 -0
  1018. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_with_footnotes.html +13 -0
  1019. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_with_footnotes.options +1 -0
  1020. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_with_footnotes.text +6 -0
  1021. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/encoding.html +46 -0
  1022. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/encoding.text +28 -0
  1023. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/empty.html +5 -0
  1024. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/empty.text +5 -0
  1025. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/empty_title.htmlinput +3 -0
  1026. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/empty_title.text +7 -0
  1027. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/image_in_a.html +5 -0
  1028. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/image_in_a.text +5 -0
  1029. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/imagelinks.html +15 -0
  1030. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/imagelinks.text +18 -0
  1031. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/inline.html +46 -0
  1032. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/inline.html.19 +46 -0
  1033. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/inline.text +48 -0
  1034. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs.html +9 -0
  1035. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs.text +27 -0
  1036. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs_with_ial.html +4 -0
  1037. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs_with_ial.text +16 -0
  1038. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/links_with_angle_brackets.html +3 -0
  1039. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/links_with_angle_brackets.text +3 -0
  1040. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.html +37 -0
  1041. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.html.19 +37 -0
  1042. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.options +3 -0
  1043. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.text +53 -0
  1044. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/empty.html +3 -0
  1045. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/empty.text +3 -0
  1046. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/errors.html +9 -0
  1047. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/errors.text +9 -0
  1048. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/nesting.html +41 -0
  1049. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/nesting.text +36 -0
  1050. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/normal.html +48 -0
  1051. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/normal.text +48 -0
  1052. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/empty.html +5 -0
  1053. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/empty.text +5 -0
  1054. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/errors.html +1 -0
  1055. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/errors.text +1 -0
  1056. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-minted.latex +2 -0
  1057. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-minted.options +1 -0
  1058. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-minted.text +1 -0
  1059. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-rouge.html +1 -0
  1060. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-rouge.options +1 -0
  1061. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-rouge.text +1 -0
  1062. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting.html +1 -0
  1063. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting.text +1 -0
  1064. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/normal.html +16 -0
  1065. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/03_codespan/normal.text +16 -0
  1066. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/backlink_text.html +9 -0
  1067. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/backlink_text.options +1 -0
  1068. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/backlink_text.text +3 -0
  1069. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/definitions.html +17 -0
  1070. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/definitions.latex +17 -0
  1071. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/definitions.text +24 -0
  1072. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.html +12 -0
  1073. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.latex +2 -0
  1074. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.options +1 -0
  1075. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.text +4 -0
  1076. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/inside_footnote.html +17 -0
  1077. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/inside_footnote.text +9 -0
  1078. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/markers.html +46 -0
  1079. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/markers.latex +23 -0
  1080. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/markers.text +27 -0
  1081. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/placement.html +11 -0
  1082. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/placement.text +8 -0
  1083. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/regexp_problem.html +14 -0
  1084. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/04_footnote/regexp_problem.text +52 -0
  1085. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/across_lines.html +1 -0
  1086. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/across_lines.text +2 -0
  1087. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/button.html +7 -0
  1088. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/button.text +7 -0
  1089. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/invalid.html +1 -0
  1090. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/invalid.text +1 -0
  1091. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/link_with_mailto.html +1 -0
  1092. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/link_with_mailto.text +1 -0
  1093. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/markdown_attr.html +6 -0
  1094. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/markdown_attr.text +6 -0
  1095. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/normal.html +43 -0
  1096. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/normal.text +43 -0
  1097. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/raw_span_elements.html +2 -0
  1098. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/05_html/raw_span_elements.text +2 -0
  1099. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev.html +21 -0
  1100. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev.text +34 -0
  1101. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev_defs.html +2 -0
  1102. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev_defs.text +5 -0
  1103. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/autolinks/url_links.html +14 -0
  1104. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/autolinks/url_links.text +15 -0
  1105. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/escaped_chars/normal.html +47 -0
  1106. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/escaped_chars/normal.text +47 -0
  1107. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/extension/comment.html +6 -0
  1108. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/extension/comment.text +6 -0
  1109. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/extension/ignored.html +1 -0
  1110. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/extension/ignored.text +1 -0
  1111. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/extension/nomarkdown.html +1 -0
  1112. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/extension/nomarkdown.text +1 -0
  1113. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/extension/options.html +1 -0
  1114. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/extension/options.text +1 -0
  1115. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/ial/simple.html +6 -0
  1116. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/ial/simple.text +6 -0
  1117. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/line_breaks/normal.html +11 -0
  1118. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/line_breaks/normal.latex +12 -0
  1119. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/line_breaks/normal.text +11 -0
  1120. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/itex2mml.html +1 -0
  1121. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/itex2mml.options +1 -0
  1122. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/itex2mml.text +1 -0
  1123. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/mathjaxnode.html.19 +27 -0
  1124. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/mathjaxnode.options +1 -0
  1125. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/mathjaxnode.text +1 -0
  1126. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/normal.html +10 -0
  1127. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/normal.text +10 -0
  1128. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/ritex.html +1 -0
  1129. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/ritex.options +1 -0
  1130. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/math/ritex.text +1 -0
  1131. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities.html +6 -0
  1132. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities.options +1 -0
  1133. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities.text +6 -0
  1134. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.html +1 -0
  1135. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.html.19 +1 -0
  1136. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.options +2 -0
  1137. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.text +1 -0
  1138. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_input.html +1 -0
  1139. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_input.options +1 -0
  1140. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_input.text +1 -0
  1141. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_numeric.html +1 -0
  1142. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_numeric.options +1 -0
  1143. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_numeric.text +1 -0
  1144. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_symbolic.html +1 -0
  1145. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_symbolic.options +1 -0
  1146. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_symbolic.text +1 -0
  1147. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/greaterthan.html +1 -0
  1148. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/greaterthan.text +1 -0
  1149. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/lowerthan.html +1 -0
  1150. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/lowerthan.text +1 -0
  1151. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/typography.html +38 -0
  1152. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/typography.options +1 -0
  1153. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/typography.text +38 -0
  1154. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/atx_header.html +3 -0
  1155. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/atx_header.text +3 -0
  1156. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/backticks_disable_highlighting.html +2 -0
  1157. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/backticks_disable_highlighting.options +1 -0
  1158. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/backticks_disable_highlighting.text +3 -0
  1159. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/backticks_syntax.html +20 -0
  1160. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/backticks_syntax.text +19 -0
  1161. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks.html +3 -0
  1162. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks.text +3 -0
  1163. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks_off.html +2 -0
  1164. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks_off.options +1 -0
  1165. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks_off.text +2 -0
  1166. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/two_para_hard_line_breaks.html +4 -0
  1167. data/vendor/bundle/jruby/1.9/gems/kramdown-1.8.0/test/testcases_gfm/two_para_hard_line_breaks.text +4 -0
  1168. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/CHANGELOG.md +0 -0
  1169. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/CONTRIBUTORS +16 -0
  1170. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/Gemfile +2 -0
  1171. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/LICENSE +13 -0
  1172. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/NOTICE.TXT +5 -0
  1173. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/README.md +86 -0
  1174. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/Rakefile +7 -0
  1175. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/lib/logstash/codecs/plain.rb +47 -0
  1176. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/logstash-codec-plain.gemspec +27 -0
  1177. data/vendor/bundle/jruby/1.9/gems/logstash-codec-plain-1.0.0/spec/codecs/plain_spec.rb +106 -0
  1178. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash-core.rb +3 -0
  1179. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/agent.rb +330 -0
  1180. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/codecs/base.rb +50 -0
  1181. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/config/config_ast.rb +545 -0
  1182. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/config/file.rb +39 -0
  1183. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/config/grammar.rb +3503 -0
  1184. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/config/mixin.rb +494 -0
  1185. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/config/registry.rb +13 -0
  1186. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/environment.rb +114 -0
  1187. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/errors.rb +12 -0
  1188. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/event.rb +275 -0
  1189. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/filters/base.rb +241 -0
  1190. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/inputs/base.rb +132 -0
  1191. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/inputs/threadable.rb +18 -0
  1192. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/java_integration.rb +100 -0
  1193. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/json.rb +53 -0
  1194. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/logging.rb +91 -0
  1195. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/multiqueue.rb +53 -0
  1196. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/namespace.rb +13 -0
  1197. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/outputs/base.rb +124 -0
  1198. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/patches.rb +5 -0
  1199. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/patches/bugfix_jruby_2558.rb +51 -0
  1200. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/patches/bundler.rb +36 -0
  1201. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/patches/cabin.rb +35 -0
  1202. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/patches/profile_require_calls.rb +47 -0
  1203. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/patches/rubygems.rb +38 -0
  1204. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/patches/stronger_openssl_defaults.rb +68 -0
  1205. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/pipeline.rb +327 -0
  1206. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/plugin.rb +177 -0
  1207. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/program.rb +14 -0
  1208. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/runner.rb +124 -0
  1209. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/sized_queue.rb +8 -0
  1210. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/string_interpolation.rb +140 -0
  1211. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/threadwatchdog.rb +37 -0
  1212. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/timestamp.rb +97 -0
  1213. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util.rb +151 -0
  1214. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/accessors.rb +123 -0
  1215. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/buftok.rb +139 -0
  1216. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/charset.rb +35 -0
  1217. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/decorators.rb +45 -0
  1218. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/filetools.rb +186 -0
  1219. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/java_version.rb +65 -0
  1220. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/password.rb +25 -0
  1221. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/plugin_version.rb +56 -0
  1222. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/prctl.rb +10 -0
  1223. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/reporter.rb +28 -0
  1224. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/require-helper.rb +18 -0
  1225. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/retryable.rb +40 -0
  1226. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/socket_peer.rb +7 -0
  1227. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/util/unicode_trimmer.rb +81 -0
  1228. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/lib/logstash/version.rb +6 -0
  1229. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/locales/en.yml +187 -0
  1230. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/logstash-core.gemspec +53 -0
  1231. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/core/conditionals_spec.rb +429 -0
  1232. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/core/config_mixin_spec.rb +100 -0
  1233. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/core/config_spec.rb +146 -0
  1234. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/core/environment_spec.rb +56 -0
  1235. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/core/event_spec.rb +491 -0
  1236. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/core/pipeline_spec.rb +196 -0
  1237. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/core/plugin_spec.rb +123 -0
  1238. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/core/runner_spec.rb +40 -0
  1239. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/core/timestamp_spec.rb +84 -0
  1240. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/coverage_helper.rb +24 -0
  1241. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/filters/base_spec.rb +318 -0
  1242. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/inputs/base_spec.rb +74 -0
  1243. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/lib/logstash/bundler_spec.rb +121 -0
  1244. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/lib/logstash/java_integration_spec.rb +274 -0
  1245. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/license_spec.rb +53 -0
  1246. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/logstash/agent_spec.rb +62 -0
  1247. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/logstash/patches_spec.rb +90 -0
  1248. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/outputs/base_spec.rb +47 -0
  1249. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/spec_helper.rb +11 -0
  1250. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/util/accessors_spec.rb +170 -0
  1251. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/util/charset_spec.rb +74 -0
  1252. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/util/gemfile_spec.rb +212 -0
  1253. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/util/java_version_spec.rb +75 -0
  1254. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/util/json_spec.rb +96 -0
  1255. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/util/plugin_version_spec.rb +64 -0
  1256. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/util/unicode_trimmer_spec.rb +55 -0
  1257. data/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.4-java/spec/util_spec.rb +35 -0
  1258. data/vendor/bundle/jruby/1.9/gems/logstash-devutils-0.0.16-java/Gemfile +2 -0
  1259. data/vendor/bundle/jruby/1.9/gems/logstash-devutils-0.0.16-java/LICENSE +202 -0
  1260. data/vendor/bundle/jruby/1.9/gems/logstash-devutils-0.0.16-java/lib/logstash/devutils/rake.rb +3 -0
  1261. data/vendor/bundle/jruby/1.9/gems/logstash-devutils-0.0.16-java/lib/logstash/devutils/rake/publish.rake +30 -0
  1262. data/vendor/bundle/jruby/1.9/gems/logstash-devutils-0.0.16-java/lib/logstash/devutils/rake/vendor.rake +176 -0
  1263. data/vendor/bundle/jruby/1.9/gems/logstash-devutils-0.0.16-java/lib/logstash/devutils/rspec/logstash_helpers.rb +99 -0
  1264. data/vendor/bundle/jruby/1.9/gems/logstash-devutils-0.0.16-java/lib/logstash/devutils/rspec/shared_examples.rb +21 -0
  1265. data/vendor/bundle/jruby/1.9/gems/logstash-devutils-0.0.16-java/lib/logstash/devutils/rspec/spec_helper.rb +68 -0
  1266. data/vendor/bundle/jruby/1.9/gems/logstash-devutils-0.0.16-java/logstash-devutils.gemspec +34 -0
  1267. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/Gemfile +2 -0
  1268. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/LICENSE +25 -0
  1269. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/README.markdown +91 -0
  1270. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/Rakefile +79 -0
  1271. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/lib/method_source.rb +141 -0
  1272. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/lib/method_source/code_helpers.rb +154 -0
  1273. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/lib/method_source/source_location.rb +138 -0
  1274. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/lib/method_source/version.rb +3 -0
  1275. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/method_source.gemspec +33 -0
  1276. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/test/test.rb +138 -0
  1277. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/test/test_code_helpers.rb +41 -0
  1278. data/vendor/bundle/jruby/1.9/gems/method_source-0.8.2/test/test_helper.rb +98 -0
  1279. data/vendor/bundle/jruby/1.9/gems/minitar-0.5.4/ChangeLog +17 -0
  1280. data/vendor/bundle/jruby/1.9/gems/minitar-0.5.4/Install +6 -0
  1281. data/vendor/bundle/jruby/1.9/gems/minitar-0.5.4/README +68 -0
  1282. data/vendor/bundle/jruby/1.9/gems/minitar-0.5.4/Rakefile +113 -0
  1283. data/vendor/bundle/jruby/1.9/gems/minitar-0.5.4/bin/minitar +27 -0
  1284. data/vendor/bundle/jruby/1.9/gems/minitar-0.5.4/lib/archive/tar/minitar.rb +985 -0
  1285. data/vendor/bundle/jruby/1.9/gems/minitar-0.5.4/lib/archive/tar/minitar/command.rb +814 -0
  1286. data/vendor/bundle/jruby/1.9/gems/minitar-0.5.4/tests/tc_tar.rb +629 -0
  1287. data/vendor/bundle/jruby/1.9/gems/minitar-0.5.4/tests/testall.rb +10 -0
  1288. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/CHANGELOG.md +235 -0
  1289. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/CONTRIBUTING.md +46 -0
  1290. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/LICENSE.md +20 -0
  1291. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/README.md +119 -0
  1292. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json.rb +158 -0
  1293. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapter.rb +38 -0
  1294. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapter_error.rb +15 -0
  1295. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapters/gson.rb +20 -0
  1296. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapters/jr_jackson.rb +25 -0
  1297. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapters/json_common.rb +23 -0
  1298. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapters/json_gem.rb +11 -0
  1299. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapters/json_pure.rb +11 -0
  1300. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapters/nsjsonserialization.rb +33 -0
  1301. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapters/oj.rb +25 -0
  1302. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapters/ok_json.rb +23 -0
  1303. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/adapters/yajl.rb +19 -0
  1304. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/convertible_hash_keys.rb +43 -0
  1305. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/options.rb +38 -0
  1306. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/parse_error.rb +17 -0
  1307. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/vendor/okjson.rb +606 -0
  1308. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/lib/multi_json/version.rb +20 -0
  1309. data/vendor/bundle/jruby/1.9/gems/multi_json-1.11.2/multi_json.gemspec +20 -0
  1310. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/CHANGELOG.md +939 -0
  1311. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/CONTRIBUTORS +18 -0
  1312. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/Gemfile +4 -0
  1313. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/Guardfile +6 -0
  1314. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/LICENSE +19 -0
  1315. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/README.md +284 -0
  1316. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/Rakefile +14 -0
  1317. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/examples/facebook.rb +40 -0
  1318. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/examples/facebook_v2.rb +25 -0
  1319. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/examples/greatest.rb +43 -0
  1320. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/examples/linkedin.rb +39 -0
  1321. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/examples/linkedin_v2.rb +22 -0
  1322. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/examples/traversal_example1.rb +65 -0
  1323. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/examples/traversal_example2.rb +54 -0
  1324. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography.rb +45 -0
  1325. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/config.rb +66 -0
  1326. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/connection.rb +268 -0
  1327. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/equal.rb +17 -0
  1328. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/errors.rb +60 -0
  1329. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/index.rb +52 -0
  1330. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/multi_json_parser.rb +28 -0
  1331. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/neography.rb +10 -0
  1332. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/node.rb +86 -0
  1333. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/node_path.rb +29 -0
  1334. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/node_relationship.rb +37 -0
  1335. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/node_traverser.rb +146 -0
  1336. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/path_traverser.rb +100 -0
  1337. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/property.rb +110 -0
  1338. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/property_container.rb +29 -0
  1339. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/railtie.rb +19 -0
  1340. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/relationship.rb +78 -0
  1341. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/relationship_traverser.rb +80 -0
  1342. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest.rb +101 -0
  1343. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/auth.rb +17 -0
  1344. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/batch.rb +414 -0
  1345. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/clean.rb +17 -0
  1346. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/constraints.rb +38 -0
  1347. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/cypher.rb +29 -0
  1348. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/extensions.rb +21 -0
  1349. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/gremlin.rb +20 -0
  1350. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/helpers.rb +96 -0
  1351. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/node_auto_indexes.rb +60 -0
  1352. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/node_indexes.rb +139 -0
  1353. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/node_labels.rb +49 -0
  1354. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/node_paths.rb +49 -0
  1355. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/node_properties.rb +52 -0
  1356. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/node_relationships.rb +33 -0
  1357. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/node_traversal.rb +25 -0
  1358. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/nodes.rb +94 -0
  1359. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/other_node_relationships.rb +38 -0
  1360. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/relationship_auto_indexes.rb +60 -0
  1361. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/relationship_indexes.rb +140 -0
  1362. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/relationship_properties.rb +52 -0
  1363. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/relationship_types.rb +11 -0
  1364. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/relationships.rb +16 -0
  1365. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/schema_indexes.rb +26 -0
  1366. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/spatial.rb +137 -0
  1367. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/rest/transactions.rb +101 -0
  1368. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/tasks.rb +218 -0
  1369. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/lib/neography/version.rb +3 -0
  1370. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/neography.gemspec +39 -0
  1371. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/authorization_spec.rb +40 -0
  1372. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/broken_spatial_spec.rb +28 -0
  1373. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/index_spec.rb +74 -0
  1374. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/neography_spec.rb +10 -0
  1375. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/node_encoding_spec.rb +71 -0
  1376. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/node_path_spec.rb +222 -0
  1377. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/node_relationship_spec.rb +381 -0
  1378. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/node_spec.rb +281 -0
  1379. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/parsing_spec.rb +13 -0
  1380. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/performance_spec.rb +17 -0
  1381. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/relationship_spec.rb +37 -0
  1382. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_batch_no_streaming_spec.rb +41 -0
  1383. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_batch_spec.rb +603 -0
  1384. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_batch_streaming_spec.rb +51 -0
  1385. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_bulk_spec.rb +106 -0
  1386. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_constraints_spec.rb +72 -0
  1387. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_experimental_spec.rb +22 -0
  1388. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_gremlin_fail_spec.rb +46 -0
  1389. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_header_spec.rb +15 -0
  1390. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_index_spec.rb +481 -0
  1391. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_labels_spec.rb +128 -0
  1392. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_node_spec.rb +274 -0
  1393. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_other_node_relationship_spec.rb +137 -0
  1394. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_path_spec.rb +231 -0
  1395. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_plugin_spec.rb +177 -0
  1396. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_relationship_spec.rb +354 -0
  1397. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_relationship_types_spec.rb +18 -0
  1398. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_schema_index_spec.rb +32 -0
  1399. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_spatial_spec.rb +166 -0
  1400. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_transaction_spec.rb +169 -0
  1401. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/rest_traverse_spec.rb +149 -0
  1402. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/integration/unmanaged_spec.rb +27 -0
  1403. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/matchers.rb +33 -0
  1404. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/neography_spec.rb +23 -0
  1405. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/spec_helper.rb +45 -0
  1406. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/config_spec.rb +141 -0
  1407. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/connection_spec.rb +311 -0
  1408. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/node_spec.rb +170 -0
  1409. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/properties_spec.rb +285 -0
  1410. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/relationship_spec.rb +118 -0
  1411. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/batch_spec.rb +262 -0
  1412. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/clean_spec.rb +16 -0
  1413. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/constraints_spec.rb +45 -0
  1414. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/cypher_spec.rb +20 -0
  1415. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/extensions_spec.rb +28 -0
  1416. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/gremlin_spec.rb +25 -0
  1417. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/helpers_spec.rb +124 -0
  1418. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/labels_spec.rb +77 -0
  1419. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/node_auto_indexes_spec.rb +70 -0
  1420. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/node_indexes_spec.rb +140 -0
  1421. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/node_paths_spec.rb +77 -0
  1422. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/node_properties_spec.rb +79 -0
  1423. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/node_relationships_spec.rb +57 -0
  1424. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/node_traversal_spec.rb +35 -0
  1425. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/nodes_spec.rb +187 -0
  1426. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/relationship_auto_indexes_spec.rb +66 -0
  1427. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/relationship_indexes_spec.rb +132 -0
  1428. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/relationship_properties_spec.rb +79 -0
  1429. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/relationship_types_spec.rb +15 -0
  1430. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/relationships_spec.rb +21 -0
  1431. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/schema_index_spec.rb +30 -0
  1432. data/vendor/bundle/jruby/1.9/gems/neography-1.7.3/spec/unit/rest/transactions_spec.rb +43 -0
  1433. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/ChangeLog +3 -0
  1434. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/Gemfile +3 -0
  1435. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/Gemfile.lock +29 -0
  1436. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/LICENSE +8 -0
  1437. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/README.rdoc +73 -0
  1438. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/Rakefile +26 -0
  1439. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/VERSION +1 -0
  1440. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/autotest/discover.rb +1 -0
  1441. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/lib/os.rb +272 -0
  1442. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/os.gemspec +51 -0
  1443. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/spec/linux_spec.rb +38 -0
  1444. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/spec/os_spec.rb +174 -0
  1445. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/spec/osx_spec.rb +30 -0
  1446. data/vendor/bundle/jruby/1.9/gems/os-0.9.6/spec/spec_helper.rb +10 -0
  1447. data/vendor/bundle/jruby/1.9/gems/polyglot-0.3.5/History.txt +72 -0
  1448. data/vendor/bundle/jruby/1.9/gems/polyglot-0.3.5/License.txt +20 -0
  1449. data/vendor/bundle/jruby/1.9/gems/polyglot-0.3.5/README.txt +87 -0
  1450. data/vendor/bundle/jruby/1.9/gems/polyglot-0.3.5/Rakefile +42 -0
  1451. data/vendor/bundle/jruby/1.9/gems/polyglot-0.3.5/lib/polyglot.rb +76 -0
  1452. data/vendor/bundle/jruby/1.9/gems/polyglot-0.3.5/lib/polyglot/version.rb +9 -0
  1453. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/CHANGELOG.md +714 -0
  1454. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/LICENSE +25 -0
  1455. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/README.md +406 -0
  1456. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/bin/pry +16 -0
  1457. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry.rb +161 -0
  1458. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/cli.rb +220 -0
  1459. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/code.rb +346 -0
  1460. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/code/code_file.rb +103 -0
  1461. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/code/code_range.rb +71 -0
  1462. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/code/loc.rb +92 -0
  1463. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/code_object.rb +172 -0
  1464. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/color_printer.rb +55 -0
  1465. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/command.rb +692 -0
  1466. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/command_set.rb +443 -0
  1467. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands.rb +6 -0
  1468. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/amend_line.rb +99 -0
  1469. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/bang.rb +20 -0
  1470. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/bang_pry.rb +17 -0
  1471. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/cat.rb +62 -0
  1472. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/cat/abstract_formatter.rb +27 -0
  1473. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/cat/exception_formatter.rb +77 -0
  1474. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/cat/file_formatter.rb +67 -0
  1475. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/cat/input_expression_formatter.rb +43 -0
  1476. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/cd.rb +41 -0
  1477. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/change_inspector.rb +27 -0
  1478. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/change_prompt.rb +26 -0
  1479. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/code_collector.rb +165 -0
  1480. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/disable_pry.rb +27 -0
  1481. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/disabled_commands.rb +2 -0
  1482. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/easter_eggs.rb +112 -0
  1483. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/edit.rb +195 -0
  1484. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/edit/exception_patcher.rb +25 -0
  1485. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/edit/file_and_line_locator.rb +36 -0
  1486. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/exit.rb +42 -0
  1487. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/exit_all.rb +29 -0
  1488. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/exit_program.rb +23 -0
  1489. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/find_method.rb +193 -0
  1490. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/fix_indent.rb +19 -0
  1491. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/gem_cd.rb +26 -0
  1492. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/gem_install.rb +32 -0
  1493. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/gem_list.rb +33 -0
  1494. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/gem_open.rb +29 -0
  1495. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/gist.rb +101 -0
  1496. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/help.rb +164 -0
  1497. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/hist.rb +180 -0
  1498. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/import_set.rb +22 -0
  1499. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/install_command.rb +53 -0
  1500. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/jump_to.rb +29 -0
  1501. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/list_inspectors.rb +35 -0
  1502. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/list_prompts.rb +35 -0
  1503. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls.rb +114 -0
  1504. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/constants.rb +47 -0
  1505. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/formatter.rb +49 -0
  1506. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/globals.rb +48 -0
  1507. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/grep.rb +21 -0
  1508. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/instance_vars.rb +39 -0
  1509. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/interrogatable.rb +18 -0
  1510. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/jruby_hacks.rb +49 -0
  1511. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/local_names.rb +35 -0
  1512. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/local_vars.rb +39 -0
  1513. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/ls_entity.rb +70 -0
  1514. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/methods.rb +57 -0
  1515. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/methods_helper.rb +46 -0
  1516. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ls/self_methods.rb +32 -0
  1517. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/nesting.rb +25 -0
  1518. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/play.rb +103 -0
  1519. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/pry_backtrace.rb +25 -0
  1520. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/pry_version.rb +17 -0
  1521. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/raise_up.rb +32 -0
  1522. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/reload_code.rb +62 -0
  1523. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/reset.rb +18 -0
  1524. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/ri.rb +60 -0
  1525. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/save_file.rb +61 -0
  1526. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/shell_command.rb +48 -0
  1527. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/shell_mode.rb +25 -0
  1528. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/show_doc.rb +83 -0
  1529. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/show_info.rb +195 -0
  1530. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/show_input.rb +17 -0
  1531. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/show_source.rb +50 -0
  1532. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/simple_prompt.rb +22 -0
  1533. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/stat.rb +40 -0
  1534. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/switch_to.rb +23 -0
  1535. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/toggle_color.rb +24 -0
  1536. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/watch_expression.rb +105 -0
  1537. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/watch_expression/expression.rb +38 -0
  1538. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/whereami.rb +190 -0
  1539. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/commands/wtf.rb +57 -0
  1540. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/config.rb +24 -0
  1541. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/config/behavior.rb +139 -0
  1542. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/config/convenience.rb +25 -0
  1543. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/config/default.rb +161 -0
  1544. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/core_extensions.rb +131 -0
  1545. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/editor.rb +135 -0
  1546. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/exceptions.rb +78 -0
  1547. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/helpers.rb +5 -0
  1548. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/helpers/base_helpers.rb +113 -0
  1549. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/helpers/command_helpers.rb +156 -0
  1550. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/helpers/documentation_helpers.rb +75 -0
  1551. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/helpers/options_helpers.rb +27 -0
  1552. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/helpers/table.rb +109 -0
  1553. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/helpers/text.rb +107 -0
  1554. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/history.rb +127 -0
  1555. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/history_array.rb +121 -0
  1556. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/hooks.rb +230 -0
  1557. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/indent.rb +406 -0
  1558. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/input_completer.rb +242 -0
  1559. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/input_lock.rb +132 -0
  1560. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/inspector.rb +27 -0
  1561. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/last_exception.rb +61 -0
  1562. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/method.rb +546 -0
  1563. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/method/disowned.rb +53 -0
  1564. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/method/patcher.rb +125 -0
  1565. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/method/weird_method_locator.rb +188 -0
  1566. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/module_candidate.rb +136 -0
  1567. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/object_path.rb +82 -0
  1568. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/output.rb +50 -0
  1569. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/pager.rb +236 -0
  1570. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/plugins.rb +103 -0
  1571. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/prompt.rb +26 -0
  1572. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/pry_class.rb +375 -0
  1573. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/pry_instance.rb +664 -0
  1574. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/rbx_path.rb +22 -0
  1575. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/repl.rb +202 -0
  1576. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/repl_file_loader.rb +74 -0
  1577. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/rubygem.rb +82 -0
  1578. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/terminal.rb +79 -0
  1579. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/test/helper.rb +170 -0
  1580. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/version.rb +3 -0
  1581. data/vendor/bundle/jruby/1.9/gems/pry-0.10.2-java/lib/pry/wrapped_module.rb +377 -0
  1582. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/CONTRIBUTING.rdoc +34 -0
  1583. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/History.rdoc +651 -0
  1584. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/MIT-LICENSE +21 -0
  1585. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/Manifest.txt +166 -0
  1586. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/README.rdoc +140 -0
  1587. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/Rakefile +81 -0
  1588. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/bin/rake +33 -0
  1589. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/command_line_usage.rdoc +158 -0
  1590. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/example/Rakefile1 +38 -0
  1591. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/example/Rakefile2 +35 -0
  1592. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/example/a.c +6 -0
  1593. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/example/b.c +6 -0
  1594. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/example/main.c +11 -0
  1595. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/glossary.rdoc +43 -0
  1596. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/jamis.rb +591 -0
  1597. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/proto_rake.rdoc +127 -0
  1598. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/rake.1 +141 -0
  1599. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/rakefile.rdoc +653 -0
  1600. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/rational.rdoc +151 -0
  1601. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
  1602. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
  1603. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
  1604. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
  1605. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
  1606. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
  1607. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
  1608. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
  1609. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
  1610. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
  1611. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
  1612. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
  1613. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
  1614. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
  1615. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
  1616. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.8.6.rdoc +37 -0
  1617. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
  1618. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
  1619. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
  1620. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.2.rdoc +55 -0
  1621. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
  1622. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.9.3.rdoc +102 -0
  1623. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.9.4.rdoc +60 -0
  1624. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.9.5.rdoc +55 -0
  1625. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-0.9.6.rdoc +64 -0
  1626. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-10.0.0.rdoc +178 -0
  1627. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-10.0.1.rdoc +58 -0
  1628. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-10.0.2.rdoc +53 -0
  1629. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-10.0.3.rdoc +191 -0
  1630. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/doc/release_notes/rake-10.1.0.rdoc +61 -0
  1631. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake.rb +79 -0
  1632. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/alt_system.rb +110 -0
  1633. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/application.rb +790 -0
  1634. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/backtrace.rb +23 -0
  1635. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/clean.rb +76 -0
  1636. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/cloneable.rb +16 -0
  1637. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/contrib/compositepublisher.rb +21 -0
  1638. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/contrib/ftptools.rb +137 -0
  1639. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/contrib/publisher.rb +81 -0
  1640. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/contrib/rubyforgepublisher.rb +18 -0
  1641. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/contrib/sshpublisher.rb +61 -0
  1642. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/contrib/sys.rb +4 -0
  1643. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/cpu_counter.rb +125 -0
  1644. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/default_loader.rb +14 -0
  1645. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/dsl_definition.rb +201 -0
  1646. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/early_time.rb +21 -0
  1647. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/ext/core.rb +25 -0
  1648. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/ext/module.rb +2 -0
  1649. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/ext/pathname.rb +25 -0
  1650. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/ext/string.rb +173 -0
  1651. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/ext/time.rb +16 -0
  1652. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/file_creation_task.rb +24 -0
  1653. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/file_list.rb +428 -0
  1654. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/file_task.rb +46 -0
  1655. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/file_utils.rb +128 -0
  1656. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/file_utils_ext.rb +144 -0
  1657. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/gempackagetask.rb +4 -0
  1658. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/invocation_chain.rb +56 -0
  1659. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/invocation_exception_mixin.rb +16 -0
  1660. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/late_time.rb +17 -0
  1661. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/linked_list.rb +103 -0
  1662. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/loaders/makefile.rb +40 -0
  1663. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/multi_task.rb +13 -0
  1664. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/name_space.rb +38 -0
  1665. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/packagetask.rb +199 -0
  1666. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/pathmap.rb +3 -0
  1667. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/phony.rb +15 -0
  1668. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/private_reader.rb +20 -0
  1669. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/promise.rb +99 -0
  1670. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/pseudo_status.rb +29 -0
  1671. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/rake_module.rb +38 -0
  1672. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/rake_test_loader.rb +22 -0
  1673. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/rdoctask.rb +4 -0
  1674. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/ruby182_test_unit_fix.rb +29 -0
  1675. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
  1676. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/runtest.rb +27 -0
  1677. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/scope.rb +42 -0
  1678. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/task.rb +383 -0
  1679. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/task_argument_error.rb +7 -0
  1680. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/task_arguments.rb +98 -0
  1681. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/task_manager.rb +310 -0
  1682. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/tasklib.rb +24 -0
  1683. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/testtask.rb +212 -0
  1684. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/thread_history_display.rb +48 -0
  1685. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/thread_pool.rb +164 -0
  1686. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/trace_output.rb +22 -0
  1687. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/version.rb +7 -0
  1688. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/lib/rake/win32.rb +56 -0
  1689. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/rakelib/publish.rake +20 -0
  1690. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/rakelib/test_times.rake +25 -0
  1691. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/file_creation.rb +34 -0
  1692. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/helper.rb +130 -0
  1693. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/support/rakefile_definitions.rb +478 -0
  1694. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/support/ruby_runner.rb +34 -0
  1695. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_private_reader.rb +42 -0
  1696. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake.rb +40 -0
  1697. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_application.rb +643 -0
  1698. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_application_options.rb +466 -0
  1699. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_backtrace.rb +119 -0
  1700. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_clean.rb +61 -0
  1701. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_cpu_counter.rb +68 -0
  1702. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_definitions.rb +84 -0
  1703. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_directory_task.rb +76 -0
  1704. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_dsl.rb +40 -0
  1705. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_early_time.rb +31 -0
  1706. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_extension.rb +59 -0
  1707. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_file_creation_task.rb +56 -0
  1708. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_file_list.rb +655 -0
  1709. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_file_list_path_map.rb +8 -0
  1710. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_file_task.rb +197 -0
  1711. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_file_utils.rb +309 -0
  1712. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_ftp_file.rb +74 -0
  1713. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_functional.rb +482 -0
  1714. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_invocation_chain.rb +64 -0
  1715. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_late_time.rb +18 -0
  1716. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_linked_list.rb +84 -0
  1717. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_makefile_loader.rb +46 -0
  1718. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_multi_task.rb +64 -0
  1719. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_name_space.rb +57 -0
  1720. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_package_task.rb +79 -0
  1721. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_path_map.rb +168 -0
  1722. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_path_map_explode.rb +34 -0
  1723. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_path_map_partial.rb +18 -0
  1724. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_pathname_extensions.rb +15 -0
  1725. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_pseudo_status.rb +21 -0
  1726. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_rake_test_loader.rb +20 -0
  1727. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_reduce_compat.rb +26 -0
  1728. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_require.rb +40 -0
  1729. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_rules.rb +388 -0
  1730. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_scope.rb +44 -0
  1731. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_task.rb +393 -0
  1732. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_task_argument_parsing.rb +119 -0
  1733. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_task_arguments.rb +127 -0
  1734. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_task_lib.rb +9 -0
  1735. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_task_manager.rb +178 -0
  1736. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_task_manager_argument_resolution.rb +19 -0
  1737. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_task_with_arguments.rb +172 -0
  1738. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_test_task.rb +146 -0
  1739. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_thread_pool.rb +145 -0
  1740. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_top_level_functions.rb +71 -0
  1741. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_rake_win32.rb +72 -0
  1742. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_thread_history_display.rb +101 -0
  1743. data/vendor/bundle/jruby/1.9/gems/rake-10.4.2/test/test_trace_output.rb +52 -0
  1744. data/vendor/bundle/jruby/1.9/gems/rspec-3.1.0/License.txt +24 -0
  1745. data/vendor/bundle/jruby/1.9/gems/rspec-3.1.0/README.md +47 -0
  1746. data/vendor/bundle/jruby/1.9/gems/rspec-3.1.0/lib/rspec.rb +3 -0
  1747. data/vendor/bundle/jruby/1.9/gems/rspec-3.1.0/lib/rspec/version.rb +5 -0
  1748. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/Changelog.md +1641 -0
  1749. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/License.txt +25 -0
  1750. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/README.md +243 -0
  1751. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/exe/rspec +4 -0
  1752. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/autorun.rb +2 -0
  1753. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core.rb +169 -0
  1754. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/backport_random.rb +336 -0
  1755. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/backtrace_formatter.rb +66 -0
  1756. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb +1440 -0
  1757. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/configuration_options.rb +173 -0
  1758. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/drb.rb +111 -0
  1759. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/dsl.rb +93 -0
  1760. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/example.rb +502 -0
  1761. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb +606 -0
  1762. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/filter_manager.rb +259 -0
  1763. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/flat_map.rb +18 -0
  1764. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters.rb +240 -0
  1765. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/base_formatter.rb +67 -0
  1766. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/base_text_formatter.rb +76 -0
  1767. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/console_codes.rb +64 -0
  1768. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/deprecation_formatter.rb +222 -0
  1769. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/documentation_formatter.rb +68 -0
  1770. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/helpers.rb +87 -0
  1771. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/html_formatter.rb +149 -0
  1772. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/html_printer.rb +403 -0
  1773. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/json_formatter.rb +94 -0
  1774. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/profile_formatter.rb +65 -0
  1775. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/progress_formatter.rb +28 -0
  1776. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/protocol.rb +163 -0
  1777. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/formatters/snippet_extractor.rb +104 -0
  1778. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/hooks.rb +591 -0
  1779. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb +472 -0
  1780. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/metadata.rb +437 -0
  1781. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/metadata_filter.rb +95 -0
  1782. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/minitest_assertions_adapter.rb +28 -0
  1783. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
  1784. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
  1785. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/mocking_adapters/null.rb +14 -0
  1786. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/mocking_adapters/rr.rb +31 -0
  1787. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
  1788. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/notifications.rb +542 -0
  1789. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/option_parser.rb +222 -0
  1790. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/ordering.rb +155 -0
  1791. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/pending.rb +163 -0
  1792. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/project_initializer.rb +48 -0
  1793. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/project_initializer/spec/spec_helper.rb +89 -0
  1794. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/rake_task.rb +187 -0
  1795. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/reporter.rb +149 -0
  1796. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/ruby_project.rb +45 -0
  1797. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb +158 -0
  1798. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/shared_context.rb +55 -0
  1799. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/shared_example_group.rb +182 -0
  1800. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
  1801. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/version.rb +9 -0
  1802. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/warnings.rb +40 -0
  1803. data/vendor/bundle/jruby/1.9/gems/rspec-core-3.1.7/lib/rspec/core/world.rb +183 -0
  1804. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/Changelog.md +835 -0
  1805. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/License.txt +24 -0
  1806. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/README.md +278 -0
  1807. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/expectations.rb +68 -0
  1808. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/expectations/configuration.rb +147 -0
  1809. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/expectations/expectation_target.rb +119 -0
  1810. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/expectations/fail_with.rb +34 -0
  1811. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/expectations/handler.rb +167 -0
  1812. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/expectations/minitest_integration.rb +17 -0
  1813. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/expectations/syntax.rb +132 -0
  1814. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/expectations/version.rb +8 -0
  1815. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers.rb +967 -0
  1816. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/aliased_matcher.rb +116 -0
  1817. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in.rb +52 -0
  1818. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/all.rb +85 -0
  1819. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/base_matcher.rb +132 -0
  1820. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/be.rb +277 -0
  1821. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/be_between.rb +77 -0
  1822. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/be_instance_of.rb +22 -0
  1823. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/be_kind_of.rb +16 -0
  1824. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/be_within.rb +72 -0
  1825. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/change.rb +337 -0
  1826. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/compound.rb +258 -0
  1827. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/contain_exactly.rb +249 -0
  1828. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/cover.rb +24 -0
  1829. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/eq.rb +75 -0
  1830. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/eql.rb +34 -0
  1831. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/equal.rb +81 -0
  1832. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/exist.rb +86 -0
  1833. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/has.rb +101 -0
  1834. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/have_attributes.rb +84 -0
  1835. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/include.rb +105 -0
  1836. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/match.rb +29 -0
  1837. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/operators.rb +119 -0
  1838. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/output.rb +152 -0
  1839. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/raise_error.rb +174 -0
  1840. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/respond_to.rb +91 -0
  1841. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/satisfy.rb +39 -0
  1842. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/start_and_end_with.rb +82 -0
  1843. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
  1844. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/yield.rb +420 -0
  1845. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/composable.rb +183 -0
  1846. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/dsl.rb +391 -0
  1847. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/generated_descriptions.rb +42 -0
  1848. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/matcher_delegator.rb +33 -0
  1849. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/matcher_protocol.rb +99 -0
  1850. data/vendor/bundle/jruby/1.9/gems/rspec-expectations-3.1.2/lib/rspec/matchers/pretty.rb +77 -0
  1851. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/Changelog.md +817 -0
  1852. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/License.txt +24 -0
  1853. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/README.md +397 -0
  1854. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks.rb +126 -0
  1855. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/any_instance.rb +10 -0
  1856. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/any_instance/chain.rb +109 -0
  1857. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/any_instance/expect_chain_chain.rb +35 -0
  1858. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/any_instance/expectation_chain.rb +48 -0
  1859. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/any_instance/message_chains.rb +85 -0
  1860. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/any_instance/proxy.rb +116 -0
  1861. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/any_instance/recorder.rb +267 -0
  1862. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/any_instance/stub_chain.rb +45 -0
  1863. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/any_instance/stub_chain_chain.rb +27 -0
  1864. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/argument_list_matcher.rb +72 -0
  1865. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/argument_matchers.rb +282 -0
  1866. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/configuration.rb +157 -0
  1867. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/error_generator.rb +253 -0
  1868. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/example_methods.rb +379 -0
  1869. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/instance_method_stasher.rb +135 -0
  1870. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/marshal_extension.rb +41 -0
  1871. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
  1872. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/matchers/have_received.rb +121 -0
  1873. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/matchers/receive.rb +106 -0
  1874. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/matchers/receive_message_chain.rb +66 -0
  1875. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/matchers/receive_messages.rb +71 -0
  1876. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/message_chain.rb +91 -0
  1877. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/message_expectation.rb +694 -0
  1878. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/method_double.rb +260 -0
  1879. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/method_reference.rb +155 -0
  1880. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/mutate_const.rb +324 -0
  1881. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/object_reference.rb +91 -0
  1882. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/order_group.rb +81 -0
  1883. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/proxy.rb +431 -0
  1884. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/space.rb +221 -0
  1885. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/standalone.rb +3 -0
  1886. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/syntax.rb +329 -0
  1887. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/targets.rb +97 -0
  1888. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/test_double.rb +135 -0
  1889. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/verifying_double.rb +127 -0
  1890. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/verifying_message_expecation.rb +62 -0
  1891. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/verifying_proxy.rb +171 -0
  1892. data/vendor/bundle/jruby/1.9/gems/rspec-mocks-3.1.3/lib/rspec/mocks/version.rb +9 -0
  1893. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/Changelog.md +77 -0
  1894. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/LICENSE.txt +22 -0
  1895. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/README.md +17 -0
  1896. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support.rb +76 -0
  1897. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/caller_filter.rb +63 -0
  1898. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/differ.rb +214 -0
  1899. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/directory_maker.rb +61 -0
  1900. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/encoded_string.rb +69 -0
  1901. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/fuzzy_matcher.rb +48 -0
  1902. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/hunk_generator.rb +47 -0
  1903. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/matcher_definition.rb +31 -0
  1904. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/method_signature_verifier.rb +272 -0
  1905. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/os.rb +18 -0
  1906. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/recursive_const_methods.rb +76 -0
  1907. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/ruby_features.rb +45 -0
  1908. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/spec.rb +72 -0
  1909. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/spec/deprecation_helpers.rb +60 -0
  1910. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/spec/formatting_support.rb +9 -0
  1911. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/spec/in_sub_process.rb +43 -0
  1912. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/spec/prevent_load_time_warnings.rb +44 -0
  1913. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/spec/shell_out.rb +69 -0
  1914. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/spec/stderr_splitter.rb +52 -0
  1915. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/spec/with_isolated_directory.rb +9 -0
  1916. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
  1917. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/version.rb +7 -0
  1918. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/version_checker.rb +53 -0
  1919. data/vendor/bundle/jruby/1.9/gems/rspec-support-3.1.2/lib/rspec/support/warnings.rb +39 -0
  1920. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/CHANGELOG.md +29 -0
  1921. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/CONTRIBUTING.md +48 -0
  1922. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/Gemfile +3 -0
  1923. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/LICENSE.txt +22 -0
  1924. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/README.md +147 -0
  1925. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/Rakefile +6 -0
  1926. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/gemfiles/rspec_2_11.gemfile +9 -0
  1927. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/gemfiles/rspec_2_12.gemfile +9 -0
  1928. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/gemfiles/rspec_2_13.gemfile +9 -0
  1929. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/gemfiles/rspec_2_14.gemfile +9 -0
  1930. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/gemfiles/rspec_3_0.gemfile +9 -0
  1931. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/gemfiles/rspec_3_1.gemfile +9 -0
  1932. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/gemfiles/rspec_3_2.gemfile +9 -0
  1933. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/gemfiles/rspec_3_3.gemfile +9 -0
  1934. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/lib/rspec/wait.rb +49 -0
  1935. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/lib/rspec/wait/error.rb +7 -0
  1936. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/lib/rspec/wait/handler.rb +36 -0
  1937. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/lib/rspec/wait/proxy.rb +13 -0
  1938. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/lib/rspec/wait/target.rb +48 -0
  1939. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/rspec-wait.gemspec +21 -0
  1940. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/spec/spec_helper.rb +6 -0
  1941. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/spec/wait_for_spec.rb +162 -0
  1942. data/vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.7/spec/wait_spec.rb +176 -0
  1943. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/README.md +271 -0
  1944. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/Rakefile +19 -0
  1945. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/TODO +15 -0
  1946. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip.rb +63 -0
  1947. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/central_directory.rb +208 -0
  1948. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/compressor.rb +10 -0
  1949. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/constants.rb +63 -0
  1950. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/crypto/encryption.rb +11 -0
  1951. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/crypto/null_encryption.rb +45 -0
  1952. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/crypto/traditional_encryption.rb +99 -0
  1953. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/decompressor.rb +13 -0
  1954. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/deflater.rb +32 -0
  1955. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/dos_time.rb +49 -0
  1956. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/entry.rb +696 -0
  1957. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/entry_set.rb +86 -0
  1958. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/errors.rb +16 -0
  1959. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/extra_field.rb +101 -0
  1960. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/extra_field/generic.rb +43 -0
  1961. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/extra_field/ntfs.rb +92 -0
  1962. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/extra_field/old_unix.rb +45 -0
  1963. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/extra_field/universal_time.rb +47 -0
  1964. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/extra_field/unix.rb +38 -0
  1965. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/extra_field/zip64.rb +67 -0
  1966. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/extra_field/zip64_placeholder.rb +16 -0
  1967. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/file.rb +436 -0
  1968. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/filesystem.rb +626 -0
  1969. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/inflater.rb +66 -0
  1970. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/input_stream.rb +164 -0
  1971. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/ioextras.rb +38 -0
  1972. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/ioextras/abstract_input_stream.rb +115 -0
  1973. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/ioextras/abstract_output_stream.rb +45 -0
  1974. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/null_compressor.rb +15 -0
  1975. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/null_decompressor.rb +27 -0
  1976. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/null_input_stream.rb +10 -0
  1977. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/output_stream.rb +190 -0
  1978. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/pass_thru_compressor.rb +23 -0
  1979. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/pass_thru_decompressor.rb +41 -0
  1980. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/streamable_directory.rb +15 -0
  1981. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/streamable_stream.rb +56 -0
  1982. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib/zip/version.rb +3 -0
  1983. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/samples/example.rb +91 -0
  1984. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/samples/example_filesystem.rb +33 -0
  1985. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/samples/example_recursive.rb +48 -0
  1986. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/samples/gtkRubyzip.rb +86 -0
  1987. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/samples/qtzip.rb +101 -0
  1988. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/samples/write_simple.rb +13 -0
  1989. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/samples/zipfind.rb +74 -0
  1990. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/basic_zip_file_test.rb +64 -0
  1991. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/central_directory_entry_test.rb +73 -0
  1992. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/central_directory_test.rb +104 -0
  1993. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/crypto/null_encryption_test.rb +53 -0
  1994. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/crypto/traditional_encryption_test.rb +80 -0
  1995. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/WarnInvalidDate.zip +0 -0
  1996. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/file1.txt +46 -0
  1997. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/file1.txt.deflatedData +0 -0
  1998. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/file2.txt +1504 -0
  1999. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/globTest.zip +0 -0
  2000. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/globTest/foo.txt +0 -0
  2001. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/globTest/foo/bar/baz/foo.txt +0 -0
  2002. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/globTest/food.txt +0 -0
  2003. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/mimetype +1 -0
  2004. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/notzippedruby.rb +7 -0
  2005. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/ntfs.zip +0 -0
  2006. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/rubycode.zip +0 -0
  2007. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/rubycode2.zip +0 -0
  2008. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/testDirectory.bin +0 -0
  2009. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/zip64-sample.zip +0 -0
  2010. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/zipWithDirs.zip +0 -0
  2011. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/data/zipWithEncryption.zip +0 -0
  2012. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/deflater_test.rb +67 -0
  2013. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/encryption_test.rb +42 -0
  2014. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/entry_set_test.rb +138 -0
  2015. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/entry_test.rb +165 -0
  2016. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/errors_test.rb +36 -0
  2017. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/extra_field_test.rb +78 -0
  2018. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/file_extract_directory_test.rb +56 -0
  2019. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/file_extract_test.rb +90 -0
  2020. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/file_split_test.rb +60 -0
  2021. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/file_test.rb +559 -0
  2022. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/filesystem/dir_iterator_test.rb +62 -0
  2023. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/filesystem/directory_test.rb +131 -0
  2024. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/filesystem/file_mutating_test.rb +100 -0
  2025. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/filesystem/file_nonmutating_test.rb +514 -0
  2026. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/filesystem/file_stat_test.rb +66 -0
  2027. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/gentestfiles.rb +134 -0
  2028. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/inflater_test.rb +14 -0
  2029. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/input_stream_test.rb +170 -0
  2030. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/ioextras/abstract_input_stream_test.rb +103 -0
  2031. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/ioextras/abstract_output_stream_test.rb +106 -0
  2032. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/ioextras/fake_io_test.rb +18 -0
  2033. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/local_entry_test.rb +156 -0
  2034. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/output_stream_test.rb +129 -0
  2035. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/pass_thru_compressor_test.rb +31 -0
  2036. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/pass_thru_decompressor_test.rb +15 -0
  2037. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/settings_test.rb +92 -0
  2038. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/test_helper.rb +228 -0
  2039. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/unicode_file_names_and_comments_test.rb +52 -0
  2040. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/zip64_full_test.rb +53 -0
  2041. data/vendor/bundle/jruby/1.9/gems/rubyzip-1.1.7/test/zip64_support_test.rb +15 -0
  2042. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/CHANGES.md +309 -0
  2043. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/Gemfile +3 -0
  2044. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/LICENSE +20 -0
  2045. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/README.md +202 -0
  2046. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/Rakefile +29 -0
  2047. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/lib/slop.rb +687 -0
  2048. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/lib/slop/commands.rb +196 -0
  2049. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/lib/slop/option.rb +214 -0
  2050. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/slop.gemspec +17 -0
  2051. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/test/commands_test.rb +26 -0
  2052. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/test/helper.rb +12 -0
  2053. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/test/option_test.rb +145 -0
  2054. data/vendor/bundle/jruby/1.9/gems/slop-3.6.0/test/slop_test.rb +518 -0
  2055. data/vendor/bundle/jruby/1.9/gems/spoon-0.0.4/LICENSE +144 -0
  2056. data/vendor/bundle/jruby/1.9/gems/spoon-0.0.4/examples/ls.rb +25 -0
  2057. data/vendor/bundle/jruby/1.9/gems/spoon-0.0.4/examples/vi.rb +16 -0
  2058. data/vendor/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon.rb +19 -0
  2059. data/vendor/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon/unix.rb +181 -0
  2060. data/vendor/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon/windows.rb +50 -0
  2061. data/vendor/bundle/jruby/1.9/gems/spoon-0.0.4/spoon.gemspec +10 -0
  2062. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/CHANGELIST +0 -0
  2063. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/LICENSE +14 -0
  2064. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/README.md +27 -0
  2065. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/buffer.rb +260 -0
  2066. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/interval.rb +110 -0
  2067. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/pool.rb +215 -0
  2068. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/secret.rb +35 -0
  2069. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/task.rb +64 -0
  2070. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/temporary.rb +63 -0
  2071. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/trap.rb +80 -0
  2072. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/try.rb +127 -0
  2073. data/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/with.rb +22 -0
  2074. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/Gemfile +17 -0
  2075. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/LICENSE +144 -0
  2076. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/README.md +56 -0
  2077. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/Rakefile +61 -0
  2078. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/examples/bench_cache.rb +35 -0
  2079. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
  2080. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
  2081. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
  2082. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
  2083. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
  2084. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
  2085. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
  2086. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
  2087. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
  2088. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/ext/thread_safe/JrubyCacheBackendService.java +15 -0
  2089. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe.rb +65 -0
  2090. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
  2091. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/cache.rb +163 -0
  2092. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/jruby_cache_backend.jar +0 -0
  2093. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/mri_cache_backend.rb +69 -0
  2094. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
  2095. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/synchronized_cache_backend.rb +77 -0
  2096. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/synchronized_delegator.rb +60 -0
  2097. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util.rb +16 -0
  2098. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util/adder.rb +62 -0
  2099. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util/atomic_reference.rb +45 -0
  2100. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util/cheap_lockable.rb +106 -0
  2101. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
  2102. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util/striped64.rb +222 -0
  2103. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util/volatile.rb +64 -0
  2104. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util/volatile_tuple.rb +46 -0
  2105. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util/xor_shift_random.rb +41 -0
  2106. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/version.rb +21 -0
  2107. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/tasks/update_doc.rake +45 -0
  2108. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/test/src/thread_safe/SecurityManager.java +21 -0
  2109. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/test/test_array.rb +18 -0
  2110. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/test/test_cache.rb +901 -0
  2111. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/test/test_cache_loops.rb +449 -0
  2112. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/test/test_hash.rb +17 -0
  2113. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/test/test_helper.rb +134 -0
  2114. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/test/test_synchronized_delegator.rb +84 -0
  2115. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/thread_safe.gemspec +26 -0
  2116. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/yard-template/default/fulldoc/html/css/common.css +125 -0
  2117. data/vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/yard-template/default/layout/html/footer.erb +16 -0
  2118. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/LICENSE +19 -0
  2119. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/README.md +190 -0
  2120. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/Rakefile +64 -0
  2121. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/bin/tt +112 -0
  2122. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/contributing_and_planned_features.markdown +102 -0
  2123. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/grammar_composition.markdown +65 -0
  2124. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/index.markdown +88 -0
  2125. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/pitfalls_and_advanced_techniques.markdown +51 -0
  2126. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/semantic_interpretation.markdown +218 -0
  2127. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/site.rb +112 -0
  2128. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/sitegen.rb +65 -0
  2129. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/syntactic_recognition.markdown +215 -0
  2130. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/tt.1 +83 -0
  2131. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/doc/using_in_ruby.markdown +105 -0
  2132. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic.rb +551 -0
  2133. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic.treetop +98 -0
  2134. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic_node_classes.rb +9 -0
  2135. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic_test.rb +58 -0
  2136. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus +0 -0
  2137. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus.rb +718 -0
  2138. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus.treetop +132 -0
  2139. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus_node_classes.rb +5 -0
  2140. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus_test.rb +89 -0
  2141. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/examples/lambda_calculus/test_helper.rb +18 -0
  2142. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop.rb +3 -0
  2143. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/bootstrap_gen_1_metagrammar.rb +42 -0
  2144. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler.rb +7 -0
  2145. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/grammar_compiler.rb +49 -0
  2146. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/lexical_address_space.rb +17 -0
  2147. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/metagrammar.rb +3984 -0
  2148. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/metagrammar.treetop +503 -0
  2149. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes.rb +19 -0
  2150. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/anything_symbol.rb +18 -0
  2151. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/atomic_expression.rb +14 -0
  2152. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/character_class.rb +28 -0
  2153. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/choice.rb +31 -0
  2154. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/declaration_sequence.rb +24 -0
  2155. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/grammar.rb +28 -0
  2156. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/inline_module.rb +27 -0
  2157. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/nonterminal.rb +13 -0
  2158. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/optional.rb +19 -0
  2159. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/parenthesized_expression.rb +9 -0
  2160. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/parsing_expression.rb +146 -0
  2161. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/parsing_rule.rb +58 -0
  2162. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/predicate.rb +45 -0
  2163. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/predicate_block.rb +16 -0
  2164. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/repetition.rb +89 -0
  2165. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/sequence.rb +71 -0
  2166. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/terminal.rb +20 -0
  2167. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/transient_prefix.rb +9 -0
  2168. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/treetop_file.rb +9 -0
  2169. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/compiler/ruby_builder.rb +115 -0
  2170. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/polyglot.rb +9 -0
  2171. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/ruby_extensions.rb +1 -0
  2172. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/ruby_extensions/string.rb +40 -0
  2173. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime.rb +6 -0
  2174. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/compiled_parser.rb +115 -0
  2175. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list.rb +3 -0
  2176. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list/head_node.rb +15 -0
  2177. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list/interval_skip_list.rb +200 -0
  2178. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list/node.rb +164 -0
  2179. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/syntax_node.rb +114 -0
  2180. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/terminal_parse_failure.rb +16 -0
  2181. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/runtime/terminal_syntax_node.rb +17 -0
  2182. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/lib/treetop/version.rb +9 -0
  2183. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/and_predicate_spec.rb +36 -0
  2184. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/anything_symbol_spec.rb +44 -0
  2185. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/character_class_spec.rb +301 -0
  2186. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/choice_spec.rb +80 -0
  2187. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/circular_compilation_spec.rb +30 -0
  2188. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/failure_propagation_functional_spec.rb +21 -0
  2189. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/grammar_compiler_spec.rb +113 -0
  2190. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/grammar_spec.rb +41 -0
  2191. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/multibyte_chars_spec.rb +38 -0
  2192. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/namespace_spec.rb +42 -0
  2193. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/nonterminal_symbol_spec.rb +40 -0
  2194. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/not_predicate_spec.rb +38 -0
  2195. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/occurrence_range_spec.rb +189 -0
  2196. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/one_or_more_spec.rb +35 -0
  2197. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/optional_spec.rb +37 -0
  2198. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/parenthesized_expression_spec.rb +19 -0
  2199. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/parsing_rule_spec.rb +61 -0
  2200. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/repeated_subrule_spec.rb +29 -0
  2201. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/semantic_predicate_spec.rb +175 -0
  2202. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/sequence_spec.rb +129 -0
  2203. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/terminal_spec.rb +81 -0
  2204. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/terminal_symbol_spec.rb +37 -0
  2205. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/test_grammar.treetop +7 -0
  2206. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/test_grammar.tt +7 -0
  2207. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/test_grammar_do.treetop +7 -0
  2208. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/test_grammar_magic_coding.treetop +8 -0
  2209. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/test_grammar_magic_encoding.treetop +8 -0
  2210. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/tt_compiler_spec.rb +224 -0
  2211. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/compiler/zero_or_more_spec.rb +56 -0
  2212. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/composition/a.treetop +11 -0
  2213. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/composition/b.treetop +11 -0
  2214. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/composition/c.treetop +10 -0
  2215. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/composition/d.treetop +10 -0
  2216. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/composition/f.treetop +17 -0
  2217. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/composition/grammar_composition_spec.rb +40 -0
  2218. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/composition/subfolder/e_includes_c.treetop +15 -0
  2219. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/ruby_extensions/string_spec.rb +32 -0
  2220. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/compiled_parser_spec.rb +123 -0
  2221. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/interval_skip_list/delete_spec.rb +147 -0
  2222. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/interval_skip_list/expire_range_spec.rb +349 -0
  2223. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/interval_skip_list/insert_and_delete_node_spec.rb +385 -0
  2224. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/interval_skip_list/insert_spec.rb +660 -0
  2225. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/interval_skip_list/interval_skip_list_spec.graffle +6175 -0
  2226. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/interval_skip_list/interval_skip_list_spec.rb +58 -0
  2227. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/interval_skip_list/palindromic_fixture.rb +35 -0
  2228. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/interval_skip_list/palindromic_fixture_spec.rb +163 -0
  2229. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/interval_skip_list/spec_helper.rb +91 -0
  2230. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/runtime/syntax_node_spec.rb +77 -0
  2231. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/spec/spec_helper.rb +115 -0
  2232. data/vendor/bundle/jruby/1.9/gems/treetop-1.4.15/treetop.gemspec +176 -0
  2233. data/vendor/bundle/jruby/1.9/specifications/cabin-0.7.1.gemspec +0 -0
  2234. data/vendor/bundle/jruby/1.9/specifications/clamp-0.6.5.gemspec +20 -0
  2235. data/vendor/bundle/jruby/1.9/specifications/coderay-1.1.0.gemspec +26 -0
  2236. data/vendor/bundle/jruby/1.9/specifications/diff-lcs-1.2.5.gemspec +68 -0
  2237. data/vendor/bundle/jruby/1.9/specifications/excon-0.45.4.gemspec +60 -0
  2238. data/vendor/bundle/jruby/1.9/specifications/ffi-1.9.10-java.gemspec +22 -0
  2239. data/vendor/bundle/jruby/1.9/specifications/filesize-0.0.4.gemspec +35 -0
  2240. data/vendor/bundle/jruby/1.9/specifications/gem_publisher-1.5.0.gemspec +37 -0
  2241. data/vendor/bundle/jruby/1.9/specifications/gems-0.8.3.gemspec +33 -0
  2242. data/vendor/bundle/jruby/1.9/specifications/i18n-0.6.9.gemspec +42 -0
  2243. data/vendor/bundle/jruby/1.9/specifications/insist-1.0.0.gemspec +0 -0
  2244. data/vendor/bundle/jruby/1.9/specifications/jrjackson-0.2.9.gemspec +32 -0
  2245. data/vendor/bundle/jruby/1.9/specifications/json-1.8.3-java.gemspec +22 -0
  2246. data/vendor/bundle/jruby/1.9/specifications/kramdown-1.8.0.gemspec +53 -0
  2247. data/vendor/bundle/jruby/1.9/specifications/logstash-codec-plain-1.0.0.gemspec +36 -0
  2248. data/vendor/bundle/jruby/1.9/specifications/logstash-core-1.5.4-java.gemspec +63 -0
  2249. data/vendor/bundle/jruby/1.9/specifications/logstash-devutils-0.0.16-java.gemspec +0 -0
  2250. data/vendor/bundle/jruby/1.9/specifications/method_source-0.8.2.gemspec +34 -0
  2251. data/vendor/bundle/jruby/1.9/specifications/minitar-0.5.4.gemspec +25 -0
  2252. data/vendor/bundle/jruby/1.9/specifications/multi_json-1.11.2.gemspec +33 -0
  2253. data/vendor/bundle/jruby/1.9/specifications/neography-1.7.3.gemspec +60 -0
  2254. data/vendor/bundle/jruby/1.9/specifications/os-0.9.6.gemspec +33 -0
  2255. data/vendor/bundle/jruby/1.9/specifications/polyglot-0.3.5.gemspec +22 -0
  2256. data/vendor/bundle/jruby/1.9/specifications/pry-0.10.2-java.gemspec +47 -0
  2257. data/vendor/bundle/jruby/1.9/specifications/rake-10.4.2.gemspec +43 -0
  2258. data/vendor/bundle/jruby/1.9/specifications/rspec-3.1.0.gemspec +43 -0
  2259. data/vendor/bundle/jruby/1.9/specifications/rspec-core-3.1.7.gemspec +66 -0
  2260. data/vendor/bundle/jruby/1.9/specifications/rspec-expectations-3.1.2.gemspec +51 -0
  2261. data/vendor/bundle/jruby/1.9/specifications/rspec-mocks-3.1.3.gemspec +48 -0
  2262. data/vendor/bundle/jruby/1.9/specifications/rspec-support-3.1.2.gemspec +39 -0
  2263. data/vendor/bundle/jruby/1.9/specifications/rspec-wait-0.0.7.gemspec +38 -0
  2264. data/vendor/bundle/jruby/1.9/specifications/rubyzip-1.1.7.gemspec +47 -0
  2265. data/vendor/bundle/jruby/1.9/specifications/slop-3.6.0.gemspec +36 -0
  2266. data/vendor/bundle/jruby/1.9/specifications/spoon-0.0.4.gemspec +29 -0
  2267. data/vendor/bundle/jruby/1.9/specifications/stud-0.0.22.gemspec +0 -0
  2268. data/vendor/bundle/jruby/1.9/specifications/thread_safe-0.3.5-java.gemspec +39 -0
  2269. data/vendor/bundle/jruby/1.9/specifications/treetop-1.4.15.gemspec +56 -0
  2270. metadata +2377 -0
@@ -0,0 +1,20 @@
1
+ module MultiJson
2
+ class Version
3
+ MAJOR = 1 unless defined? MultiJson::Version::MAJOR
4
+ MINOR = 11 unless defined? MultiJson::Version::MINOR
5
+ PATCH = 2 unless defined? MultiJson::Version::PATCH
6
+ PRE = nil unless defined? MultiJson::Version::PRE
7
+
8
+ class << self
9
+
10
+ # @return [String]
11
+ def to_s
12
+ [MAJOR, MINOR, PATCH, PRE].compact.join('.')
13
+ end
14
+
15
+ end
16
+
17
+ end
18
+
19
+ VERSION = Version.to_s.freeze
20
+ end
@@ -0,0 +1,20 @@
1
+ # coding: utf-8
2
+ require File.expand_path("../lib/multi_json/version.rb", __FILE__)
3
+
4
+ Gem::Specification.new do |spec|
5
+ spec.authors = ["Michael Bleigh", "Josh Kalderimis", "Erik Michaels-Ober", "Pavel Pravosud"]
6
+ spec.cert_chain = %w[certs/rwz.pem]
7
+ spec.summary = "A common interface to multiple JSON libraries."
8
+ spec.description = "A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson."
9
+ spec.email = %w[michael@intridea.com josh.kalderimis@gmail.com sferik@gmail.com pavel@pravosud.com]
10
+ spec.files = Dir["CHANGELOG.md", "CONTRIBUTING.md", "LICENSE.md", "README.md", "multi_json.gemspec", "lib/**/*"]
11
+ spec.homepage = "http://github.com/intridea/multi_json"
12
+ spec.license = "MIT"
13
+ spec.name = "multi_json"
14
+ spec.require_path = "lib"
15
+ spec.signing_key = File.expand_path("~/.gem/private_key.pem") if $0 =~ /gem\z/
16
+ spec.version = MultiJson::Version
17
+
18
+ spec.required_rubygems_version = ">= 1.3.5"
19
+ spec.add_development_dependency "bundler", "~> 1.0"
20
+ end
@@ -0,0 +1,939 @@
1
+
2
+ #### [Current]
3
+
4
+
5
+ #### v1.5.0
6
+ * [bd9a428](../../commit/bd9a428) - __(Max De Marzi)__ Bump to 1.5.0
7
+ * [2530d54](../../commit/2530d54) - __(Max De Marzi)__ Merge pull request [#168](../../issues/168) from raduk/master
8
+
9
+ encode query when sending to auto_index
10
+ * [6ed1b42](../../commit/6ed1b42) - __(Max De Marzi)__ Merge pull request [#169](../../issues/169) from tobiashm/patch-1
11
+
12
+ Updated default version of Neo4j to 2.0.3
13
+ * [c3ec0fc](../../commit/c3ec0fc) - __(Tobias H. Michaelsen)__ Updated default version of Neo4j to 2.0.3
14
+ * [cf2486e](../../commit/cf2486e) - __(Radu Kopetz)__ encode query when sending to auto_index
15
+ * [0a51c93](../../commit/0a51c93) - __(Max De Marzi)__ lowering create item count in streaming batch test since it seems to be hardware dependent and Travis boxes are failing (yet again)
16
+ * [88ee2d4](../../commit/88ee2d4) - __(Max De Marzi)__ lowering create item count in streaming batch test since it seems to be hardware dependent and Travis boxes are failing (again)
17
+ * [84d7293](../../commit/84d7293) - __(Max De Marzi)__ lowering create item count in streaming batch test since it seems to be hardware dependent and Travis boxes are failing
18
+ * [05bc713](../../commit/05bc713) - __(Radu Kopetz)__ fix tests: streaming is not only for batches
19
+ * [e2f8b7a](../../commit/e2f8b7a) - __(Radu Kopetz)__ refactor the streaming handling
20
+ * [6052dbd](../../commit/6052dbd) - __(Max De Marzi)__ it's messy, needs refactoring
21
+ * [4fa441f](../../commit/4fa441f) - __(Max De Marzi)__ starting excon branch
22
+ * [449fc12](../../commit/449fc12) - __(Max De Marzi)__ default Neo4j version is now 2.0.2
23
+ * [f311511](../../commit/f311511) - __(Max De Marzi)__ merge add batch_no_streaming method
24
+ * [496ed9c](../../commit/496ed9c) - __(Radu Kopetz)__ test for the absence of headers
25
+ * [5141a20](../../commit/5141a20) - __(Radu Kopetz)__ Bump to 1.4.2
26
+ * [ee25406](../../commit/ee25406) - __(Radu Kopetz)__ Bump to 1.4.2
27
+ * [c56574f](../../commit/c56574f) - __(Radu Kopetz)__ add batch_no_streaming method
28
+ * [2e2ebb1](../../commit/2e2ebb1) - __(Max De Marzi)__ Merge pull request [#163](../../issues/163) from jazminschroeder/configurable-http-timeout
29
+
30
+ Ability to configure httpclient send/receive timeout
31
+ * [bc632e9](../../commit/bc632e9) - __(Jazmin Schroeder)__ Ability to configure httpclient send/receive timeout
32
+ * [350684c](../../commit/350684c) - __(Max De Marzi)__ Merge pull request [#162](../../issues/162) from pwaleczek/master
33
+
34
+ Added 'Create or Fail' methods to node/relationship indexes
35
+ * [aab503a](../../commit/aab503a) - __(Paweł Waleczek)__ added create_or_fail to relationship indexes
36
+ * [37b7588](../../commit/37b7588) - __(Paweł Waleczek)__ fix
37
+ * [08f69b0](../../commit/08f69b0) - __(Paweł Waleczek)__ Fails to create a duplicate unique node
38
+ * [6829cfd](../../commit/6829cfd) - __(Max De Marzi)__ Merge pull request [#161](../../issues/161) from kwent/master
39
+
40
+ Raise Neography::UnknownBatchOptionException when bad option is passed in batch
41
+ * [a19c76e](../../commit/a19c76e) - __(Rousseau Quentin)__ Raise Neography::UnknownBatchOptionException when bad option is passed in batch
42
+
43
+ #### v1.4.1
44
+ * [0181f37](../../commit/0181f37) - __(Max De Marzi)__ Bump to 1.4.1
45
+ * [482a905](../../commit/482a905) - __(Max De Marzi)__ handle strings in batch
46
+
47
+ #### v1.4.0
48
+ * [6fd53ff](../../commit/6fd53ff) - __(Max De Marzi)__ Bump to 1.4.0
49
+ * [bee7842](../../commit/bee7842) - __(Max De Marzi)__ Removing Paths
50
+ * [4428bad](../../commit/4428bad) - __(Max De Marzi)__ Refactor Spatial
51
+ * [31ef091](../../commit/31ef091) - __(Max De Marzi)__ Refactor Batch
52
+ * [4a41a92](../../commit/4a41a92) - __(Max De Marzi)__ Refactor Extensions
53
+ * [eecc51a](../../commit/eecc51a) - __(Max De Marzi)__ Refactor Clean
54
+ * [72d12d2](../../commit/72d12d2) - __(Max De Marzi)__ Refactor Gremlin
55
+ * [a82b765](../../commit/a82b765) - __(Max De Marzi)__ Refactor Cypher
56
+ * [489f46e](../../commit/489f46e) - __(Max De Marzi)__ Refactor Node Paths
57
+ * [f2b345c](../../commit/f2b345c) - __(Max De Marzi)__ Refactor Node Traversal
58
+ * [92dcccd](../../commit/92dcccd) - __(Max De Marzi)__ Removing unneeded class
59
+ * [0e5b349](../../commit/0e5b349) - __(Max De Marzi)__ Refactor Relationship Auto Indexes
60
+ * [9af9aeb](../../commit/9af9aeb) - __(Max De Marzi)__ Refactor Relationship Indexes
61
+ * [c2b5fb3](../../commit/c2b5fb3) - __(Max De Marzi)__ Refactor Node Auto Indexes
62
+ * [790ff76](../../commit/790ff76) - __(Max De Marzi)__ Refactor Node Indexes
63
+ * [6cfa4a4](../../commit/6cfa4a4) - __(Max De Marzi)__ Refactor Other Node Relationships
64
+ * [901f6ec](../../commit/901f6ec) - __(Max De Marzi)__ Refactor Node Relationships
65
+ * [6afc11a](../../commit/6afc11a) - __(Max De Marzi)__ Refactor Relationship Properties
66
+ * [a7fa348](../../commit/a7fa348) - __(Max De Marzi)__ Refactor Relationships
67
+ * [ad95b7c](../../commit/ad95b7c) - __(Max De Marzi)__ Refactor Node Properties
68
+ * [7bac0c7](../../commit/7bac0c7) - __(Max De Marzi)__ Refactoring Nodes
69
+ * [385282d](../../commit/385282d) - __(Max De Marzi)__ Refactoring Transactions
70
+ * [f59df45](../../commit/f59df45) - __(Max De Marzi)__ refactoring Constraints
71
+ * [d206a11](../../commit/d206a11) - __(Max De Marzi)__ refactoring schema indexes
72
+ * [ba51a36](../../commit/ba51a36) - __(Max De Marzi)__ refactoring node labels
73
+ * [bebb28e](../../commit/bebb28e) - __(Max De Marzi)__ starting with relationship types
74
+ * [5150fde](../../commit/5150fde) - __(Max De Marzi)__ using new spatial version
75
+
76
+ #### v1.3.14
77
+ * [009fa71](../../commit/009fa71) - __(Max De Marzi)__ Bump to 1.3.14
78
+ * [5bd7a93](../../commit/5bd7a93) - __(Max De Marzi)__ use neo4j spatial 2.0.1
79
+ * [a493167](../../commit/a493167) - __(Max De Marzi)__ am i creating too many objects?
80
+
81
+ #### v1.3.12
82
+ * [288e289](../../commit/288e289) - __(Max De Marzi)__ Bump to 1.3.13
83
+ * [cca0fdc](../../commit/cca0fdc) - __(Max De Marzi)__ Bump to 1.3.12
84
+ * [69bf512](../../commit/69bf512) - __(Max De Marzi)__ based on comment from [#156](../../issues/156) from @rdvdijk
85
+ * [f2d11ef](../../commit/f2d11ef) - __(Max De Marzi)__ Merge pull request [#156](../../issues/156) from jazminschroeder/return-empty-list
86
+
87
+ return empty array if no relationships are found
88
+ * [77fbb91](../../commit/77fbb91) - __(Max De Marzi)__ Merge pull request [#157](../../issues/157) from degzcs/patch-1
89
+
90
+ add props paramenter
91
+ * [39a9053](../../commit/39a9053) - __(Diego Gomez)__ add properties parameter to the batch method for create unique relationship
92
+ * [fe57645](../../commit/fe57645) - __(Diego Gomez)__ add props paramenter
93
+
94
+ add properties batch create unique relationships parameters
95
+ * [5058e23](../../commit/5058e23) - __(Jazmin Schroeder)__ return empty array if no relationships are found
96
+ * [c77c38f](../../commit/c77c38f) - __(Max De Marzi)__ catching up changelog
97
+
98
+ #### v1.3.11
99
+ * [49e310d](../../commit/49e310d) - __(Max De Marzi)__ Bump to 1.3.11
100
+ * [26ec8a0](../../commit/26ec8a0) - __(Max De Marzi)__ adding to_s to errors
101
+ * [0b01621](../../commit/0b01621) - __(Max De Marzi)__ Merge pull request [#152](../../issues/152) from downapp/master
102
+
103
+ add proxy to config for httpclient calls
104
+ * [712400e](../../commit/712400e) - __(Colin Hodge)__ fix config tests for proxy addition
105
+ * [475c675](../../commit/475c675) - __(Colin Hodge)__ add proxy to config for httpclient calls
106
+ * [d9e9e89](../../commit/d9e9e89) - __(Max De Marzi)__ it's too much output, reverting this change
107
+
108
+ #### v1.3.10
109
+ * [3e2a2cc](../../commit/3e2a2cc) - __(Max De Marzi)__ Bump to 1.3.10
110
+ * [f7ad164](../../commit/f7ad164) - __(Max De Marzi)__ add the request to the error
111
+
112
+ #### v1.3.9
113
+ * [273fbf4](../../commit/273fbf4) - __(Max De Marzi)__ Bump to 1.3.9
114
+ * [7a77fc4](../../commit/7a77fc4) - __(Max De Marzi)__ adding constraints to fix [#143](../../issues/143)
115
+ * [9d2fee7](../../commit/9d2fee7) - __(Max De Marzi)__ add DeadlockDetectedException to fix [#145](../../issues/145)
116
+ * [17eb07e](../../commit/17eb07e) - __(Max De Marzi)__ Merge pull request [#146](../../issues/146) from continuum/batch-remove-node-property
117
+
118
+ Add :remove_node_property to batch operations
119
+ * [715ef13](../../commit/715ef13) - __(Max De Marzi)__ Merge pull request [#147](../../issues/147) from continuum/always-send-auth-credentials-for-basic-auth
120
+
121
+ Avoid waiting for a WWW-Authenticate under HTTP Basic auth
122
+ * [d5df0c4](../../commit/d5df0c4) - __(Leonardo Soto M)__ Avoid waiting for a WWW-Authenticate under HTTP Basic auth
123
+
124
+ HTTPClient doesn't send any credentials unless it has seen a previous
125
+ challenge for the requested URL in the form of a WWW-Authenticate
126
+ header. Such challenge is sent by the server after it receives an
127
+ unauthenticated request to such URL. The wasted roundtrip wouldn't
128
+ be too bad if it were limited to the first request. However,
129
+ httpclient only remembers the challenge for each individual URL and
130
+ their 'child' URLs. This means that, for example, HTTP requests to
131
+ /db/data/node/<X> will probably incur in a new wasteful rountrip
132
+ for each different value of <X>.
133
+
134
+ The fix makes httpclient think that it has received a challenge
135
+ for the root URL of the neo4j server.
136
+
137
+ * [4177e6a](../../commit/4177e6a) - __(Leonardo Soto M)__ Add :remove_node_property to batch operations
138
+ * [f6b64c0](../../commit/f6b64c0) - __(Max De Marzi)__ updating changelog
139
+
140
+ #### v1.3.8
141
+ * [3343c5e](../../commit/3343c5e) - __(Max De Marzi)__ Bump to 1.3.8
142
+ * [e99ba36](../../commit/e99ba36) - __(Max De Marzi)__ add ChangeLog (using git-changelog gem)
143
+ * [de53b89](../../commit/de53b89) - __(Max De Marzi)__ update neo to 2.0.1, update ruby tests to 2.0.0
144
+ * [9a76e11](../../commit/9a76e11) - __(Max De Marzi)__ add unmanaged extensions spec (skipped for test suite)
145
+ * [b788b68](../../commit/b788b68) - __(Max De Marzi)__ moved broken spatial tests out to their own file, and skipping them until we track this Neo4j bug down
146
+ * [72c3224](../../commit/72c3224) - __(Max De Marzi)__ Merge pull request [#142](../../issues/142) from Lightpower/master
147
+
148
+ List of labels for Node
149
+ * [f1e172e](../../commit/f1e172e) - __(Max De Marzi)__ more work on adding spatial to batch... failing test however...
150
+ * [8ee5de4](../../commit/8ee5de4) - __(Vitaly Bezkrovny)__ + .labels Node instance method
151
+ * [d358eb7](../../commit/d358eb7) - __(Vitaly Bezkrovny)__ + colors in tests
152
+ * [07e63dc](../../commit/07e63dc) - __(Max De Marzi)__ let body of post extension pass through without the to_json if headers are not nil
153
+ * [cb21b01](../../commit/cb21b01) - __(Max De Marzi)__ allow headers to be past in when using extensions
154
+ * [43b64d3](../../commit/43b64d3) - __(Max De Marzi)__ deal with unmanaged extensions a little better... well not really, but at least it should work
155
+
156
+ #### v1.3.7
157
+ * [6bd6842](../../commit/6bd6842) - __(Max De Marzi)__ Bump to 1.3.7
158
+ * [ab0bc96](../../commit/ab0bc96) - __(Max De Marzi)__ add add_node_to_index method
159
+ * [0a360d9](../../commit/0a360d9) - __(Max De Marzi)__ remove mh spec
160
+ * [4371c20](../../commit/4371c20) - __(Max De Marzi)__ passing spatial tests
161
+ * [0465e80](../../commit/0465e80) - __(Max De Marzi)__ most of the way there, but cypher still failing :(
162
+ * [02cca20](../../commit/02cca20) - __(Max De Marzi)__ add spatial to travis
163
+ * [c9da4c1](../../commit/c9da4c1) - __(Max De Marzi)__ starting on spatial
164
+ * [11a6368](../../commit/11a6368) - __(Max De Marzi)__ added get spatial task
165
+ * [d39d70a](../../commit/d39d70a) - __(Max De Marzi)__ Update Readme, added link to cypher gem
166
+
167
+ #### v1.3.6
168
+ * [63da260](../../commit/63da260) - __(Max De Marzi)__ Bump to 1.3.6
169
+ * [e37cd3d](../../commit/e37cd3d) - __(Max De Marzi)__ fix test
170
+ * [e565ecc](../../commit/e565ecc) - __(Max De Marzi)__ fix rollbacks
171
+ * [b3936d8](../../commit/b3936d8) - __(Max De Marzi)__ Merge pull request [#136](../../issues/136) from klobuczek/master
172
+
173
+ added the option to configure an existing logger (e.g. Rails.logger)
174
+ * [3c9583e](../../commit/3c9583e) - __(Heinrich Klobuczek)__ corrected failing spec
175
+ * [d0e75a6](../../commit/d0e75a6) - __(Heinrich Klobuczek)__ added the option to configure an existing logger (e.g. Rails.logger)
176
+
177
+ #### v1.3.5
178
+ * [8737a75](../../commit/8737a75) - __(Max De Marzi)__ Bump to 1.3.5
179
+ * [8955dda](../../commit/8955dda) - __(Max De Marzi)__ allow unmanaged extensions if they start with unmanaged
180
+ * [d4aecae](../../commit/d4aecae) - __(Max De Marzi)__ adding request and index to error messages
181
+ * [df1a113](../../commit/df1a113) - __(Max De Marzi)__ Merge pull request [#134](../../issues/134) from karabijavad/master
182
+
183
+ incorporate max-execution-time
184
+ * [6db7f83](../../commit/6db7f83) - __(Javad Karabi)__ update tests
185
+ * [7e63e2e](../../commit/7e63e2e) - __(Javad Karabi)__ incorporate max-execution-time
186
+ * [e4e3e87](../../commit/e4e3e87) - __(Max De Marzi)__ get rid of double dependency error
187
+ * [7755ecc](../../commit/7755ecc) - __(Max De Marzi)__ update rubyzip dependency
188
+
189
+ #### v1.3.4
190
+ * [72eea12](../../commit/72eea12) - __(Max De Marzi)__ Bump to 1.3.4
191
+ * [62a08d4](../../commit/62a08d4) - __(Max De Marzi)__ Merge pull request [#132](../../issues/132) from tunespeak/master
192
+
193
+ add support for add_label to batch
194
+ * [6f39b74](../../commit/6f39b74) - __(Max De Marzi)__ Merge pull request [#131](../../issues/131) from barnjamin/master
195
+
196
+ fixes automatically quoting value in find_node_labels search
197
+ * [16e2f38](../../commit/16e2f38) - __(Max De Marzi)__ Merge pull request [#133](../../issues/133) from continuum/extra-config-for-create-node-index
198
+
199
+ Allow to pass extra configuration options when creating indexes
200
+ * [b074c38](../../commit/b074c38) - __(Leonardo Soto M)__ Allow to pass extra configuration options when creating indexes
201
+
202
+ This allows clients to specify custom lucene analyzers and possibly tweak
203
+ the indexes with future options provided by neo4j/lucene. The current ones
204
+ can be seen at http://docs.neo4j.org/chunked/stable/indexing-create-advanced.html
205
+
206
+ * [9556d55](../../commit/9556d55) - __(Max De Marzi)__ adding license in gemspec
207
+ * [83be1f9](../../commit/83be1f9) - __(Matt Ruzicka)__ add support for add_label to batch
208
+ * [34a576d](../../commit/34a576d) - __(Ben Guidarelli)__ added another test and fixed paths to not quote values outside of get params
209
+ * [30a94ff](../../commit/30a94ff) - __(Ben Guidarelli)__ fixes automatically quoting value in find_node_labels search
210
+
211
+ #### v1.3.3
212
+ * [e2893e9](../../commit/e2893e9) - __(Max De Marzi)__ Bump to 1.3.3
213
+
214
+ #### v1.3.2
215
+ * [04aa008](../../commit/04aa008) - __(Max De Marzi)__ Bump to 1.3.2
216
+ * [07bed80](../../commit/07bed80) - __(Max De Marzi)__ log the whole response if there is a problem
217
+ * [5800db7](../../commit/5800db7) - __(Max De Marzi)__ authentication now happens at initialization, not later
218
+
219
+ #### v1.3.1
220
+ * [3b6f990](../../commit/3b6f990) - __(Max De Marzi)__ Bump to 1.3.1
221
+ * [4c36b68](../../commit/4c36b68) - __(Max De Marzi)__ set client authentication on initializer
222
+
223
+ #### v1.3.0
224
+ * [8daa667](../../commit/8daa667) - __(Max De Marzi)__ Bump to 1.3.0
225
+ * [570b632](../../commit/570b632) - __(Max De Marzi)__ skip reference node tests, fix rest schema index spec
226
+ * [1e06e91](../../commit/1e06e91) - __(Max De Marzi)__ upgrade default download to 2.0.0
227
+ * [29eb16e](../../commit/29eb16e) - __(Max De Marzi)__ Merge pull request [#126](../../issues/126) from erez-rabih/slow-log
228
+
229
+ Slow query logging for HTTP queries
230
+ * [235ab7c](../../commit/235ab7c) - __(Erez Rabih)__ Slow query logging for HTTP queries
231
+
232
+ #### v1.2.4
233
+ * [d3e1902](../../commit/d3e1902) - __(Max De Marzi)__ Bump to 1.2.4
234
+ * [7568b36](../../commit/7568b36) - __(Max De Marzi)__ Merge pull request [#125](../../issues/125) from erez-rabih/query-logging
235
+
236
+ Basic HTTP query logging
237
+ * [4f49812](../../commit/4f49812) - __(Erez Rabih)__ basic query logging
238
+ * [51d16c1](../../commit/51d16c1) - __(Max De Marzi)__ Merge pull request [#121](../../issues/121) from karabijavad/create_unique_relationship
239
+
240
+ Create unique relationship
241
+ * [77ef235](../../commit/77ef235) - __(Javad Karabi)__ rspec fix
242
+ * [6456640](../../commit/6456640) - __(Javad Karabi)__ again...
243
+ * [bd06cc5](../../commit/bd06cc5) - __(Javad Karabi)__ TravisCI builds were failing due to the missing props arg.
244
+ * [e851d5f](../../commit/e851d5f) - __(Javad Karabi)__ pass properties to unique relationship creation
245
+ * [80c863d](../../commit/80c863d) - __(Javad Karabi)__ allow for Neography::Relationship.create_unique
246
+ * [6674228](../../commit/6674228) - __(Max De Marzi)__ Merge pull request [#120](../../issues/120) from karabijavad/create_unique_node
247
+
248
+ allow for Neography::Node.create_unique
249
+ * [8e33ad7](../../commit/8e33ad7) - __(Javad Karabi)__ allow for Neography::Node.create_unique
250
+ * [ae0725b](../../commit/ae0725b) - __(Max De Marzi)__ Merge pull request [#113](../../issues/113) from calamitas/my_changes1
251
+
252
+ Support for create_node_index and drop_node_index in batch
253
+ * [30cf86e](../../commit/30cf86e) - __(Peter Vanbroekhoven)__ Support for create_node_index and drop_node_index in batch
254
+
255
+ #### v1.2.3
256
+ * [d8cadbd](../../commit/d8cadbd) - __(Max De Marzi)__ Bump to 1.2.3
257
+ * [8d1a370](../../commit/8d1a370) - __(Max De Marzi)__ fixing issue 114
258
+
259
+ #### v1.2.2
260
+ * [619ffeb](../../commit/619ffeb) - __(Max De Marzi)__ Bump to 1.2.2
261
+ * [b1829dc](../../commit/b1829dc) - __(Max De Marzi)__ Merge pull request [#112](../../issues/112) from ujjwalt/patch-1
262
+
263
+ Use <= instead of inspect to cater to subclasses of Neography::Node
264
+ * [5eb807a](../../commit/5eb807a) - __(Ujjwal Thaakar)__ Check for subclasses of Neography::Node and not just an instance.
265
+ * [47cba4c](../../commit/47cba4c) - __(Ujjwal Thaakar)__ Use is_a? instead of inspect to cater to subclasses of Neography::Node
266
+ * [c6485db](../../commit/c6485db) - __(Max De Marzi)__ Merge pull request [#111](../../issues/111) from calamitas/master
267
+
268
+ Allow specifying relationship type for batch get_node_relationships
269
+ * [90b3a18](../../commit/90b3a18) - __(Peter Vanbroekhoven)__ Allow specifying relationship type for batch get_node_relationships
270
+
271
+ #### v1.2.1
272
+ * [4469ed3](../../commit/4469ed3) - __(Max De Marzi)__ Bump to 1.2.1
273
+ * [c0431f5](../../commit/c0431f5) - __(Max De Marzi)__ bug fixes to rest transactional endpoint, updating tests to 2.0.0-M06
274
+ * [f1e1ba9](../../commit/f1e1ba9) - __(Max De Marzi)__ updating neo4j versions
275
+
276
+ #### v1.2.0
277
+ * [3479028](../../commit/3479028) - __(Max De Marzi)__ Bump to 1.2.0
278
+ * [857ffb2](../../commit/857ffb2) - __(Max De Marzi)__ upgrading installer to use 1.9.3
279
+ * [76bad11](../../commit/76bad11) - __(Max De Marzi)__ Merge pull request [#109](../../issues/109) from simonoff/master
280
+
281
+ Rubyzip 1.0 compatibility
282
+ * [215b743](../../commit/215b743) - __(Max De Marzi)__ maybe code climate likes this way better?
283
+ * [7fe6b95](../../commit/7fe6b95) - __(Max De Marzi)__ maybe easier to follow
284
+ * [5a6c8c2](../../commit/5a6c8c2) - __(Max De Marzi)__ adding a little bit of meta
285
+ * [6f3cfe5](../../commit/6f3cfe5) - __(Max De Marzi)__ new badge look from code climate
286
+ * [9583b70](../../commit/9583b70) - __(Alexander Simonov)__ Rubyzip 1.0 compatibility
287
+
288
+ #### v1.1.4
289
+ * [88565f4](../../commit/88565f4) - __(Max De Marzi)__ Bump to 1.1.4
290
+ * [67e2f2e](../../commit/67e2f2e) - __(Max De Marzi)__ testing against Neo4j 2.0.0M04
291
+ * [6225501](../../commit/6225501) - __(Max De Marzi)__ getting rid of deprecations
292
+ * [1e1a432](../../commit/1e1a432) - __(Max De Marzi)__ add ability to drop indexes
293
+
294
+ #### v1.1.3
295
+ * [fe61741](../../commit/fe61741) - __(Max De Marzi)__ Bump to 1.1.3
296
+ * [2926a43](../../commit/2926a43) - __(Max De Marzi)__ Merge pull request [#107](../../issues/107) from wcamarao/fix
297
+
298
+ Lock rubyzip to 0-9-x-stable
299
+ * [2b98eba](../../commit/2b98eba) - __(Wagner Camarao)__ Lock rubyzip to 0-9-x-stable
300
+
301
+ #### v1.1.2
302
+ * [b7985ae](../../commit/b7985ae) - __(Max De Marzi)__ Bump to 1.1.2
303
+ * [40c1a0c](../../commit/40c1a0c) - __(Max De Marzi)__ Merge pull request [#105](../../issues/105) from sosiouxme/label-node-hashes
304
+
305
+ Accept node hashes in label methods
306
+ * [62a16ed](../../commit/62a16ed) - __(Max De Marzi)__ Merge pull request [#104](../../issues/104) from pboling/master
307
+
308
+ Encoding Specs
309
+ * [07fab4e](../../commit/07fab4e) - __(Max De Marzi)__ adding test
310
+ * [02295aa](../../commit/02295aa) - __(Luke Meyer)__ Label operations take node hashes, not just ids
311
+ * [a1961bd](../../commit/a1961bd) - __(Luke Meyer)__ let vim fix whitespace
312
+ * [0726da2](../../commit/0726da2) - __(Peter Boling)__ better test names
313
+ * [d11e08f](../../commit/d11e08f) - __(Peter Boling)__ Fix comment
314
+ * [8a475f1](../../commit/8a475f1) - __(Peter Boling)__ encoding specs
315
+ * [5d4e2d0](../../commit/5d4e2d0) - __(Max De Marzi)__ adding test...
316
+ * [85ec0d6](../../commit/85ec0d6) - __(Max De Marzi)__ force encoding to see if that makes any difference
317
+ * [abfa96b](../../commit/abfa96b) - __(Max De Marzi)__ add utf-8 to header
318
+ * [9b9b3a2](../../commit/9b9b3a2) - __(Max De Marzi)__ Merge pull request [#102](../../issues/102) from nicholasklick/patch-1
319
+
320
+ Updated README for clarity.
321
+ * [263a32e](../../commit/263a32e) - __(nicholasklick)__ Updated README for clarity.
322
+
323
+ #### v1.1.1
324
+ * [3e25893](../../commit/3e25893) - __(Max De Marzi)__ Bump to 1.1.1
325
+ * [1e2c40a](../../commit/1e2c40a) - __(Max De Marzi)__ fixing Issue [#101](../../issues/101)
326
+ * [da45cb3](../../commit/da45cb3) - __(Max De Marzi)__ download wasn't working on windows
327
+
328
+ #### v1.1.0
329
+ * [13f7632](../../commit/13f7632) - __(Max De Marzi)__ Bump to 1.1.0
330
+ * [bc22a90](../../commit/bc22a90) - __(Max De Marzi)__ fixing transactions
331
+
332
+ #### v1.0.11
333
+ * [cbbcc22](../../commit/cbbcc22) - __(Max De Marzi)__ Bump to 1.0.11
334
+ * [531187b](../../commit/531187b) - __(Max De Marzi)__ adding tx unit tests
335
+ * [cd2c452](../../commit/cd2c452) - __(Max De Marzi)__ starting with transactions
336
+ * [5be8eb5](../../commit/5be8eb5) - __(Max De Marzi)__ weird, works on my mac, just not travis
337
+ * [5a3a9d0](../../commit/5a3a9d0) - __(Max De Marzi)__ reducing size of batch test to 5k
338
+ * [da919e8](../../commit/da919e8) - __(Max De Marzi)__ adding unit tests for labels
339
+ * [735ebc2](../../commit/735ebc2) - __(Max De Marzi)__ adding nodes labels, still needs unit tests
340
+ * [679591e](../../commit/679591e) - __(Max De Marzi)__ adding cypher profile and stats options
341
+ * [da3081a](../../commit/da3081a) - __(Max De Marzi)__ allowing Node to be loaded from Cypher
342
+ * [b921317](../../commit/b921317) - __(Max De Marzi)__ clean up a little code
343
+ * [ae830d8](../../commit/ae830d8) - __(Max De Marzi)__ increasing receive timeout
344
+ * [0726323](../../commit/0726323) - __(Max De Marzi)__ catching errors in batch and propagating up
345
+ * [e8f9b2b](../../commit/e8f9b2b) - __(Max De Marzi)__ skip all gremlin specs
346
+ * [ea658b0](../../commit/ea658b0) - __(Max De Marzi)__ adding schema indexes
347
+ * [a547370](../../commit/a547370) - __(Max De Marzi)__ make the relationship types properly
348
+ * [739befe](../../commit/739befe) - __(Max De Marzi)__ adding relationship types
349
+ * [6db5b23](../../commit/6db5b23) - __(Max De Marzi)__ forgot travis
350
+ * [ee4ce69](../../commit/ee4ce69) - __(Max De Marzi)__ make 1.9 default
351
+
352
+ #### v1.0.10
353
+ * [ae14af1](../../commit/ae14af1) - __(Max De Marzi)__ Bump to 1.0.10
354
+ * [2b433aa](../../commit/2b433aa) - __(Max De Marzi)__ adding start-no-wait
355
+ * [589bd7b](../../commit/589bd7b) - __(Max De Marzi)__ Merge pull request [#93](../../issues/93) from ruprict/get_or_create_on_index
356
+
357
+ feature: Add unique to add to index
358
+ * [4deb7e2](../../commit/4deb7e2) - __(Glenn Goodrich)__ feature: Add unique to add to index
359
+ * [b452748](../../commit/b452748) - __(Max De Marzi)__ catch Neo4j issue
360
+ * [c6dad85](../../commit/c6dad85) - __(Max De Marzi)__ Merge pull request [#92](../../issues/92) from ceterumnet/master
361
+
362
+ Possible issue with Batch query interface (this time with a failing test)
363
+ * [0eee207](../../commit/0eee207) - __(David Raphael)__ Potential Fix for Batch issue
364
+ * [40e21d2](../../commit/40e21d2) - __(David Raphael)__ added failing test
365
+ * [aa6c1ae](../../commit/aa6c1ae) - __(Max De Marzi)__ Merge pull request [#90](../../issues/90) from ceterumnet/master
366
+
367
+ Possible issue with Batch query interface
368
+ * [a2cdf54](../../commit/a2cdf54) - __(David Raphael)__ added additional expect for exception
369
+ * [7b87efb](../../commit/7b87efb) - __(David Raphael)__ Created failing example for batch queries
370
+ * [fd13a05](../../commit/fd13a05) - __(Max De Marzi)__ adding get_node_relationships_to method
371
+ * [5c18437](../../commit/5c18437) - __(Max De Marzi)__ up send timeout
372
+ * [f0bc117](../../commit/f0bc117) - __(Max De Marzi)__ batch chunked
373
+ * [f800179](../../commit/f800179) - __(Max De Marzi)__ fixing issue [#81](../../issues/81)
374
+ * [e89353f](../../commit/e89353f) - __(Max De Marzi)__ fixing merge conflicts
375
+ * [e0f56c3](../../commit/e0f56c3) - __(Max De Marzi)__ Update README.md
376
+
377
+ Fixing [#84](../../issues/84)
378
+ * [414674a](../../commit/414674a) - __(Dan Janowski)__ add module mixin WasCreated to response.parsed_response when an operation creates a new entity
379
+ * [845df3e](../../commit/845df3e) - __(Dan Janowski)__ letter version
380
+ * [f06bc66](../../commit/f06bc66) - __(Dan Janowski)__ add WasCreated type
381
+
382
+ #### v1.0.9
383
+ * [b651d7b](../../commit/b651d7b) - __(Max De Marzi)__ Bump to 1.0.9
384
+ * [c3df2f3](../../commit/c3df2f3) - __(Max De Marzi)__ looking about right
385
+ * [8e36406](../../commit/8e36406) - __(Max De Marzi)__ first pass at using httpclient instead of httparty
386
+ * [4f53d97](../../commit/4f53d97) - __(Max De Marzi)__ ignore coverage dir
387
+
388
+ #### v1.0.8
389
+ * [c8553c0](../../commit/c8553c0) - __(Max De Marzi)__ Bump to 1.0.8
390
+ * [f5ab9d1](../../commit/f5ab9d1) - __(Max De Marzi)__ forgot to require zip
391
+ * [dee6ccf](../../commit/dee6ccf) - __(Max De Marzi)__ switching out curl for wget, since some folks don't have wget
392
+
393
+ #### v1.0.7
394
+ * [02efe14](../../commit/02efe14) - __(Max De Marzi)__ Bump to 1.0.7
395
+ * [b31f829](../../commit/b31f829) - __(Max De Marzi)__ finally fixed that all paths bug
396
+ * [d4bc286](../../commit/d4bc286) - __(Max De Marzi)__ make tests run 1.8.2 as well
397
+ * [e194963](../../commit/e194963) - __(Max De Marzi)__ upgrading to 1.8.2
398
+ * [e59ab33](../../commit/e59ab33) - __(Max De Marzi)__ Merge pull request [#79](../../issues/79) from digitalbias/master
399
+
400
+ Fix for issue [#78](../../issues/78)
401
+ * [dc99e62](../../commit/dc99e62) - __(David Mitchell)__ Fixed error test
402
+
403
+ Needed to specify which error in the spec. Fixed code so it works properly with the correct error now
404
+
405
+ * [ff61391](../../commit/ff61391) - __(David Mitchell)__ handle json parsing error for empty return body
406
+
407
+ a 404 message can be returned from the server without having a message in it (when deleting from an index with key, value and id and an empty string is contained in the value)
408
+
409
+ #### v1.0.6
410
+ * [eff6f2a](../../commit/eff6f2a) - __(Max De Marzi)__ Bump to 1.0.6
411
+ * [b234e7f](../../commit/b234e7f) - __(Max De Marzi)__ fixes [#69](../../issues/69)
412
+ * [4884d9c](../../commit/4884d9c) - __(Max De Marzi)__ need another method for find_exact
413
+ * [8c95c28](../../commit/8c95c28) - __(Max De Marzi)__ I think this fixes [#76](../../issues/76)
414
+
415
+ #### v1.0.5
416
+ * [d85d88f](../../commit/d85d88f) - __(Max De Marzi)__ Bump to 1.0.5
417
+ * [36e025f](../../commit/36e025f) - __(Max De Marzi)__ Merge pull request [#74](../../issues/74) from pboling/master
418
+
419
+ Initialization Hook
420
+ * [c450858](../../commit/c450858) - __(Peter Boling)__ Provides a named initialization hook so people depending on the gem can ensure pre-requisite configuration is complete prior to initialization of neography itself
421
+ * [f9804f5](../../commit/f9804f5) - __(Peter Boling)__ Railties are best namespaced inside the gem's namespace Example: http://api.rubyonrails.org/classes/Rails/Railtie.html
422
+ * [56384b5](../../commit/56384b5) - __(Max De Marzi)__ rename spec to actual _spec file
423
+ * [e94ea2e](../../commit/e94ea2e) - __(Max De Marzi)__ started working on unmanaged extensions
424
+
425
+ #### v1.0.4
426
+ * [210f494](../../commit/210f494) - __(Max De Marzi)__ Bump to 1.0.4
427
+ * [525ff47](../../commit/525ff47) - __(Roel van Dijk)__ Add UniquePathNotUniqueException.
428
+
429
+ #### v1.0.3
430
+ * [a1e0459](../../commit/a1e0459) - __(Max De Marzi)__ Bump to 1.0.3
431
+ * [89e2ff0](../../commit/89e2ff0) - __(Max De Marzi)__ upgrade to 1.8.1
432
+ * [2b750ef](../../commit/2b750ef) - __(Roel van Dijk)__ Merge pull request [#71](../../issues/71) from radford/set-neo-server-on-rels
433
+
434
+ Set neo_server on Relationships
435
+ * [091ac99](../../commit/091ac99) - __(Jim Radford)__ Pass the db to the new Relationship in Relationship.load
436
+ * [608dc63](../../commit/608dc63) - __(Jim Radford)__ Actually set the neo_server on Relationships
437
+ * [12c27f2](../../commit/12c27f2) - __(Max De Marzi)__ one more time
438
+ * [ed6e960](../../commit/ed6e960) - __(Max De Marzi)__ wonder if this works on travis
439
+ * [2dcfaac](../../commit/2dcfaac) - __(Max De Marzi)__ make values exist before trying to remove them
440
+ * [3263919](../../commit/3263919) - __(Max De Marzi)__ config should be subject
441
+ * [14d469e](../../commit/14d469e) - __(Max De Marzi)__ Merge pull request [#70](../../issues/70) from radford/avoid-nil-remove
442
+
443
+ Avoid trying to remove properties that don't exist now that errors are thrown/checked
444
+ * [a20d6b5](../../commit/a20d6b5) - __(Jim Radford)__ Avoid removing trying to remove properties that don't exist
445
+ * [a9687eb](../../commit/a9687eb) - __(Max De Marzi)__ getting rid of find_and_require_user_defined_code, closing [#68](../../issues/68)
446
+
447
+ #### v1.0.2
448
+ * [6fb334b](../../commit/6fb334b) - __(Max De Marzi)__ Bump to 1.0.2
449
+ * [267bb32](../../commit/267bb32) - __(Roel van Dijk)__ Raise error on HTTP status code 500.
450
+ * [173a9a4](../../commit/173a9a4) - __(Max De Marzi)__ add delete test. Will not work on 1.7
451
+ * [a4a3d31](../../commit/a4a3d31) - __(Max De Marzi)__ create_relationship in batch can work without properties
452
+
453
+ #### v1.0.1
454
+ * [b8f5834](../../commit/b8f5834) - __(Max De Marzi)__ Bump to 1.0.1
455
+ * [cc803eb](../../commit/cc803eb) - __(Roel van Dijk)__ Fix Exception matching for pre-1.8 Neo4j.
456
+
457
+ #### v1.0.0
458
+ * [c2bbbff](../../commit/c2bbbff) - __(Max De Marzi)__ version 1
459
+ * [c4f7599](../../commit/c4f7599) - __(Max De Marzi)__ Update neography.gemspec
460
+
461
+ updating Neo4j.org link
462
+ * [34762af](../../commit/34762af) - __(Roel van Dijk)__ Spec #del.
463
+ * [bd65e78](../../commit/bd65e78) - __(Roel van Dijk)__ Spec #attributes.
464
+ * [6596207](../../commit/6596207) - __(Max De Marzi)__ prepare for 1.8 release
465
+ * [4bf316e](../../commit/4bf316e) - __(Roel van Dijk)__ No need for .with on stubs.
466
+ * [7470332](../../commit/7470332) - __(Roel van Dijk)__ Test #other_node.
467
+ * [1ebac4a](../../commit/1ebac4a) - __(Roel van Dijk)__ Ignore Gemfile.lock.
468
+ * [121fabc](../../commit/121fabc) - __(Roel van Dijk)__ Add unit tests for node/relationship properties.
469
+ * [9f75c12](../../commit/9f75c12) - __(Max De Marzi)__ removing Gemfile.lock
470
+ * [9514ec3](../../commit/9514ec3) - __(Max De Marzi)__ adding latest Gemfile.lock for archival purposes
471
+ * [ddefa79](../../commit/ddefa79) - __(Max De Marzi)__ Update neography.gemspec
472
+
473
+ Adding versions to dependencies...
474
+ * [491c319](../../commit/491c319) - __(Roel van Dijk)__ Fix failing spec by using dead code.
475
+ * [ba37dda](../../commit/ba37dda) - __(Roel van Dijk)__ Add note about previous versions and errors.
476
+ * [b48144f](../../commit/b48144f) - __(Roel van Dijk)__ Add code accessor to NeographyError.
477
+ * [58eae25](../../commit/58eae25) - __(Roel van Dijk)__ Bump Travis Neo4j version to 1.8.RC1.
478
+ * [86aa096](../../commit/86aa096) - __(Roel van Dijk)__ Add links to Errors wiki page.
479
+ * [d3d7752](../../commit/d3d7752) - __(Roel van Dijk)__ Raise an error when REST API returns an error.
480
+ * [e59c8e9](../../commit/e59c8e9) - __(Roel van Dijk)__ Change spec_helper File requires to simpler requires.
481
+ * [485c1e9](../../commit/485c1e9) - __(Roel van Dijk)__ Remove link to unused Experimental page.
482
+ * [2a850ef](../../commit/2a850ef) - __(Roel van Dijk)__ Some more textual layout.
483
+ * [b2bc98f](../../commit/b2bc98f) - __(Roel van Dijk)__ Some more textual layout.
484
+ * [10921a6](../../commit/10921a6) - __(Roel van Dijk)__ Some layout.
485
+ * [99785b1](../../commit/99785b1) - __(Roel van Dijk)__ Move more documentation into the Wiki.
486
+ * [8e3f6d7](../../commit/8e3f6d7) - __(Roel van Dijk)__ Fix code in example.
487
+ * [02cf457](../../commit/02cf457) - __(Roel van Dijk)__ Fix links to Wiki, explain content, fix code.
488
+ * [cfbf7d3](../../commit/cfbf7d3) - __(Roel van Dijk)__ Simplify documentation, move API into Github wiki.
489
+ * [c60dc37](../../commit/c60dc37) - __(Roel van Dijk)__ Fix more butchered syntax.
490
+ * [a1d80cc](../../commit/a1d80cc) - __(Roel van Dijk)__ Fix more butchered syntax.
491
+ * [d36d26d](../../commit/d36d26d) - __(Roel van Dijk)__ Fix butchered syntax.
492
+ * [5e47636](../../commit/5e47636) - __(Roel van Dijk)__ Move from rdoc to Markdown.
493
+ * [b17df33](../../commit/b17df33) - __(Roel van Dijk)__ Remove helper method used by deprecated code.
494
+ * [fea8727](../../commit/fea8727) - __(Roel van Dijk)__ Deprecated syntax with Neography::Rest server as the first argument to Node and Relationship.
495
+ * [bee8025](../../commit/bee8025) - __(Roel van Dijk)__ Make configuration a more 'rubyish'.
496
+ * [317a44d](../../commit/317a44d) - __(Roel van Dijk)__ Move Rest includes to Rest class.
497
+ * [3552879](../../commit/3552879) - __(Roel van Dijk)__ Move global constant into class where it is used.
498
+ * [6536a7e](../../commit/6536a7e) - __(Roel van Dijk)__ Clean up the Node and Relationship classes, add some basic specs.
499
+ * [5bb7d01](../../commit/5bb7d01) - __(Roel van Dijk)__ Cleaner DSL in Batch.
500
+ * [798d174](../../commit/798d174) - __(Roel van Dijk)__ Fix som duplicate code.
501
+ * [9725bb8](../../commit/9725bb8) - __(Roel van Dijk)__ Clean up some code, use more Rest classes paths.
502
+ * [b323fa4](../../commit/b323fa4) - __(Max De Marzi)__ Merge pull request [#63](../../issues/63) from tbaum/patch-1
503
+
504
+ Update README.rdoc
505
+ * [6b8bd1c](../../commit/6b8bd1c) - __(Roel van Dijk)__ Minor code layout.
506
+ * [12488e5](../../commit/12488e5) - __(Roel van Dijk)__ Add batch unit tests and refactor Batch class.
507
+ * [2dd4b16](../../commit/2dd4b16) - __(Roel van Dijk)__ Add path helpers as class methods.
508
+ * [23e4522](../../commit/23e4522) - __(Roel van Dijk)__ Move back to instance variables, cleaner.
509
+ * [24dd564](../../commit/24dd564) - __(Roel van Dijk)__ Remove delegation (less magic is cleaner).
510
+ * [9e137d2](../../commit/9e137d2) - __(Roel van Dijk)__ Make REST delegation a bit cleaner, hopefully.
511
+ * [cc059ec](../../commit/cc059ec) - __(Roel van Dijk)__ Ignore .rvmrc.
512
+ * [3a5f3b1](../../commit/3a5f3b1) - __(Thomas Baum)__ Update README.rdoc
513
+
514
+ fix typo
515
+ * [c80d560](../../commit/c80d560) - __(Max De Marzi)__ Merge pull request [#62](../../issues/62) from rdvdijk/master
516
+
517
+ Cleaned up Connection and added unit tests.
518
+ * [8aa7ead](../../commit/8aa7ead) - __(Roel van Dijk)__ Add Connection unit test.
519
+ * [b80126e](../../commit/b80126e) - __(Max De Marzi)__ Merge pull request [#61](../../issues/61) from rdvdijk/forwarded_rest
520
+
521
+ Use Forwardable in Rest class to delegate API.
522
+ * [eb887b0](../../commit/eb887b0) - __(Max De Marzi)__ Merge pull request [#60](../../issues/60) from rdvdijk/master
523
+
524
+ Remove remaining logic to separate Rest classes.
525
+ * [c3eaed8](../../commit/c3eaed8) - __(Roel van Dijk)__ Use Forwardable in Rest class to delegate API.
526
+ * [8d3f2a7](../../commit/8d3f2a7) - __(Roel van Dijk)__ Remove remaining logic to separate Rest classes.
527
+ * [1b53415](../../commit/1b53415) - __(Max De Marzi)__ Merge pull request [#59](../../issues/59) from rdvdijk/master
528
+
529
+ Move duplicate code to superclasses, cleaned up other duplication.
530
+ * [1275c33](../../commit/1275c33) - __(Roel van Dijk)__ Moves duplicate code to superclasses, cleaned up other duplication.
531
+ * [75f47e8](../../commit/75f47e8) - __(Max De Marzi)__ Update CONTRIBUTORS
532
+ * [92b0097](../../commit/92b0097) - __(Max De Marzi)__ Merge pull request [#58](../../issues/58) from rdvdijk/master
533
+
534
+ Major refactor of Rest class
535
+ * [0292553](../../commit/0292553) - __(Roel van Dijk)__ Merge with original.
536
+ * [0a1dcaa](../../commit/0a1dcaa) - __(Roel van Dijk)__ Fix URL encoding to make spaces and slashes possible.
537
+ * [5e00a50](../../commit/5e00a50) - __(Roel van Dijk)__ Add RelationshipAutoIndexes spec.
538
+ * [d0a27e5](../../commit/d0a27e5) - __(Roel van Dijk)__ Fix typo.
539
+ * [03d2e80](../../commit/03d2e80) - __(Roel van Dijk)__ Add RelationshipIndexes spec.
540
+ * [c7a17c8](../../commit/c7a17c8) - __(Roel van Dijk)__ Add Relationships specs.
541
+ * [c758b82](../../commit/c758b82) - __(Roel van Dijk)__ Add Relationships specs.
542
+ * [987f5f0](../../commit/987f5f0) - __(Roel van Dijk)__ Add NodePaths specs.
543
+ * [26f9e0e](../../commit/26f9e0e) - __(Roel van Dijk)__ Add traversal options spec.
544
+ * [0160de5](../../commit/0160de5) - __(Roel van Dijk)__ Add traversal spec.
545
+ * [903aa56](../../commit/903aa56) - __(Roel van Dijk)__ Add NodeAutoIndexes spec.
546
+ * [bff0665](../../commit/bff0665) - __(Roel van Dijk)__ Add NodeIndexes specs.
547
+ * [65ad592](../../commit/65ad592) - __(Roel van Dijk)__ Add NodeRelationships return specs.
548
+ * [7456f9e](../../commit/7456f9e) - __(Roel van Dijk)__ Update Gemfile.lock.
549
+ * [cf6f52c](../../commit/cf6f52c) - __(Roel van Dijk)__ Add NodeRelationships specs.
550
+ * [9cd051b](../../commit/9cd051b) - __(Roel van Dijk)__ Fix hash-rocket syntax.
551
+ * [5f88ebd](../../commit/5f88ebd) - __(Roel van Dijk)__ Add spec for REST node properties.
552
+ * [d1b50e8](../../commit/d1b50e8) - __(Roel van Dijk)__ Add some basic unit tests for REST classes.
553
+ * [bbe019c](../../commit/bbe019c) - __(Roel van Dijk)__ Rubified some code.
554
+ * [3b9e97f](../../commit/3b9e97f) - __(Roel van Dijk)__ Add _path suffix in all REST classes.
555
+ * [b8f1312](../../commit/b8f1312) - __(Roel van Dijk)__ Second step of major refactor of REST class.
556
+ * [db2f1dd](../../commit/db2f1dd) - __(Roel van Dijk)__ First step of major refactor of REST class.
557
+ * [faf7f0c](../../commit/faf7f0c) - __(Max De Marzi)__ test with 1.8.M07
558
+
559
+ #### v0.0.31
560
+ * [1f2d14f](../../commit/1f2d14f) - __(Max De Marzi)__ Bump to 0.0.31
561
+ * [9a1d8ba](../../commit/9a1d8ba) - __(Max De Marzi)__ updating gems
562
+ * [3f52df5](../../commit/3f52df5) - __(Max De Marzi)__ updating my development gemfile.lock
563
+ * [8c115ca](../../commit/8c115ca) - __(Max De Marzi)__ Merge pull request [#57](../../issues/57) from rdvdijk/master
564
+
565
+ Fix bug with finding nodes in index with spaces in value.
566
+ * [6289b7a](../../commit/6289b7a) - __(Roel van Dijk)__ Fix bug with finding nodes in index with spaces and/or slashes in value.
567
+ * [d8e3319](../../commit/d8e3319) - __(Roel van Dijk)__ Fix bug with finding nodes in index with spaces in value.
568
+ * [620bb11](../../commit/620bb11) - __(Max De Marzi)__ Update CONTRIBUTORS
569
+ * [9758878](../../commit/9758878) - __(Max De Marzi)__ Merge pull request [#56](../../issues/56) from garrettheaver/master
570
+
571
+ batch remove_relationship_from_index
572
+ * [6bfaef8](../../commit/6bfaef8) - __(Garrett Heaver)__ adding remove_relationship_from_index as batch operation
573
+
574
+ #### v0.0.30
575
+ * [b227119](../../commit/b227119) - __(Max De Marzi)__ Bump to 0.0.30
576
+ * [4455051](../../commit/4455051) - __(Max De Marzi)__ Merge pull request [#53](../../issues/53) from simpsonjulian/user-agent
577
+
578
+ HTTP User-Agent to inform Neo4j about client versions
579
+ * [0da275e](../../commit/0da275e) - __(Julian Simpson)__ Making tests work on Travis.
580
+ * [cfd281f](../../commit/cfd281f) - __(Julian Simpson)__ Provide tests as well.
581
+ * [a871d00](../../commit/a871d00) - __(Julian Simpson)__ Add User-Agent header.
582
+
583
+ #### v0.0.29
584
+ * [b0f6aec](../../commit/b0f6aec) - __(Max De Marzi)__ Bump to 0.0.29
585
+ * [cda0b6e](../../commit/cda0b6e) - __(Max De Marzi)__ Update lib/neography/multi_json_parser.rb
586
+
587
+ OJ complains about an ArgumentError, so rescuing that too.
588
+ * [4c8fbb3](../../commit/4c8fbb3) - __(Max De Marzi)__ Merge pull request [#51](../../issues/51) from pete/master
589
+
590
+ Add delete_relationship to batch command
591
+ * [296960d](../../commit/296960d) - __(Pete Elmore)__ Fix my hard tabs.
592
+ * [bbb420a](../../commit/bbb420a) - __(Pete Elmore)__ Add delete_relationship to batch operations.
593
+ * [802802c](../../commit/802802c) - __(Max De Marzi)__ dealing with JSON parsing issues
594
+ * [1b2aa7e](../../commit/1b2aa7e) - __(Max De Marzi)__ adding idea to gitignore
595
+ * [54a232e](../../commit/54a232e) - __(Max De Marzi)__ Merge pull request [#50](../../issues/50) from jhund/multi_json
596
+
597
+ Replace Oj with MultiJson for JSON handling
598
+
599
+ Thanks Jo!
600
+ * [6f60af0](../../commit/6f60af0) - __(Jo Hund)__ Replace Oj with MultiJson for JSON handling so that neography works with jruby
601
+ * [65f6ca9](../../commit/65f6ca9) - __(Max De Marzi)__ adding more indexing capabilities
602
+ * [28313e1](../../commit/28313e1) - __(Max De Marzi)__ using strict mode on Oj gem, so we don't convert to strings with colons to symbols
603
+ * [100aa75](../../commit/100aa75) - __(Max De Marzi)__ making note that batch create unique node does not return a referable node
604
+ * [79ce7eb](../../commit/79ce7eb) - __(Max De Marzi)__ update travis to 1.8M6
605
+ * [6977df6](../../commit/6977df6) - __(Max De Marzi)__ adding auto indexing methods
606
+ * [a4eb275](../../commit/a4eb275) - __(Max De Marzi)__ Adding Code Climate badge.
607
+ * [ad3d0d6](../../commit/ad3d0d6) - __(Max De Marzi)__ Update travis.yml to use latest neo4j
608
+ * [0d17d0a](../../commit/0d17d0a) - __(Max De Marzi)__ adding multiple ways to remove a node from an index
609
+ * [e048609](../../commit/e048609) - __(Max De Marzi)__ Merge pull request [#47](../../issues/47) from samirahmed/master
610
+
611
+ Added 2 more batch operations
612
+ * [a2bdf97](../../commit/a2bdf97) - __(Samir Ahmed)__ Added Spec Tests for 2 Operations
613
+
614
+ Added to spec tests to very that the operations...
615
+
616
+ For testing batch delete node :
617
+ - 2 node created one by one
618
+ - Nodes deleted in batch
619
+ - Get nodes results should be nil
620
+
621
+ For testing batch remove node :
622
+ - Create two nodes with indicies one by one
623
+ - In batch remove the node from the indidicies
624
+ - Search for exact nodes should be nil
625
+
626
+ * [a079b5a](../../commit/a079b5a) - __(Samir Ahmed)__ Added 2 Operations to Batch Methods to rest.rb
627
+
628
+ Modified the neography/rest.rb 'get_batch' to add a case for
629
+ :remove_node_from_index
630
+ :delete_node
631
+ Both method use the HTTP DELETE Methods and contain no 'body'
632
+
633
+ Did not account for alias :remove_node_index
634
+
635
+ Still need to add tests.
636
+
637
+ #### v0.0.27
638
+ * [7eec488](../../commit/7eec488) - __(Max De Marzi)__ Bump to 0.0.28
639
+ * [1b5b444](../../commit/1b5b444) - __(Max De Marzi)__ Bump to 0.0.27
640
+ * [a3ae832](../../commit/a3ae832) - __(Max De Marzi)__ adding test
641
+ * [c7b3c3c](../../commit/c7b3c3c) - __(Max De Marzi)__ Merge pull request [#46](../../issues/46) from smulube/feature/httparty_update
642
+
643
+ Tweaked Httparty dependency to make gem less fussy
644
+ * [d528234](../../commit/d528234) - __(Sam Mulube)__ Remove require of crack gem as I don't think it's used anywhere.
645
+ * [4d5c87a](../../commit/4d5c87a) - __(Sam Mulube)__ Alter gemspec so we don't depend on exact version of httparty
646
+
647
+ Means the library plays nicer in projects.
648
+
649
+ * [e4bd60e](../../commit/e4bd60e) - __(Max De Marzi)__ Revert "switching httparty to excon" Getting reports of excon causing problems, waiting for failing tests, but holding off since streaming batch still not working. This reverts commit 2a2333cccd3807065483431b0e3b6bdac3229c76.
650
+ * [31b4867](../../commit/31b4867) - __(Max De Marzi)__ reverting
651
+ * [0cf2222](../../commit/0cf2222) - __(Max De Marzi)__ typo
652
+ * [e696516](../../commit/e696516) - __(Max De Marzi)__ tweaking travis to use Neo4j 1.8.M03
653
+ * [cca4290](../../commit/cca4290) - __(Max De Marzi)__ tweaking travis to use 1.9.3 instead of 1.8.7
654
+ * [f7c15f6](../../commit/f7c15f6) - __(Max De Marzi)__ with 5k nodes streaming test
655
+ * [8aa9f96](../../commit/8aa9f96) - __(Max De Marzi)__ still trying to see positive results from batch rest streaming... so far no luck
656
+ * [2a2333c](../../commit/2a2333c) - __(Max De Marzi)__ switching httparty to excon
657
+ * [3540965](../../commit/3540965) - __(Max De Marzi)__ batch cypher now working
658
+ * [ac746b1](../../commit/ac746b1) - __(Max De Marzi)__ moving to Oj parser, batch gremlin support, streaming cypher, still need to get streaming batch working
659
+ * [514e174](../../commit/514e174) - __(Max De Marzi)__ Revert "adding streaming cypher support, using two types of JSON parsing since Crack was breaking on large cypher results, stream is twice as fast as not when pulling in 20k nodes"
660
+
661
+ This reverts commit fcf7c3bc4236fa18ddd8f0931b9a346425b2beb2.
662
+
663
+ * [d9d524a](../../commit/d9d524a) - __(Max De Marzi)__ creating auto node and relationship commands, tests not done yet
664
+ * [fcf7c3b](../../commit/fcf7c3b) - __(Max De Marzi)__ adding streaming cypher support, using two types of JSON parsing since Crack was breaking on large cypher results, stream is twice as fast as not when pulling in 20k nodes
665
+ * [c6075fb](../../commit/c6075fb) - __(Alex P)__ Rolling back changes, since rdoc, not markdown is used.
666
+ * [2bab85d](../../commit/2bab85d) - __(Alex P)__ Updating readme, making core a bit easier to read.
667
+ * [d2477e9](../../commit/d2477e9) - __(Alex P)__ Merge pull request [#42](../../issues/42) from markburns/master
668
+
669
+ add travis build icon to this project neography (not neovigator, whoops)
670
+ * [29ca66f](../../commit/29ca66f) - __(Mark Burns)__ added travis build status icon to README
671
+ * [4a89c61](../../commit/4a89c61) - __(Max De Marzi)__ Bump to 0.0.26
672
+ * [346a0f6](../../commit/346a0f6) - __(Max De Marzi)__ using version 1.7 now
673
+ * [51b1c42](../../commit/51b1c42) - __(Max De Marzi)__ upgrading to 1.7M03
674
+ * [d230abf](../../commit/d230abf) - __(Max De Marzi)__ making sure
675
+ * [40c0fe0](../../commit/40c0fe0) - __(Max De Marzi)__ Merge pull request [#37](../../issues/37) from dtao/master
676
+
677
+ fix for issue when setting nonexistent property for the first time using dot notation
678
+ * [5e02630](../../commit/5e02630) - __(Dan)__ fixed issue where setting a previously undefined property using dot notation has no effect on the DB
679
+
680
+ #### v0.0.25
681
+ * [a66922f](../../commit/a66922f) - __(Max De Marzi)__ Bump to 0.0.25
682
+ * [b04c2bc](../../commit/b04c2bc) - __(Max De Marzi)__ moving crack parser to its own file
683
+ * [1d14860](../../commit/1d14860) - __(Max De Marzi)__ let people know that wget is required for rake neo4j:install
684
+ * [fddb7cb](../../commit/fddb7cb) - __(Max De Marzi)__ Merge pull request [#22](../../issues/22) from edave/master
685
+
686
+ Workaround for HTTParty 0.8.1
687
+ * [24a1c6c](../../commit/24a1c6c) - __(Max De Marzi)__ adding test for batch get multiple node relationships, default to all, added to Contributors file, updated Neo4j to 1.7M02
688
+ * [07495c5](../../commit/07495c5) - __(Max De Marzi)__ Merge pull request [#35](../../issues/35) from heelhook/master
689
+
690
+ batch call to do get_node_relationships
691
+ * [65b53b2](../../commit/65b53b2) - __(Pablo Fernandez)__ Update README.rdoc
692
+ * [f59d389](../../commit/f59d389) - __(Pablo Fernandez)__ Add a batch call to get_node_relationships
693
+ * [42346ad](../../commit/42346ad) - __(Max De Marzi)__ Merge pull request [#34](../../issues/34) from heelhook/patch-1
694
+
695
+ Show an error when an unknown option is used.
696
+ * [373d390](../../commit/373d390) - __(Pablo Fernandez)__ Show an error when an unknown option is used.
697
+ * [5207643](../../commit/5207643) - __(Max De Marzi)__ Merge pull request [#33](../../issues/33) from heelhook/master
698
+
699
+ Support to find attributes of relationship
700
+ * [5a83e3a](../../commit/5a83e3a) - __(Pablo Fernandez)__ document and fix wrong variable access
701
+ * [49c253c](../../commit/49c253c) - __(Pablo Fernandez)__ Add a way to query the attributes of a relationship
702
+ * [6e9fe11](../../commit/6e9fe11) - __(Max De Marzi)__ Merge pull request [#32](../../issues/32) from nickflux/master
703
+
704
+ Added clean_database method for testing purposes
705
+ * [7fddfc9](../../commit/7fddfc9) - __(nickflux)__ Added clean_database to Rest module to use test-delete-db-extension plugin
706
+ * [1f217fb](../../commit/1f217fb) - __(Max De Marzi)__ Update README.rdoc
707
+ * [7990f3c](../../commit/7990f3c) - __(nickflux)__ add clean database method for testing
708
+ * [ebda23d](../../commit/ebda23d) - __(David Pitman)__ Merging upstream changes
709
+ * [51d5c35](../../commit/51d5c35) - __(David Pitman)__ Subclasses HTTParyt's Parser to use Crack parsing again for HTTParty 0.8.1
710
+
711
+ #### v0.0.24
712
+ * [3efc2b9](../../commit/3efc2b9) - __(Max De Marzi)__ Bump to 0.0.24
713
+ * [c7b2149](../../commit/c7b2149) - __(Max De Marzi)__ making tests 1.8.7 compatible
714
+ * [8a73e74](../../commit/8a73e74) - __(Max De Marzi)__ adding cypher_path and gremlin_path options
715
+ * [f5897a0](../../commit/f5897a0) - __(Max De Marzi)__ Merge pull request [#29](../../issues/29) from nickflux/master
716
+
717
+ Added config settings for plugin paths
718
+ * [bba5783](../../commit/bba5783) - __(Max De Marzi)__ moving up to 1.7.M01 as the default
719
+ * [b578fde](../../commit/b578fde) - __(Max De Marzi)__ Merge pull request [#31](../../issues/31) from heelhook/master
720
+
721
+ Update doc
722
+ * [24bb3e4](../../commit/24bb3e4) - __(Max De Marzi)__ fixing weighted path spec
723
+ * [122336a](../../commit/122336a) - __(Pablo Fernandez)__ Update README.rdoc
724
+ * [70798ae](../../commit/70798ae) - __(Max De Marzi)__ Merge pull request [#30](../../issues/30) from heelhook/master
725
+
726
+ Support for shortest weighted path
727
+ * [5bd1325](../../commit/5bd1325) - __(Pablo Fernandez)__ Support for shortest weighted path
728
+ * [86095cd](../../commit/86095cd) - __(nickflux)__ Update to config to allow for different locations for cypher and gremlin plugins
729
+ * [9e4540e](../../commit/9e4540e) - __(Max De Marzi)__ install 1.6.1 from now on
730
+ * [644145b](../../commit/644145b) - __(Max De Marzi)__ letting reset properties take a newly created relationship
731
+ * [8a8e13c](../../commit/8a8e13c) - __(Max De Marzi)__ Bump to 0.0.23
732
+ * [f4b31eb](../../commit/f4b31eb) - __(Max De Marzi)__ adding get_node_index and get_relationship_index to batch
733
+ * [4ffc2e2](../../commit/4ffc2e2) - __(Max De Marzi)__ adding can reset the properties of a relationship test
734
+ * [208b317](../../commit/208b317) - __(Max De Marzi)__ adding create unique relationship to batch
735
+ * [5e4be72](../../commit/5e4be72) - __(Max De Marzi)__ add create unique node to batch
736
+ * [f16ecb6](../../commit/f16ecb6) - __(Max De Marzi)__ Whoa... can't believe I had my email address wrong on the readme for so long!
737
+ * [8b6604f](../../commit/8b6604f) - __(Max De Marzi)__ just making sure
738
+
739
+ #### v0.0.22
740
+ * [9809d99](../../commit/9809d99) - __(Max De Marzi)__ Bump to 0.0.22
741
+ * [f4a66ad](../../commit/f4a66ad) - __(Max De Marzi)__ using built in cypher instead of cypher plugin
742
+ * [3313e4a](../../commit/3313e4a) - __(Max De Marzi)__ adding tests and readme for unique nodes and relationships
743
+ * [914d4d3](../../commit/914d4d3) - __(ajay)__ added 2 more functions - create_unique_node and create_unique_realtionship
744
+ * [485e77f](../../commit/485e77f) - __(ajay)__ make it Rails 2.x compatible
745
+ * [46d035f](../../commit/46d035f) - __(Max De Marzi)__ Merge pull request [#25](../../issues/25) from dchelimsky/update-url-in-readme
746
+
747
+ Update a couple of out of date URLs in the README
748
+ * [72c11fc](../../commit/72c11fc) - __(David Chelimsky)__ update link to community server
749
+ * [839b2fb](../../commit/839b2fb) - __(David Chelimsky)__ update link to rest api
750
+ * [b48cf0a](../../commit/b48cf0a) - __(Max De Marzi)__ adding centrality example
751
+
752
+ #### v0.0.21
753
+ * [b67bd6e](../../commit/b67bd6e) - __(Max De Marzi)__ Bump to 0.0.21
754
+ * [aac74c5](../../commit/aac74c5) - __(Max De Marzi)__ heroku compatability (thanks Marcel Scherf for the idea)
755
+ * [47c2539](../../commit/47c2539) - __(Max De Marzi)__ lets try that again
756
+ * [569d791](../../commit/569d791) - __(Max De Marzi)__ make links pretty
757
+ * [aec2a73](../../commit/aec2a73) - __(Max De Marzi)__ adding some sample links to readme
758
+ * [cddabd3](../../commit/cddabd3) - __(Max De Marzi)__ trying Neo4j 1.6M03
759
+ * [632cfd9](../../commit/632cfd9) - __(Ryan Ziegler)__ continue to make it inheritable
760
+ * [217fc4a](../../commit/217fc4a) - __(pushbang)__ fixing previous untested commit (after being lured by siren of github editor)
761
+ * [bf039e2](../../commit/bf039e2) - __(pushbang)__ allowing Node.load and Node.create to be overridden
762
+ * [5b0132c](../../commit/5b0132c) - __(Max De Marzi)__ get rid of old function
763
+ * [78766b1](../../commit/78766b1) - __(Max De Marzi)__ discarding nil values, closes [#23](../../issues/23)
764
+ * [633206b](../../commit/633206b) - __(Max De Marzi)__ removed reference to Neo4j 1.4 and neography 0.14 since it's really old
765
+ * [eb03523](../../commit/eb03523) - __(Max De Marzi)__ batch arrays of arrays
766
+ * [1e37b32](../../commit/1e37b32) - __(Max De Marzi)__ Bump to 0.0.20
767
+ * [ca429b0](../../commit/ca429b0) - __(Max De Marzi)__ whoops, botched that gemspec change
768
+ * [c88b20a](../../commit/c88b20a) - __(Max De Marzi)__ adding parameters to cypher calls
769
+ * [c1eef08](../../commit/c1eef08) - __(Max De Marzi)__ making gremlin script parameter aware
770
+ * [ee2335e](../../commit/ee2335e) - __(Max De Marzi)__ Bump to 0.0.19
771
+ * [8f15c03](../../commit/8f15c03) - __(Max De Marzi)__ adding more batching functions, now with referencing
772
+ * [92ce780](../../commit/92ce780) - __(Max De Marzi)__ more batching functions
773
+ * [b211af0](../../commit/b211af0) - __(Max De Marzi)__ starting naive batch implementation
774
+
775
+ #### v0.0.18
776
+ * [8c1ce42](../../commit/8c1ce42) - __(Max De Marzi)__ Bump to 0.0.18
777
+ * [0e3b309](../../commit/0e3b309) - __(Max De Marzi)__ adding travis build status as well as contributing and help sections to readme
778
+ * [6de30aa](../../commit/6de30aa) - __(Max De Marzi)__ updating rspec dependency
779
+ * [9eae2dd](../../commit/9eae2dd) - __(Max De Marzi)__ skip gremlin and slow in one line...
780
+ * [485807c](../../commit/485807c) - __(Max De Marzi)__ fixing issue 18
781
+ * [88e697c](../../commit/88e697c) - __(Max De Marzi)__ Merge pull request [#19](../../issues/19) from elado/master
782
+
783
+ Added missing db parameter to Relationship nodes load
784
+ * [2b42c9e](../../commit/2b42c9e) - __(Max De Marzi)__ got tired of failing gremlin tests, excluding for now
785
+ * [a185539](../../commit/a185539) - __(Max De Marzi)__ reverting httparty to a versin that uses crack until strick json is followed
786
+ * [f232e05](../../commit/f232e05) - __(Max De Marzi)__ use empty not nil
787
+ * [318da9e](../../commit/318da9e) - __(Elad Ossadon)__ Added missing db parameter for loading relationship nodes
788
+ * [5ac7729](../../commit/5ac7729) - __(Max De Marzi)__ how did that blank? stay in there for so long
789
+ * [b93913f](../../commit/b93913f) - __(Max De Marzi)__ starting work on batch specs
790
+ * [f64652a](../../commit/f64652a) - __(maxdemarzi)__ updating dependencies
791
+
792
+ #### v0.0.17
793
+ * [c6bafa4](../../commit/c6bafa4) - __(Max De Marzi)__ Bump to 0.0.17
794
+ * [7c204f0](../../commit/7c204f0) - __(Max De Marzi)__ pick your own version
795
+ * [f48cfc7](../../commit/f48cfc7) - __(Patrik Sundberg)__ add get relationship start node and relationship end node.
796
+ * [09e8d50](../../commit/09e8d50) - __(Patrik Sundberg)__ Remove verbose output message.
797
+ * [60d32ac](../../commit/60d32ac) - __(Max De Marzi)__ using default of localhost for examples now
798
+ * [d9f460a](../../commit/d9f460a) - __(Max De Marzi)__ using 1.5 GA for install, found problem with gremlin (see rest_gremlin_fail_spec.rb)
799
+ * [7596066](../../commit/7596066) - __(Max De Marzi)__ adding --trace to travis line to see what we get
800
+ * [84b31d0](../../commit/84b31d0) - __(Max De Marzi)__ trying to get travis to work
801
+ * [c82650f](../../commit/c82650f) - __(Max De Marzi)__ tweak readme version info
802
+
803
+ #### v0.0.16
804
+ * [2d325f5](../../commit/2d325f5) - __(Max De Marzi)__ Bump to 0.0.16
805
+ * [7a5c6a8](../../commit/7a5c6a8) - __(Max De Marzi)__ removing fakeweb, escaping execute_script for gremlin, adding execute_query for cypher, adding tests
806
+ * [752924a](../../commit/752924a) - __(Max De Marzi)__ added railtie to autoload tasks
807
+ * [066ed4f](../../commit/066ed4f) - __(Max De Marzi)__ ugly attempt at a multi-os installer
808
+ * [764a146](../../commit/764a146) - __(Max De Marzi)__ adding tasks
809
+ * [b0e9439](../../commit/b0e9439) - __(Max De Marzi)__ Merge pull request [#14](../../issues/14) from lordkada/query_and_script
810
+
811
+ finding nodes and relationships through query. Remote Groovy script throu
812
+ * [bc49b90](../../commit/bc49b90) - __(Carlo Alberto Degli Atti)__ finding nodes and relationships through query. Remote Groovy script through Gremlin plugin ext
813
+ * [1097667](../../commit/1097667) - __(Max De Marzi)__ Use version 0.0.l4 for Neo4j 1.4 and 0.0.15 for Neo4j 1.5
814
+ * [ac2e26a](../../commit/ac2e26a) - __(Max De Marzi)__ Bump to 0.0.15
815
+ * [f698aea](../../commit/f698aea) - __(Max De Marzi)__ Merge pull request [#13](../../issues/13) from HeshamAmiri/master
816
+
817
+ fixes for adding nodes and relationships to indexes
818
+ * [0ae5090](../../commit/0ae5090) - __(Hesham Amiri)__ version bump
819
+ * [d070b78](../../commit/d070b78) - __(Hesham Amiri)__ fix spec for traverse
820
+ * [9b97130](../../commit/9b97130) - __(Hesham Amiri)__ fix add relationship to index
821
+ * [a346ddc](../../commit/a346ddc) - __(Hesham Amiri)__ fix add node to index
822
+
823
+ #### v0.0.14
824
+ * [44395df](../../commit/44395df) - __(maxdemarzi)__ Bump to 0.0.14
825
+ * [0aee952](../../commit/0aee952) - __(maxdemarzi)__ get rid of dead file
826
+ * [596f36c](../../commit/596f36c) - __(maxdemarzi)__ clean up file name
827
+ * [d667a85](../../commit/d667a85) - __(Max De Marzi)__ Merge pull request [#11](../../issues/11) from tbaum/master
828
+
829
+ server is not passed in traversal-noded
830
+ * [eac66aa](../../commit/eac66aa) - __(Thomas Baum)__ fix passing neo_server instance for traverser-nodes
831
+ * [d92dfae](../../commit/d92dfae) - __(Max De Marzi)__ Neo4j API now using underscores for max_depth, prune_evaluator and return_filter
832
+ * [c95b1d7](../../commit/c95b1d7) - __(Max De Marzi)__ Merge pull request [#8](../../issues/8) from sbeckeriv/patch-1
833
+
834
+ Looks like its missing a .
835
+ * [d58d273](../../commit/d58d273) - __(Stephen Becker IV)__ Looks like its missing a .
836
+ * [128cd36](../../commit/128cd36) - __(Max De Marzi)__ Merge pull request [#7](../../issues/7) from namxam/master
837
+
838
+ Relationship neo server connection
839
+ * [4b097f9](../../commit/4b097f9) - __(Maximilian Schulz)__ Make neo server connection available in Relationship objects, either by accessing the connection from the start_node or accessing the connection passed by the initialization. [Issue [#6](../../issues/6)]
840
+
841
+ #### v0.0.13
842
+ * [f47f077](../../commit/f47f077) - __(maxdemarzi)__ Bump to 0.0.13
843
+ * [25f02cd](../../commit/25f02cd) - __(maxdemarzi)__ root_node returns same as get_node instead of meta-data
844
+ * [fdffbdb](../../commit/fdffbdb) - __(maxdemarzi)__ handle arrays in get_id, thanks to Phuong CAO
845
+
846
+ #### v0.0.12
847
+ * [db4f3db](../../commit/db4f3db) - __(maxdemarzi)__ Bump to 0.0.12
848
+ * [10c8228](../../commit/10c8228) - __(maxdemarzi)__ advanced queries of the node and relationship indexes
849
+ * [3e41e09](../../commit/3e41e09) - __(maxdemarzi)__ adding new ways to remove nodes and relationships from an index
850
+ * [1ede7a9](../../commit/1ede7a9) - __(maxdemarzi)__ test tweaks for Travis
851
+ * [cad9c10](../../commit/cad9c10) - __(maxdemarzi)__ excluding slow tests for now
852
+ * [9118a80](../../commit/9118a80) - __(maxdemarzi)__ typo in relationship readme
853
+
854
+ #### v0.0.11
855
+ * [6e238ae](../../commit/6e238ae) - __(maxdemarzi)__ Bump to 0.0.11
856
+ * [b32f7e1](../../commit/b32f7e1) - __(maxdemarzi)__ adding create node and relationship index
857
+ * [0029ce5](../../commit/0029ce5) - __(maxdemarzi)__ adding another example
858
+ * [4f1dd0a](../../commit/4f1dd0a) - __(maxdemarzi)__ adding fullpath type
859
+
860
+ #### v0.0.10
861
+ * [8f9f6df](../../commit/8f9f6df) - __(maxdemarzi)__ Bump to 0.0.10
862
+ * [994d90c](../../commit/994d90c) - __(maxdemarzi)__ fix to v2 authentication
863
+ * [590d763](../../commit/590d763) - __(maxdemarzi)__ make sure we're actually getting the right node and relationships in the index
864
+ * [6dac3ab](../../commit/6dac3ab) - __(maxdemarzi)__ typo in relationship index, and updating readme to use latest api docs
865
+ * [ab853ae](../../commit/ab853ae) - __(maxdemarzi)__ quick initializer
866
+ * [2015a05](../../commit/2015a05) - __(maxdemarzi)__ working on relationship indexes
867
+
868
+ #### v0.0.9
869
+ * [64fbdfd](../../commit/64fbdfd) - __(maxdemarzi)__ Bump to 0.0.9
870
+ * [23ca874](../../commit/23ca874) - __(maxdemarzi)__ Bump to 0.0.8
871
+ * [49fe9ac](../../commit/49fe9ac) - __(maxdemarzi)__ adding authentication options, fixing index tests
872
+
873
+ #### v0.0.8
874
+ * [4eba8e4](../../commit/4eba8e4) - __(maxdemarzi)__ Bump to 0.0.8
875
+ * [56f0508](../../commit/56f0508) - __(maxdemarzi)__ added Ian to contributors
876
+ * [517bee3](../../commit/517bee3) - __(Ian Dees)__ Updated index methods to Neo4j v1.2.06 API
877
+
878
+ #### v0.0.7
879
+ * [5032bcc](../../commit/5032bcc) - __(maxdemarzi)__ Bump to 0.0.7
880
+ * [0dd7b47](../../commit/0dd7b47) - __(maxdemarzi)__ adding Node Paths
881
+ * [56fdc6e](../../commit/56fdc6e) - __(maxdemarzi)__ adding paths
882
+ * [6b29ca8](../../commit/6b29ca8) - __(maxdemarzi)__ try neography at neography.org
883
+ * [5fd4f25](../../commit/5fd4f25) - __(maxdemarzi)__ Bump to 0.0.6
884
+ * [da88fba](../../commit/da88fba) - __(maxdemarzi)__ More Phase 2 Functionality
885
+ * [d3c4887](../../commit/d3c4887) - __(maxdemarzi)__ adding to documentation
886
+ * [6c3d33c](../../commit/6c3d33c) - __(maxdemarzi)__ node relationship specs
887
+ * [f894aa9](../../commit/f894aa9) - __(maxdemarzi)__ adding tests, wacky way to solve untyped incoming,outgoing and both calls
888
+ * [8b20bea](../../commit/8b20bea) - __(maxdemarzi)__ Adding methods to node traverser
889
+ * [07b30d1](../../commit/07b30d1) - __(maxdemarzi)__ Bump to 0.0.5
890
+ * [dbaa2ee](../../commit/dbaa2ee) - __(maxdemarzi)__ forgot to add max_threads parameter to readme
891
+ * [74204e8](../../commit/74204e8) - __(maxdemarzi)__ adding relationship tests
892
+ * [4e0087d](../../commit/4e0087d) - __(maxdemarzi)__ Phase 2: Starting on Relationships
893
+ * [7182516](../../commit/7182516) - __(maxdemarzi)__ node: new properties in phase 2
894
+ * [4541ce9](../../commit/4541ce9) - __(maxdemarzi)__ property deletion
895
+ * [9e3b38c](../../commit/9e3b38c) - __(maxdemarzi)__ adding setter and getter methods
896
+ * [54ddb73](../../commit/54ddb73) - __(maxdemarzi)__ more phase 2: adding del and equal to node
897
+ * [7b90ece](../../commit/7b90ece) - __(maxdemarzi)__ starting phase 2
898
+ * [8e66583](../../commit/8e66583) - __(maxdemarzi)__ started addeding fake bulk operations
899
+ * [3570045](../../commit/3570045) - __(maxdemarzi)__ Bump to 0.0.4
900
+ * [2a6a4bf](../../commit/2a6a4bf) - __(maxdemarzi)__ do not send max depth in traversal if not specified during, added example
901
+ * [b48276d](../../commit/b48276d) - __(maxdemarzi)__ it's ruby, not java, skip the parenthesis
902
+ * [9dce8b7](../../commit/9dce8b7) - __(maxdemarzi)__ easier way to do friend suggestions
903
+ * [34068ab](../../commit/34068ab) - __(maxdemarzi)__ adding examples and get_relationship
904
+ * [7a4edc7](../../commit/7a4edc7) - __(maxdemarzi)__ Bump to 0.0.3
905
+ * [4d0c88a](../../commit/4d0c88a) - __(maxdemarzi)__ readme changes
906
+ * [c3a00a0](../../commit/c3a00a0) - __(maxdemarzi)__ added find_id and cleaned up tests
907
+ * [cafaf2e](../../commit/cafaf2e) - __(Peter Neubauer)__
908
+ * [80cc0f0](../../commit/80cc0f0) - __(Peter Neubauer)__ typos
909
+ * [51bec37](../../commit/51bec37) - __(maxdemarzi)__ Bump to 0.0.2
910
+ * [ab93266](../../commit/ab93266) - __(maxdemarzi)__ doc updates
911
+ * [90cb6ed](../../commit/90cb6ed) - __(maxdemarzi)__ adding traverser
912
+ * [77b9011](../../commit/77b9011) - __(maxdemarzi)__ adding path tests
913
+ * [95560ec](../../commit/95560ec) - __(maxdemarzi)__ removing unnecessary dependency
914
+ * [eb4e18f](../../commit/eb4e18f) - __(maxdemarzi)__ adding logger dependency
915
+ * [4e1cf8f](../../commit/4e1cf8f) - __(maxdemarzi)__ documentation changes, use shortest path as default for path
916
+ * [e42beda](../../commit/e42beda) - __(maxdemarzi)__ more cleanup
917
+ * [611af01](../../commit/611af01) - __(maxdemarzi)__ forgot to add the new db path to some delete actions, splitting test file
918
+ * [e01369f](../../commit/e01369f) - __(maxdemarzi)__ cleaning up
919
+ * [93e4fbd](../../commit/93e4fbd) - __(maxdemarzi)__ adding get_path
920
+ * [2bedc62](../../commit/2bedc62) - __(maxdemarzi)__ adding indexes
921
+ * [2b93d8e](../../commit/2b93d8e) - __(maxdemarzi)__ adding set_relationship_properties and reset_relationship_properties
922
+ * [bb3bda9](../../commit/bb3bda9) - __(maxdemarzi)__ adding get_relationship_properties and remove_relationship_properties
923
+ * [8245c12](../../commit/8245c12) - __(maxdemarzi)__ added delete_node (and its relationship) and delete_relationship
924
+ * [d352e6a](../../commit/d352e6a) - __(maxdemarzi)__ adding get_node_relationships
925
+ * [081d8e0](../../commit/081d8e0) - __(maxdemarzi)__ added create_relationship
926
+ * [100cbbc](../../commit/100cbbc) - __(maxdemarzi)__ added delete_node
927
+ * [d92c2a6](../../commit/d92c2a6) - __(maxdemarzi)__ get some properties
928
+ * [60e0b4c](../../commit/60e0b4c) - __(maxdemarzi)__ changed set to reset and added regular set node properties
929
+ * [25f1abb](../../commit/25f1abb) - __(maxdemarzi)__ added remove_node_properties
930
+ * [3bd4035](../../commit/3bd4035) - __(maxdemarzi)__ added get node properties
931
+ * [7f57fcb](../../commit/7f57fcb) - __(maxdemarzi)__ adding get node and set node properties
932
+ * [ef9f673](../../commit/ef9f673) - __(maxdemarzi)__ Spliting off basic Rest wrapper
933
+ * [9a9b24a](../../commit/9a9b24a) - __(maxdemarzi)__ return nil if trying to get properties of a node or relationship that does not exist
934
+ * [3a1cef5](../../commit/3a1cef5) - __(maxdemarzi)__ make readme prettier
935
+ * [0b5b547](../../commit/0b5b547) - __(maxdemarzi)__ starting on relationships
936
+ * [0eff227](../../commit/0eff227) - __(maxdemarzi)__ adding fakeweb and starting to create fake http responses
937
+ * [3e4206d](../../commit/3e4206d) - __(maxdemarzi)__ added build_node so we return neo_id on node creates and a few more tests
938
+ * [bc1f9fc](../../commit/bc1f9fc) - __(maxdemarzi)__ starting with basic functionality
939
+ * [1ef9209](../../commit/1ef9209) - __(maxdemarzi)__ bundle gem commit