logstash-filter-delta 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/BUILD.md +96 -0
- data/CHANGELOG.md +3 -0
- data/CONTRIBUTORS +12 -0
- data/Gemfile +2 -0
- data/LICENSE +13 -0
- data/NOTICE.TXT +5 -0
- data/README.md +73 -0
- data/lib/logstash/filters/delta.rb +81 -0
- data/logstash-filter-delta.gemspec +24 -0
- data/spec/filters/delta_spec.rb +136 -0
- data/spec/spec_helper.rb +2 -0
- data/vendor/bundle/jruby/2.2.0/bin/coderay +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/htmldiff +25 -0
- data/vendor/bundle/jruby/2.2.0/bin/kramdown +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/ldiff +25 -0
- data/vendor/bundle/jruby/2.2.0/bin/lock_jars +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/minitar +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/pry +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/puma +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/pumactl +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/rackup +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/rake +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/rmvn +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/rspec +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/tilt +23 -0
- data/vendor/bundle/jruby/2.2.0/bin/tt +23 -0
- data/vendor/bundle/jruby/2.2.0/cache/chronic_duration-0.10.6.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/clamp-0.6.5.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/coderay-1.1.1.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/concurrent-ruby-1.0.0-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/diff-lcs-1.2.5.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/ffi-1.9.14-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/filesize-0.0.4.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/fivemat-1.3.2.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/gem_publisher-1.5.0.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/gems-0.8.3.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/i18n-0.6.9.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/insist-1.0.0.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/jar-dependencies-0.3.5.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/jrjackson-0.4.0-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/jrmonitor-0.4.2.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/jruby-openssl-0.9.16-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/kramdown-1.12.0.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/logstash-core-5.0.0.alpha6.snapshot5-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/logstash-core-event-java-5.0.0.alpha6.snapshot5-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/logstash-core-plugin-api-2.1.15-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/logstash-devutils-1.0.2-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/method_source-0.8.2.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/minitar-0.5.4.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/numerizer-0.1.1.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/polyglot-0.3.5.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/pry-0.10.4-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/puma-2.16.0-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rack-1.6.4.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rack-protection-1.5.3.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rake-11.2.2.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rspec-3.5.0.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rspec-core-3.5.3.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rspec-expectations-3.5.0.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rspec-mocks-3.5.0.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rspec-support-3.5.0.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rspec-wait-0.0.9.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/ruby-maven-3.3.12.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/ruby-maven-libs-3.3.9.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/rubyzip-1.1.7.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/sinatra-1.4.7.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/slop-3.6.0.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/spoon-0.0.4.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/stud-0.0.22.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/thread_safe-0.3.5-java.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/tilt-2.0.5.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/cache/treetop-1.4.15.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/chronic_duration-0.10.6/Gemfile +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/chronic_duration-0.10.6/LICENSE.txt +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/chronic_duration-0.10.6/README.md +80 -0
- data/vendor/bundle/jruby/2.2.0/gems/chronic_duration-0.10.6/Rakefile +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/chronic_duration-0.10.6/chronic_duration.gemspec +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/chronic_duration-0.10.6/lib/chronic_duration/version.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/chronic_duration-0.10.6/lib/chronic_duration.rb +289 -0
- data/vendor/bundle/jruby/2.2.0/gems/chronic_duration-0.10.6/spec/lib/chronic_duration_spec.rb +284 -0
- data/vendor/bundle/jruby/2.2.0/gems/chronic_duration-0.10.6/spec/spec_helper.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/CHANGES.md +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/Gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/LICENSE +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/README.md +403 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/Rakefile +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/clamp.gemspec +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/examples/admin +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/examples/flipflop +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/examples/fubar +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/examples/gitdown +70 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/examples/scoop +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/examples/speak +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/attribute/declaration.rb +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/attribute/definition.rb +90 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/attribute/instance.rb +79 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/command.rb +152 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/errors.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/help.rb +100 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/option/declaration.rb +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/option/definition.rb +94 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/option/parsing.rb +68 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/parameter/declaration.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/parameter/definition.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/parameter/parsing.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/subcommand/declaration.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/subcommand/definition.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/subcommand/execution.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/subcommand/parsing.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/truthy.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp/version.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/lib/clamp.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/spec/clamp/command_group_spec.rb +327 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/spec/clamp/command_spec.rb +983 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/spec/clamp/option/definition_spec.rb +260 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/spec/clamp/option_module_spec.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/spec/clamp/parameter/definition_spec.rb +242 -0
- data/vendor/bundle/jruby/2.2.0/gems/clamp-0.6.5/spec/spec_helper.rb +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/README_INDEX.rdoc +123 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/Rakefile +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/bin/coderay +215 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/duo.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/_map.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/comment_filter.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/count.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/debug.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/debug_lint.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/div.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/encoder.rb +190 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/filter.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/html/css.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/html/numbering.rb +108 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/html/output.rb +166 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/html.rb +333 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/json.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/lines_of_code.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/lint.rb +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/null.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/page.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/span.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/statistic.rb +95 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/terminal.rb +195 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/text.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/token_kind_filter.rb +111 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/xml.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/yaml.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/for_redcloth.rb +95 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/helpers/file_type.rb +151 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/helpers/plugin.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/helpers/plugin_host.rb +221 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/helpers/word_list.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/_map.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/c.rb +189 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/clojure.rb +217 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/cpp.rb +215 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/css.rb +196 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/debug.rb +75 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/delphi.rb +144 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/diff.rb +221 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/erb.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/go.rb +208 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/groovy.rb +268 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/haml.rb +168 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/html.rb +275 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/java/builtin_types.rb +421 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/java.rb +174 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/java_script.rb +237 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/json.rb +98 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/lua.rb +280 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/php.rb +527 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/python.rb +287 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/raydebug.rb +75 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/ruby/patterns.rb +178 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/ruby/string_state.rb +79 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/ruby.rb +477 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/sass.rb +232 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/scanner.rb +337 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/sql.rb +169 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/taskpaper.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/text.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/xml.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/yaml.rb +140 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/styles/_map.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/styles/alpha.rb +153 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/styles/style.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/styles.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/token_kinds.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/tokens.rb +161 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/tokens_proxy.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/version.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay.rb +284 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/test/functional/basic.rb +318 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/test/functional/examples.rb +129 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/test/functional/for_redcloth.rb +78 -0
- data/vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/test/functional/suite.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/CHANGELOG.md +323 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/LICENSE.txt +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/README.md +261 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/agent.rb +587 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/array.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/async.rb +445 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atom.rb +221 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/abstract_thread_local_var.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/atomic_boolean.rb +116 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/atomic_fixnum.rb +133 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/atomic_reference.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/count_down_latch.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/cyclic_barrier.rb +108 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/event.rb +89 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/java_count_down_latch.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/java_thread_local_var.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/mutex_atomic_boolean.rb +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/mutex_atomic_fixnum.rb +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/mutex_count_down_latch.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/mutex_semaphore.rb +115 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/read_write_lock.rb +253 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/reentrant_read_write_lock.rb +377 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/ruby_thread_local_var.rb +172 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/semaphore.rb +113 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic/thread_local_var.rb +102 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/concurrent_update_error.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/direct_update.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/jruby+truffle.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/jruby.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/mutex_atomic.rb +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/rbx.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomic_reference/ruby.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/atomics.rb +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/map/non_concurrent_map_backend.rb +144 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/map/synchronized_map_backend.rb +86 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +150 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/logging.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/obligation.rb +219 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/configuration.rb +153 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/constants.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/dataflow.rb +78 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/delay.rb +196 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/errors.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/exchanger.rb +356 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/abstract_executor_service.rb +134 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/fixed_thread_pool.rb +206 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/java_executor_service.rb +100 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/java_single_thread_executor.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/java_thread_pool_executor.rb +120 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/ruby_executor_service.rb +78 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/ruby_single_thread_executor.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/ruby_thread_pool_executor.rb +347 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/simple_executor_service.rb +100 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/single_thread_executor.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/thread_pool_executor.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executor/timer_set.rb +164 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/executors.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/future.rb +138 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/hash.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/immutable_struct.rb +93 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/ivar.rb +208 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/lazy_register.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/map.rb +180 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/maybe.rb +229 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/mutable_struct.rb +228 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/mvar.rb +242 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/options.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/promise.rb +542 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/scheduled_task.rb +318 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/settable_struct.rb +128 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/abstract_lockable_object.rb +98 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/abstract_object.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/abstract_struct.rb +157 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/condition.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/jruby_lockable_object.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/jruby_object.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/lock.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/lockable_object.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/mri_lockable_object.rb +71 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/mri_object.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/object.rb +150 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/rbx_lockable_object.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/rbx_object.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization/volatile.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/synchronization.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/synchronized_delegator.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/array_hash_rbx.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/striped64.rb +241 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/thread_safe/util.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/timer_task.rb +329 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/tuple.rb +86 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/tvar.rb +258 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/at_exit.rb +97 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/engine.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/monotonic_time.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/native_extension_loader.rb +73 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/utility/processor_counter.rb +156 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/version.rb +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent.rb +130 -0
- data/vendor/bundle/jruby/2.2.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent_ruby_ext.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/Contributing.rdoc +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/Gemfile +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/History.rdoc +152 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/License.rdoc +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/Manifest.txt +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/README.rdoc +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/Rakefile +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/autotest/discover.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/bin/htmldiff +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/bin/ldiff +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/docs/COPYING.txt +339 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/docs/artistic.txt +127 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs/array.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs/block.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs/callbacks.rb +322 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs/change.rb +177 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs/htmldiff.rb +149 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs/hunk.rb +276 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs/internals.rb +301 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs/ldiff.rb +195 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs/string.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff/lcs.rb +805 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/lib/diff-lcs.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/change_spec.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/diff_spec.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/hunk_spec.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/issues_spec.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/lcs_spec.rb +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/patch_spec.rb +414 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/sdiff_spec.rb +214 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/spec_helper.rb +290 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/traverse_balanced_spec.rb +310 -0
- data/vendor/bundle/jruby/2.2.0/gems/diff-lcs-1.2.5/spec/traverse_sequences_spec.rb +139 -0
- data/vendor/bundle/jruby/2.2.0/gems/ffi-1.9.14-java/COPYING +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/ffi-1.9.14-java/LICENSE +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/ffi-1.9.14-java/README.md +109 -0
- data/vendor/bundle/jruby/2.2.0/gems/ffi-1.9.14-java/Rakefile +232 -0
- data/vendor/bundle/jruby/2.2.0/gems/filesize-0.0.4/CHANGELOG +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/filesize-0.0.4/README.markdown +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/filesize-0.0.4/filesize.gemspec +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/filesize-0.0.4/lib/filesize.rb +178 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/Gemfile +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/LICENSE +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/MIT-LICENSE +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/README.markdown +75 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/Rakefile +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/fivemat.gemspec +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/fivemat/cucumber.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/fivemat/elapsed_time.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/fivemat/minitest/autorun.rb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/fivemat/minitest/unit.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/fivemat/minitest.rb +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/fivemat/rspec.rb +69 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/fivemat/rspec3.rb +70 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/fivemat/spec.rb +57 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/fivemat.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/fivemat-1.3.2/lib/minitest/fivemat_plugin.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/lib/gem_publisher/builder.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/lib/gem_publisher/cli_facade.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/lib/gem_publisher/git_remote.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/lib/gem_publisher/publisher.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/lib/gem_publisher/pusher.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/lib/gem_publisher/version.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/lib/gem_publisher.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/lib/rubygems_plugin.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/builder_test.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/cli_facade_test.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/common.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/data/example.gemspec +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/data/gem_build +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/data/tags +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/data/toplevel_version.gemspec +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/git_remote_test.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/integration_test.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/publisher_test.rb +102 -0
- data/vendor/bundle/jruby/2.2.0/gems/gem_publisher-1.5.0/test/rubygems_plugin_test.rb +76 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/CONTRIBUTING.md +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/LICENSE.md +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/README.md +158 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/Rakefile +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/gems.gemspec +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/lib/gems/client.rb +318 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/lib/gems/configuration.rb +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/lib/gems/request.rb +73 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/lib/gems/version.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/lib/gems.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/add_owner +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/add_web_hook +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/api_key +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/dependencies +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/downloads.yaml +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/fire_web_hook +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/gems-0.0.8.gem +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/gems.yaml +1072 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/just_updated.yaml +1376 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/latest.yaml +1098 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/most_downloaded.yaml +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/most_downloaded_today.yaml +1053 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/owners.yaml +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/push +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/rails.yaml +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/rails_admin-0.0.0.yaml +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/remove_owner +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/remove_web_hook +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/reverse_dependencies_short.yaml +70 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/script_helpers.yaml +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/search.yaml +898 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/total_downloads.yaml +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/unyank +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/web_hooks.yaml +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/fixtures/yank +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/gems/client_spec.rb +432 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/gems/request_spec.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/gems_spec.rb +73 -0
- data/vendor/bundle/jruby/2.2.0/gems/gems-0.8.3/spec/helper.rb +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/MIT-LICENSE +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/README.textile +105 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/ci/Gemfile.no-rails +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/ci/Gemfile.no-rails.lock +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/ci/Gemfile.rails-2.3.x +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/ci/Gemfile.rails-2.3.x.lock +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/ci/Gemfile.rails-3.x +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/ci/Gemfile.rails-3.x.lock +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/base.rb +190 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/cache.rb +96 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/cascade.rb +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/chain.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/fallbacks.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/flatten.rb +113 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/gettext.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/key_value.rb +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/memoize.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/metadata.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/pluralization.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/simple.rb +87 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend/transliterator.rb +99 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/backend.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/config.rb +121 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/core_ext/hash.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/core_ext/kernel/surpress_warnings.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/core_ext/string/interpolate.rb +105 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/exceptions.rb +128 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/gettext/helpers.rb +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/gettext/po_parser.rb +329 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/gettext.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/interpolate/ruby.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/locale/fallbacks.rb +96 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/locale/tag/parents.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/locale/tag.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/locale.rb +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/basics.rb +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/defaults.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/interpolation.rb +133 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/link.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/localization/date.rb +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/localization/date_time.rb +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/localization/time.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/localization.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/lookup.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/pluralization.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests/procs.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/tests.rb +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n/version.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/lib/i18n.rb +367 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/all.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/api/all_features_test.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/api/cascade_test.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/api/chain_test.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/api/fallbacks_test.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/api/key_value_test.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/api/memoize_test.rb +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/api/override_test.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/api/pluralization_test.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/api/simple_test.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/cache_test.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/cascade_test.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/chain_test.rb +76 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/exceptions_test.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/fallbacks_test.rb +125 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/interpolation_compiler_test.rb +119 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/key_value_test.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/memoize_test.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/metadata_test.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/pluralization_test.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/simple_test.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/backend/transliterator_test.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/core_ext/hash_test.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/core_ext/string/interpolate_test.rb +99 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/gettext/api_test.rb +206 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/gettext/backend_test.rb +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/i18n/exceptions_test.rb +120 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/i18n/interpolate_test.rb +79 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/i18n/load_path_test.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/i18n_test.rb +365 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/locale/fallbacks_test.rb +136 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/locale/tag/rfc4646_test.rb +142 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/locale/tag/simple_test.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/run_all.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/test_data/locales/de.po +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/test_data/locales/en.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/test_data/locales/en.yml +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/test_data/locales/invalid/syntax.yml +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/test_data/locales/plurals.rb +113 -0
- data/vendor/bundle/jruby/2.2.0/gems/i18n-0.6.9/test/test_helper.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/Gemfile +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/Gemfile.lock +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/LICENSE +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/Makefile +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/README.md +57 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/insist.gemspec +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist/assert.rb +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist/comparators.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist/comparators19.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist/enumerables.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist/failure.rb +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist/namespace.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist/nil.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist/predicates.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist/raises.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/lib/insist.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/notify-failure.sh +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/spec/insist/comparators_spec.rb +110 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/spec/insist/enumerables_spec.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/spec/insist/nil_spec.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/spec/insist/predicates_spec.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/spec/insist/reject_spec.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/spec/insist_spec.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/spec/spec_setup.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/test/all.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/test/docs.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/insist-1.0.0/test/testing.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/MIT-LICENSE +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/Mavenfile +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/Rakefile +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/Readme.md +218 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/bin/lock_jars +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/jar-dependencies.gemspec +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jar-dependencies.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jar_dependencies.rb +398 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jar_install_post_install_hook.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jar_installer.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/attach_jars_pom.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/classpath.rb +96 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/gemspec_artifacts.rb +222 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/gemspec_pom.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/installer.rb +244 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/lock.rb +76 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/lock_down.rb +110 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/lock_down_pom.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/maven_exec.rb +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/maven_factory.rb +140 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/output_jars_pom.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/post_install_hook.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/setup.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/jars/version.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/jar-dependencies-0.3.5/lib/rubygems_plugin.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/Gemfile +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/Mavenfile +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/README.md +150 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/Rakefile +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/alt_bench.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/changelog.md +131 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/jrjackson.gemspec +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/com/fasterxml/jackson/core/jackson-annotations/2.7.3/jackson-annotations-2.7.3.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/com/fasterxml/jackson/module/jackson-module-afterburner/2.7.3/jackson-module-afterburner-2.7.3.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/jrjackson/build_info.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/jrjackson/jars/jrjackson-1.2.19.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/jrjackson/jrjackson.rb +94 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/jrjackson.rb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/jrjackson_jars.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/lib/require_relative_patch.rb +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/pom.xml +193 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/profiling/profiled.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/run_all_individual_bench.sh +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/run_jruby_individual_bench.sh +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/run_mri_individual_bench.sh +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/IParseHandler.java +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JavaBigDecimalValueConverter.java +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JavaBigIntValueConverter.java +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JavaConverter.java +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JavaFloatValueConverter.java +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JavaHandler.java +118 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JavaLongValueConverter.java +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JjParse.java +139 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JrJacksonBase.java +152 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JrJacksonJava.java +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JrJacksonRaw.java +108 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JrJacksonRuby.java +89 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JrJacksonSaj.java +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JrJacksonSch.java +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JrJacksonService.java +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/JrParse.java +142 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/ParseError.java +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyAnySerializer.java +269 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyBigDecimalValueConverter.java +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyBigIntValueConverter.java +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyConverter.java +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyDateFormat.java +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyFloatValueConverter.java +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyHandler.java +119 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyIntValueConverter.java +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyJacksonModule.java +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyKeyConverter.java +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyNameConverter.java +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyObjectDeserializer.java +182 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyStringConverter.java +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyStringKeyConverter.java +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyStringNameConverter.java +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubySymbolKeyConverter.java +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubySymbolNameConverter.java +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/RubyUtils.java +149 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/SajParse.java +169 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/SchParse.java +209 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/src/main/java/com/jrjackson/StreamParse.java +66 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrjackson-0.4.0-java/test/jrjackson_test.rb +550 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jrmonitor.gemspec +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService$1.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService$2.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService$3.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService$4.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRMonitorService.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/JRubyUtils.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/HotThreadsMonitor$1.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/HotThreadsMonitor$ThreadReport.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/HotThreadsMonitor.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/MemoryMonitor$Report.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/MemoryMonitor$Type.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/MemoryMonitor.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/ProcessMonitor$Report.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/ProcessMonitor.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/SystemMonitor$Report.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/monitors/SystemMonitor.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/reports/RubyMemoryReport.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/reports/RubyProcessReport.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/reports/RubySystemReport.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/jruby-ext/target/classes/com/purbon/jrmonitor/reports/RubyThreadsReport.class +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/lib/jrmonitor.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/spec/lib/memory_monitor_spec.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/spec/lib/process_monitor_spec.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/spec/lib/system_monitor_spec.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/spec/lib/thread_monitor_spec.rb +105 -0
- data/vendor/bundle/jruby/2.2.0/gems/jrmonitor-0.4.2/spec/spec_helper.rb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/History.md +412 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/LICENSE.txt +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/README.md +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/Rakefile +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl/load.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl/version.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/bn.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/buffering.rb +241 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/cipher.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/config.rb +316 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/digest.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/pkcs7.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/ssl-internal.rb +112 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/ssl.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/x509-internal.rb +110 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl/x509.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl18/openssl.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/bn.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/buffering.rb +449 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/cipher.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/config.rb +472 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/digest.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/ssl-internal.rb +119 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/ssl.rb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/x509-internal.rb +115 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl/x509.rb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl19/openssl.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/bn.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/buffering.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/cipher.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/config.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/digest.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/ssl.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl/x509.rb +119 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl21/openssl.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/bn.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/buffering.rb +456 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/cipher.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/config.rb +313 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/digest.rb +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/ssl.rb +330 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl/x509.rb +139 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl22/openssl.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/bn.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/buffering.rb +453 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/cipher.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/config.rb +473 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/digest.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/pkey.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/ssl.rb +425 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl/x509.rb +133 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jopenssl23/openssl.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/jruby-openssl.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/bn.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/buffering.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/cipher.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/config.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/digest.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/pkcs12.rb +106 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/pkcs7.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/pkey.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/ssl-internal.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/ssl.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/x509-internal.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl/x509.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/openssl.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/org/bouncycastle/bcpkix-jdk15on/1.54/bcpkix-jdk15on-1.54.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/jruby-openssl-0.9.16-java/lib/org/bouncycastle/bcprov-jdk15on/1.54/bcprov-jdk15on-1.54.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/AUTHORS +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/CONTRIBUTERS +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/COPYING +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/README.md +71 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/Rakefile +271 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/VERSION +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/benchmark/benchmark.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/benchmark/benchmark.sh +74 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/benchmark/generate_data.rb +119 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/benchmark/mdbasics.text +306 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/benchmark/mdsyntax.text +888 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/benchmark/testing.sh +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/benchmark/timing.sh +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/bin/kramdown +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/data/kramdown/document.html +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/data/kramdown/document.latex +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/_design.scss +441 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/bg.png +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/default.scss +192 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/default.template +68 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/documentation.page +84 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/documentation.template +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/index.page +109 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/installation.page +86 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/links.markdown +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/metainfo +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/news.feed +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/news.page +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/options.page +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/quickref.page +599 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/sidebar.template +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/sitemap.sitemap +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/syntax.page +1791 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/tests.page +104 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/doc/virtual +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/compatibility.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/base.rb +267 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/hash_ast.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/html.rb +471 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/kramdown.rb +437 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/latex.rb +613 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/math_engine/itex2mml.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/math_engine/mathjax.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/math_engine/mathjaxnode.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/math_engine/ritex.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/pdf.rb +625 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/remove_html_tags.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/syntax_highlighter/coderay.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/syntax_highlighter/minted.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/syntax_highlighter/rouge.rb +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/syntax_highlighter.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter/toc.rb +69 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/converter.rb +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/document.rb +144 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/element.rb +522 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/error.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/options.rb +627 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/base.rb +134 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/gfm.rb +123 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/html.rb +600 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/abbreviation.rb +75 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/autolink.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/blank_line.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/block_boundary.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/blockquote.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/codeblock.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/codespan.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/emphasis.rb +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/eob.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/escaped_chars.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/extensions.rb +203 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/footnote.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/header.rb +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/horizontal_rule.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/html.rb +163 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/html_entity.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/line_break.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/link.rb +143 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/list.rb +253 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/math.rb +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/paragraph.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/smart_quotes.rb +174 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/table.rb +173 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown/typographic_symbol.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/kramdown.rb +363 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser/markdown.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/parser.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/utils/configurable.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/utils/entities.rb +347 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/utils/html.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/utils/ordered_hash.rb +92 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/utils/string_scanner.rb +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/utils/unidecoder.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/utils.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown/version.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/lib/kramdown.rb +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/man/man1/kramdown.1 +508 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/setup.rb +1585 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/run_tests.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/test_files.rb +395 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/test_location.rb +229 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/test_string_scanner_kramdown.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/01_blank_line/spaces.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/01_blank_line/spaces.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/01_blank_line/tabs.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/01_blank_line/tabs.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/02_eob/beginning.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/02_eob/beginning.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/02_eob/end.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/02_eob/end.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/02_eob/middle.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/02_eob/middle.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/03_paragraph/indented.html +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/03_paragraph/indented.html.gfm +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/03_paragraph/indented.text +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/03_paragraph/no_newline_at_end.html +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/03_paragraph/no_newline_at_end.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/03_paragraph/one_para.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/03_paragraph/one_para.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/03_paragraph/two_para.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/03_paragraph/two_para.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/atx_header.html +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/atx_header.text +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/atx_header_no_newline_at_end.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/atx_header_no_newline_at_end.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/header_type_offset.html +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/header_type_offset.kramdown +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/header_type_offset.latex +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/header_type_offset.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/header_type_offset.text +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/setext_header.html +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/setext_header.text +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/setext_header_no_newline_at_end.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/setext_header_no_newline_at_end.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/with_auto_id_prefix.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/with_auto_id_prefix.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/with_auto_id_prefix.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/with_auto_id_stripping.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/with_auto_id_stripping.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/with_auto_id_stripping.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/with_auto_ids.html +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/with_auto_ids.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/04_header/with_auto_ids.text +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/indented.html +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/indented.text +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/lazy.html +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/lazy.text +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/nested.html +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/nested.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/no_newline_at_end.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/no_newline_at_end.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/very_long_line.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/very_long_line.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/with_code_blocks.html +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/05_blockquote/with_code_blocks.text +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/disable-highlighting.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/disable-highlighting.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/disable-highlighting.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/error.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/error.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.latex +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.options +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting-minted.latex +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting-minted.options +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting-minted.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting-opts.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting-opts.options +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting-opts.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting.options +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/highlighting.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/issue_gh45.html +164 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/issue_gh45.test +188 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/lazy.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/lazy.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/no_newline_at_end.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/no_newline_at_end.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/no_newline_at_end_1.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/no_newline_at_end_1.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/normal.html +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/normal.text +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/rouge/disabled.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/rouge/disabled.options +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/rouge/disabled.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/rouge/multiple.html +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/rouge/multiple.options +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/rouge/multiple.text +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/rouge/simple.html +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/rouge/simple.options +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/rouge/simple.text +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/tilde_syntax.html +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/tilde_syntax.text +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/whitespace.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/whitespace.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_blank_line.html +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_blank_line.text +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_eob_marker.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_eob_marker.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_ial.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_ial.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.html +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.text +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.html +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.text +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/07_horizontal_rule/error.html +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/07_horizontal_rule/error.html.19 +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/07_horizontal_rule/error.text +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/07_horizontal_rule/normal.html +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/07_horizontal_rule/normal.text +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/07_horizontal_rule/sepspaces.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/07_horizontal_rule/sepspaces.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/07_horizontal_rule/septabs.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/07_horizontal_rule/septabs.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/escaping.html +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/escaping.text +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/item_ial.html +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/item_ial.text +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/lazy.html +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/lazy.text +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/list_and_hr.html +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/list_and_hr.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/list_and_others.html +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/list_and_others.text +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/mixed.html +117 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/mixed.text +66 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/nested.html +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/nested.text +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/other_first_element.html +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/other_first_element.text +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/simple_ol.html +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/simple_ol.text +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/simple_ul.html +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/simple_ul.text +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/single_item.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/single_item.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/special_cases.html +62 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/08_list/special_cases.text +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/comment.html +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/comment.text +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/content_model/deflists.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/content_model/deflists.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/content_model/deflists.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/content_model/tables.html +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/content_model/tables.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/content_model/tables.text +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html5_attributes.html +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html5_attributes.text +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_after_block.html +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_after_block.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_and_codeblocks.html +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_and_codeblocks.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_and_codeblocks.text +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_and_headers.html +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_and_headers.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/code.html +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/code.text +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/comment.html +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/comment.text +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/emphasis.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/emphasis.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/entity.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/entity.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/header.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/header.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/header.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/list_dl.html +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/list_dl.text +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/list_ol.html +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/list_ol.text +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/list_ul.html +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/list_ul.text +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/paragraph.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/paragraph.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/table_normal.html +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/table_normal.text +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/table_simple.html +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/table_simple.text +71 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/typography.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/typography.html.19 +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/html_to_native/typography.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/invalid_html_1.html +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/invalid_html_1.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/invalid_html_2.html +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/invalid_html_2.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/markdown_attr.html +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/markdown_attr.text +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/not_parsed.html +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/not_parsed.text +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_as_raw.html +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_as_raw.htmlinput +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_as_raw.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_as_raw.text +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_as_span.html +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_as_span.htmlinput +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_as_span.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_as_span.text +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_block_html.html +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_block_html.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/parse_block_html.text +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/processing_instruction.html +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/processing_instruction.text +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/simple.html +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/simple.html.19 +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/simple.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/simple.text +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/textarea.html +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/textarea.text +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/xml.html +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/09_html/xml.text +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/10_ald/simple.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/10_ald/simple.text +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/11_ial/auto_id_and_ial.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/11_ial/auto_id_and_ial.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/11_ial/auto_id_and_ial.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/11_ial/nested.html +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/11_ial/nested.text +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/11_ial/simple.html +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/11_ial/simple.text +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/comment.html +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/comment.text +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/ignored.html +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/ignored.text +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/nomarkdown.html +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/nomarkdown.kramdown +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/nomarkdown.latex +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/nomarkdown.text +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/options.html +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/options.text +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/options2.html +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/options2.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/options3.html +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/12_extension/options3.text +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/auto_ids.html +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/auto_ids.text +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/definition_at_beginning.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/definition_at_beginning.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/deflist_ial.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/deflist_ial.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/item_ial.html +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/item_ial.text +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/multiple_terms.html +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/multiple_terms.text +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/no_def_list.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/no_def_list.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/para_wrapping.html +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/para_wrapping.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/separated_by_eob.html +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/separated_by_eob.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/simple.html +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/simple.text +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/styled_terms.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/styled_terms.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/too_much_space.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/too_much_space.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/with_blocks.html +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/13_definition_list/with_blocks.text +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/errors.html +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/errors.text +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/escaping.html +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/escaping.text +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/footer.html +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/footer.text +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/header.html +96 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/header.text +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/no_table.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/no_table.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/simple.html +177 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/simple.html.19 +177 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/simple.text +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/table_with_footnote.html +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/table_with_footnote.latex +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/14_table/table_with_footnote.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/gh_128.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/gh_128.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/itex2mml.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/itex2mml.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/itex2mml.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjax_preview.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjax_preview.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjax_preview.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjax_preview_simple.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjax_preview_simple.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjax_preview_simple.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjaxnode.html.19 +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjaxnode.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjaxnode.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjaxnode_notexhints.html.19 +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjaxnode_notexhints.options +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjaxnode_notexhints.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjaxnode_semantics.html.19 +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjaxnode_semantics.options +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/mathjaxnode_semantics.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/no_engine.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/no_engine.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/no_engine.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/normal.html +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/normal.text +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/ritex.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/ritex.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/15_math/ritex.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/no_toc.html +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/no_toc.text +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/toc_exclude.html +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/toc_exclude.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/toc_exclude.text +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/toc_levels.html +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/toc_levels.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/toc_levels.text +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/toc_with_footnotes.html +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/toc_with_footnotes.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/block/16_toc/toc_with_footnotes.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/encoding.html +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/encoding.text +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/empty.html +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/empty.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/empty_title.htmlinput +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/empty_title.text +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/image_in_a.html +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/image_in_a.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/imagelinks.html +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/imagelinks.text +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/inline.html +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/inline.html.19 +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/inline.text +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/link_defs.html +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/link_defs.text +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/link_defs_with_ial.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/link_defs_with_ial.text +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/links_with_angle_brackets.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/links_with_angle_brackets.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/reference.html +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/reference.html.19 +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/reference.options +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/01_link/reference.text +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/02_emphasis/empty.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/02_emphasis/empty.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/02_emphasis/errors.html +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/02_emphasis/errors.text +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/02_emphasis/nesting.html +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/02_emphasis/nesting.text +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/02_emphasis/normal.html +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/02_emphasis/normal.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/02_emphasis/normal.text +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/empty.html +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/empty.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/errors.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/errors.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/highlighting-minted.latex +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/highlighting-minted.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/highlighting-minted.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/highlighting.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/highlighting.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/normal.html +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/normal.text +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/rouge/disabled.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/rouge/disabled.options +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/rouge/disabled.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/rouge/simple.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/rouge/simple.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/03_codespan/rouge/simple.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/backlink_text.html +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/backlink_text.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/backlink_text.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/definitions.html +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/definitions.latex +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/definitions.text +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/footnote_nr.html +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/footnote_nr.latex +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/footnote_nr.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/footnote_nr.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/inside_footnote.html +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/inside_footnote.text +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/markers.html +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/markers.latex +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/markers.text +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/placement.html +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/placement.text +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/regexp_problem.html +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/regexp_problem.text +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/without_backlink.html +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/without_backlink.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/04_footnote/without_backlink.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/across_lines.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/across_lines.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/button.html +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/button.text +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/invalid.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/invalid.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/link_with_mailto.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/link_with_mailto.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/mark_element.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/mark_element.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/markdown_attr.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/markdown_attr.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/normal.html +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/normal.text +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/raw_span_elements.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/raw_span_elements.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/xml.html +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/05_html/xml.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/abbreviations/abbrev.html +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/abbreviations/abbrev.text +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/abbreviations/abbrev_defs.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/abbreviations/abbrev_defs.text +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/autolinks/url_links.html +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/autolinks/url_links.text +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/escaped_chars/normal.html +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/escaped_chars/normal.text +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/extension/comment.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/extension/comment.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/extension/ignored.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/extension/ignored.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/extension/nomarkdown.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/extension/nomarkdown.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/extension/options.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/extension/options.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/ial/simple.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/ial/simple.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/line_breaks/normal.html +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/line_breaks/normal.latex +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/line_breaks/normal.text +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/itex2mml.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/itex2mml.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/itex2mml.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/mathjaxnode.html.19 +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/mathjaxnode.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/mathjaxnode.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/no_engine.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/no_engine.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/no_engine.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/normal.html +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/normal.text +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/ritex.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/ritex.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/math/ritex.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities.html +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities.text +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_as_char.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_as_char.html.19 +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_as_char.options +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_as_char.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_as_input.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_as_input.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_as_input.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_numeric.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_numeric.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_numeric.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_symbolic.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_symbolic.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/entities_symbolic.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/greaterthan.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/greaterthan.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/lowerthan.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/lowerthan.text +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/typography.html +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/typography.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases/span/text_substitutions/typography.text +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/atx_header.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/atx_header.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/backticks_disable_highlighting.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/backticks_disable_highlighting.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/backticks_disable_highlighting.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/backticks_syntax.html +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/backticks_syntax.text +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/hard_line_breaks.html +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/hard_line_breaks.text +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/hard_line_breaks_off.html +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/hard_line_breaks_off.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/hard_line_breaks_off.text +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/paragraph_end-disabled.html +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/paragraph_end-disabled.options +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/paragraph_end-disabled.text +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/paragraph_end.html +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/paragraph_end.text +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/strikethrough.html +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/strikethrough.html.19 +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/strikethrough.text +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/two_para_hard_line_breaks.html +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/kramdown-1.12.0/test/testcases_gfm/two_para_hard_line_breaks.text +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/jars.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/agent.rb +282 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/app_helpers.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/command_factory.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/commands/base.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/commands/default_metadata.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/commands/hot_threads_reporter.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/commands/node.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/commands/stats.rb +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/commands/system/basicinfo_command.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/commands/system/plugins_command.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/modules/base.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/modules/node.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/modules/node_stats.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/modules/plugins.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/modules/root.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/modules/stats.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/rack_app.rb +111 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/api/service.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/build.rb +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/codecs/base.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/config/config_ast.rb +563 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/config/cpu_core_strategy.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/config/defaults.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/config/file.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/config/grammar.rb +3503 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/config/loader.rb +95 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/config/mixin.rb +600 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/config/registry.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/environment.rb +139 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/errors.rb +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/filter_delegator.rb +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/filters/base.rb +210 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/inputs/base.rb +122 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/inputs/metrics.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/inputs/threadable.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/collector.rb +108 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/metric.rb +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/metric_store.rb +298 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/metric_type/base.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/metric_type/counter.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/metric_type/gauge.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/metric_type/mean.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/metric_type.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/namespaced_metric.rb +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/null_metric.rb +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/periodic_poller/base.rb +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/periodic_poller/jvm.rb +170 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/periodic_poller/os.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/periodic_poller/periodic_poller_observer.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/periodic_pollers.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/instrument/snapshot.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/java_integration.rb +117 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/json.rb +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/logging/json.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/logging/logger.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/logging.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/namespace.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/output_delegator.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/output_delegator_strategies/legacy.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/output_delegator_strategies/shared.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/output_delegator_strategies/single.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/output_delegator_strategy_registry.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/outputs/base.rb +113 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/patches/bugfix_jruby_2558.rb +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/patches/cabin.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/patches/clamp.rb +96 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/patches/profile_require_calls.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/patches/rubygems.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/patches/stronger_openssl_defaults.rb +68 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/patches.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/pipeline.rb +539 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/pipeline_reporter.rb +109 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/plugin.rb +163 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/plugins/registry.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/program.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/runner.rb +400 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/settings.rb +380 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/shutdown_watcher.rb +94 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/buftok.rb +139 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/charset.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/decorators.rb +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/duration_formatter.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/filetools.rb +186 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/java_version.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/loggable.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/password.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/plugin_version.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/prctl.rb +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/retryable.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/safe_uri.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/socket_peer.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/thread_dump.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/unicode_trimmer.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/worker_threads_default_printer.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util/wrapped_synchronous_queue.rb +277 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/util.rb +212 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/version.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash/webserver.rb +84 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash-core/logstash-core.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash-core/version.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/lib/logstash-core.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/locales/en.yml +265 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/logstash-core.gemspec +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/api/lib/api/node_plugins_spec.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/api/lib/api/node_spec.rb +149 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/api/lib/api/node_stats_spec.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/api/lib/api/plugins_spec.rb +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/api/lib/api/root_spec.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/api/lib/api/support/resource_dsl_methods.rb +79 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/api/lib/commands/stats.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/api/lib/rack_app_spec.rb +90 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/api/spec_helper.rb +108 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/conditionals_spec.rb +440 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/agent_spec.rb +422 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/codecs/base_spec.rb +74 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/config/config_ast_spec.rb +224 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/config/cpu_core_strategy_spec.rb +123 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/config/defaults_spec.rb +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/config/loader_spec.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/config/mixin_spec.rb +421 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/environment_spec.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/filter_delegator_spec.rb +158 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/filters/base_spec.rb +251 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/inputs/base_spec.rb +74 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/inputs/metrics_spec.rb +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/instrument/collector_spec.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/instrument/metric_spec.rb +110 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/instrument/metric_store_spec.rb +224 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/instrument/metric_type/counter_spec.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/instrument/metric_type/gauge_spec.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/instrument/namespaced_metric_spec.rb +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/instrument/null_metric_spec.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/instrument/periodic_poller/jvm_spec.rb +75 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/java_integration_spec.rb +304 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/json_spec.rb +125 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/output_delegator_spec.rb +139 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/outputs/base_spec.rb +115 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/patches_spec.rb +90 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/pipeline_reporter_spec.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/pipeline_spec.rb +674 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/plugin_spec.rb +347 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/plugins/registry_spec.rb +57 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/runner_spec.rb +368 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/setting_spec.rb +130 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/settings/integer_spec.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/settings/numeric_spec.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/settings/port_range_spec.rb +93 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/settings/string_spec.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/settings_spec.rb +62 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/shutdown_watcher_spec.rb +113 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/util/buftok_spec.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/util/charset_spec.rb +74 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/util/duration_formatter_spec.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/util/java_version_spec.rb +87 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/util/plugin_version_spec.rb +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/util/unicode_trimmer_spec.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/util/wrapped_synchronous_queue_spec.rb +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/util_spec.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/logstash/webserver_spec.rb +95 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/static/i18n_spec.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/support/matchers.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/support/mocks_classes.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/spec/support/shared_examples.rb +98 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/vendor/jars/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/vendor/jars/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/vendor/jars/org/apache/logging/log4j/log4j-1.2-api/2.6.2/log4j-1.2-api-2.6.2.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/vendor/jars/org/apache/logging/log4j/log4j-api/2.6.2/log4j-api-2.6.2.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/vendor/jars/org/apache/logging/log4j/log4j-core/2.6.2/log4j-core-2.6.2.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-5.0.0.alpha6.snapshot5-java/vendor/jars/org/logstash/logstash-core/5.0.0-alpha6/logstash-core-5.0.0-alpha6.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/com/fasterxml/jackson/core/jackson-core/2.7.1/jackson-core-2.7.1.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/com/fasterxml/jackson/core/jackson-databind/2.7.1-1/jackson-databind-2.7.1-1.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/logstash/event.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/logstash/string_interpolation.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/logstash/timestamp.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/logstash-core-event-java/logstash-core-event-java.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/logstash-core-event-java/logstash-core-event-java.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/logstash-core-event-java/version.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/logstash-core-event-java.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/logstash-core-event-java_jars.rb +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/lib/logstash-core-event.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/logstash-core-event-java.gemspec +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/spec/event_spec.rb +310 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-event-java-5.0.0.alpha6.snapshot5-java/spec/timestamp_spec.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-plugin-api-2.1.15-java/lib/logstash-core-plugin-api/version.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-core-plugin-api-2.1.15-java/logstash-core-plugin-api.gemspec +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-devutils-1.0.2-java/Gemfile +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-devutils-1.0.2-java/LICENSE +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-devutils-1.0.2-java/lib/logstash/devutils/rake/publish.rake +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-devutils-1.0.2-java/lib/logstash/devutils/rake/vendor.rake +176 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-devutils-1.0.2-java/lib/logstash/devutils/rake.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-devutils-1.0.2-java/lib/logstash/devutils/rspec/logstash_helpers.rb +112 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-devutils-1.0.2-java/lib/logstash/devutils/rspec/shared_examples.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-devutils-1.0.2-java/lib/logstash/devutils/rspec/spec_helper.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/logstash-devutils-1.0.2-java/logstash-devutils.gemspec +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/Gemfile +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/LICENSE +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/README.markdown +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/Rakefile +79 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/lib/method_source/code_helpers.rb +154 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/lib/method_source/source_location.rb +138 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/lib/method_source/version.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/lib/method_source.rb +141 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/method_source.gemspec +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/test/test.rb +138 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/test/test_code_helpers.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/method_source-0.8.2/test/test_helper.rb +98 -0
- data/vendor/bundle/jruby/2.2.0/gems/minitar-0.5.4/ChangeLog +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/minitar-0.5.4/Install +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/minitar-0.5.4/README +68 -0
- data/vendor/bundle/jruby/2.2.0/gems/minitar-0.5.4/Rakefile +113 -0
- data/vendor/bundle/jruby/2.2.0/gems/minitar-0.5.4/bin/minitar +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/minitar-0.5.4/lib/archive/tar/minitar/command.rb +814 -0
- data/vendor/bundle/jruby/2.2.0/gems/minitar-0.5.4/lib/archive/tar/minitar.rb +985 -0
- data/vendor/bundle/jruby/2.2.0/gems/minitar-0.5.4/tests/tc_tar.rb +629 -0
- data/vendor/bundle/jruby/2.2.0/gems/minitar-0.5.4/tests/testall.rb +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/numerizer-0.1.1/LICENSE +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/numerizer-0.1.1/README.rdoc +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/numerizer-0.1.1/Rakefile +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/numerizer-0.1.1/VERSION +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/numerizer-0.1.1/lib/numerizer.rb +133 -0
- data/vendor/bundle/jruby/2.2.0/gems/numerizer-0.1.1/numerizer.gemspec +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/numerizer-0.1.1/test/test_helper.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/numerizer-0.1.1/test/test_numerizer.rb +92 -0
- data/vendor/bundle/jruby/2.2.0/gems/polyglot-0.3.5/History.txt +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/polyglot-0.3.5/License.txt +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/polyglot-0.3.5/README.txt +87 -0
- data/vendor/bundle/jruby/2.2.0/gems/polyglot-0.3.5/Rakefile +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/polyglot-0.3.5/lib/polyglot/version.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/polyglot-0.3.5/lib/polyglot.rb +76 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/CHANGELOG.md +718 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/LICENSE +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/README.md +406 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/bin/pry +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/cli.rb +220 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/code/code_file.rb +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/code/code_range.rb +71 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/code/loc.rb +92 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/code.rb +348 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/code_object.rb +172 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/color_printer.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/command.rb +692 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/command_set.rb +443 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/amend_line.rb +99 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/bang.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/bang_pry.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/cat/abstract_formatter.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/cat/exception_formatter.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/cat/file_formatter.rb +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/cat/input_expression_formatter.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/cat.rb +62 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/cd.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/change_inspector.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/change_prompt.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/code_collector.rb +165 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/disable_pry.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/disabled_commands.rb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/easter_eggs.rb +112 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/edit/exception_patcher.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/edit/file_and_line_locator.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/edit.rb +195 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/exit.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/exit_all.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/exit_program.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/find_method.rb +193 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/fix_indent.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/gem_cd.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/gem_install.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/gem_list.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/gem_open.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/gist.rb +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/help.rb +164 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/hist.rb +180 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/import_set.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/install_command.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/jump_to.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/list_inspectors.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/list_prompts.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/constants.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/formatter.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/globals.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/grep.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/instance_vars.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/interrogatable.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/jruby_hacks.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/local_names.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/local_vars.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/ls_entity.rb +70 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/methods.rb +57 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/methods_helper.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls/self_methods.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ls.rb +114 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/nesting.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/play.rb +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/pry_backtrace.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/pry_version.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/raise_up.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/reload_code.rb +62 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/reset.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/ri.rb +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/save_file.rb +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/shell_command.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/shell_mode.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/show_doc.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/show_info.rb +201 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/show_input.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/show_source.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/simple_prompt.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/stat.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/switch_to.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/toggle_color.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/watch_expression/expression.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/watch_expression.rb +105 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/whereami.rb +196 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands/wtf.rb +57 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/commands.rb +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/config/behavior.rb +139 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/config/convenience.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/config/default.rb +161 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/config.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/core_extensions.rb +131 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/editor.rb +135 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/exceptions.rb +78 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/helpers/base_helpers.rb +113 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/helpers/command_helpers.rb +156 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/helpers/documentation_helpers.rb +75 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/helpers/options_helpers.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/helpers/table.rb +109 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/helpers/text.rb +107 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/helpers.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/history.rb +127 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/history_array.rb +121 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/hooks.rb +230 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/indent.rb +406 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/input_completer.rb +242 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/input_lock.rb +132 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/inspector.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/last_exception.rb +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/method/disowned.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/method/patcher.rb +125 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/method/weird_method_locator.rb +188 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/method.rb +546 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/module_candidate.rb +137 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/object_path.rb +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/output.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/pager.rb +239 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/plugins.rb +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/prompt.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/pry_class.rb +375 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/pry_instance.rb +664 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/rbx_path.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/repl.rb +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/repl_file_loader.rb +74 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/rubygem.rb +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/terminal.rb +79 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/test/helper.rb +170 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/version.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry/wrapped_module.rb +378 -0
- data/vendor/bundle/jruby/2.2.0/gems/pry-0.10.4-java/lib/pry.rb +161 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/COPYING +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/DEPLOYMENT.md +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/Gemfile +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/History.txt +965 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/LICENSE +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/Manifest.txt +74 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/README.md +284 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/Rakefile +158 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/bin/puma +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/bin/puma-wild +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/bin/pumactl +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/docs/config.md +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/docs/nginx.md +80 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/docs/signals.md +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/PumaHttp11Service.java +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/ext_help.h +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/extconf.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser.c +1225 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser.h +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser.java.rl +161 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser.rl +146 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/http11_parser_common.rl +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/io_buffer.c +155 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/mini_ssl.c +404 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/org/jruby/puma/Http11.java +234 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/org/jruby/puma/Http11Parser.java +488 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/org/jruby/puma/MiniSSL.java +339 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/ext/puma_http11/puma_http11.c +499 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/accept_nonblock.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/app/status.rb +66 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/binder.rb +351 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/capistrano.rb +94 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/cli.rb +582 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/client.rb +320 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/cluster.rb +460 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/commonlogger.rb +107 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/compat.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/configuration.rb +220 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/const.rb +239 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/control_cli.rb +273 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/daemon_ext.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/delegation.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/detect.rb +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/dsl.rb +348 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/events.rb +142 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/io_buffer.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/java_io_buffer.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/jruby_restart.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/minissl.rb +177 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/null_io.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/puma_http11.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/rack/backports/uri/common_18.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/rack/backports/uri/common_192.rb +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/rack/backports/uri/common_193.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/rack/builder.rb +295 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/rack/urlmap.rb +90 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/rack_default.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/reactor.rb +195 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/runner.rb +147 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/server.rb +885 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/single.rb +102 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/tcp_logger.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/thread_pool.rb +255 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma/util.rb +132 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/puma.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/lib/rack/handler/puma.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/puma.gemspec +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/tools/jungle/README.md +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/tools/jungle/init.d/README.md +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/tools/jungle/init.d/puma +394 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/tools/jungle/init.d/run-puma +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/tools/jungle/upstart/README.md +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/tools/jungle/upstart/puma-manager.conf +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/tools/jungle/upstart/puma.conf +69 -0
- data/vendor/bundle/jruby/2.2.0/gems/puma-2.16.0-java/tools/trickletest.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/COPYING +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/HISTORY.md +355 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/KNOWN-ISSUES +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/README.rdoc +312 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/Rakefile +124 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/SPEC +264 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/bin/rackup +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/contrib/rack.png +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/contrib/rack.svg +150 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/contrib/rack_logo.svg +111 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/contrib/rdoc.css +412 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/example/lobster.ru +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/example/protectedlobster.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/example/protectedlobster.ru +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/auth/abstract/handler.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/auth/abstract/request.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/auth/basic.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/auth/digest/md5.rb +129 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/auth/digest/nonce.rb +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/auth/digest/params.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/auth/digest/request.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/backports/uri/common_18.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/backports/uri/common_192.rb +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/backports/uri/common_193.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/body_proxy.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/builder.rb +164 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/cascade.rb +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/chunked.rb +69 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/commonlogger.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/conditionalget.rb +79 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/config.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/content_length.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/content_type.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/deflater.rb +154 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/directory.rb +167 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/etag.rb +73 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/file.rb +152 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler/cgi.rb +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler/evented_mongrel.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler/fastcgi.rb +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler/lsws.rb +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler/mongrel.rb +106 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler/scgi.rb +70 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler/thin.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler/webrick.rb +122 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/handler.rb +109 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/head.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/lint.rb +760 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/lobster.rb +70 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/lock.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/logger.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/methodoverride.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/mime.rb +664 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/mock.rb +198 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/multipart/generator.rb +93 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/multipart/parser.rb +254 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/multipart/uploaded_file.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/multipart.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/nulllogger.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/recursive.rb +62 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/reloader.rb +109 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/request.rb +398 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/response.rb +162 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/rewindable_input.rb +104 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/runtime.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/sendfile.rb +160 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/server.rb +387 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/session/abstract/id.rb +399 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/session/cookie.rb +188 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/session/memcache.rb +93 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/session/pool.rb +76 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/showexceptions.rb +387 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/showstatus.rb +113 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/static.rb +150 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/tempfile_reaper.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/urlmap.rb +90 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/utils/okjson.rb +600 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack/utils.rb +684 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/lib/rack.rb +98 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/rack.gemspec +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/builder/anything.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/builder/comment.ru +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/builder/end.ru +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/builder/line.ru +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/builder/options.ru +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/assets/folder/test.js +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/assets/fonts/font.eot +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/assets/images/image.png +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/assets/index.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/assets/javascripts/app.js +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/assets/stylesheets/app.css +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/lighttpd.conf +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/lighttpd.errors +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/rackup_stub.rb +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/sample_rackup.ru +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/test +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/test+directory/test+file +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/test.fcgi +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/cgi/test.ru +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/gemloader.rb +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/bad_robots +259 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/binary +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/content_type_and_no_filename +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/empty +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/fail_16384_nofile +814 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/file1.txt +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/filename_and_modification_param +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/filename_and_no_name +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/filename_with_escaped_quotes +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/filename_with_percent_escaped_quotes +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages2 +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages3 +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_quotes +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/ie +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/invalid_character +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/mixed_files +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/nested +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/none +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/semicolon +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/text +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/three_files_three_fields +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/multipart/webkit +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/rackup/config.ru +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/registering_handler/rack/handler/registering_myself.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_auth_basic.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_auth_digest.rb +259 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_body_proxy.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_builder.rb +223 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_cascade.rb +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_cgi.rb +102 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_chunked.rb +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_commonlogger.rb +93 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_conditionalget.rb +102 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_config.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_content_length.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_content_type.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_deflater.rb +339 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_directory.rb +88 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_etag.rb +107 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_fastcgi.rb +107 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_file.rb +221 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_handler.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_head.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_lint.rb +550 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_lobster.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_lock.rb +164 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_logger.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_methodoverride.rb +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_mime.rb +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_mock.rb +277 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_mongrel.rb +182 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_multipart.rb +590 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_nulllogger.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_recursive.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_request.rb +1227 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_response.rb +343 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_rewindable_input.rb +118 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_runtime.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_sendfile.rb +130 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_server.rb +167 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_session_abstract_id.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_session_cookie.rb +410 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_session_memcache.rb +321 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_session_pool.rb +209 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_showexceptions.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_showstatus.rb +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_static.rb +145 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_tempfile_reaper.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_thin.rb +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_urlmap.rb +236 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_utils.rb +647 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_version.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/spec_webrick.rb +184 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/static/another/index.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/static/index.html +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/testrequest.rb +78 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-1.6.4/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/License +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/README.md +90 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/Rakefile +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/authenticity_token.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb +121 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/escaped_params.rb +87 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/form_token.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/http_origin.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/ip_spoofing.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/remote_referrer.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/remote_token.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/session_hijacking.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/version.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/lib/rack-protection.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/rack-protection.gemspec +118 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/authenticity_token_spec.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/base_spec.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/escaped_params_spec.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/form_token_spec.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/frame_options_spec.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/http_origin_spec.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/ip_spoofing_spec.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/json_csrf_spec.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/path_traversal_spec.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/protection_spec.rb +105 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/remote_referrer_spec.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/remote_token_spec.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/session_hijacking_spec.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/spec_helper.rb +163 -0
- data/vendor/bundle/jruby/2.2.0/gems/rack-protection-1.5.3/spec/xss_header_spec.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/CONTRIBUTING.rdoc +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/Gemfile +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/History.rdoc +2228 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/MIT-LICENSE +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/README.rdoc +157 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/Rakefile +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/appveyor.yml +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/bin/console +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/bin/setup +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/example/a.c +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/example/b.c +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/example/main.c +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/glossary.rdoc +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/jamis.rb +591 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/rake.1 +141 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/rakefile.rdoc +624 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/rational.rdoc +151 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/README.md +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.8.6.rdoc +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.9.2.2.rdoc +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.9.3.rdoc +102 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.9.4.rdoc +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.9.5.rdoc +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-0.9.6.rdoc +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-10.0.0.rdoc +178 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-10.0.1.rdoc +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-10.0.2.rdoc +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-10.0.3.rdoc +191 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/doc/release_notes/rake-10.1.0.rdoc +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/exe/rake +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/application.rb +784 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/backtrace.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/clean.rb +76 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/cloneable.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/contrib/compositepublisher.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/contrib/ftptools.rb +137 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/contrib/sshpublisher.rb +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/cpu_counter.rb +106 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/default_loader.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/dsl_definition.rb +194 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/early_time.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/ext/core.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/ext/fixnum.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/ext/pathname.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/ext/string.rb +175 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/file_creation_task.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/file_list.rb +436 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/file_task.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/file_utils.rb +139 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/file_utils_ext.rb +144 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/invocation_chain.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/invocation_exception_mixin.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/late_time.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/linked_list.rb +111 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/loaders/makefile.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/multi_task.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/packagetask.rb +210 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/phony.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/private_reader.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/promise.rb +99 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/pseudo_status.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/rake_module.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/rake_test_loader.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/rule_recursion_overflow_error.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/scope.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/task.rb +391 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/task_argument_error.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/task_arguments.rb +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/task_manager.rb +316 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/tasklib.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/testtask.rb +212 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/thread_history_display.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/thread_pool.rb +162 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/trace_output.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/version.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake/win32.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/lib/rake.rb +71 -0
- data/vendor/bundle/jruby/2.2.0/gems/rake-11.2.2/rake.gemspec +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-3.5.0/LICENSE.md +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-3.5.0/README.md +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-3.5.0/lib/rspec/version.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-3.5.0/lib/rspec.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/Changelog.md +2094 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/LICENSE.md +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/README.md +384 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/exe/rspec +4 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/bisect/coordinator.rb +66 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/bisect/example_minimizer.rb +169 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/bisect/runner.rb +169 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/bisect/server.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/configuration.rb +2100 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/configuration_options.rb +194 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/drb.rb +111 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/example.rb +649 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/example_group.rb +873 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/base_text_formatter.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/bisect_formatter.rb +69 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/bisect_progress_formatter.rb +144 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/console_codes.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/documentation_formatter.rb +69 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/exception_presenter.rb +491 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/helpers.rb +110 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/html_formatter.rb +151 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/html_printer.rb +414 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/html_snippet_extractor.rb +116 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/json_formatter.rb +96 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/progress_formatter.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/protocol.rb +181 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/snippet_extractor.rb +136 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters.rb +255 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/hooks.rb +624 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/invocations.rb +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/memoized_helpers.rb +532 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/metadata.rb +499 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/metadata_filter.rb +243 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/notifications.rb +498 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/option_parser.rb +289 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/ordering.rb +158 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/pending.rb +165 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/profiler.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/project_initializer/spec/spec_helper.rb +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/rake_task.rb +168 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/reporter.rb +248 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/runner.rb +188 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/set.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/shared_example_group.rb +247 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/source/location.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/source/node.rb +93 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/source/syntax_highlighter.rb +71 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/source/token.rb +87 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/source.rb +86 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/world.rb +255 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core.rb +184 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/Changelog.md +1034 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/LICENSE.md +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/README.md +303 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/expectations/configuration.rb +201 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/expectations/expectation_target.rb +127 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/expectations/fail_with.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/expectations/failure_aggregator.rb +194 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/expectations/handler.rb +170 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/expectations/minitest_integration.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/expectations/syntax.rb +132 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/expectations.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/aliased_matcher.rb +116 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/all.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/base_matcher.rb +181 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be.rb +288 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_between.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_instance_of.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_within.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/change.rb +354 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/compound.rb +272 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/contain_exactly.rb +286 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/cover.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/eq.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/eql.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/equal.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/exist.rb +86 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/has.rb +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/include.rb +143 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/match.rb +106 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/operators.rb +128 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/output.rb +200 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/raise_error.rb +230 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/respond_to.rb +165 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/satisfy.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/yield.rb +419 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in.rb +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/composable.rb +185 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/dsl.rb +466 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/english_phrasing.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +73 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/fail_matchers.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/generated_descriptions.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/matcher_delegator.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers/matcher_protocol.rb +99 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-expectations-3.5.0/lib/rspec/matchers.rb +1038 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/Changelog.md +1043 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/LICENSE.md +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/README.md +445 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/chain.rb +110 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/expect_chain_chain.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/expectation_chain.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/proxy.rb +116 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/recorder.rb +289 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/stub_chain.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/stub_chain_chain.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/argument_list_matcher.rb +100 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/argument_matchers.rb +320 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/configuration.rb +205 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/error_generator.rb +369 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/example_methods.rb +422 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/instance_method_stasher.rb +135 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/marshal_extension.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/have_received.rb +130 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive.rb +132 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/message_chain.rb +87 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/message_expectation.rb +740 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/method_double.rb +287 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/method_reference.rb +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/minitest_integration.rb +68 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/mutate_const.rb +335 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/object_reference.rb +149 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/order_group.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/proxy.rb +489 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/space.rb +238 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/syntax.rb +325 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/targets.rb +124 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/test_double.rb +170 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_double.rb +129 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_message_expectation.rb +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_proxy.rb +213 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-mocks-3.5.0/lib/rspec/mocks.rb +130 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/Changelog.md +192 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/LICENSE.md +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/README.md +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/caller_filter.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/comparable_version.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/differ.rb +215 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/directory_maker.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/encoded_string.rb +165 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/fuzzy_matcher.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/hunk_generator.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/matcher_definition.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/method_signature_verifier.rb +392 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/mutex.rb +73 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/object_formatter.rb +249 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/recursive_const_methods.rb +76 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/reentrant_mutex.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/ruby_features.rb +149 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec/deprecation_helpers.rb +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec/formatting_support.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec/in_sub_process.rb +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec/library_wide_checks.rb +150 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec/shell_out.rb +82 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec/stderr_splitter.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec/string_matcher.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/spec.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/version.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support/warnings.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-support-3.5.0/lib/rspec/support.rb +139 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/CHANGELOG.md +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/CONTRIBUTING.md +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/Gemfile +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/LICENSE.txt +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/README.md +158 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/Rakefile +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_2_11.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_2_12.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_2_13.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_2_14.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_0.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_1.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_2.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_3.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_4.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/gemfiles/rspec_3_5.gemfile +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/lib/rspec/wait/error.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/lib/rspec/wait/handler.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/lib/rspec/wait/proxy.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/lib/rspec/wait/target.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/lib/rspec/wait.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/rspec-wait.gemspec +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/spec/spec_helper.rb +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/spec/wait_for_spec.rb +162 -0
- data/vendor/bundle/jruby/2.2.0/gems/rspec-wait-0.0.9/spec/wait_spec.rb +176 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/Gemfile +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/Mavenfile +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/README.md +71 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/Rakefile +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/bin/rmvn +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/lib/maven/ruby/maven.rb +127 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/lib/maven/ruby/tasks.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/lib/maven/ruby/version.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/lib/maven/ruby.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/lib/ruby-maven.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/lib/ruby_maven.rb +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/ruby-maven.gemspec +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/spec/maven_ruby_maven_spec.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/spec/maven_ruby_maven_spec.rb~ +55 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/spec/ruby_maven_spec.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-3.3.12/spec/setup.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/README.md +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/lib/maven.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/LICENSE +308 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/NOTICE +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/README.txt +79 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/m2.conf +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvn +244 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvn.cmd +178 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvnDebug +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvnDebug.cmd +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/bin/mvnyjp +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/boot/plexus-classworlds-2.5.2.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/conf/logging/simplelogger.properties +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/conf/settings.xml +257 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/conf/toolchains.xml +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-api-1.0.2.v20150114.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-api.license +261 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-connector-basic-1.0.2.v20150114.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-connector-basic.license +261 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-impl-1.0.2.v20150114.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-impl.license +261 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-spi-1.0.2.v20150114.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-spi.license +261 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-transport-wagon-1.0.2.v20150114.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-transport-wagon.license +261 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-util-1.0.2.v20150114.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aether-util.license +261 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/aopalliance-1.0.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/cdi-api-1.0.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/cdi-api.license +410 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-cli-1.2.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-io-2.2.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-lang-2.6.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-lang3-3.4.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/commons-lang3.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/ext/README.txt +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/guava-18.0.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/guice-4.0-no_aop.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/javax.inject-1.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/jsoup-1.7.2.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/jsoup.license +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/jsr250-api-1.0.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/jsr250-api.license +406 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-aether-provider-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-aether-provider.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-artifact-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-artifact.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-builder-support-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-builder-support.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-compat-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-compat.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-core-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-core.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-embedder-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-embedder.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-model-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-model-builder-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-model-builder.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-model.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-plugin-api-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-plugin-api.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-repository-metadata-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-repository-metadata.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-settings-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-settings-builder-3.3.9.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-settings-builder.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/maven-settings.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/org.eclipse.sisu.inject-0.3.2.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/org.eclipse.sisu.inject.license +261 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/org.eclipse.sisu.plexus-0.3.2.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/org.eclipse.sisu.plexus.license +261 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-cipher-1.7.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-cipher.license +410 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-component-annotations-1.6.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-interpolation-1.21.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-sec-dispatcher-1.3.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-sec-dispatcher.license +410 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/plexus-utils-3.0.22.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/slf4j-api-1.7.5.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/slf4j-api.license +370 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/slf4j-simple-1.7.5.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/slf4j-simple.license +370 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-file-2.10.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-file.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-http-2.10-shaded.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-http-shared-2.10.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-http-shared.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-http.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-provider-api-2.10.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/ruby-maven-libs-3.3.9/maven-home/lib/wagon-provider-api.license +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/README.md +271 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/Rakefile +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/TODO +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/central_directory.rb +208 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/compressor.rb +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/constants.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/crypto/encryption.rb +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/crypto/null_encryption.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/crypto/traditional_encryption.rb +99 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/decompressor.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/deflater.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/dos_time.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/entry.rb +696 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/entry_set.rb +86 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/errors.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/extra_field/generic.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/extra_field/ntfs.rb +92 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/extra_field/old_unix.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/extra_field/universal_time.rb +47 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/extra_field/unix.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/extra_field/zip64.rb +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/extra_field/zip64_placeholder.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/extra_field.rb +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/file.rb +436 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/filesystem.rb +626 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/inflater.rb +66 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/input_stream.rb +164 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/ioextras/abstract_input_stream.rb +115 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/ioextras/abstract_output_stream.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/ioextras.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/null_compressor.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/null_decompressor.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/null_input_stream.rb +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/output_stream.rb +190 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/pass_thru_compressor.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/pass_thru_decompressor.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/streamable_directory.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/streamable_stream.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip/version.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/lib/zip.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/samples/example.rb +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/samples/example_filesystem.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/samples/example_recursive.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/samples/gtkRubyzip.rb +86 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/samples/qtzip.rb +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/samples/write_simple.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/samples/zipfind.rb +74 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/basic_zip_file_test.rb +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/central_directory_entry_test.rb +73 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/central_directory_test.rb +104 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/crypto/null_encryption_test.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/crypto/traditional_encryption_test.rb +80 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/WarnInvalidDate.zip +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/file1.txt +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/file1.txt.deflatedData +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/file2.txt +1504 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/globTest/foo/bar/baz/foo.txt +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/globTest/foo.txt +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/globTest/food.txt +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/globTest.zip +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/mimetype +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/notzippedruby.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/ntfs.zip +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/rubycode.zip +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/rubycode2.zip +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/testDirectory.bin +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/zip64-sample.zip +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/zipWithDirs.zip +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/data/zipWithEncryption.zip +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/deflater_test.rb +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/encryption_test.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/entry_set_test.rb +138 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/entry_test.rb +165 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/errors_test.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/extra_field_test.rb +78 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/file_extract_directory_test.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/file_extract_test.rb +90 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/file_split_test.rb +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/file_test.rb +559 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/filesystem/dir_iterator_test.rb +62 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/filesystem/directory_test.rb +131 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/filesystem/file_mutating_test.rb +100 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/filesystem/file_nonmutating_test.rb +514 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/filesystem/file_stat_test.rb +66 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/gentestfiles.rb +134 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/inflater_test.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/input_stream_test.rb +170 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/ioextras/abstract_input_stream_test.rb +103 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/ioextras/abstract_output_stream_test.rb +106 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/ioextras/fake_io_test.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/local_entry_test.rb +156 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/output_stream_test.rb +129 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/pass_thru_compressor_test.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/pass_thru_decompressor_test.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/settings_test.rb +92 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/test_helper.rb +228 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/unicode_file_names_and_comments_test.rb +52 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/zip64_full_test.rb +53 -0
- data/vendor/bundle/jruby/2.2.0/gems/rubyzip-1.1.7/test/zip64_support_test.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/AUTHORS.md +80 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/CHANGELOG.md +1339 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/CONTRIBUTING.md +100 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/Gemfile +76 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/LICENSE +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.de.md +3031 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.es.md +2821 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.fr.md +3014 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.hu.md +694 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.ja.md +2756 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.ko.md +2967 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.md +3043 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.pt-br.md +1760 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.pt-pt.md +791 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.ru.md +2958 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/README.zh.md +2872 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/Rakefile +199 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/examples/chat.rb +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/examples/simple.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/examples/stream.ru +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/lib/sinatra/base.rb +2042 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/lib/sinatra/ext.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/lib/sinatra/images/404.png +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/lib/sinatra/images/500.png +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/lib/sinatra/main.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/lib/sinatra/show_exceptions.rb +357 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/lib/sinatra/version.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/lib/sinatra.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/sinatra.gemspec +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/asciidoctor_test.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/base_test.rb +167 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/builder_test.rb +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/coffee_test.rb +96 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/compile_test.rb +183 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/contest.rb +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/creole_test.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/delegator_test.rb +160 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/encoding_test.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/erb_test.rb +116 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/extensions_test.rb +98 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/filter_test.rb +487 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/haml_test.rb +109 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/helper.rb +132 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/helpers_test.rb +1917 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/integration/app.rb +79 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/integration_helper.rb +236 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/integration_test.rb +104 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/less_test.rb +69 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/liquid_test.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/mapped_error_test.rb +285 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/markaby_test.rb +80 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/markdown_test.rb +85 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/mediawiki_test.rb +68 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/middleware_test.rb +68 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/nokogiri_test.rb +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/public/favicon.ico +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/public/hello+world.txt +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/rabl_test.rb +89 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/rack_test.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/radius_test.rb +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/rdoc_test.rb +66 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/readme_test.rb +130 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/request_test.rb +100 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/response_test.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/result_test.rb +76 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/route_added_hook_test.rb +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/routing_test.rb +1456 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/sass_test.rb +115 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/scss_test.rb +88 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/server_test.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/settings_test.rb +582 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/sinatra_test.rb +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/slim_test.rb +102 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/static_test.rb +266 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/streaming_test.rb +149 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/stylus_test.rb +90 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/templates_test.rb +382 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/textile_test.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/a/in_a.str +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/ascii.erb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/b/in_b.str +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/calc.html.erb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/error.builder +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/error.erb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/error.haml +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/error.sass +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/explicitly_nested.str +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/foo/hello.test +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.asciidoc +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.builder +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.coffee +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.creole +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.erb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.haml +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.less +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.liquid +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.mab +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.md +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.mediawiki +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.nokogiri +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.rabl +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.radius +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.rdoc +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.sass +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.scss +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.slim +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.str +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.styl +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.test +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.textile +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.wlang +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/hello.yajl +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.builder +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.erb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.haml +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.liquid +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.mab +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.nokogiri +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.rabl +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.radius +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.slim +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.str +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.test +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/layout2.wlang +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/nested.str +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/views/utf8.erb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/wlang_test.rb +87 -0
- data/vendor/bundle/jruby/2.2.0/gems/sinatra-1.4.7/test/yajl_test.rb +86 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/CHANGES.md +309 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/Gemfile +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/LICENSE +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/README.md +202 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/Rakefile +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/lib/slop/commands.rb +196 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/lib/slop/option.rb +214 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/lib/slop.rb +687 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/slop.gemspec +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/test/commands_test.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/test/helper.rb +12 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/test/option_test.rb +145 -0
- data/vendor/bundle/jruby/2.2.0/gems/slop-3.6.0/test/slop_test.rb +518 -0
- data/vendor/bundle/jruby/2.2.0/gems/spoon-0.0.4/LICENSE +144 -0
- data/vendor/bundle/jruby/2.2.0/gems/spoon-0.0.4/examples/ls.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/spoon-0.0.4/examples/vi.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/spoon-0.0.4/lib/spoon/unix.rb +181 -0
- data/vendor/bundle/jruby/2.2.0/gems/spoon-0.0.4/lib/spoon/windows.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/spoon-0.0.4/lib/spoon.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/spoon-0.0.4/spoon.gemspec +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/CHANGELIST +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/LICENSE +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/README.md +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/lib/stud/buffer.rb +260 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/lib/stud/interval.rb +110 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/lib/stud/pool.rb +215 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/lib/stud/secret.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/lib/stud/task.rb +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/lib/stud/temporary.rb +63 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/lib/stud/trap.rb +80 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/lib/stud/try.rb +127 -0
- data/vendor/bundle/jruby/2.2.0/gems/stud-0.0.22/lib/stud/with.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/Gemfile +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/LICENSE +144 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/README.md +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/Rakefile +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/examples/bench_cache.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/ext/thread_safe/JrubyCacheBackendService.java +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/cache.rb +163 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/jruby_cache_backend.jar +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/mri_cache_backend.rb +69 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/synchronized_cache_backend.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/synchronized_delegator.rb +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/util/adder.rb +62 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/util/atomic_reference.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/util/cheap_lockable.rb +106 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/util/striped64.rb +222 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/util/volatile.rb +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/util/volatile_tuple.rb +46 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/util/xor_shift_random.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/util.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe/version.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/lib/thread_safe.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/tasks/update_doc.rake +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/test/src/thread_safe/SecurityManager.java +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/test/test_array.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/test/test_cache.rb +901 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/test/test_cache_loops.rb +449 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/test/test_hash.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/test/test_helper.rb +134 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/test/test_synchronized_delegator.rb +84 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/thread_safe.gemspec +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/yard-template/default/fulldoc/html/css/common.css +125 -0
- data/vendor/bundle/jruby/2.2.0/gems/thread_safe-0.3.5-java/yard-template/default/layout/html/footer.erb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/CHANGELOG.md +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/COPYING +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/Gemfile +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/HACKING +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/README.md +229 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/Rakefile +105 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/bin/tilt +122 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/docs/TEMPLATES.md +554 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/docs/common.css +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/asciidoc.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/babel.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/bluecloth.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/builder.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/coffee.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/commonmarker.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/creole.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/csv.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/dummy.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/erb.rb +57 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/erubis.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/etanni.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/haml.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/kramdown.rb +25 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/less.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/liquid.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/mapping.rb +293 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/markaby.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/maruku.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/nokogiri.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/pandoc.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/plain.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/prawn.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/radius.rb +48 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/rdiscount.rb +39 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/rdoc.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/redcarpet.rb +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/redcloth.rb +23 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/rst-pandoc.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/sass.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/string.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/template.rb +298 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/typescript.rb +26 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/wikicloth.rb +22 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt/yajl.rb +87 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/lib/tilt.rb +163 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/man/index.txt +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/man/tilt.1.ronn +59 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/markaby/locals.mab +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/markaby/markaby.mab +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/markaby/markaby_other_static.mab +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/markaby/render_twice.mab +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/markaby/scope.mab +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/markaby/yielding.mab +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/mytemplate.rb +2 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/test_helper.rb +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_asciidoctor_test.rb +50 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_babeltemplate.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_blueclothtemplate_test.rb +33 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_buildertemplate_test.rb +72 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_cache_test.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_coffeescripttemplate_test.rb +141 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_commonmarkertemplate_test.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_compilesite_test.rb +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_creoletemplate_test.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_csv_test.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_erbtemplate_test.rb +239 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_erubistemplate_test.rb +151 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_etannitemplate_test.rb +174 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_hamltemplate_test.rb +166 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_kramdown_test.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_lesstemplate_test.less +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_lesstemplate_test.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_liquidtemplate_test.rb +78 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_mapping_test.rb +232 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_markaby_test.rb +88 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_markdown_test.rb +186 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_marukutemplate_test.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_metadata_test.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_nokogiritemplate_test.rb +87 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_pandoctemplate_test.rb +67 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_prawntemplate.prawn +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_prawntemplate_test.rb +75 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_radiustemplate_test.rb +75 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_rdiscounttemplate_test.rb +43 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_rdoctemplate_test.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_redcarpettemplate_test.rb +54 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_redclothtemplate_test.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_rstpandoctemplate_test.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_sasstemplate_test.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_stringtemplate_test.rb +171 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_template_test.rb +308 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_test.rb +60 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_typescript_test.rb +34 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_wikiclothtemplate_test.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/test/tilt_yajltemplate_test.rb +101 -0
- data/vendor/bundle/jruby/2.2.0/gems/tilt-2.0.5/tilt.gemspec +124 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/LICENSE +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/README.md +190 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/Rakefile +64 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/bin/tt +112 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/contributing_and_planned_features.markdown +102 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/grammar_composition.markdown +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/index.markdown +88 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/pitfalls_and_advanced_techniques.markdown +51 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/semantic_interpretation.markdown +218 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/site.rb +112 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/sitegen.rb +65 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/syntactic_recognition.markdown +215 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/tt.1 +83 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/doc/using_in_ruby.markdown +105 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic.rb +551 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic.treetop +98 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic_node_classes.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/arithmetic_test.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus +0 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus.rb +718 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus.treetop +132 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus_node_classes.rb +5 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/lambda_calculus_test.rb +89 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/examples/lambda_calculus/test_helper.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/bootstrap_gen_1_metagrammar.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/grammar_compiler.rb +49 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/lexical_address_space.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/metagrammar.rb +3984 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/metagrammar.treetop +503 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/anything_symbol.rb +18 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/atomic_expression.rb +14 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/character_class.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/choice.rb +31 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/declaration_sequence.rb +24 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/grammar.rb +28 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/inline_module.rb +27 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/nonterminal.rb +13 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/optional.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/parenthesized_expression.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/parsing_expression.rb +146 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/parsing_rule.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/predicate.rb +45 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/predicate_block.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/repetition.rb +89 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/sequence.rb +71 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/terminal.rb +20 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/transient_prefix.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes/treetop_file.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/node_classes.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler/ruby_builder.rb +115 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/compiler.rb +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/polyglot.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/ruby_extensions/string.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/ruby_extensions.rb +1 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/runtime/compiled_parser.rb +115 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list/head_node.rb +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list/interval_skip_list.rb +200 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list/node.rb +164 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/runtime/interval_skip_list.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/runtime/syntax_node.rb +114 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/runtime/terminal_parse_failure.rb +16 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/runtime/terminal_syntax_node.rb +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/runtime.rb +6 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop/version.rb +9 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/lib/treetop.rb +3 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/and_predicate_spec.rb +36 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/anything_symbol_spec.rb +44 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/character_class_spec.rb +301 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/choice_spec.rb +80 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/circular_compilation_spec.rb +30 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/failure_propagation_functional_spec.rb +21 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/grammar_compiler_spec.rb +113 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/grammar_spec.rb +41 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/multibyte_chars_spec.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/namespace_spec.rb +42 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/nonterminal_symbol_spec.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/not_predicate_spec.rb +38 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/occurrence_range_spec.rb +189 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/one_or_more_spec.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/optional_spec.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/parenthesized_expression_spec.rb +19 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/parsing_rule_spec.rb +61 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/repeated_subrule_spec.rb +29 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/semantic_predicate_spec.rb +175 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/sequence_spec.rb +129 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/terminal_spec.rb +81 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/terminal_symbol_spec.rb +37 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/test_grammar.treetop +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/test_grammar.tt +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/test_grammar_do.treetop +7 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/test_grammar_magic_coding.treetop +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/test_grammar_magic_encoding.treetop +8 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/tt_compiler_spec.rb +224 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/compiler/zero_or_more_spec.rb +56 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/composition/a.treetop +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/composition/b.treetop +11 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/composition/c.treetop +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/composition/d.treetop +10 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/composition/f.treetop +17 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/composition/grammar_composition_spec.rb +40 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/composition/subfolder/e_includes_c.treetop +15 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/ruby_extensions/string_spec.rb +32 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/compiled_parser_spec.rb +123 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/delete_spec.rb +147 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/expire_range_spec.rb +349 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/insert_and_delete_node_spec.rb +385 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/insert_spec.rb +660 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/interval_skip_list_spec.graffle +6175 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/interval_skip_list_spec.rb +58 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/palindromic_fixture.rb +35 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/palindromic_fixture_spec.rb +163 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/interval_skip_list/spec_helper.rb +91 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/runtime/syntax_node_spec.rb +77 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/spec/spec_helper.rb +115 -0
- data/vendor/bundle/jruby/2.2.0/gems/treetop-1.4.15/treetop.gemspec +176 -0
- data/vendor/bundle/jruby/2.2.0/specifications/chronic_duration-0.10.6.gemspec +38 -0
- data/vendor/bundle/jruby/2.2.0/specifications/clamp-0.6.5.gemspec +20 -0
- data/vendor/bundle/jruby/2.2.0/specifications/coderay-1.1.1.gemspec +26 -0
- data/vendor/bundle/jruby/2.2.0/specifications/concurrent-ruby-1.0.0-java.gemspec +24 -0
- data/vendor/bundle/jruby/2.2.0/specifications/diff-lcs-1.2.5.gemspec +68 -0
- data/vendor/bundle/jruby/2.2.0/specifications/ffi-1.9.14-java.gemspec +21 -0
- data/vendor/bundle/jruby/2.2.0/specifications/filesize-0.0.4.gemspec +35 -0
- data/vendor/bundle/jruby/2.2.0/specifications/fivemat-1.3.2.gemspec +19 -0
- data/vendor/bundle/jruby/2.2.0/specifications/gem_publisher-1.5.0.gemspec +37 -0
- data/vendor/bundle/jruby/2.2.0/specifications/gems-0.8.3.gemspec +33 -0
- data/vendor/bundle/jruby/2.2.0/specifications/i18n-0.6.9.gemspec +42 -0
- data/vendor/bundle/jruby/2.2.0/specifications/insist-1.0.0.gemspec +0 -0
- data/vendor/bundle/jruby/2.2.0/specifications/jar-dependencies-0.3.5.gemspec +41 -0
- data/vendor/bundle/jruby/2.2.0/specifications/jrjackson-0.4.0-java.gemspec +40 -0
- data/vendor/bundle/jruby/2.2.0/specifications/jrmonitor-0.4.2.gemspec +0 -0
- data/vendor/bundle/jruby/2.2.0/specifications/jruby-openssl-0.9.16-java.gemspec +40 -0
- data/vendor/bundle/jruby/2.2.0/specifications/kramdown-1.12.0.gemspec +56 -0
- data/vendor/bundle/jruby/2.2.0/specifications/logstash-core-5.0.0.alpha6.snapshot5-java.gemspec +0 -0
- data/vendor/bundle/jruby/2.2.0/specifications/logstash-core-event-java-5.0.0.alpha6.snapshot5-java.gemspec +37 -0
- data/vendor/bundle/jruby/2.2.0/specifications/logstash-core-plugin-api-2.1.15-java.gemspec +33 -0
- data/vendor/bundle/jruby/2.2.0/specifications/logstash-devutils-1.0.2-java.gemspec +0 -0
- data/vendor/bundle/jruby/2.2.0/specifications/method_source-0.8.2.gemspec +34 -0
- data/vendor/bundle/jruby/2.2.0/specifications/minitar-0.5.4.gemspec +25 -0
- data/vendor/bundle/jruby/2.2.0/specifications/numerizer-0.1.1.gemspec +22 -0
- data/vendor/bundle/jruby/2.2.0/specifications/polyglot-0.3.5.gemspec +22 -0
- data/vendor/bundle/jruby/2.2.0/specifications/pry-0.10.4-java.gemspec +47 -0
- data/vendor/bundle/jruby/2.2.0/specifications/puma-2.16.0-java.gemspec +47 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rack-1.6.4.gemspec +39 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rack-protection-1.5.3.gemspec +38 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rake-11.2.2.gemspec +43 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rspec-3.5.0.gemspec +42 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rspec-core-3.5.3.gemspec +62 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rspec-expectations-3.5.0.gemspec +50 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rspec-mocks-3.5.0.gemspec +50 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rspec-support-3.5.0.gemspec +41 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rspec-wait-0.0.9.gemspec +38 -0
- data/vendor/bundle/jruby/2.2.0/specifications/ruby-maven-3.3.12.gemspec +41 -0
- data/vendor/bundle/jruby/2.2.0/specifications/ruby-maven-libs-3.3.9.gemspec +22 -0
- data/vendor/bundle/jruby/2.2.0/specifications/rubyzip-1.1.7.gemspec +47 -0
- data/vendor/bundle/jruby/2.2.0/specifications/sinatra-1.4.7.gemspec +41 -0
- data/vendor/bundle/jruby/2.2.0/specifications/slop-3.6.0.gemspec +36 -0
- data/vendor/bundle/jruby/2.2.0/specifications/spoon-0.0.4.gemspec +29 -0
- data/vendor/bundle/jruby/2.2.0/specifications/stud-0.0.22.gemspec +0 -0
- data/vendor/bundle/jruby/2.2.0/specifications/thread_safe-0.3.5-java.gemspec +39 -0
- data/vendor/bundle/jruby/2.2.0/specifications/tilt-2.0.5.gemspec +23 -0
- data/vendor/bundle/jruby/2.2.0/specifications/treetop-1.4.15.gemspec +56 -0
- metadata +3050 -0
@@ -0,0 +1,908 @@
|
|
1
|
+
module ThreadSafe
|
2
|
+
# A Ruby port of the Doug Lea's jsr166e.ConcurrentHashMapV8 class version 1.59
|
3
|
+
# available in public domain.
|
4
|
+
#
|
5
|
+
# Original source code available here:
|
6
|
+
# http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/jsr166e/ConcurrentHashMapV8.java?revision=1.59
|
7
|
+
#
|
8
|
+
# The Ruby port skips out the +TreeBin+ (red-black trees for use in bins whose
|
9
|
+
# size exceeds a threshold).
|
10
|
+
#
|
11
|
+
# A hash table supporting full concurrency of retrievals and high expected
|
12
|
+
# concurrency for updates. However, even though all operations are
|
13
|
+
# thread-safe, retrieval operations do _not_ entail locking, and there is
|
14
|
+
# _not_ any support for locking the entire table in a way that prevents all
|
15
|
+
# access.
|
16
|
+
#
|
17
|
+
# Retrieval operations generally do not block, so may overlap with update
|
18
|
+
# operations. Retrievals reflect the results of the most recently _completed_
|
19
|
+
# update operations holding upon their onset. (More formally, an update
|
20
|
+
# operation for a given key bears a _happens-before_ relation with any (non
|
21
|
+
# +nil+) retrieval for that key reporting the updated value.) For aggregate
|
22
|
+
# operations such as +clear()+, concurrent retrievals may reflect insertion or
|
23
|
+
# removal of only some entries. Similarly, the +each_pair+ iterator yields
|
24
|
+
# elements reflecting the state of the hash table at some point at or since
|
25
|
+
# the start of the +each_pair+. Bear in mind that the results of aggregate
|
26
|
+
# status methods including +size()+ and +empty?+} are typically useful only
|
27
|
+
# when a map is not undergoing concurrent updates in other threads. Otherwise
|
28
|
+
# the results of these methods reflect transient states that may be adequate
|
29
|
+
# for monitoring or estimation purposes, but not for program control.
|
30
|
+
#
|
31
|
+
# The table is dynamically expanded when there are too many collisions (i.e.,
|
32
|
+
# keys that have distinct hash codes but fall into the same slot modulo the
|
33
|
+
# table size), with the expected average effect of maintaining roughly two
|
34
|
+
# bins per mapping (corresponding to a 0.75 load factor threshold for
|
35
|
+
# resizing). There may be much variance around this average as mappings are
|
36
|
+
# added and removed, but overall, this maintains a commonly accepted
|
37
|
+
# time/space tradeoff for hash tables. However, resizing this or any other
|
38
|
+
# kind of hash table may be a relatively slow operation. When possible, it is
|
39
|
+
# a good idea to provide a size estimate as an optional :initial_capacity
|
40
|
+
# initializer argument. An additional optional :load_factor constructor
|
41
|
+
# argument provides a further means of customizing initial table capacity by
|
42
|
+
# specifying the table density to be used in calculating the amount of space
|
43
|
+
# to allocate for the given number of elements. Note that using many keys with
|
44
|
+
# exactly the same +hash+ is a sure way to slow down performance of any hash
|
45
|
+
# table.
|
46
|
+
#
|
47
|
+
# ## Design overview
|
48
|
+
#
|
49
|
+
# The primary design goal of this hash table is to maintain concurrent
|
50
|
+
# readability (typically method +[]+, but also iteration and related methods)
|
51
|
+
# while minimizing update contention. Secondary goals are to keep space
|
52
|
+
# consumption about the same or better than plain +Hash+, and to support high
|
53
|
+
# initial insertion rates on an empty table by many threads.
|
54
|
+
#
|
55
|
+
# Each key-value mapping is held in a +Node+. The validation-based approach
|
56
|
+
# explained below leads to a lot of code sprawl because retry-control
|
57
|
+
# precludes factoring into smaller methods.
|
58
|
+
#
|
59
|
+
# The table is lazily initialized to a power-of-two size upon the first
|
60
|
+
# insertion. Each bin in the table normally contains a list of +Node+s (most
|
61
|
+
# often, the list has only zero or one +Node+). Table accesses require
|
62
|
+
# volatile/atomic reads, writes, and CASes. The lists of nodes within bins are
|
63
|
+
# always accurately traversable under volatile reads, so long as lookups check
|
64
|
+
# hash code and non-nullness of value before checking key equality.
|
65
|
+
#
|
66
|
+
# We use the top two bits of +Node+ hash fields for control purposes -- they
|
67
|
+
# are available anyway because of addressing constraints. As explained further
|
68
|
+
# below, these top bits are used as follows:
|
69
|
+
#
|
70
|
+
# - 00 - Normal
|
71
|
+
# - 01 - Locked
|
72
|
+
# - 11 - Locked and may have a thread waiting for lock
|
73
|
+
# - 10 - +Node+ is a forwarding node
|
74
|
+
#
|
75
|
+
# The lower 28 bits of each +Node+'s hash field contain a the key's hash code,
|
76
|
+
# except for forwarding nodes, for which the lower bits are zero (and so
|
77
|
+
# always have hash field == +MOVED+).
|
78
|
+
#
|
79
|
+
# Insertion (via +[]=+ or its variants) of the first node in an empty bin is
|
80
|
+
# performed by just CASing it to the bin. This is by far the most common case
|
81
|
+
# for put operations under most key/hash distributions. Other update
|
82
|
+
# operations (insert, delete, and replace) require locks. We do not want to
|
83
|
+
# waste the space required to associate a distinct lock object with each bin,
|
84
|
+
# so instead use the first node of a bin list itself as a lock. Blocking
|
85
|
+
# support for these locks relies +Util::CheapLockable. However, we also need a
|
86
|
+
# +try_lock+ construction, so we overlay these by using bits of the +Node+
|
87
|
+
# hash field for lock control (see above), and so normally use builtin
|
88
|
+
# monitors only for blocking and signalling using
|
89
|
+
# +cheap_wait+/+cheap_broadcast+ constructions. See +Node#try_await_lock+.
|
90
|
+
#
|
91
|
+
# Using the first node of a list as a lock does not by itself suffice though:
|
92
|
+
# When a node is locked, any update must first validate that it is still the
|
93
|
+
# first node after locking it, and retry if not. Because new nodes are always
|
94
|
+
# appended to lists, once a node is first in a bin, it remains first until
|
95
|
+
# deleted or the bin becomes invalidated (upon resizing). However, operations
|
96
|
+
# that only conditionally update may inspect nodes until the point of update.
|
97
|
+
# This is a converse of sorts to the lazy locking technique described by
|
98
|
+
# Herlihy & Shavit.
|
99
|
+
#
|
100
|
+
# The main disadvantage of per-bin locks is that other update operations on
|
101
|
+
# other nodes in a bin list protected by the same lock can stall, for example
|
102
|
+
# when user +eql?+ or mapping functions take a long time. However,
|
103
|
+
# statistically, under random hash codes, this is not a common problem.
|
104
|
+
# Ideally, the frequency of nodes in bins follows a Poisson distribution
|
105
|
+
# (http://en.wikipedia.org/wiki/Poisson_distribution) with a parameter of
|
106
|
+
# about 0.5 on average, given the resizing threshold of 0.75, although with a
|
107
|
+
# large variance because of resizing granularity. Ignoring variance, the
|
108
|
+
# expected occurrences of list size k are (exp(-0.5) * pow(0.5, k) /
|
109
|
+
# factorial(k)). The first values are:
|
110
|
+
#
|
111
|
+
# - 0: 0.60653066
|
112
|
+
# - 1: 0.30326533
|
113
|
+
# - 2: 0.07581633
|
114
|
+
# - 3: 0.01263606
|
115
|
+
# - 4: 0.00157952
|
116
|
+
# - 5: 0.00015795
|
117
|
+
# - 6: 0.00001316
|
118
|
+
# - 7: 0.00000094
|
119
|
+
# - 8: 0.00000006
|
120
|
+
# - more: less than 1 in ten million
|
121
|
+
#
|
122
|
+
# Lock contention probability for two threads accessing distinct elements is
|
123
|
+
# roughly 1 / (8 * #elements) under random hashes.
|
124
|
+
#
|
125
|
+
# The table is resized when occupancy exceeds a percentage threshold
|
126
|
+
# (nominally, 0.75, but see below). Only a single thread performs the resize
|
127
|
+
# (using field +size_control+, to arrange exclusion), but the table otherwise
|
128
|
+
# remains usable for reads and updates. Resizing proceeds by transferring
|
129
|
+
# bins, one by one, from the table to the next table. Because we are using
|
130
|
+
# power-of-two expansion, the elements from each bin must either stay at same
|
131
|
+
# index, or move with a power of two offset. We eliminate unnecessary node
|
132
|
+
# creation by catching cases where old nodes can be reused because their next
|
133
|
+
# fields won't change. On average, only about one-sixth of them need cloning
|
134
|
+
# when a table doubles. The nodes they replace will be garbage collectable as
|
135
|
+
# soon as they are no longer referenced by any reader thread that may be in
|
136
|
+
# the midst of concurrently traversing table. Upon transfer, the old table bin
|
137
|
+
# contains only a special forwarding node (with hash field +MOVED+) that
|
138
|
+
# contains the next table as its key. On encountering a forwarding node,
|
139
|
+
# access and update operations restart, using the new table.
|
140
|
+
#
|
141
|
+
# Each bin transfer requires its bin lock. However, unlike other cases, a
|
142
|
+
# transfer can skip a bin if it fails to acquire its lock, and revisit it
|
143
|
+
# later. Method +rebuild+ maintains a buffer of TRANSFER_BUFFER_SIZE bins that
|
144
|
+
# have been skipped because of failure to acquire a lock, and blocks only if
|
145
|
+
# none are available (i.e., only very rarely). The transfer operation must
|
146
|
+
# also ensure that all accessible bins in both the old and new table are
|
147
|
+
# usable by any traversal. When there are no lock acquisition failures, this
|
148
|
+
# is arranged simply by proceeding from the last bin (+table.size - 1+) up
|
149
|
+
# towards the first. Upon seeing a forwarding node, traversals arrange to move
|
150
|
+
# to the new table without revisiting nodes. However, when any node is skipped
|
151
|
+
# during a transfer, all earlier table bins may have become visible, so are
|
152
|
+
# initialized with a reverse-forwarding node back to the old table until the
|
153
|
+
# new ones are established. (This sometimes requires transiently locking a
|
154
|
+
# forwarding node, which is possible under the above encoding.) These more
|
155
|
+
# expensive mechanics trigger only when necessary.
|
156
|
+
#
|
157
|
+
# The traversal scheme also applies to partial traversals of
|
158
|
+
# ranges of bins (via an alternate Traverser constructor)
|
159
|
+
# to support partitioned aggregate operations. Also, read-only
|
160
|
+
# operations give up if ever forwarded to a null table, which
|
161
|
+
# provides support for shutdown-style clearing, which is also not
|
162
|
+
# currently implemented.
|
163
|
+
#
|
164
|
+
# Lazy table initialization minimizes footprint until first use.
|
165
|
+
#
|
166
|
+
# The element count is maintained using a +ThreadSafe::Util::Adder+,
|
167
|
+
# which avoids contention on updates but can encounter cache thrashing
|
168
|
+
# if read too frequently during concurrent access. To avoid reading so
|
169
|
+
# often, resizing is attempted either when a bin lock is
|
170
|
+
# contended, or upon adding to a bin already holding two or more
|
171
|
+
# nodes (checked before adding in the +x_if_absent+ methods, after
|
172
|
+
# adding in others). Under uniform hash distributions, the
|
173
|
+
# probability of this occurring at threshold is around 13%,
|
174
|
+
# meaning that only about 1 in 8 puts check threshold (and after
|
175
|
+
# resizing, many fewer do so). But this approximation has high
|
176
|
+
# variance for small table sizes, so we check on any collision
|
177
|
+
# for sizes <= 64. The bulk putAll operation further reduces
|
178
|
+
# contention by only committing count updates upon these size
|
179
|
+
# checks.
|
180
|
+
class AtomicReferenceCacheBackend
|
181
|
+
class Table < Util::PowerOfTwoTuple
|
182
|
+
def cas_new_node(i, hash, key, value)
|
183
|
+
cas(i, nil, Node.new(hash, key, value))
|
184
|
+
end
|
185
|
+
|
186
|
+
def try_to_cas_in_computed(i, hash, key)
|
187
|
+
succeeded = false
|
188
|
+
new_value = nil
|
189
|
+
new_node = Node.new(locked_hash = hash | LOCKED, key, NULL)
|
190
|
+
if cas(i, nil, new_node)
|
191
|
+
begin
|
192
|
+
if NULL == (new_value = yield(NULL))
|
193
|
+
was_null = true
|
194
|
+
else
|
195
|
+
new_node.value = new_value
|
196
|
+
end
|
197
|
+
succeeded = true
|
198
|
+
ensure
|
199
|
+
volatile_set(i, nil) if !succeeded || was_null
|
200
|
+
new_node.unlock_via_hash(locked_hash, hash)
|
201
|
+
end
|
202
|
+
end
|
203
|
+
return succeeded, new_value
|
204
|
+
end
|
205
|
+
|
206
|
+
def try_lock_via_hash(i, node, node_hash)
|
207
|
+
node.try_lock_via_hash(node_hash) do
|
208
|
+
yield if volatile_get(i) == node
|
209
|
+
end
|
210
|
+
end
|
211
|
+
|
212
|
+
def delete_node_at(i, node, predecessor_node)
|
213
|
+
if predecessor_node
|
214
|
+
predecessor_node.next = node.next
|
215
|
+
else
|
216
|
+
volatile_set(i, node.next)
|
217
|
+
end
|
218
|
+
end
|
219
|
+
end
|
220
|
+
|
221
|
+
# Key-value entry. Nodes with a hash field of +MOVED+ are special, and do
|
222
|
+
# not contain user keys or values. Otherwise, keys are never +nil+, and
|
223
|
+
# +NULL+ +value+ fields indicate that a node is in the process of being
|
224
|
+
# deleted or created. For purposes of read-only access, a key may be read
|
225
|
+
# before a value, but can only be used after checking value to be +!= NULL+.
|
226
|
+
class Node
|
227
|
+
extend Util::Volatile
|
228
|
+
attr_volatile :hash, :value, :next
|
229
|
+
|
230
|
+
include Util::CheapLockable
|
231
|
+
|
232
|
+
bit_shift = Util::FIXNUM_BIT_SIZE - 2 # need 2 bits for ourselves
|
233
|
+
# Encodings for special uses of Node hash fields. See above for explanation.
|
234
|
+
MOVED = ('10' << ('0' * bit_shift)).to_i(2) # hash field for forwarding nodes
|
235
|
+
LOCKED = ('01' << ('0' * bit_shift)).to_i(2) # set/tested only as a bit
|
236
|
+
WAITING = ('11' << ('0' * bit_shift)).to_i(2) # both bits set/tested together
|
237
|
+
HASH_BITS = ('00' << ('1' * bit_shift)).to_i(2) # usable bits of normal node hash
|
238
|
+
|
239
|
+
SPIN_LOCK_ATTEMPTS = Util::CPU_COUNT > 1 ? Util::CPU_COUNT * 2 : 0
|
240
|
+
|
241
|
+
attr_reader :key
|
242
|
+
|
243
|
+
def initialize(hash, key, value, next_node = nil)
|
244
|
+
super()
|
245
|
+
@key = key
|
246
|
+
self.lazy_set_hash(hash)
|
247
|
+
self.lazy_set_value(value)
|
248
|
+
self.next = next_node
|
249
|
+
end
|
250
|
+
|
251
|
+
# Spins a while if +LOCKED+ bit set and this node is the first of its bin,
|
252
|
+
# and then sets +WAITING+ bits on hash field and blocks (once) if they are
|
253
|
+
# still set. It is OK for this method to return even if lock is not
|
254
|
+
# available upon exit, which enables these simple single-wait mechanics.
|
255
|
+
#
|
256
|
+
# The corresponding signalling operation is performed within callers: Upon
|
257
|
+
# detecting that +WAITING+ has been set when unlocking lock (via a failed
|
258
|
+
# CAS from non-waiting +LOCKED+ state), unlockers acquire the
|
259
|
+
# +cheap_synchronize+ lock and perform a +cheap_broadcast+.
|
260
|
+
def try_await_lock(table, i)
|
261
|
+
if table && i >= 0 && i < table.size # bounds check, TODO: why are we bounds checking?
|
262
|
+
spins = SPIN_LOCK_ATTEMPTS
|
263
|
+
randomizer = base_randomizer = Util::XorShiftRandom.get
|
264
|
+
while equal?(table.volatile_get(i)) && self.class.locked_hash?(my_hash = hash)
|
265
|
+
if spins >= 0
|
266
|
+
if (randomizer = (randomizer >> 1)).even? # spin at random
|
267
|
+
if (spins -= 1) == 0
|
268
|
+
Thread.pass # yield before blocking
|
269
|
+
else
|
270
|
+
randomizer = base_randomizer = Util::XorShiftRandom.xorshift(base_randomizer) if randomizer.zero?
|
271
|
+
end
|
272
|
+
end
|
273
|
+
elsif cas_hash(my_hash, my_hash | WAITING)
|
274
|
+
force_aquire_lock(table, i)
|
275
|
+
break
|
276
|
+
end
|
277
|
+
end
|
278
|
+
end
|
279
|
+
end
|
280
|
+
|
281
|
+
def key?(key)
|
282
|
+
@key.eql?(key)
|
283
|
+
end
|
284
|
+
|
285
|
+
def matches?(key, hash)
|
286
|
+
pure_hash == hash && key?(key)
|
287
|
+
end
|
288
|
+
|
289
|
+
def pure_hash
|
290
|
+
hash & HASH_BITS
|
291
|
+
end
|
292
|
+
|
293
|
+
def try_lock_via_hash(node_hash = hash)
|
294
|
+
if cas_hash(node_hash, locked_hash = node_hash | LOCKED)
|
295
|
+
begin
|
296
|
+
yield
|
297
|
+
ensure
|
298
|
+
unlock_via_hash(locked_hash, node_hash)
|
299
|
+
end
|
300
|
+
end
|
301
|
+
end
|
302
|
+
|
303
|
+
def locked?
|
304
|
+
self.class.locked_hash?(hash)
|
305
|
+
end
|
306
|
+
|
307
|
+
def unlock_via_hash(locked_hash, node_hash)
|
308
|
+
unless cas_hash(locked_hash, node_hash)
|
309
|
+
self.hash = node_hash
|
310
|
+
cheap_synchronize { cheap_broadcast }
|
311
|
+
end
|
312
|
+
end
|
313
|
+
|
314
|
+
private
|
315
|
+
def force_aquire_lock(table, i)
|
316
|
+
cheap_synchronize do
|
317
|
+
if equal?(table.volatile_get(i)) && (hash & WAITING) == WAITING
|
318
|
+
cheap_wait
|
319
|
+
else
|
320
|
+
cheap_broadcast # possibly won race vs signaller
|
321
|
+
end
|
322
|
+
end
|
323
|
+
end
|
324
|
+
|
325
|
+
class << self
|
326
|
+
def locked_hash?(hash)
|
327
|
+
(hash & LOCKED) != 0
|
328
|
+
end
|
329
|
+
end
|
330
|
+
end
|
331
|
+
|
332
|
+
# shorthands
|
333
|
+
MOVED = Node::MOVED
|
334
|
+
LOCKED = Node::LOCKED
|
335
|
+
WAITING = Node::WAITING
|
336
|
+
HASH_BITS = Node::HASH_BITS
|
337
|
+
|
338
|
+
NOW_RESIZING = -1
|
339
|
+
DEFAULT_CAPACITY = 16
|
340
|
+
MAX_CAPACITY = Util::MAX_INT
|
341
|
+
|
342
|
+
# The buffer size for skipped bins during transfers. The
|
343
|
+
# value is arbitrary but should be large enough to avoid
|
344
|
+
# most locking stalls during resizes.
|
345
|
+
TRANSFER_BUFFER_SIZE = 32
|
346
|
+
|
347
|
+
extend Util::Volatile
|
348
|
+
attr_volatile :table, # The array of bins. Lazily initialized upon first insertion. Size is always a power of two.
|
349
|
+
|
350
|
+
# Table initialization and resizing control. When negative, the
|
351
|
+
# table is being initialized or resized. Otherwise, when table is
|
352
|
+
# null, holds the initial table size to use upon creation, or 0
|
353
|
+
# for default. After initialization, holds the next element count
|
354
|
+
# value upon which to resize the table.
|
355
|
+
:size_control
|
356
|
+
|
357
|
+
def initialize(options = nil)
|
358
|
+
super()
|
359
|
+
@counter = Util::Adder.new
|
360
|
+
initial_capacity = options && options[:initial_capacity] || DEFAULT_CAPACITY
|
361
|
+
self.size_control = (capacity = table_size_for(initial_capacity)) > MAX_CAPACITY ? MAX_CAPACITY : capacity
|
362
|
+
end
|
363
|
+
|
364
|
+
def get_or_default(key, else_value = nil)
|
365
|
+
hash = key_hash(key)
|
366
|
+
current_table = table
|
367
|
+
while current_table
|
368
|
+
node = current_table.volatile_get_by_hash(hash)
|
369
|
+
current_table =
|
370
|
+
while node
|
371
|
+
if (node_hash = node.hash) == MOVED
|
372
|
+
break node.key
|
373
|
+
elsif (node_hash & HASH_BITS) == hash && node.key?(key) && NULL != (value = node.value)
|
374
|
+
return value
|
375
|
+
end
|
376
|
+
node = node.next
|
377
|
+
end
|
378
|
+
end
|
379
|
+
else_value
|
380
|
+
end
|
381
|
+
|
382
|
+
def [](key)
|
383
|
+
get_or_default(key)
|
384
|
+
end
|
385
|
+
|
386
|
+
def key?(key)
|
387
|
+
get_or_default(key, NULL) != NULL
|
388
|
+
end
|
389
|
+
|
390
|
+
def []=(key, value)
|
391
|
+
get_and_set(key, value)
|
392
|
+
value
|
393
|
+
end
|
394
|
+
|
395
|
+
def compute_if_absent(key)
|
396
|
+
hash = key_hash(key)
|
397
|
+
current_table = table || initialize_table
|
398
|
+
while true
|
399
|
+
if !(node = current_table.volatile_get(i = current_table.hash_to_index(hash)))
|
400
|
+
succeeded, new_value = current_table.try_to_cas_in_computed(i, hash, key) { yield }
|
401
|
+
if succeeded
|
402
|
+
increment_size
|
403
|
+
return new_value
|
404
|
+
end
|
405
|
+
elsif (node_hash = node.hash) == MOVED
|
406
|
+
current_table = node.key
|
407
|
+
elsif NULL != (current_value = find_value_in_node_list(node, key, hash, node_hash & HASH_BITS))
|
408
|
+
return current_value
|
409
|
+
elsif Node.locked_hash?(node_hash)
|
410
|
+
try_await_lock(current_table, i, node)
|
411
|
+
else
|
412
|
+
succeeded, value = attempt_internal_compute_if_absent(key, hash, current_table, i, node, node_hash) { yield }
|
413
|
+
return value if succeeded
|
414
|
+
end
|
415
|
+
end
|
416
|
+
end
|
417
|
+
|
418
|
+
def compute_if_present(key)
|
419
|
+
new_value = nil
|
420
|
+
internal_replace(key) do |old_value|
|
421
|
+
if (new_value = yield(NULL == old_value ? nil : old_value)).nil?
|
422
|
+
NULL
|
423
|
+
else
|
424
|
+
new_value
|
425
|
+
end
|
426
|
+
end
|
427
|
+
new_value
|
428
|
+
end
|
429
|
+
|
430
|
+
def compute(key)
|
431
|
+
internal_compute(key) do |old_value|
|
432
|
+
if (new_value = yield(NULL == old_value ? nil : old_value)).nil?
|
433
|
+
NULL
|
434
|
+
else
|
435
|
+
new_value
|
436
|
+
end
|
437
|
+
end
|
438
|
+
end
|
439
|
+
|
440
|
+
def merge_pair(key, value)
|
441
|
+
internal_compute(key) do |old_value|
|
442
|
+
if NULL == old_value || !(value = yield(old_value)).nil?
|
443
|
+
value
|
444
|
+
else
|
445
|
+
NULL
|
446
|
+
end
|
447
|
+
end
|
448
|
+
end
|
449
|
+
|
450
|
+
def replace_pair(key, old_value, new_value)
|
451
|
+
NULL != internal_replace(key, old_value) { new_value }
|
452
|
+
end
|
453
|
+
|
454
|
+
def replace_if_exists(key, new_value)
|
455
|
+
if (result = internal_replace(key) { new_value }) && NULL != result
|
456
|
+
result
|
457
|
+
end
|
458
|
+
end
|
459
|
+
|
460
|
+
def get_and_set(key, value) # internalPut in the original CHMV8
|
461
|
+
hash = key_hash(key)
|
462
|
+
current_table = table || initialize_table
|
463
|
+
while true
|
464
|
+
if !(node = current_table.volatile_get(i = current_table.hash_to_index(hash)))
|
465
|
+
if current_table.cas_new_node(i, hash, key, value)
|
466
|
+
increment_size
|
467
|
+
break
|
468
|
+
end
|
469
|
+
elsif (node_hash = node.hash) == MOVED
|
470
|
+
current_table = node.key
|
471
|
+
elsif Node.locked_hash?(node_hash)
|
472
|
+
try_await_lock(current_table, i, node)
|
473
|
+
else
|
474
|
+
succeeded, old_value = attempt_get_and_set(key, value, hash, current_table, i, node, node_hash)
|
475
|
+
break old_value if succeeded
|
476
|
+
end
|
477
|
+
end
|
478
|
+
end
|
479
|
+
|
480
|
+
def delete(key)
|
481
|
+
replace_if_exists(key, NULL)
|
482
|
+
end
|
483
|
+
|
484
|
+
def delete_pair(key, value)
|
485
|
+
result = internal_replace(key, value) { NULL }
|
486
|
+
if result && NULL != result
|
487
|
+
!!result
|
488
|
+
else
|
489
|
+
false
|
490
|
+
end
|
491
|
+
end
|
492
|
+
|
493
|
+
def each_pair
|
494
|
+
return self unless current_table = table
|
495
|
+
current_table_size = base_size = current_table.size
|
496
|
+
i = base_index = 0
|
497
|
+
while base_index < base_size
|
498
|
+
if node = current_table.volatile_get(i)
|
499
|
+
if node.hash == MOVED
|
500
|
+
current_table = node.key
|
501
|
+
current_table_size = current_table.size
|
502
|
+
else
|
503
|
+
begin
|
504
|
+
if NULL != (value = node.value) # skip deleted or special nodes
|
505
|
+
yield node.key, value
|
506
|
+
end
|
507
|
+
end while node = node.next
|
508
|
+
end
|
509
|
+
end
|
510
|
+
|
511
|
+
if (i_with_base = i + base_size) < current_table_size
|
512
|
+
i = i_with_base # visit upper slots if present
|
513
|
+
else
|
514
|
+
i = base_index += 1
|
515
|
+
end
|
516
|
+
end
|
517
|
+
self
|
518
|
+
end
|
519
|
+
|
520
|
+
def size
|
521
|
+
(sum = @counter.sum) < 0 ? 0 : sum # ignore transient negative values
|
522
|
+
end
|
523
|
+
|
524
|
+
def empty?
|
525
|
+
size == 0
|
526
|
+
end
|
527
|
+
|
528
|
+
# Implementation for clear. Steps through each bin, removing all nodes.
|
529
|
+
def clear
|
530
|
+
return self unless current_table = table
|
531
|
+
current_table_size = current_table.size
|
532
|
+
deleted_count = i = 0
|
533
|
+
while i < current_table_size
|
534
|
+
if !(node = current_table.volatile_get(i))
|
535
|
+
i += 1
|
536
|
+
elsif (node_hash = node.hash) == MOVED
|
537
|
+
current_table = node.key
|
538
|
+
current_table_size = current_table.size
|
539
|
+
elsif Node.locked_hash?(node_hash)
|
540
|
+
decrement_size(deleted_count) # opportunistically update count
|
541
|
+
deleted_count = 0
|
542
|
+
node.try_await_lock(current_table, i)
|
543
|
+
else
|
544
|
+
current_table.try_lock_via_hash(i, node, node_hash) do
|
545
|
+
begin
|
546
|
+
deleted_count += 1 if NULL != node.value # recheck under lock
|
547
|
+
node.value = nil
|
548
|
+
end while node = node.next
|
549
|
+
current_table.volatile_set(i, nil)
|
550
|
+
i += 1
|
551
|
+
end
|
552
|
+
end
|
553
|
+
end
|
554
|
+
decrement_size(deleted_count)
|
555
|
+
self
|
556
|
+
end
|
557
|
+
|
558
|
+
private
|
559
|
+
# Internal versions of the insertion methods, each a
|
560
|
+
# little more complicated than the last. All have
|
561
|
+
# the same basic structure:
|
562
|
+
# 1. If table uninitialized, create
|
563
|
+
# 2. If bin empty, try to CAS new node
|
564
|
+
# 3. If bin stale, use new table
|
565
|
+
# 4. Lock and validate; if valid, scan and add or update
|
566
|
+
#
|
567
|
+
# The others interweave other checks and/or alternative actions:
|
568
|
+
# * Plain +get_and_set+ checks for and performs resize after insertion.
|
569
|
+
# * compute_if_absent prescans for mapping without lock (and fails to add
|
570
|
+
# if present), which also makes pre-emptive resize checks worthwhile.
|
571
|
+
#
|
572
|
+
# Someday when details settle down a bit more, it might be worth
|
573
|
+
# some factoring to reduce sprawl.
|
574
|
+
def internal_replace(key, expected_old_value = NULL, &block)
|
575
|
+
hash = key_hash(key)
|
576
|
+
current_table = table
|
577
|
+
while current_table
|
578
|
+
if !(node = current_table.volatile_get(i = current_table.hash_to_index(hash)))
|
579
|
+
break
|
580
|
+
elsif (node_hash = node.hash) == MOVED
|
581
|
+
current_table = node.key
|
582
|
+
elsif (node_hash & HASH_BITS) != hash && !node.next # precheck
|
583
|
+
break # rules out possible existence
|
584
|
+
elsif Node.locked_hash?(node_hash)
|
585
|
+
try_await_lock(current_table, i, node)
|
586
|
+
else
|
587
|
+
succeeded, old_value = attempt_internal_replace(key, expected_old_value, hash, current_table, i, node, node_hash, &block)
|
588
|
+
return old_value if succeeded
|
589
|
+
end
|
590
|
+
end
|
591
|
+
NULL
|
592
|
+
end
|
593
|
+
|
594
|
+
def attempt_internal_replace(key, expected_old_value, hash, current_table, i, node, node_hash)
|
595
|
+
current_table.try_lock_via_hash(i, node, node_hash) do
|
596
|
+
predecessor_node = nil
|
597
|
+
old_value = NULL
|
598
|
+
begin
|
599
|
+
if node.matches?(key, hash) && NULL != (current_value = node.value)
|
600
|
+
if NULL == expected_old_value || expected_old_value == current_value # NULL == expected_old_value means whatever value
|
601
|
+
old_value = current_value
|
602
|
+
if NULL == (node.value = yield(old_value))
|
603
|
+
current_table.delete_node_at(i, node, predecessor_node)
|
604
|
+
decrement_size
|
605
|
+
end
|
606
|
+
end
|
607
|
+
break
|
608
|
+
end
|
609
|
+
|
610
|
+
predecessor_node = node
|
611
|
+
end while node = node.next
|
612
|
+
|
613
|
+
return true, old_value
|
614
|
+
end
|
615
|
+
end
|
616
|
+
|
617
|
+
def find_value_in_node_list(node, key, hash, pure_hash)
|
618
|
+
do_check_for_resize = false
|
619
|
+
while true
|
620
|
+
if pure_hash == hash && node.key?(key) && NULL != (value = node.value)
|
621
|
+
return value
|
622
|
+
elsif node = node.next
|
623
|
+
do_check_for_resize = true # at least 2 nodes -> check for resize
|
624
|
+
pure_hash = node.pure_hash
|
625
|
+
else
|
626
|
+
return NULL
|
627
|
+
end
|
628
|
+
end
|
629
|
+
ensure
|
630
|
+
check_for_resize if do_check_for_resize
|
631
|
+
end
|
632
|
+
|
633
|
+
def internal_compute(key, &block)
|
634
|
+
hash = key_hash(key)
|
635
|
+
current_table = table || initialize_table
|
636
|
+
while true
|
637
|
+
if !(node = current_table.volatile_get(i = current_table.hash_to_index(hash)))
|
638
|
+
succeeded, new_value = current_table.try_to_cas_in_computed(i, hash, key, &block)
|
639
|
+
if succeeded
|
640
|
+
if NULL == new_value
|
641
|
+
break nil
|
642
|
+
else
|
643
|
+
increment_size
|
644
|
+
break new_value
|
645
|
+
end
|
646
|
+
end
|
647
|
+
elsif (node_hash = node.hash) == MOVED
|
648
|
+
current_table = node.key
|
649
|
+
elsif Node.locked_hash?(node_hash)
|
650
|
+
try_await_lock(current_table, i, node)
|
651
|
+
else
|
652
|
+
succeeded, new_value = attempt_compute(key, hash, current_table, i, node, node_hash, &block)
|
653
|
+
break new_value if succeeded
|
654
|
+
end
|
655
|
+
end
|
656
|
+
end
|
657
|
+
|
658
|
+
def attempt_internal_compute_if_absent(key, hash, current_table, i, node, node_hash)
|
659
|
+
added = false
|
660
|
+
current_table.try_lock_via_hash(i, node, node_hash) do
|
661
|
+
while true
|
662
|
+
if node.matches?(key, hash) && NULL != (value = node.value)
|
663
|
+
return true, value
|
664
|
+
end
|
665
|
+
last = node
|
666
|
+
unless node = node.next
|
667
|
+
last.next = Node.new(hash, key, value = yield)
|
668
|
+
added = true
|
669
|
+
increment_size
|
670
|
+
return true, value
|
671
|
+
end
|
672
|
+
end
|
673
|
+
end
|
674
|
+
ensure
|
675
|
+
check_for_resize if added
|
676
|
+
end
|
677
|
+
|
678
|
+
def attempt_compute(key, hash, current_table, i, node, node_hash)
|
679
|
+
added = false
|
680
|
+
current_table.try_lock_via_hash(i, node, node_hash) do
|
681
|
+
predecessor_node = nil
|
682
|
+
while true
|
683
|
+
if node.matches?(key, hash) && NULL != (value = node.value)
|
684
|
+
if NULL == (node.value = value = yield(value))
|
685
|
+
current_table.delete_node_at(i, node, predecessor_node)
|
686
|
+
decrement_size
|
687
|
+
value = nil
|
688
|
+
end
|
689
|
+
return true, value
|
690
|
+
end
|
691
|
+
predecessor_node = node
|
692
|
+
unless node = node.next
|
693
|
+
if NULL == (value = yield(NULL))
|
694
|
+
value = nil
|
695
|
+
else
|
696
|
+
predecessor_node.next = Node.new(hash, key, value)
|
697
|
+
added = true
|
698
|
+
increment_size
|
699
|
+
end
|
700
|
+
return true, value
|
701
|
+
end
|
702
|
+
end
|
703
|
+
end
|
704
|
+
ensure
|
705
|
+
check_for_resize if added
|
706
|
+
end
|
707
|
+
|
708
|
+
def attempt_get_and_set(key, value, hash, current_table, i, node, node_hash)
|
709
|
+
node_nesting = nil
|
710
|
+
current_table.try_lock_via_hash(i, node, node_hash) do
|
711
|
+
node_nesting = 1
|
712
|
+
old_value = nil
|
713
|
+
found_old_value = false
|
714
|
+
while node
|
715
|
+
if node.matches?(key, hash) && NULL != (old_value = node.value)
|
716
|
+
found_old_value = true
|
717
|
+
node.value = value
|
718
|
+
break
|
719
|
+
end
|
720
|
+
last = node
|
721
|
+
unless node = node.next
|
722
|
+
last.next = Node.new(hash, key, value)
|
723
|
+
break
|
724
|
+
end
|
725
|
+
node_nesting += 1
|
726
|
+
end
|
727
|
+
|
728
|
+
return true, old_value if found_old_value
|
729
|
+
increment_size
|
730
|
+
true
|
731
|
+
end
|
732
|
+
ensure
|
733
|
+
check_for_resize if node_nesting && (node_nesting > 1 || current_table.size <= 64)
|
734
|
+
end
|
735
|
+
|
736
|
+
def initialize_copy(other)
|
737
|
+
super
|
738
|
+
@counter = Util::Adder.new
|
739
|
+
self.table = nil
|
740
|
+
self.size_control = (other_table = other.table) ? other_table.size : DEFAULT_CAPACITY
|
741
|
+
self
|
742
|
+
end
|
743
|
+
|
744
|
+
def try_await_lock(current_table, i, node)
|
745
|
+
check_for_resize # try resizing if can't get lock
|
746
|
+
node.try_await_lock(current_table, i)
|
747
|
+
end
|
748
|
+
|
749
|
+
def key_hash(key)
|
750
|
+
key.hash & HASH_BITS
|
751
|
+
end
|
752
|
+
|
753
|
+
# Returns a power of two table size for the given desired capacity.
|
754
|
+
def table_size_for(entry_count)
|
755
|
+
size = 2
|
756
|
+
size <<= 1 while size < entry_count
|
757
|
+
size
|
758
|
+
end
|
759
|
+
|
760
|
+
# Initializes table, using the size recorded in +size_control+.
|
761
|
+
def initialize_table
|
762
|
+
until current_table ||= table
|
763
|
+
if (size_ctrl = size_control) == NOW_RESIZING
|
764
|
+
Thread.pass # lost initialization race; just spin
|
765
|
+
else
|
766
|
+
try_in_resize_lock(current_table, size_ctrl) do
|
767
|
+
initial_size = size_ctrl > 0 ? size_ctrl : DEFAULT_CAPACITY
|
768
|
+
current_table = self.table = Table.new(initial_size)
|
769
|
+
initial_size - (initial_size >> 2) # 75% load factor
|
770
|
+
end
|
771
|
+
end
|
772
|
+
end
|
773
|
+
current_table
|
774
|
+
end
|
775
|
+
|
776
|
+
# If table is too small and not already resizing, creates next table and
|
777
|
+
# transfers bins. Rechecks occupancy after a transfer to see if another
|
778
|
+
# resize is already needed because resizings are lagging additions.
|
779
|
+
def check_for_resize
|
780
|
+
while (current_table = table) && MAX_CAPACITY > (table_size = current_table.size) && NOW_RESIZING != (size_ctrl = size_control) && size_ctrl < @counter.sum
|
781
|
+
try_in_resize_lock(current_table, size_ctrl) do
|
782
|
+
self.table = rebuild(current_table)
|
783
|
+
(table_size << 1) - (table_size >> 1) # 75% load factor
|
784
|
+
end
|
785
|
+
end
|
786
|
+
end
|
787
|
+
|
788
|
+
def try_in_resize_lock(current_table, size_ctrl)
|
789
|
+
if cas_size_control(size_ctrl, NOW_RESIZING)
|
790
|
+
begin
|
791
|
+
if current_table == table # recheck under lock
|
792
|
+
size_ctrl = yield # get new size_control
|
793
|
+
end
|
794
|
+
ensure
|
795
|
+
self.size_control = size_ctrl
|
796
|
+
end
|
797
|
+
end
|
798
|
+
end
|
799
|
+
|
800
|
+
# Moves and/or copies the nodes in each bin to new table. See above for explanation.
|
801
|
+
def rebuild(table)
|
802
|
+
old_table_size = table.size
|
803
|
+
new_table = table.next_in_size_table
|
804
|
+
# puts "#{old_table_size} -> #{new_table.size}"
|
805
|
+
forwarder = Node.new(MOVED, new_table, NULL)
|
806
|
+
rev_forwarder = nil
|
807
|
+
locked_indexes = nil # holds bins to revisit; nil until needed
|
808
|
+
locked_arr_idx = 0
|
809
|
+
bin = old_table_size - 1
|
810
|
+
i = bin
|
811
|
+
while true
|
812
|
+
if !(node = table.volatile_get(i))
|
813
|
+
# no lock needed (or available) if bin >= 0, because we're not popping values from locked_indexes until we've run through the whole table
|
814
|
+
redo unless (bin >= 0 ? table.cas(i, nil, forwarder) : lock_and_clean_up_reverse_forwarders(table, old_table_size, new_table, i, forwarder))
|
815
|
+
elsif Node.locked_hash?(node_hash = node.hash)
|
816
|
+
locked_indexes ||= Array.new
|
817
|
+
if bin < 0 && locked_arr_idx > 0
|
818
|
+
locked_arr_idx -= 1
|
819
|
+
i, locked_indexes[locked_arr_idx] = locked_indexes[locked_arr_idx], i # swap with another bin
|
820
|
+
redo
|
821
|
+
end
|
822
|
+
if bin < 0 || locked_indexes.size >= TRANSFER_BUFFER_SIZE
|
823
|
+
node.try_await_lock(table, i) # no other options -- block
|
824
|
+
redo
|
825
|
+
end
|
826
|
+
rev_forwarder ||= Node.new(MOVED, table, NULL)
|
827
|
+
redo unless table.volatile_get(i) == node && node.locked? # recheck before adding to list
|
828
|
+
locked_indexes << i
|
829
|
+
new_table.volatile_set(i, rev_forwarder)
|
830
|
+
new_table.volatile_set(i + old_table_size, rev_forwarder)
|
831
|
+
else
|
832
|
+
redo unless split_old_bin(table, new_table, i, node, node_hash, forwarder)
|
833
|
+
end
|
834
|
+
|
835
|
+
if bin > 0
|
836
|
+
i = (bin -= 1)
|
837
|
+
elsif locked_indexes && !locked_indexes.empty?
|
838
|
+
bin = -1
|
839
|
+
i = locked_indexes.pop
|
840
|
+
locked_arr_idx = locked_indexes.size - 1
|
841
|
+
else
|
842
|
+
return new_table
|
843
|
+
end
|
844
|
+
end
|
845
|
+
end
|
846
|
+
|
847
|
+
def lock_and_clean_up_reverse_forwarders(old_table, old_table_size, new_table, i, forwarder)
|
848
|
+
# transiently use a locked forwarding node
|
849
|
+
locked_forwarder = Node.new(moved_locked_hash = MOVED | LOCKED, new_table, NULL)
|
850
|
+
if old_table.cas(i, nil, locked_forwarder)
|
851
|
+
new_table.volatile_set(i, nil) # kill the potential reverse forwarders
|
852
|
+
new_table.volatile_set(i + old_table_size, nil) # kill the potential reverse forwarders
|
853
|
+
old_table.volatile_set(i, forwarder)
|
854
|
+
locked_forwarder.unlock_via_hash(moved_locked_hash, MOVED)
|
855
|
+
true
|
856
|
+
end
|
857
|
+
end
|
858
|
+
|
859
|
+
# Splits a normal bin with list headed by e into lo and hi parts; installs in given table.
|
860
|
+
def split_old_bin(table, new_table, i, node, node_hash, forwarder)
|
861
|
+
table.try_lock_via_hash(i, node, node_hash) do
|
862
|
+
split_bin(new_table, i, node, node_hash)
|
863
|
+
table.volatile_set(i, forwarder)
|
864
|
+
end
|
865
|
+
end
|
866
|
+
|
867
|
+
def split_bin(new_table, i, node, node_hash)
|
868
|
+
bit = new_table.size >> 1 # bit to split on
|
869
|
+
run_bit = node_hash & bit
|
870
|
+
last_run = nil
|
871
|
+
low = nil
|
872
|
+
high = nil
|
873
|
+
current_node = node
|
874
|
+
# this optimises for the lowest amount of volatile writes and objects created
|
875
|
+
while current_node = current_node.next
|
876
|
+
unless (b = current_node.hash & bit) == run_bit
|
877
|
+
run_bit = b
|
878
|
+
last_run = current_node
|
879
|
+
end
|
880
|
+
end
|
881
|
+
if run_bit == 0
|
882
|
+
low = last_run
|
883
|
+
else
|
884
|
+
high = last_run
|
885
|
+
end
|
886
|
+
current_node = node
|
887
|
+
until current_node == last_run
|
888
|
+
pure_hash = current_node.pure_hash
|
889
|
+
if (pure_hash & bit) == 0
|
890
|
+
low = Node.new(pure_hash, current_node.key, current_node.value, low)
|
891
|
+
else
|
892
|
+
high = Node.new(pure_hash, current_node.key, current_node.value, high)
|
893
|
+
end
|
894
|
+
current_node = current_node.next
|
895
|
+
end
|
896
|
+
new_table.volatile_set(i, low)
|
897
|
+
new_table.volatile_set(i + bit, high)
|
898
|
+
end
|
899
|
+
|
900
|
+
def increment_size
|
901
|
+
@counter.increment
|
902
|
+
end
|
903
|
+
|
904
|
+
def decrement_size(by = 1)
|
905
|
+
@counter.add(-by)
|
906
|
+
end
|
907
|
+
end
|
908
|
+
end
|