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
data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/example_status_persister.rb
ADDED
@@ -0,0 +1,235 @@
|
|
1
|
+
RSpec::Support.require_rspec_support "directory_maker"
|
2
|
+
|
3
|
+
module RSpec
|
4
|
+
module Core
|
5
|
+
# Persists example ids and their statuses so that we can filter
|
6
|
+
# to just the ones that failed the last time they ran.
|
7
|
+
# @private
|
8
|
+
class ExampleStatusPersister
|
9
|
+
def self.load_from(file_name)
|
10
|
+
return [] unless File.exist?(file_name)
|
11
|
+
ExampleStatusParser.parse(File.read(file_name))
|
12
|
+
end
|
13
|
+
|
14
|
+
def self.persist(examples, file_name)
|
15
|
+
new(examples, file_name).persist
|
16
|
+
end
|
17
|
+
|
18
|
+
def initialize(examples, file_name)
|
19
|
+
@examples = examples
|
20
|
+
@file_name = file_name
|
21
|
+
end
|
22
|
+
|
23
|
+
def persist
|
24
|
+
RSpec::Support::DirectoryMaker.mkdir_p(File.dirname(@file_name))
|
25
|
+
File.open(@file_name, File::RDWR | File::CREAT) do |f|
|
26
|
+
# lock the file while reading / persisting to avoid a race
|
27
|
+
# condition where parallel or unrelated spec runs race to
|
28
|
+
# update the same file
|
29
|
+
f.flock(File::LOCK_EX)
|
30
|
+
unparsed_previous_runs = f.read
|
31
|
+
f.rewind
|
32
|
+
f.write(dump_statuses(unparsed_previous_runs))
|
33
|
+
f.flush
|
34
|
+
f.truncate(f.pos)
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
private
|
39
|
+
|
40
|
+
def dump_statuses(unparsed_previous_runs)
|
41
|
+
statuses_from_previous_runs = ExampleStatusParser.parse(unparsed_previous_runs)
|
42
|
+
merged_statuses = ExampleStatusMerger.merge(statuses_from_this_run, statuses_from_previous_runs)
|
43
|
+
ExampleStatusDumper.dump(merged_statuses)
|
44
|
+
end
|
45
|
+
|
46
|
+
def statuses_from_this_run
|
47
|
+
@examples.map do |ex|
|
48
|
+
result = ex.execution_result
|
49
|
+
|
50
|
+
{
|
51
|
+
:example_id => ex.id,
|
52
|
+
:status => result.status ? result.status.to_s : Configuration::UNKNOWN_STATUS,
|
53
|
+
:run_time => result.run_time ? Formatters::Helpers.format_duration(result.run_time) : ""
|
54
|
+
}
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
# Merges together a list of example statuses from this run
|
60
|
+
# and a list from previous runs (presumably loaded from disk).
|
61
|
+
# Each example status object is expected to be a hash with
|
62
|
+
# at least an `:example_id` and a `:status` key. Examples that
|
63
|
+
# were loaded but not executed (due to filtering, `--fail-fast`
|
64
|
+
# or whatever) should have a `:status` of `UNKNOWN_STATUS`.
|
65
|
+
#
|
66
|
+
# This willl produce a new list that:
|
67
|
+
# - Will be missing examples from previous runs that we know for sure
|
68
|
+
# no longer exist.
|
69
|
+
# - Will have the latest known status for any examples that either
|
70
|
+
# definitively do exist or may still exist.
|
71
|
+
# - Is sorted by file name and example definition order, so that
|
72
|
+
# the saved file is easily scannable if users want to inspect it.
|
73
|
+
# @private
|
74
|
+
class ExampleStatusMerger
|
75
|
+
def self.merge(this_run, from_previous_runs)
|
76
|
+
new(this_run, from_previous_runs).merge
|
77
|
+
end
|
78
|
+
|
79
|
+
def initialize(this_run, from_previous_runs)
|
80
|
+
@this_run = hash_from(this_run)
|
81
|
+
@from_previous_runs = hash_from(from_previous_runs)
|
82
|
+
@file_exists_cache = Hash.new { |hash, file| hash[file] = File.exist?(file) }
|
83
|
+
end
|
84
|
+
|
85
|
+
def merge
|
86
|
+
delete_previous_examples_that_no_longer_exist
|
87
|
+
|
88
|
+
@this_run.merge(@from_previous_runs) do |_ex_id, new, old|
|
89
|
+
new.fetch(:status) == Configuration::UNKNOWN_STATUS ? old : new
|
90
|
+
end.values.sort_by(&method(:sort_value_from))
|
91
|
+
end
|
92
|
+
|
93
|
+
private
|
94
|
+
|
95
|
+
def hash_from(example_list)
|
96
|
+
example_list.inject({}) do |hash, example|
|
97
|
+
hash[example.fetch(:example_id)] = example
|
98
|
+
hash
|
99
|
+
end
|
100
|
+
end
|
101
|
+
|
102
|
+
def delete_previous_examples_that_no_longer_exist
|
103
|
+
@from_previous_runs.delete_if do |ex_id, _|
|
104
|
+
example_must_no_longer_exist?(ex_id)
|
105
|
+
end
|
106
|
+
end
|
107
|
+
|
108
|
+
def example_must_no_longer_exist?(ex_id)
|
109
|
+
# Obviously, it exists if it was loaded for this spec run...
|
110
|
+
return false if @this_run.key?(ex_id)
|
111
|
+
|
112
|
+
spec_file = spec_file_from(ex_id)
|
113
|
+
|
114
|
+
# `this_run` includes examples that were loaded but not executed.
|
115
|
+
# Given that, if the spec file for this example was loaded,
|
116
|
+
# but the id does not still exist, it's safe to assume that
|
117
|
+
# the example must no longer exist.
|
118
|
+
return true if loaded_spec_files.include?(spec_file)
|
119
|
+
|
120
|
+
# The example may still exist as long as the file exists...
|
121
|
+
!@file_exists_cache[spec_file]
|
122
|
+
end
|
123
|
+
|
124
|
+
def loaded_spec_files
|
125
|
+
@loaded_spec_files ||= Set.new(@this_run.keys.map(&method(:spec_file_from)))
|
126
|
+
end
|
127
|
+
|
128
|
+
def spec_file_from(ex_id)
|
129
|
+
ex_id.split("[").first
|
130
|
+
end
|
131
|
+
|
132
|
+
def sort_value_from(example)
|
133
|
+
file, scoped_id = Example.parse_id(example.fetch(:example_id))
|
134
|
+
[file, *scoped_id.split(":").map(&method(:Integer))]
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
138
|
+
# Dumps a list of hashes in a pretty, human readable format
|
139
|
+
# for later parsing. The hashes are expected to have symbol
|
140
|
+
# keys and string values, and each hash should have the same
|
141
|
+
# set of keys.
|
142
|
+
# @private
|
143
|
+
class ExampleStatusDumper
|
144
|
+
def self.dump(examples)
|
145
|
+
new(examples).dump
|
146
|
+
end
|
147
|
+
|
148
|
+
def initialize(examples)
|
149
|
+
@examples = examples
|
150
|
+
end
|
151
|
+
|
152
|
+
def dump
|
153
|
+
return nil if @examples.empty?
|
154
|
+
(formatted_header_rows + formatted_value_rows).join("\n") << "\n"
|
155
|
+
end
|
156
|
+
|
157
|
+
private
|
158
|
+
|
159
|
+
def formatted_header_rows
|
160
|
+
@formatted_header_rows ||= begin
|
161
|
+
dividers = column_widths.map { |w| "-" * w }
|
162
|
+
[formatted_row_from(headers.map(&:to_s)), formatted_row_from(dividers)]
|
163
|
+
end
|
164
|
+
end
|
165
|
+
|
166
|
+
def formatted_value_rows
|
167
|
+
@foramtted_value_rows ||= rows.map do |row|
|
168
|
+
formatted_row_from(row)
|
169
|
+
end
|
170
|
+
end
|
171
|
+
|
172
|
+
def rows
|
173
|
+
@rows ||= @examples.map { |ex| ex.values_at(*headers) }
|
174
|
+
end
|
175
|
+
|
176
|
+
def formatted_row_from(row_values)
|
177
|
+
padded_values = row_values.each_with_index.map do |value, index|
|
178
|
+
value.ljust(column_widths[index])
|
179
|
+
end
|
180
|
+
|
181
|
+
padded_values.join(" | ") << " |"
|
182
|
+
end
|
183
|
+
|
184
|
+
def headers
|
185
|
+
@headers ||= @examples.first.keys
|
186
|
+
end
|
187
|
+
|
188
|
+
def column_widths
|
189
|
+
@column_widths ||= begin
|
190
|
+
value_sets = rows.transpose
|
191
|
+
|
192
|
+
headers.each_with_index.map do |header, index|
|
193
|
+
values = value_sets[index] << header.to_s
|
194
|
+
values.map(&:length).max
|
195
|
+
end
|
196
|
+
end
|
197
|
+
end
|
198
|
+
end
|
199
|
+
|
200
|
+
# Parses a string that has been previously dumped by ExampleStatusDumper.
|
201
|
+
# Note that this parser is a bit naive in that it does a simple split on
|
202
|
+
# "\n" and " | ", with no concern for handling escaping. For now, that's
|
203
|
+
# OK because the values we plan to persist (example id, status, and perhaps
|
204
|
+
# example duration) are highly unlikely to contain "\n" or " | " -- after
|
205
|
+
# all, who puts those in file names?
|
206
|
+
# @private
|
207
|
+
class ExampleStatusParser
|
208
|
+
def self.parse(string)
|
209
|
+
new(string).parse
|
210
|
+
end
|
211
|
+
|
212
|
+
def initialize(string)
|
213
|
+
@header_line, _, *@row_lines = string.lines.to_a
|
214
|
+
end
|
215
|
+
|
216
|
+
def parse
|
217
|
+
@row_lines.map { |line| parse_row(line) }
|
218
|
+
end
|
219
|
+
|
220
|
+
private
|
221
|
+
|
222
|
+
def parse_row(line)
|
223
|
+
Hash[headers.zip(split_line(line))]
|
224
|
+
end
|
225
|
+
|
226
|
+
def headers
|
227
|
+
@headers ||= split_line(@header_line).grep(/\S/).map(&:to_sym)
|
228
|
+
end
|
229
|
+
|
230
|
+
def split_line(line)
|
231
|
+
line.split(/\s+\|\s+?/, -1)
|
232
|
+
end
|
233
|
+
end
|
234
|
+
end
|
235
|
+
end
|
@@ -0,0 +1,231 @@
|
|
1
|
+
module RSpec
|
2
|
+
module Core
|
3
|
+
# @private
|
4
|
+
class FilterManager
|
5
|
+
attr_reader :exclusions, :inclusions
|
6
|
+
|
7
|
+
def initialize
|
8
|
+
@exclusions, @inclusions = FilterRules.build
|
9
|
+
end
|
10
|
+
|
11
|
+
# @api private
|
12
|
+
#
|
13
|
+
# @param file_path [String]
|
14
|
+
# @param line_numbers [Array]
|
15
|
+
def add_location(file_path, line_numbers)
|
16
|
+
# locations is a hash of expanded paths to arrays of line
|
17
|
+
# numbers to match against. e.g.
|
18
|
+
# { "path/to/file.rb" => [37, 42] }
|
19
|
+
add_path_to_arrays_filter(:locations, File.expand_path(file_path), line_numbers)
|
20
|
+
end
|
21
|
+
|
22
|
+
def add_ids(rerun_path, scoped_ids)
|
23
|
+
# ids is a hash of relative paths to arrays of ids
|
24
|
+
# to match against. e.g.
|
25
|
+
# { "./path/to/file.rb" => ["1:1", "2:4"] }
|
26
|
+
rerun_path = Metadata.relative_path(File.expand_path rerun_path)
|
27
|
+
add_path_to_arrays_filter(:ids, rerun_path, scoped_ids)
|
28
|
+
end
|
29
|
+
|
30
|
+
def empty?
|
31
|
+
inclusions.empty? && exclusions.empty?
|
32
|
+
end
|
33
|
+
|
34
|
+
def prune(examples)
|
35
|
+
# Semantically, this is unnecessary (the filtering below will return the empty
|
36
|
+
# array unmodified), but for perf reasons it's worth exiting early here. Users
|
37
|
+
# commonly have top-level examples groups that do not have any direct examples
|
38
|
+
# and instead have nested groups with examples. In that kind of situation,
|
39
|
+
# `examples` will be empty.
|
40
|
+
return examples if examples.empty?
|
41
|
+
|
42
|
+
examples = prune_conditionally_filtered_examples(examples)
|
43
|
+
|
44
|
+
if inclusions.standalone?
|
45
|
+
examples.select { |e| inclusions.include_example?(e) }
|
46
|
+
else
|
47
|
+
locations, ids, non_scoped_inclusions = inclusions.split_file_scoped_rules
|
48
|
+
|
49
|
+
examples.select do |ex|
|
50
|
+
file_scoped_include?(ex.metadata, ids, locations) do
|
51
|
+
!exclusions.include_example?(ex) && non_scoped_inclusions.include_example?(ex)
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
def exclude(*args)
|
58
|
+
exclusions.add(args.last)
|
59
|
+
end
|
60
|
+
|
61
|
+
def exclude_only(*args)
|
62
|
+
exclusions.use_only(args.last)
|
63
|
+
end
|
64
|
+
|
65
|
+
def exclude_with_low_priority(*args)
|
66
|
+
exclusions.add_with_low_priority(args.last)
|
67
|
+
end
|
68
|
+
|
69
|
+
def include(*args)
|
70
|
+
inclusions.add(args.last)
|
71
|
+
end
|
72
|
+
|
73
|
+
def include_only(*args)
|
74
|
+
inclusions.use_only(args.last)
|
75
|
+
end
|
76
|
+
|
77
|
+
def include_with_low_priority(*args)
|
78
|
+
inclusions.add_with_low_priority(args.last)
|
79
|
+
end
|
80
|
+
|
81
|
+
private
|
82
|
+
|
83
|
+
def add_path_to_arrays_filter(filter_key, path, values)
|
84
|
+
filter = inclusions.delete(filter_key) || Hash.new { |h, k| h[k] = [] }
|
85
|
+
filter[path].concat(values)
|
86
|
+
inclusions.add(filter_key => filter)
|
87
|
+
end
|
88
|
+
|
89
|
+
def prune_conditionally_filtered_examples(examples)
|
90
|
+
examples.reject do |ex|
|
91
|
+
meta = ex.metadata
|
92
|
+
!meta.fetch(:if, true) || meta[:unless]
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
96
|
+
# When a user specifies a particular spec location, that takes priority
|
97
|
+
# over any exclusion filters (such as if the spec is tagged with `:slow`
|
98
|
+
# and there is a `:slow => true` exclusion filter), but only for specs
|
99
|
+
# defined in the same file as the location filters. Excluded specs in
|
100
|
+
# other files should still be excluded.
|
101
|
+
def file_scoped_include?(ex_metadata, ids, locations)
|
102
|
+
no_id_filters = ids[ex_metadata[:rerun_file_path]].empty?
|
103
|
+
no_location_filters = locations[
|
104
|
+
File.expand_path(ex_metadata[:rerun_file_path])
|
105
|
+
].empty?
|
106
|
+
|
107
|
+
return yield if no_location_filters && no_id_filters
|
108
|
+
|
109
|
+
MetadataFilter.filter_applies?(:ids, ids, ex_metadata) ||
|
110
|
+
MetadataFilter.filter_applies?(:locations, locations, ex_metadata)
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
114
|
+
# @private
|
115
|
+
class FilterRules
|
116
|
+
PROC_HEX_NUMBER = /0x[0-9a-f]+@/
|
117
|
+
PROJECT_DIR = File.expand_path('.')
|
118
|
+
|
119
|
+
attr_accessor :opposite
|
120
|
+
attr_reader :rules
|
121
|
+
|
122
|
+
def self.build
|
123
|
+
exclusions = ExclusionRules.new
|
124
|
+
inclusions = InclusionRules.new
|
125
|
+
exclusions.opposite = inclusions
|
126
|
+
inclusions.opposite = exclusions
|
127
|
+
[exclusions, inclusions]
|
128
|
+
end
|
129
|
+
|
130
|
+
def initialize(rules={})
|
131
|
+
@rules = rules
|
132
|
+
end
|
133
|
+
|
134
|
+
def add(updated)
|
135
|
+
@rules.merge!(updated).each_key { |k| opposite.delete(k) }
|
136
|
+
end
|
137
|
+
|
138
|
+
def add_with_low_priority(updated)
|
139
|
+
updated = updated.merge(@rules)
|
140
|
+
opposite.each_pair { |k, v| updated.delete(k) if updated[k] == v }
|
141
|
+
@rules.replace(updated)
|
142
|
+
end
|
143
|
+
|
144
|
+
def use_only(updated)
|
145
|
+
updated.each_key { |k| opposite.delete(k) }
|
146
|
+
@rules.replace(updated)
|
147
|
+
end
|
148
|
+
|
149
|
+
def clear
|
150
|
+
@rules.clear
|
151
|
+
end
|
152
|
+
|
153
|
+
def delete(key)
|
154
|
+
@rules.delete(key)
|
155
|
+
end
|
156
|
+
|
157
|
+
def fetch(*args, &block)
|
158
|
+
@rules.fetch(*args, &block)
|
159
|
+
end
|
160
|
+
|
161
|
+
def [](key)
|
162
|
+
@rules[key]
|
163
|
+
end
|
164
|
+
|
165
|
+
def empty?
|
166
|
+
rules.empty?
|
167
|
+
end
|
168
|
+
|
169
|
+
def each_pair(&block)
|
170
|
+
@rules.each_pair(&block)
|
171
|
+
end
|
172
|
+
|
173
|
+
def description
|
174
|
+
rules.inspect.gsub(PROC_HEX_NUMBER, '').gsub(PROJECT_DIR, '.').gsub(' (lambda)', '')
|
175
|
+
end
|
176
|
+
|
177
|
+
def include_example?(example)
|
178
|
+
MetadataFilter.apply?(:any?, @rules, example.metadata)
|
179
|
+
end
|
180
|
+
end
|
181
|
+
|
182
|
+
# @private
|
183
|
+
ExclusionRules = FilterRules
|
184
|
+
|
185
|
+
# @private
|
186
|
+
class InclusionRules < FilterRules
|
187
|
+
def add(*args)
|
188
|
+
apply_standalone_filter(*args) || super
|
189
|
+
end
|
190
|
+
|
191
|
+
def add_with_low_priority(*args)
|
192
|
+
apply_standalone_filter(*args) || super
|
193
|
+
end
|
194
|
+
|
195
|
+
def include_example?(example)
|
196
|
+
@rules.empty? || super
|
197
|
+
end
|
198
|
+
|
199
|
+
def standalone?
|
200
|
+
is_standalone_filter?(@rules)
|
201
|
+
end
|
202
|
+
|
203
|
+
def split_file_scoped_rules
|
204
|
+
rules_dup = @rules.dup
|
205
|
+
locations = rules_dup.delete(:locations) { Hash.new([]) }
|
206
|
+
ids = rules_dup.delete(:ids) { Hash.new([]) }
|
207
|
+
|
208
|
+
return locations, ids, self.class.new(rules_dup)
|
209
|
+
end
|
210
|
+
|
211
|
+
private
|
212
|
+
|
213
|
+
def apply_standalone_filter(updated)
|
214
|
+
return true if standalone?
|
215
|
+
return nil unless is_standalone_filter?(updated)
|
216
|
+
|
217
|
+
replace_filters(updated)
|
218
|
+
true
|
219
|
+
end
|
220
|
+
|
221
|
+
def replace_filters(new_rules)
|
222
|
+
@rules.replace(new_rules)
|
223
|
+
opposite.clear
|
224
|
+
end
|
225
|
+
|
226
|
+
def is_standalone_filter?(rules)
|
227
|
+
rules.key?(:full_description)
|
228
|
+
end
|
229
|
+
end
|
230
|
+
end
|
231
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
module RSpec
|
2
|
+
module Core
|
3
|
+
# @private
|
4
|
+
module FlatMap
|
5
|
+
if [].respond_to?(:flat_map)
|
6
|
+
def flat_map(array, &block)
|
7
|
+
array.flat_map(&block)
|
8
|
+
end
|
9
|
+
else # for 1.8.7
|
10
|
+
# :nocov:
|
11
|
+
def flat_map(array, &block)
|
12
|
+
array.map(&block).flatten(1)
|
13
|
+
end
|
14
|
+
# :nocov:
|
15
|
+
end
|
16
|
+
|
17
|
+
module_function :flat_map
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/base_formatter.rb
ADDED
@@ -0,0 +1,70 @@
|
|
1
|
+
RSpec::Support.require_rspec_core "formatters/helpers"
|
2
|
+
require 'stringio'
|
3
|
+
|
4
|
+
module RSpec
|
5
|
+
module Core
|
6
|
+
module Formatters
|
7
|
+
# RSpec's built-in formatters are all subclasses of
|
8
|
+
# RSpec::Core::Formatters::BaseTextFormatter.
|
9
|
+
#
|
10
|
+
# @see RSpec::Core::Formatters::BaseTextFormatter
|
11
|
+
# @see RSpec::Core::Reporter
|
12
|
+
# @see RSpec::Core::Formatters::Protocol
|
13
|
+
class BaseFormatter
|
14
|
+
# All formatters inheriting from this formatter will receive these
|
15
|
+
# notifications.
|
16
|
+
Formatters.register self, :start, :example_group_started, :close
|
17
|
+
attr_accessor :example_group
|
18
|
+
attr_reader :output
|
19
|
+
|
20
|
+
# @api public
|
21
|
+
# @param output [IO] the formatter output
|
22
|
+
# @see RSpec::Core::Formatters::Protocol#initialize
|
23
|
+
def initialize(output)
|
24
|
+
@output = output || StringIO.new
|
25
|
+
@example_group = nil
|
26
|
+
end
|
27
|
+
|
28
|
+
# @api public
|
29
|
+
#
|
30
|
+
# @param notification [StartNotification]
|
31
|
+
# @see RSpec::Core::Formatters::Protocol#start
|
32
|
+
def start(notification)
|
33
|
+
start_sync_output
|
34
|
+
@example_count = notification.count
|
35
|
+
end
|
36
|
+
|
37
|
+
# @api public
|
38
|
+
#
|
39
|
+
# @param notification [GroupNotification] containing example_group
|
40
|
+
# subclass of `RSpec::Core::ExampleGroup`
|
41
|
+
# @see RSpec::Core::Formatters::Protocol#example_group_started
|
42
|
+
def example_group_started(notification)
|
43
|
+
@example_group = notification.group
|
44
|
+
end
|
45
|
+
|
46
|
+
# @api public
|
47
|
+
#
|
48
|
+
# @param _notification [NullNotification] (Ignored)
|
49
|
+
# @see RSpec::Core::Formatters::Protocol#close
|
50
|
+
def close(_notification)
|
51
|
+
restore_sync_output
|
52
|
+
end
|
53
|
+
|
54
|
+
private
|
55
|
+
|
56
|
+
def start_sync_output
|
57
|
+
@old_sync, output.sync = output.sync, true if output_supports_sync
|
58
|
+
end
|
59
|
+
|
60
|
+
def restore_sync_output
|
61
|
+
output.sync = @old_sync if output_supports_sync && !output.closed?
|
62
|
+
end
|
63
|
+
|
64
|
+
def output_supports_sync
|
65
|
+
output.respond_to?(:sync=)
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
70
|
+
end
|
@@ -0,0 +1,77 @@
|
|
1
|
+
RSpec::Support.require_rspec_core "formatters/base_formatter"
|
2
|
+
RSpec::Support.require_rspec_core "formatters/console_codes"
|
3
|
+
|
4
|
+
module RSpec
|
5
|
+
module Core
|
6
|
+
module Formatters
|
7
|
+
# Base for all of RSpec's built-in formatters. See
|
8
|
+
# RSpec::Core::Formatters::BaseFormatter to learn more about all of the
|
9
|
+
# methods called by the reporter.
|
10
|
+
#
|
11
|
+
# @see RSpec::Core::Formatters::BaseFormatter
|
12
|
+
# @see RSpec::Core::Reporter
|
13
|
+
class BaseTextFormatter < BaseFormatter
|
14
|
+
Formatters.register self,
|
15
|
+
:message, :dump_summary, :dump_failures, :dump_pending, :seed
|
16
|
+
|
17
|
+
# @api public
|
18
|
+
#
|
19
|
+
# Used by the reporter to send messages to the output stream.
|
20
|
+
#
|
21
|
+
# @param notification [MessageNotification] containing message
|
22
|
+
def message(notification)
|
23
|
+
output.puts notification.message
|
24
|
+
end
|
25
|
+
|
26
|
+
# @api public
|
27
|
+
#
|
28
|
+
# Dumps detailed information about each example failure.
|
29
|
+
#
|
30
|
+
# @param notification [NullNotification]
|
31
|
+
def dump_failures(notification)
|
32
|
+
return if notification.failure_notifications.empty?
|
33
|
+
output.puts notification.fully_formatted_failed_examples
|
34
|
+
end
|
35
|
+
|
36
|
+
# @api public
|
37
|
+
#
|
38
|
+
# This method is invoked after the dumping of examples and failures.
|
39
|
+
# Each parameter is assigned to a corresponding attribute.
|
40
|
+
#
|
41
|
+
# @param summary [SummaryNotification] containing duration,
|
42
|
+
# example_count, failure_count and pending_count
|
43
|
+
def dump_summary(summary)
|
44
|
+
output.puts summary.fully_formatted
|
45
|
+
end
|
46
|
+
|
47
|
+
# @private
|
48
|
+
def dump_pending(notification)
|
49
|
+
return if notification.pending_examples.empty?
|
50
|
+
output.puts notification.fully_formatted_pending_examples
|
51
|
+
end
|
52
|
+
|
53
|
+
# @private
|
54
|
+
def seed(notification)
|
55
|
+
return unless notification.seed_used?
|
56
|
+
output.puts notification.fully_formatted
|
57
|
+
end
|
58
|
+
|
59
|
+
# @api public
|
60
|
+
#
|
61
|
+
# Invoked at the very end, `close` allows the formatter to clean
|
62
|
+
# up resources, e.g. open streams, etc.
|
63
|
+
#
|
64
|
+
# @param _notification [NullNotification] (Ignored)
|
65
|
+
def close(_notification)
|
66
|
+
return unless IO === output
|
67
|
+
return if output.closed?
|
68
|
+
|
69
|
+
output.puts
|
70
|
+
|
71
|
+
output.flush
|
72
|
+
output.close unless output == $stdout
|
73
|
+
end
|
74
|
+
end
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
data/vendor/bundle/jruby/2.2.0/gems/rspec-core-3.5.3/lib/rspec/core/formatters/bisect_formatter.rb
ADDED
@@ -0,0 +1,69 @@
|
|
1
|
+
require 'drb/drb'
|
2
|
+
|
3
|
+
module RSpec
|
4
|
+
module Core
|
5
|
+
module Formatters
|
6
|
+
# Used by `--bisect`. When it shells out and runs a portion of the suite, it uses
|
7
|
+
# this formatter as a means to have the status reported back to it, via DRb.
|
8
|
+
#
|
9
|
+
# Note that since DRb calls carry considerable overhead compared to normal
|
10
|
+
# method calls, we try to minimize the number of DRb calls for perf reasons,
|
11
|
+
# opting to communicate only at the start and the end of the run, rather than
|
12
|
+
# after each example.
|
13
|
+
# @private
|
14
|
+
class BisectFormatter
|
15
|
+
Formatters.register self, :start, :start_dump, :example_started,
|
16
|
+
:example_failed, :example_passed, :example_pending
|
17
|
+
|
18
|
+
def initialize(_output)
|
19
|
+
port = RSpec.configuration.drb_port
|
20
|
+
drb_uri = "druby://localhost:#{port}"
|
21
|
+
@all_example_ids = []
|
22
|
+
@failed_example_ids = []
|
23
|
+
@bisect_server = DRbObject.new_with_uri(drb_uri)
|
24
|
+
@remaining_failures = []
|
25
|
+
RSpec.configuration.files_or_directories_to_run = @bisect_server.files_or_directories_to_run
|
26
|
+
end
|
27
|
+
|
28
|
+
def start(_notification)
|
29
|
+
@remaining_failures = Set.new(@bisect_server.expected_failures)
|
30
|
+
end
|
31
|
+
|
32
|
+
def example_started(notification)
|
33
|
+
@all_example_ids << notification.example.id
|
34
|
+
end
|
35
|
+
|
36
|
+
def example_failed(notification)
|
37
|
+
@failed_example_ids << notification.example.id
|
38
|
+
example_finished(notification, :failed)
|
39
|
+
end
|
40
|
+
|
41
|
+
def example_passed(notification)
|
42
|
+
example_finished(notification, :passed)
|
43
|
+
end
|
44
|
+
|
45
|
+
def example_pending(notification)
|
46
|
+
example_finished(notification, :pending)
|
47
|
+
end
|
48
|
+
|
49
|
+
def start_dump(_notification)
|
50
|
+
@bisect_server.latest_run_results = RunResults.new(
|
51
|
+
@all_example_ids, @failed_example_ids
|
52
|
+
)
|
53
|
+
end
|
54
|
+
|
55
|
+
RunResults = Struct.new(:all_example_ids, :failed_example_ids)
|
56
|
+
|
57
|
+
private
|
58
|
+
|
59
|
+
def example_finished(notification, status)
|
60
|
+
return unless @remaining_failures.include?(notification.example.id)
|
61
|
+
@remaining_failures.delete(notification.example.id)
|
62
|
+
|
63
|
+
return if status == :failed && !@remaining_failures.empty?
|
64
|
+
RSpec.world.wants_to_quit = true
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|