mango 0.6.3 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.ruby-version +1 -0
- data/CHANGES.md +50 -10
- data/Gemfile +2 -1
- data/Gemfile.lock +38 -41
- data/README.md +40 -55
- data/Rakefile +0 -1
- data/bin/autospec +16 -0
- data/bin/bluecloth +16 -0
- data/bin/dotenv +16 -0
- data/bin/foreman +16 -0
- data/bin/haml +16 -0
- data/bin/html2haml +16 -0
- data/bin/htmldiff +16 -0
- data/bin/ldiff +16 -0
- data/bin/mango +13 -5
- data/bin/puma +16 -0
- data/bin/pumactl +16 -0
- data/bin/rackup +16 -0
- data/bin/rake2thor +16 -0
- data/bin/rspec +16 -0
- data/bin/sass +16 -0
- data/bin/sass-convert +16 -0
- data/bin/scss +16 -0
- data/bin/thor +16 -0
- data/bin/tilt +16 -0
- data/bin/yard +16 -0
- data/bin/yardoc +16 -0
- data/bin/yri +16 -0
- data/exec/mango +4 -0
- data/lib/mango.rb +1 -5
- data/lib/mango/application.rb +16 -26
- data/lib/mango/content_page.rb +1 -3
- data/lib/mango/core_ext/string.rb +0 -2
- data/lib/mango/core_ext/uri.rb +1 -3
- data/lib/mango/runner.rb +2 -2
- data/lib/mango/templates/Gemfile +2 -2
- data/lib/mango/templates/Procfile +1 -0
- data/lib/mango/templates/config.ru +0 -1
- data/lib/mango/templates/themes/default/views/404.haml +1 -1
- data/lib/mango/templates/themes/default/views/layout.haml +8 -8
- data/lib/mango/version.rb +1 -3
- data/mango.gemspec +18 -22
- data/spec/bin/mango_spec.rb +2 -3
- data/spec/fixture/themes/default/public/404.html +1 -1
- data/spec/fixture/themes/default/public/images/index.html +1 -1
- data/spec/fixture/themes/default/public/override +1 -1
- data/spec/fixture/themes/default/views/404.erb +1 -1
- data/spec/fixture/themes/default/views/404.haml +1 -1
- data/spec/fixture/themes/default/views/404.liquid +1 -1
- data/spec/fixture/themes/default/views/layout.erb +1 -1
- data/spec/fixture/themes/default/views/layout.haml +1 -1
- data/spec/fixture/themes/default/views/layout.liquid +1 -1
- data/spec/lib/application/routing_content_pages_spec.rb +18 -19
- data/spec/lib/application/routing_javascript_templates_spec.rb +6 -4
- data/spec/lib/application/routing_not_found_spec.rb +4 -5
- data/spec/lib/application/routing_public_files_spec.rb +7 -8
- data/spec/lib/application/routing_stylesheet_templates_spec.rb +3 -4
- data/spec/lib/application_spec.rb +2 -3
- data/spec/lib/content_page/initializing_spec.rb +12 -13
- data/spec/lib/content_page_spec.rb +1 -2
- data/spec/lib/core_ext/string_spec.rb +0 -1
- data/spec/lib/core_ext/uri_spec.rb +0 -1
- data/spec/lib/flavored_markdown_spec.rb +1 -2
- data/spec/lib/runner_spec.rb +19 -13
- data/spec/lib/version_spec.rb +1 -2
- data/spec/quality_spec.rb +0 -15
- data/spec/spec_helper.rb +0 -9
- data/vendor/bundler/ruby/2.0.0/bin/autospec +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/bluecloth +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/dotenv +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/foreman +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/haml +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/htmldiff +25 -0
- data/vendor/bundler/ruby/2.0.0/bin/ldiff +25 -0
- data/vendor/bundler/ruby/2.0.0/bin/mango +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/puma +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/pumactl +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/rackup +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/rake2thor +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/rspec +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/sass +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/sass-convert +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/scss +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/thor +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/tilt +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/yard +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/yardoc +23 -0
- data/vendor/bundler/ruby/2.0.0/bin/yri +23 -0
- data/vendor/bundler/ruby/2.0.0/build_info/backports-3.3.5.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/bluecloth-2.1.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/coffee-script-2.2.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/coffee-script-source-1.1.1.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/coffee-script-source-1.6.3.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/diff-lcs-1.1.2.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/diff-lcs-1.2.5.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/dotenv-0.9.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/execjs-1.0.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/execjs-2.0.2.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/foreman-0.63.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/haml-3.1.1.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/haml-3.1.8.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/haml-4.0.4.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/liquid-2.2.2.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/multi_json-1.0.3.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/puma-2.6.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rack-1.2.3.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rack-1.5.2.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rack-protection-1.5.1.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rack-test-0.6.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rspec-2.14.1.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rspec-2.6.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rspec-core-2.14.7.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rspec-core-2.6.3.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rspec-expectations-2.14.4.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rspec-expectations-2.6.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rspec-mocks-2.14.4.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/rspec-mocks-2.6.0.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/sass-3.1.1.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/sass-3.2.12.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/sinatra-1.2.6.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/sinatra-1.2.9.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/sinatra-1.4.4.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/thor-0.14.6.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/tilt-1.3.2.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/tilt-1.4.1.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/yard-0.7.1.info +1 -0
- data/vendor/bundler/ruby/2.0.0/build_info/yard-0.8.7.3.info +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/.gemtest +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/History.md +97 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/LICENSE +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/LICENSE.discount +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/Manifest.txt +103 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/README.md +103 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/Rakefile +135 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/bin/bluecloth +84 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/.RUBYARCHDIR.time +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/Csio.c +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/Csio.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/Makefile +238 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/VERSION +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/amalloc.h +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/bluecloth.c +429 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/bluecloth.h +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/bluecloth.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/bluecloth_ext.bundle +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/config.h +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/css.c +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/css.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/cstring.h +77 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/docheader.c +49 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/docheader.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/emmatch.c +188 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/emmatch.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/extconf.h +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/extconf.rb +49 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/generate.c +1747 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/generate.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/html5.c +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/html5.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/markdown.c +1237 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/markdown.h +183 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/markdown.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/mkdio.c +357 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/mkdio.h +108 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/mkdio.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/mkmf.log +162 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/resource.c +157 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/resource.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/setup.c +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/setup.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/tags.c +123 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/tags.h +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/tags.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/version.c +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/version.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/xml.c +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/xml.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/xmlpage.c +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/xmlpage.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/lib/bluecloth.rb +214 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/lib/bluecloth_ext.bundle +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/101_changes_spec.rb +138 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/TEMPLATE +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/autolinks_spec.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/blockquotes_spec.rb +142 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/code_spans_spec.rb +161 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/emphasis_spec.rb +161 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/entities_spec.rb +80 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/hrules_spec.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/images_spec.rb +89 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/inline_html_spec.rb +198 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/links_spec.rb +167 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/lists_spec.rb +291 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/paragraphs_spec.rb +72 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth/titles_spec.rb +302 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bluecloth_spec.rb +297 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/bugfix_spec.rb +252 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/contributions_spec.rb +77 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/antsugar.txt +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Amps and angle encoding.html +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Amps and angle encoding.text +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Auto links.html +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Auto links.text +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Backslash escapes.html +118 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Backslash escapes.text +120 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Blockquotes with code blocks.html +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Blockquotes with code blocks.text +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Code Blocks.html +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Code Blocks.text +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Code Spans.html +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Code Spans.text +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Hard-wrapped paragraphs with list-like lines.html +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Hard-wrapped paragraphs with list-like lines.text +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Horizontal rules.html +71 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Horizontal rules.text +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Inline HTML (Advanced).html +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Inline HTML (Advanced).text +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Inline HTML (Simple).html +72 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Inline HTML (Simple).text +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Inline HTML comments.html +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Inline HTML comments.text +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Links, inline style.html +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Links, inline style.text +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Links, reference style.html +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Links, reference style.text +71 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Links, shortcut references.html +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Links, shortcut references.text +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Literal quotes in titles.html +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Literal quotes in titles.text +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Markdown Documentation - Basics.html +314 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Markdown Documentation - Basics.text +306 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Markdown Documentation - Syntax.html +942 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Markdown Documentation - Syntax.text +888 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Nested blockquotes.html +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Nested blockquotes.text +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Ordered and unordered lists.html +148 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Ordered and unordered lists.text +131 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Strong and em together.html +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Strong and em together.text +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Tabs.html +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Tabs.text +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Tidyness.html +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Tidyness.text +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/ml-announce.txt +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/re-overflow.txt +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/re-overflow2.txt +281 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/discount_spec.rb +426 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/lib/constants.rb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/lib/helpers.rb +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/lib/matchers.rb +224 -0
- data/vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/markdowntest_spec.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/coffee-script-2.2.0/LICENSE +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/coffee-script-2.2.0/README.md +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/coffee-script-2.2.0/lib/coffee-script.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/coffee-script-2.2.0/lib/coffee_script.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/coffee-script-source-1.6.3/lib/coffee_script/coffee-script.js +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/coffee-script-source-1.6.3/lib/coffee_script/source.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/.autotest +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/.gemtest +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/.hoerc +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/.rspec +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/.travis.yml +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/Contributing.rdoc +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/Gemfile +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/History.rdoc +152 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/License.rdoc +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/Manifest.txt +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/README.rdoc +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/Rakefile +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/autotest/discover.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/bin/htmldiff +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/bin/ldiff +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/docs/COPYING.txt +339 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/docs/artistic.txt +127 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff-lcs.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs.rb +805 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/array.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/block.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/callbacks.rb +322 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/change.rb +177 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/htmldiff.rb +149 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/hunk.rb +276 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/internals.rb +301 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/ldiff.rb +195 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/string.rb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/change_spec.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/diff_spec.rb +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/hunk_spec.rb +72 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/issues_spec.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/lcs_spec.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/patch_spec.rb +414 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/sdiff_spec.rb +214 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/spec_helper.rb +290 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/traverse_balanced_spec.rb +310 -0
- data/vendor/bundler/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/traverse_sequences_spec.rb +139 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/.env +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/.gitignore +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/.travis.yml +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/Changelog.md +83 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/Gemfile +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/Guardfile +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/LICENSE +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/README.md +95 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/Rakefile +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/bin/dotenv +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/dotenv-rails.gemspec +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/dotenv.gemspec +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/lib/dotenv-rails.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/lib/dotenv.rb +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/lib/dotenv/capistrano.rb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/lib/dotenv/capistrano/recipes.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/lib/dotenv/environment.rb +76 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/lib/dotenv/format_error.rb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/lib/dotenv/railtie.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/lib/dotenv/tasks.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/lib/dotenv/version.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/spec/dotenv/environment_spec.rb +137 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/spec/dotenv_spec.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/spec/fixtures/exported.env +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/spec/fixtures/plain.env +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/spec/fixtures/quoted.env +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/spec/fixtures/yaml.env +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/dotenv-0.9.0/spec/spec_helper.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/LICENSE +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/README.md +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/disabled_runtime.rb +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/encoding.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/external_runtime.rb +205 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/johnson_runtime.rb +106 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/module.rb +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/mustang_runtime.rb +76 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/ruby_racer_runtime.rb +105 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/ruby_rhino_runtime.rb +89 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/runtime.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/runtimes.rb +94 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/support/jsc_runner.js +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/support/jscript_runner.js +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/support/json2.js +481 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/support/node_runner.js +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/support/spidermonkey_runner.js +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/execjs-2.0.2/lib/execjs/version.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/README.md +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/bin/foreman +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/bin/foreman-runner +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/bin/taskman +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/example/Procfile +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/example/Procfile.without_colon +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/example/error +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/example/log/neverdie.log +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/example/spawnee +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/example/spawner +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/example/ticker +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/example/utf8 +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/export/bluepill/master.pill.erb +28 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/export/launchd/launchd.plist.erb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/export/runit/log/run.erb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/export/runit/run.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/export/supervisord/app.conf.erb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/export/upstart/master.conf.erb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/export/upstart/process.conf.erb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/data/export/upstart/process_master.conf.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/capistrano.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/cli.rb +155 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/distribution.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/engine.rb +428 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/engine/cli.rb +104 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/export.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/export/base.rb +146 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/export/bluepill.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/export/inittab.rb +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/export/launchd.rb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/export/runit.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/export/supervisord.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/export/upstart.rb +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/helpers.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/process.rb +125 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/procfile.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/lib/foreman/version.rb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/man/foreman.1 +240 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/cli_spec.rb +96 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/engine_spec.rb +112 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/export/base_spec.rb +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/export/bluepill_spec.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/export/inittab_spec.rb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/export/launchd_spec.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/export/runit_spec.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/export/supervisord_spec.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/export/upstart_spec.rb +104 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/export_spec.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/helpers_spec.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/process_spec.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman/procfile_spec.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/foreman_spec.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/helper_spec.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/Procfile +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/bin/echo +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/bin/env +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/bin/test +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/bin/utf8 +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/bluepill/app-concurrency.pill +49 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/bluepill/app.pill +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/inittab/inittab.concurrency +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/inittab/inittab.default +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/launchd/launchd-a.default +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/launchd/launchd-b.default +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/launchd/launchd-c.default +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/runit/app-alpha-1/log/run +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/runit/app-alpha-1/run +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/runit/app-alpha-2/log/run +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/runit/app-alpha-2/run +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/runit/app-bravo-1/log/run +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/runit/app-bravo-1/run +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/supervisord/app-alpha-1.conf +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/supervisord/app-alpha-2.conf +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/upstart/app-alpha-1.conf +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/upstart/app-alpha-2.conf +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/upstart/app-alpha.conf +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/upstart/app-bravo-1.conf +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/upstart/app-bravo.conf +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/resources/export/upstart/app.conf +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/foreman-0.63.0/spec/spec_helper.rb +159 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/.yardopts +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/CHANGELOG.md +1341 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/FAQ.md +157 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/MIT-LICENSE +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/README.md +173 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/REFERENCE.md +1294 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/Rakefile +134 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/bin/haml +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/buffer.rb +345 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/compiler.rb +540 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/engine.rb +245 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/error.rb +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/exec.rb +329 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/filters.rb +404 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/helpers.rb +655 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/helpers/action_view_extensions.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/helpers/action_view_mods.rb +154 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/helpers/action_view_xss_mods.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/helpers/safe_erubis_template.rb +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/helpers/xss_mods.rb +104 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/options.rb +277 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/parser.rb +764 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/railtie.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/sass_rails_filter.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/template.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/template/options.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/template/plugin.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/util.rb +377 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/version.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/engine_test.rb +2013 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/erb/_av_partial_1.erb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/erb/_av_partial_2.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/erb/action_view.erb +62 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/erb/standard.erb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/filters_test.rb +254 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/gemfiles/Gemfile.rails-3.0.x +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/gemfiles/Gemfile.rails-3.1.x +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/gemfiles/Gemfile.rails-3.2.x +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/gemfiles/Gemfile.rails-4.0.x +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/gemfiles/Gemfile.rails-4.0.x.lock +101 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/helper_test.rb +565 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/markaby/standard.mab +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/mocks/article.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/parser_test.rb +105 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/content_for_layout.xhtml +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/eval_suppressed.xhtml +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/helpers.xhtml +70 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/helpful.xhtml +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/just_stuff.xhtml +70 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/list.xhtml +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/nuke_inner_whitespace.xhtml +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/nuke_outer_whitespace.xhtml +148 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/original_engine.xhtml +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/partial_layout.xhtml +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/partial_layout_erb.xhtml +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/partials.xhtml +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/render_layout.xhtml +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/silent_script.xhtml +74 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/standard.xhtml +162 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/tag_parsing.xhtml +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/very_basic.xhtml +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/results/whitespace_handling.xhtml +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/template_test.rb +331 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/_av_partial_1.haml +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/_av_partial_1_ugly.haml +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/_av_partial_2.haml +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/_av_partial_2_ugly.haml +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/_layout.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/_layout_for_partial.haml +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/_partial.haml +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/_text_area.haml +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/_text_area_helper.html.haml +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/action_view.haml +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/action_view_ugly.haml +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/breakage.haml +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/content_for_layout.haml +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/eval_suppressed.haml +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/helpers.haml +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/helpful.haml +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/just_stuff.haml +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/list.haml +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/nuke_inner_whitespace.haml +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/nuke_outer_whitespace.haml +144 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/original_engine.haml +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/partial_layout.haml +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/partial_layout_erb.erb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/partialize.haml +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/partials.haml +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/render_layout.haml +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/silent_script.haml +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/standard.haml +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/standard_ugly.haml +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/tag_parsing.haml +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/very_basic.haml +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/templates/whitespace_handling.haml +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/test_helper.rb +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/test/util_test.rb +63 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/History.txt +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/MIT-LICENSE +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/Manifest.txt +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/README.md +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/extras/liquid_view.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid.rb +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/block.rb +101 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/condition.rb +120 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/context.rb +249 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/document.rb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/drop.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/errors.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/extensions.rb +56 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/file_system.rb +62 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/htmltags.rb +74 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/module_ex.rb +62 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/standardfilters.rb +226 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/strainer.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tag.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/assign.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/capture.rb +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/case.rb +83 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/comment.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/cycle.rb +59 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/for.rb +136 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/if.rb +79 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/ifchanged.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/include.rb +56 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/literal.rb +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/tags/unless.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/template.rb +149 -0
- data/vendor/bundler/ruby/2.0.0/gems/liquid-2.2.2/lib/liquid/variable.rb +50 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/COPYING +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/Gemfile +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/History.txt +423 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/LICENSE +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/Manifest.txt +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/README.md +211 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/Rakefile +158 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/TODO +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/bin/puma +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/bin/pumactl +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/docs/config.md +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/docs/nginx.md +80 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/.RUBYARCHDIR.time +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/Makefile +238 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/PumaHttp11Service.java +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/ext_help.h +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/extconf.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/http11_parser.c +1225 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/http11_parser.h +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/http11_parser.java.rl +161 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/http11_parser.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/http11_parser.rl +146 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/http11_parser_common.rl +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/io_buffer.c +155 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/io_buffer.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/mini_ssl.c +195 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/mini_ssl.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/org/jruby/puma/Http11.java +225 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/org/jruby/puma/Http11Parser.java +488 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/org/jruby/puma/MiniSSL.java +289 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/puma_http11.bundle +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/puma_http11.c +491 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/ext/puma_http11/puma_http11.o +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/accept_nonblock.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/app/status.rb +59 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/binder.rb +293 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/capistrano.rb +72 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/cli.rb +522 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/client.rb +277 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/cluster.rb +317 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/compat.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/configuration.rb +330 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/const.rb +158 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/control_cli.rb +251 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/daemon_ext.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/delegation.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/detect.rb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/events.rb +130 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/io_buffer.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/java_io_buffer.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/jruby_restart.rb +83 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/minissl.rb +140 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/null_io.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/puma_http11.bundle +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/rack_default.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/rack_patch.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/reactor.rb +162 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/runner.rb +138 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/server.rb +790 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/single.rb +102 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/tcp_logger.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/thread_pool.rb +185 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/puma/util.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/lib/rack/handler/puma.rb +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/puma.gemspec +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_app_status.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_cli.rb +173 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_config.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_http10.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_http11.rb +126 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_integration.rb +165 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_iobuffer.rb +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_minissl.rb +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_null_io.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_persistent.rb +238 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_puma_server.rb +292 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_rack_handler.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_rack_server.rb +141 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_tcp_rack.rb +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_thread_pool.rb +156 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_unix_socket.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/test/test_ws.rb +89 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/tools/jungle/README.md +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/tools/jungle/init.d/README.md +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/tools/jungle/init.d/puma +332 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/tools/jungle/init.d/run-puma +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/tools/jungle/upstart/README.md +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/tools/jungle/upstart/puma-manager.conf +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/tools/jungle/upstart/puma.conf +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/puma-2.6.0/tools/trickletest.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/COPYING +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/KNOWN-ISSUES +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/README.rdoc +624 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/Rakefile +125 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/SPEC +237 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/bin/rackup +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/contrib/rack.png +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/contrib/rack.svg +150 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/contrib/rack_logo.svg +111 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/contrib/rdoc.css +412 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/example/lobster.ru +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/example/protectedlobster.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/example/protectedlobster.ru +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/auth/abstract/handler.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/auth/abstract/request.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/auth/basic.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/auth/digest/md5.rb +129 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/auth/digest/nonce.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/auth/digest/params.rb +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/auth/digest/request.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/backports/uri/common_18.rb +56 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/backports/uri/common_192.rb +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/backports/uri/common_193.rb +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/body_proxy.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb +149 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/cascade.rb +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/chunked.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/commonlogger.rb +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/conditionalget.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/config.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/content_length.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/content_type.rb +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/deflater.rb +116 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/directory.rb +161 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/etag.rb +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/file.rb +138 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler.rb +107 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/cgi.rb +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/evented_mongrel.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/fastcgi.rb +98 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/lsws.rb +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/mongrel.rb +100 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/scgi.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/thin.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/webrick.rb +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/head.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/lint.rb +699 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/lobster.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/lock.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/logger.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/methodoverride.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/mime.rb +677 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/mock.rb +190 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/multipart.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/multipart/generator.rb +93 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/multipart/parser.rb +176 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/multipart/uploaded_file.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/nulllogger.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/recursive.rb +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/reloader.rb +109 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/request.rb +380 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/response.rb +155 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/rewindable_input.rb +104 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/runtime.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/sendfile.rb +155 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb +362 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb +398 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/session/cookie.rb +178 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/session/memcache.rb +93 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/session/pool.rb +79 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/showexceptions.rb +378 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/showstatus.rb +113 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/static.rb +153 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/urlmap.rb +76 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/utils.rb +628 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/lib/rack/utils/okjson.rb +599 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/rack.gemspec +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/builder/anything.rb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/builder/comment.ru +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/builder/end.ru +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/builder/line.ru +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/builder/options.ru +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/assets/folder/test.js +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/assets/fonts/font.eot +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/assets/images/image.png +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/assets/index.html +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/assets/javascripts/app.js +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/assets/stylesheets/app.css +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/lighttpd.conf +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/rackup_stub.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/sample_rackup.ru +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/test +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/test+directory/test+file +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/test.fcgi +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/cgi/test.ru +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/gemloader.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/bad_robots +259 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/binary +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/content_type_and_no_filename +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/empty +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/fail_16384_nofile +814 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/file1.txt +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/filename_and_modification_param +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/filename_with_escaped_quotes +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/filename_with_percent_escaped_quotes +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/filename_with_unescaped_percentages +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/filename_with_unescaped_percentages2 +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/filename_with_unescaped_percentages3 +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/filename_with_unescaped_quotes +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/ie +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/mixed_files +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/nested +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/none +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/semicolon +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/text +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/multipart/webkit +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/rackup/config.ru +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/registering_handler/rack/handler/registering_myself.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_auth_basic.rb +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_auth_digest.rb +259 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_body_proxy.rb +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_builder.rb +214 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_cascade.rb +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_cgi.rb +102 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_chunked.rb +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_commonlogger.rb +57 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_conditionalget.rb +102 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_config.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_content_length.rb +83 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_content_type.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_deflater.rb +204 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_directory.rb +88 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_etag.rb +98 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_fastcgi.rb +107 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_file.rb +213 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_handler.rb +59 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_head.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_lint.rb +522 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_lobster.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_lock.rb +164 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_logger.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_methodoverride.rb +75 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_mime.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_mock.rb +269 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_mongrel.rb +182 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_multipart.rb +445 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_nulllogger.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_recursive.rb +72 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_request.rb +1078 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_response.rb +313 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_rewindable_input.rb +118 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_runtime.rb +49 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_sendfile.rb +130 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_server.rb +143 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_session_abstract_id.rb +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_session_cookie.rb +367 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_session_memcache.rb +321 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_session_pool.rb +209 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_showexceptions.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_showstatus.rb +84 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_static.rb +145 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_thin.rb +91 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_urlmap.rb +213 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_utils.rb +573 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/spec_webrick.rb +143 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/static/another/index.html +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/static/index.html +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/testrequest.rb +78 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-1.5.2/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/License +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/README.md +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/Rakefile +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack-protection.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection.rb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/authenticity_token.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/base.rb +119 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/escaped_params.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/form_token.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/frame_options.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/http_origin.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/ip_spoofing.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/json_csrf.rb +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/path_traversal.rb +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/remote_referrer.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/remote_token.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/session_hijacking.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/version.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/lib/rack/protection/xss_header.rb +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/rack-protection.gemspec +108 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/authenticity_token_spec.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/base_spec.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/escaped_params_spec.rb +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/form_token_spec.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/frame_options_spec.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/http_origin_spec.rb +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/ip_spoofing_spec.rb +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/json_csrf_spec.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/path_traversal_spec.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/protection_spec.rb +70 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/remote_referrer_spec.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/remote_token_spec.rb +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/session_hijacking_spec.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/spec_helper.rb +163 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-protection-1.5.1/spec/xss_header_spec.rb +56 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/.document +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/.gitignore +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/Gemfile +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/Gemfile.lock +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/History.txt +145 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/MIT-LICENSE.txt +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/README.rdoc +57 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/Rakefile +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/Thorfile +114 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/lib/rack/mock_session.rb +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/lib/rack/test.rb +292 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/lib/rack/test/cookie_jar.rb +176 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/lib/rack/test/methods.rb +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/lib/rack/test/mock_digest_request.rb +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/lib/rack/test/uploaded_file.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/lib/rack/test/utils.rb +131 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/rack-test.gemspec +78 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/fixtures/bar.txt +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/fixtures/config.ru +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/fixtures/fake_app.rb +128 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/fixtures/foo.txt +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/rack/test/cookie_spec.rb +201 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/rack/test/digest_auth_spec.rb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/rack/test/multipart_spec.rb +147 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/rack/test/utils_spec.rb +121 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/rack/test_spec.rb +475 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/spec_helper.rb +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/support/matchers/body.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rack-test-0.6.0/spec/support/matchers/challenge.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-2.14.1/License.txt +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-2.14.1/README.md +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-2.14.1/lib/rspec.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-2.14.1/lib/rspec/version.rb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/.document +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/.yardopts +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/Changelog.md +904 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/License.txt +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/README.md +261 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/exe/autospec +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/exe/rspec +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/Autotest.md +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/README.md +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/Upgrade.md +364 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/README.md +28 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/example_name_option.feature +97 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/exit_status.feature +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/format_option.feature +75 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/init.feature +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/line_number_appended_to_path.feature +140 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/line_number_option.feature +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/order.feature +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/pattern_option.feature +49 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/rake_task.feature +122 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/require_option.feature +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/ruby.feature +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/tag.feature +98 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/command_line/warnings_option.feature +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/alias_example_to.feature +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/backtrace_clean_patterns.feature +102 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/custom_settings.feature +84 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/default_path.feature +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/deprecation_stream.feature +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/fail_fast.feature +77 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/failure_exit_code.feature +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/order_and_seed.feature +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/output_stream.feature +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/pattern.feature +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/profile.feature +220 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/read_options_from_file.feature +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/run_all_when_everything_filtered.feature +76 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/show_failures_in_pending_blocks.feature +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/configuration/treat_symbols_as_metadata_keys_with_true_values.feature +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/example_groups/basic_structure.feature +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/example_groups/shared_context.feature +74 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/example_groups/shared_examples.feature +294 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/expectation_framework_integration/configure_expectation_framework.feature +102 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/filtering/exclusion_filters.feature +138 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/filtering/if_and_unless.feature +168 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/filtering/inclusion_filters.feature +105 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/formatters/configurable_colors.feature +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/formatters/custom_formatter.feature +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/formatters/json_formatter.feature +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/formatters/text_formatter.feature +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/helper_methods/arbitrary_methods.feature +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/helper_methods/let.feature +50 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/helper_methods/modules.feature +149 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/hooks/around_hooks.feature +343 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/hooks/before_and_after_hooks.feature +427 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/hooks/filtering.feature +234 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/metadata/current_example.feature +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/metadata/described_class.feature +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/metadata/user_defined.feature +113 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/mock_framework_integration/use_any_framework.feature +106 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/mock_framework_integration/use_flexmock.feature +96 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/mock_framework_integration/use_mocha.feature +97 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/mock_framework_integration/use_rr.feature +98 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/mock_framework_integration/use_rspec.feature +97 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/pending/pending_examples.feature +229 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/spec_files/arbitrary_file_suffix.feature +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/step_definitions/additional_cli_steps.rb +49 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/subject/attribute_of_subject.feature +124 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/subject/explicit_subject.feature +101 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/subject/implicit_receiver.feature +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/subject/implicit_subject.feature +63 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/support/env.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/features/support/rubinius.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/autotest/discover.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/autotest/rspec2.rb +73 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/autorun.rb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core.rb +169 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/backtrace_cleaner.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/backward_compatibility.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/command_line.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/configuration.rb +1174 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/configuration_options.rb +156 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/deprecation.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/drb_command_line.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/drb_options.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/dsl.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/example.rb +325 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/example_group.rb +479 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/extensions/instance_eval_with_args.rb +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/extensions/kernel.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/extensions/module_eval_with_args.rb +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/extensions/ordered.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/filter_manager.rb +203 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/base_formatter.rb +246 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/base_text_formatter.rb +329 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/deprecation_formatter.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/documentation_formatter.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/helpers.rb +110 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/html_formatter.rb +155 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/html_printer.rb +408 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/json_formatter.rb +70 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/progress_formatter.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/snippet_extractor.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/formatters/text_mate_formatter.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/hooks.rb +519 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/memoized_helpers.rb +514 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/metadata.rb +299 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/metadata_hash_builder.rb +97 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/mocking/with_absolutely_nothing.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/mocking/with_flexmock.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/mocking/with_mocha.rb +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/mocking/with_rr.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/mocking/with_rspec.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/option_parser.rb +219 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/pending.rb +113 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/project_initializer.rb +86 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/rake_task.rb +206 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/reporter.rb +132 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/ruby_project.rb +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/runner.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/shared_example_group.rb +185 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/shared_example_group/collection.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/version.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/lib/rspec/core/world.rb +127 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/autotest/discover_spec.rb +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/autotest/failed_results_re_spec.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/autotest/rspec_spec.rb +133 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/command_line/order_spec.rb +204 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/backtrace_cleaner_spec.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/command_line_spec.rb +108 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/command_line_spec_output.txt +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/configuration_options_spec.rb +417 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/configuration_spec.rb +1561 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/deprecation_spec.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/deprecations_spec.rb +73 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/drb_command_line_spec.rb +102 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/drb_options_spec.rb +193 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/dsl_spec.rb +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/example_group_spec.rb +1187 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/example_spec.rb +465 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/filter_manager_spec.rb +246 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/base_formatter_spec.rb +108 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/base_text_formatter_spec.rb +494 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/deprecation_formatter_spec.rb +96 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/documentation_formatter_spec.rb +88 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/helpers_spec.rb +104 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/html_formatted-1.8.7-jruby.html +404 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/html_formatted-1.8.7-rbx.html +477 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/html_formatted-1.8.7.html +414 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/html_formatted-1.9.2.html +425 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/html_formatted-1.9.3-jruby.html +404 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/html_formatted-1.9.3-rbx.html +477 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/html_formatted-1.9.3.html +425 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/html_formatted-2.0.0.html +425 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/html_formatter_spec.rb +110 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/json_formatter_spec.rb +115 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/progress_formatter_spec.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/snippet_extractor_spec.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/text_mate_formatted-1.8.7-jruby.html +395 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/text_mate_formatted-1.8.7-rbx.html +477 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html +414 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html +425 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/text_mate_formatted-1.9.3-jruby.html +404 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/text_mate_formatted-1.9.3-rbx.html +477 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/text_mate_formatted-1.9.3.html +425 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/text_mate_formatted-2.0.0.html +425 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/formatters/text_mate_formatter_spec.rb +96 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/hooks_filtering_spec.rb +227 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/hooks_spec.rb +267 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/kernel_extensions_spec.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/memoized_helpers_spec.rb +688 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/metadata_spec.rb +491 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/option_parser_spec.rb +242 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/pending_example_spec.rb +220 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/project_initializer_spec.rb +130 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/rake_task_spec.rb +181 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/reporter_spec.rb +141 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/resources/a_bar.rb +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/resources/a_foo.rb +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/resources/a_spec.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/resources/custom_example_group_runner.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/resources/formatter_specs.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/resources/utf8_encoded.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/rspec_matchers_spec.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/ruby_project_spec.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/runner_spec.rb +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/shared_context_spec.rb +114 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/shared_example_group/collection_spec.rb +70 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/shared_example_group_spec.rb +120 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core/world_spec.rb +142 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/rspec/core_spec.rb +74 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/spec_helper.rb +132 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/config_options_helper.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/helper_methods.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/in_sub_process.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/isolate_load_path_mutation.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/isolated_directory.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/isolated_home_directory.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/matchers.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/mathn_integration_support.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/sandboxed_mock_space.rb +100 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/shared_example_groups.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-core-2.14.7/spec/support/spec_files.rb +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/.document +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/.yardopts +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/Changelog.md +419 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/License.txt +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/README.md +184 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/README.md +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/Upgrade.md +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/README.md +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/be.feature +175 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/be_within.feature +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/cover.feature +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/end_with.feature +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/equality.feature +139 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/exist.feature +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/expect_change.feature +59 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/expect_error.feature +144 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/have.feature +109 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/include.feature +174 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/match.feature +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/operators.feature +227 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/predicates.feature +137 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/respond_to.feature +84 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/satisfy.feature +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/start_with.feature +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/throw_symbol.feature +91 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/types.feature +116 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/built_in_matchers/yield.feature +161 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/custom_matchers/access_running_example.feature +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/custom_matchers/define_diffable_matcher.feature +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/custom_matchers/define_matcher.feature +368 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/custom_matchers/define_matcher_outside_rspec.feature +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/custom_matchers/define_matcher_with_fluent_interface.feature +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/customized_message.feature +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/diffing.feature +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/implicit_docstrings.feature +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/step_definitions/additional_cli_steps.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/support/env.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/support/rubinius.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/syntax_configuration.feature +71 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/test_frameworks/test_unit.feature +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec-expectations.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations.rb +73 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/deprecation.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/differ.rb +154 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/errors.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/expectation_target.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/extensions.rb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/extensions/array.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/extensions/object.rb +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/fail_with.rb +79 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/handler.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/syntax.rb +164 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/expectations/version.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers.rb +694 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/be_close.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/base_matcher.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/be.rb +197 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/be_instance_of.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/be_kind_of.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/be_within.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/change.rb +141 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/cover.rb +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/eq.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/eql.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/equal.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/exist.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/has.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/have.rb +124 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/include.rb +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/match.rb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/match_array.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/raise_error.rb +127 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/respond_to.rb +74 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/satisfy.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/start_and_end_with.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/throw_symbol.rb +94 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/yield.rb +296 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/compatibility.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/configuration.rb +108 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/dsl.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/extensions/instance_eval_with_args.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/generated_descriptions.rb +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/matcher.rb +300 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/method_missing.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/operator_matcher.rb +113 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/pretty.rb +70 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/test_unit_integration.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/expectations/differ_spec.rb +229 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/expectations/expectation_target_spec.rb +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/expectations/extensions/kernel_spec.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/expectations/fail_with_spec.rb +114 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/expectations/handler_spec.rb +227 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/expectations/syntax_spec.rb +139 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/expectations_spec.rb +50 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/base_matcher_spec.rb +62 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/be_close_spec.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/be_instance_of_spec.rb +63 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/be_kind_of_spec.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/be_spec.rb +522 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/be_within_spec.rb +137 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/change_spec.rb +567 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/configuration_spec.rb +206 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/cover_spec.rb +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/description_generation_spec.rb +190 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/dsl_spec.rb +57 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/eq_spec.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/eql_spec.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/equal_spec.rb +78 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/exist_spec.rb +124 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/has_spec.rb +122 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/have_spec.rb +455 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/include_matcher_integration_spec.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/include_spec.rb +531 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/match_array_spec.rb +194 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/match_spec.rb +74 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/matcher_spec.rb +471 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/matchers_spec.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/method_missing_spec.rb +28 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/operator_matcher_spec.rb +252 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/raise_error_spec.rb +535 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/respond_to_spec.rb +292 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/satisfy_spec.rb +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/start_with_end_with_spec.rb +186 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/throw_symbol_spec.rb +116 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/rspec/matchers/yield_spec.rb +514 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/spec_helper.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/support/classes.rb +56 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/support/in_sub_process.rb +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/support/matchers.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/support/ruby_version.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/spec/support/shared_examples.rb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/.document +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/.yardopts +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/Changelog.md +420 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/License.txt +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/README.md +315 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/README.md +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/Scope.md +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/Upgrade.md +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/argument_matchers/README.md +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/argument_matchers/explicit.feature +59 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/argument_matchers/general_matchers.feature +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/argument_matchers/type_matchers.feature +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/README.md +73 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/allow_any_instance_of.feature +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/any_instance.feature +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/block_local_expectations.feature.pending +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/call_original.feature +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/expect_any_instance_of.feature +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/expect_message_using_expect.feature +107 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/expect_message_using_should_receive.feature +118 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/receive_counts.feature +209 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/message_expectations/warn_when_expectation_is_set_on_nil.feature +50 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/method_stubs/README.md +73 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/method_stubs/any_instance.feature +136 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/method_stubs/as_null_object.feature +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/method_stubs/simple_return_value_with_allow.feature +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/method_stubs/simple_return_value_with_stub.feature +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/method_stubs/stub_chain.feature +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/method_stubs/stub_implementation.feature +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/method_stubs/to_ary.feature +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/mutating_constants/README.md +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/mutating_constants/hiding_defined_constant.feature +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/mutating_constants/stub_defined_constant.feature +79 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/mutating_constants/stub_undefined_constant.feature +50 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/outside_rspec/configuration.feature +62 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/outside_rspec/standalone.feature +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/spies/spy_partial_mock_method.feature +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/spies/spy_pure_mock_method.feature +76 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/spies/spy_unstubbed_method.feature +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/step_definitions/additional_cli_steps.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/support/env.rb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/support/rubinius.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/features/test_frameworks/test_unit.feature +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks.rb +96 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/any_instance/chain.rb +94 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/any_instance/expectation_chain.rb +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/any_instance/message_chains.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/any_instance/recorder.rb +211 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/any_instance/stub_chain.rb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/argument_list_matcher.rb +97 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/argument_matchers.rb +238 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/configuration.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/deprecation.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/error_generator.rb +179 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/errors.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/example_methods.rb +156 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/extensions/instance_exec.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/extensions/marshal.rb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/framework.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/instance_method_stasher.rb +94 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/matchers/have_received.rb +93 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/matchers/receive.rb +97 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/message_expectation.rb +583 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/method_double.rb +271 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/mock.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/mutate_const.rb +403 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/order_group.rb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/proxy.rb +223 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/proxy_for_nil.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/space.rb +91 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/stub_chain.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/syntax.rb +349 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/targets.rb +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/test_double.rb +135 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/rspec/mocks/version.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/lib/spec/mocks.rb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/and_call_original_spec.rb +243 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/and_yield_spec.rb +127 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/any_instance/message_chains_spec.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/any_instance_spec.rb +987 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/any_number_of_times_spec.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/argument_expectation_spec.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/at_least_spec.rb +151 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/at_most_spec.rb +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/block_return_value_spec.rb +88 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/bug_report_10260_spec.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/bug_report_10263_spec.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/bug_report_11545_spec.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/bug_report_496_spec.rb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/bug_report_600_spec.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/bug_report_7611_spec.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/bug_report_8165_spec.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/bug_report_830_spec.rb +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/bug_report_957_spec.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/combining_implementation_instructions_spec.rb +205 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/configuration_spec.rb +150 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/double_spec.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/extensions/marshal_spec.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/failing_argument_matchers_spec.rb +110 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/hash_excluding_matcher_spec.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/hash_including_matcher_spec.rb +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/instance_method_stasher_spec.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/matchers/have_received_spec.rb +266 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/matchers/receive_spec.rb +336 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/methods_spec.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/mock_ordering_spec.rb +103 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/mock_space_spec.rb +113 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/mock_spec.rb +798 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/multiple_return_value_spec.rb +132 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/mutate_const_spec.rb +501 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/nil_expectation_warning_spec.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/null_object_mock_spec.rb +123 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/once_counts_spec.rb +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/options_hash_spec.rb +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/partial_mock_spec.rb +205 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/partial_mock_using_mocks_directly_spec.rb +95 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/passing_argument_matchers_spec.rb +142 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/precise_counts_spec.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/record_messages_spec.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/serialization_spec.rb +89 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/space_spec.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/stash_spec.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/stub_chain_spec.rb +154 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/stub_implementation_spec.rb +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/stub_spec.rb +353 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/stubbed_message_expectations_spec.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/syntax_agnostic_message_matchers_spec.rb +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/test_double_spec.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/to_ary_spec.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks/twice_counts_spec.rb +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/rspec/mocks_spec.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/rspec-mocks-2.14.4/spec/spec_helper.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/.yardopts +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/CONTRIBUTING +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/MIT-LICENSE +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/README.md +201 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/REVISION +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/Rakefile +347 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/VERSION +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/VERSION_DATE +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/VERSION_NAME +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/bin/sass +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/bin/sass-convert +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/bin/scss +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/extra/update_watch.rb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/init.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass.rb +95 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/cache_stores.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/cache_stores/base.rb +88 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/cache_stores/chain.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/cache_stores/filesystem.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/cache_stores/memory.rb +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/cache_stores/null.rb +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/callbacks.rb +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/css.rb +409 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/engine.rb +928 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/environment.rb +101 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/error.rb +201 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/exec.rb +707 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/importers.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/importers/base.rb +139 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/importers/filesystem.rb +190 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/logger.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/logger/base.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/logger/log_level.rb +49 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/media.rb +213 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/plugin.rb +132 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/plugin/compiler.rb +406 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/plugin/configuration.rb +123 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/plugin/generic.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/plugin/merb.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/plugin/rack.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/plugin/rails.rb +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/plugin/staleness_checker.rb +199 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/railtie.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/repl.rb +57 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/root.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/arg_list.rb +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/bool.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/color.rb +606 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/css_lexer.rb +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/css_parser.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/funcall.rb +237 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/functions.rb +1543 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/interpolation.rb +79 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/lexer.rb +348 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/list.rb +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/literal.rb +221 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/node.rb +99 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/null.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/number.rb +453 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/operation.rb +110 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/parser.rb +495 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/string.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/string_interpolation.rb +103 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/unary_operation.rb +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/script/variable.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/scss.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/scss/css_parser.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/scss/parser.rb +1179 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/scss/rx.rb +133 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/scss/script_lexer.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/scss/script_parser.rb +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/scss/static_parser.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/selector.rb +452 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/selector/abstract_sequence.rb +94 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/selector/comma_sequence.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/selector/sequence.rb +507 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/selector/simple.rb +119 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/selector/simple_sequence.rb +212 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/shared.rb +76 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/supports.rb +229 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/charset_node.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/comment_node.rb +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/content_node.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/css_import_node.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/debug_node.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/directive_node.rb +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/each_node.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/extend_node.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/for_node.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/function_node.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/if_node.rb +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/import_node.rb +75 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/media_node.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/mixin_def_node.rb +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/mixin_node.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/node.rb +196 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/prop_node.rb +152 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/return_node.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/root_node.rb +28 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/rule_node.rb +132 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/supports_node.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/trace_node.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/variable_node.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/visitors/base.rb +75 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/visitors/check_nesting.rb +147 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/visitors/convert.rb +316 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/visitors/cssize.rb +229 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/visitors/deep_copy.rb +102 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/visitors/extend.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/visitors/perform.rb +446 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/visitors/set_options.rb +125 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/visitors/to_css.rb +228 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/warn_node.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/tree/while_node.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/util.rb +930 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/util/multibyte_string_scanner.rb +155 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/util/subset_map.rb +109 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/util/test.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/lib/sass/version.rb +126 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/rails/init.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/Gemfile +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/Gemfile.lock +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/cache_test.rb +89 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/callbacks_test.rb +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/conversion_test.rb +1760 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/css2sass_test.rb +439 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/data/hsl-rgb.txt +319 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/engine_test.rb +3243 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/exec_test.rb +86 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/extend_test.rb +1482 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/fixtures/test_staleness_check_across_importers.css +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/fixtures/test_staleness_check_across_importers.scss +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/functions_test.rb +1139 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/importer_test.rb +192 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/logger_test.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/mock_importer.rb +49 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/more_results/more1.css +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/more_results/more1_with_line_comments.css +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/more_results/more_import.css +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/more_templates/_more_partial.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/more_templates/more1.sass +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/more_templates/more_import.sass +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/plugin_test.rb +550 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/alt.css +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/basic.css +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/cached_import_option.css +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/compact.css +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/complex.css +86 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/compressed.css +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/expanded.css +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/filename_fn.css +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/if.css +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/import.css +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/import_charset.css +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/import_charset_1_8.css +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/import_charset_ibm866.css +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/import_content.css +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/line_numbers.css +49 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/mixins.css +95 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/multiline.css +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/nested.css +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/options.css +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/parent_ref.css +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/script.css +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/scss_import.css +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/scss_importee.css +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/subdir/nested_subdir/nested_subdir.css +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/subdir/subdir.css +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/units.css +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/warn.css +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/results/warn_imported.css +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/script_conversion_test.rb +299 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/script_test.rb +591 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/scss/css_test.rb +1093 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/scss/rx_test.rb +156 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/scss/scss_test.rb +2043 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/scss/test_helper.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/_cached_import_option_partial.scss +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/_double_import_loop2.sass +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/_filename_fn_import.scss +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/_imported_charset_ibm866.sass +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/_imported_charset_utf8.sass +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/_imported_content.sass +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/_partial.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/_same_name_different_partiality.scss +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/alt.sass +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/basic.sass +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/bork1.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/bork2.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/bork3.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/bork4.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/bork5.sass +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/cached_import_option.scss +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/compact.sass +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/complex.sass +305 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/compressed.sass +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/double_import_loop1.sass +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/expanded.sass +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/filename_fn.scss +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/if.sass +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/import.sass +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/import_charset.sass +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/import_charset_1_8.sass +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/import_charset_ibm866.sass +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/import_content.sass +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/importee.less +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/importee.sass +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/line_numbers.sass +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/mixin_bork.sass +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/mixins.sass +76 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/multiline.sass +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/nested.sass +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/nested_bork1.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/nested_bork2.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/nested_bork3.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/nested_bork4.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/nested_import.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/nested_mixin_bork.sass +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/options.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/parent_ref.sass +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/same_name_different_ext.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/same_name_different_ext.scss +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/same_name_different_partiality.scss +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/script.sass +101 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/scss_import.scss +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/scss_importee.scss +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/single_import_loop.sass +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/subdir/nested_subdir/_nested_partial.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/subdir/nested_subdir/nested_subdir.sass +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/subdir/subdir.sass +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/units.sass +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/warn.sass +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/templates/warn_imported.sass +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/test_helper.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/util/multibyte_string_scanner_test.rb +147 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/util/subset_map_test.rb +91 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/sass/util_test.rb +361 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/test/test_helper.rb +80 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/CHANGELOG.md +228 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/CONTRIBUTING.md +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/Gemfile +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/Guardfile +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/LICENSE +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/README.md +315 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/Rakefile +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/Vagrantfile +96 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen.rb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/adapter.rb +214 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/adapters/bsd.rb +112 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/adapters/darwin.rb +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/adapters/linux.rb +113 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/adapters/polling.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/adapters/windows.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/dependency_manager.rb +126 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/directory_record.rb +371 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/listener.rb +225 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/multi_listener.rb +143 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/turnstile.rb +28 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/lib/listen/version.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/listen.gemspec +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/adapter_spec.rb +183 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/adapters/bsd_spec.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/adapters/darwin_spec.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/adapters/linux_spec.rb +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/adapters/polling_spec.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/adapters/windows_spec.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/dependency_manager_spec.rb +107 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/directory_record_spec.rb +1225 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/listener_spec.rb +169 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/multi_listener_spec.rb +174 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen/turnstile_spec.rb +56 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/listen_spec.rb +73 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/spec_helper.rb +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/support/adapter_helper.rb +629 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/support/directory_record_helper.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/support/fixtures_helper.rb +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/support/listeners_helper.rb +156 -0
- data/vendor/bundler/ruby/2.0.0/gems/sass-3.2.12/vendor/listen/spec/support/platform_helper.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/.yardopts +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/AUTHORS +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/CHANGES +1276 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/Gemfile +93 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/LICENSE +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.de.md +2865 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.es.md +2779 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.fr.md +2925 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.hu.md +694 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.jp.md +1141 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.ko.md +2489 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.md +2889 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.pt-br.md +965 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.pt-pt.md +791 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.ru.md +2731 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/README.zh.md +2139 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/Rakefile +199 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/examples/chat.rb +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/examples/simple.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/examples/stream.ru +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/lib/sinatra.rb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/lib/sinatra/base.rb +2034 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/lib/sinatra/images/404.png +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/lib/sinatra/images/500.png +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/lib/sinatra/main.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/lib/sinatra/show_exceptions.rb +345 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/lib/sinatra/version.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/sinatra.gemspec +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/base_test.rb +171 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/builder_test.rb +91 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/coffee_test.rb +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/compile_test.rb +183 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/contest.rb +100 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/creole_test.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/delegator_test.rb +160 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/encoding_test.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/erb_test.rb +116 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/extensions_test.rb +98 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/filter_test.rb +487 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/haml_test.rb +109 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/helper.rb +131 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/helpers_test.rb +1917 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/integration/app.rb +79 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/integration_helper.rb +236 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/integration_test.rb +104 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/less_test.rb +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/liquid_test.rb +77 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/mapped_error_test.rb +285 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/markaby_test.rb +80 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/markdown_test.rb +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/middleware_test.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/nokogiri_test.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/public/favicon.ico +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/rabl_test.rb +89 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/rack_test.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/radius_test.rb +59 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/rdoc_test.rb +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/readme_test.rb +130 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/request_test.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/response_test.rb +63 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/result_test.rb +76 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/route_added_hook_test.rb +59 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/routing_test.rb +1409 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/sass_test.rb +116 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/scss_test.rb +89 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/server_test.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/settings_test.rb +582 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/sinatra_test.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/slim_test.rb +102 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/static_test.rb +219 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/streaming_test.rb +149 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/stylus_test.rb +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/templates_test.rb +382 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/textile_test.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/a/in_a.str +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/ascii.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/b/in_b.str +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/calc.html.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/error.builder +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/error.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/error.haml +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/error.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/explicitly_nested.str +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/foo/hello.test +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.builder +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.coffee +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.creole +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.haml +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.less +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.liquid +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.mab +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.md +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.nokogiri +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.rabl +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.radius +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.rdoc +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.sass +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.scss +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.slim +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.str +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.styl +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.test +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.textile +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.wlang +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/hello.yajl +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.builder +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.haml +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.liquid +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.mab +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.nokogiri +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.rabl +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.radius +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.slim +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.str +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.test +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/layout2.wlang +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/nested.str +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/views/utf8.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/wlang_test.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/sinatra-1.4.4/test/yajl_test.rb +86 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/CHANGELOG.rdoc +103 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/LICENSE +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/README.md +307 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/Thorfile +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/bin/rake2thor +86 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/bin/thor +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor.rb +334 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/actions.rb +314 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/actions/create_file.rb +105 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/actions/create_link.rb +57 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/actions/directory.rb +93 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/actions/empty_directory.rb +134 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/actions/file_manipulation.rb +270 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/actions/inject_into_file.rb +109 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/base.rb +579 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/core_ext/file_binary_read.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/core_ext/hash_with_indifferent_access.rb +75 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/core_ext/ordered_hash.rb +100 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/error.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/group.rb +273 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/invocation.rb +168 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/parser.rb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/parser/argument.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/parser/arguments.rb +161 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/parser/option.rb +120 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/parser/options.rb +173 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/rake_compat.rb +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/runner.rb +309 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/shell.rb +88 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/shell/basic.rb +290 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/shell/color.rb +108 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/shell/html.rb +121 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/task.rb +114 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/util.rb +229 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/lib/thor/version.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/actions/create_file_spec.rb +170 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/actions/directory_spec.rb +136 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/actions/empty_directory_spec.rb +98 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/actions/file_manipulation_spec.rb +310 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/actions/inject_into_file_spec.rb +135 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/actions_spec.rb +322 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/base_spec.rb +269 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/core_ext/hash_with_indifferent_access_spec.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/core_ext/ordered_hash_spec.rb +115 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/application.rb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/bundle/execute.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/bundle/main.thor +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/doc/%file_name%.rb.tt +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/doc/README +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/doc/block_helper.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/doc/components/.empty_directory +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/doc/config.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/group.thor +114 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/invoke.thor +112 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/path with spaces b/data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/path with → spaces +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/script.thor +184 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/fixtures/task.thor +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/group_spec.rb +178 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/invocation_spec.rb +100 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/parser/argument_spec.rb +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/parser/arguments_spec.rb +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/parser/option_spec.rb +202 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/parser/options_spec.rb +319 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/rake_compat_spec.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/register_spec.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/runner_spec.rb +210 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/shell/basic_spec.rb +223 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/shell/color_spec.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/shell/html_spec.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/shell_spec.rb +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/spec_helper.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/task_spec.rb +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/thor_spec.rb +334 -0
- data/vendor/bundler/ruby/2.0.0/gems/thor-0.14.6/spec/util_spec.rb +163 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/CHANGELOG.md +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/COPYING +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/Gemfile +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/HACKING +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/README.md +232 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/Rakefile +104 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/TEMPLATES.md +516 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/bin/tilt +112 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt.rb +204 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/asciidoc.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/builder.rb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/coffee.rb +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/css.rb +80 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/csv.rb +71 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/erb.rb +110 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/etanni.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/haml.rb +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/liquid.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/markaby.rb +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/markdown.rb +214 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/nokogiri.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/plain.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/radius.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/rdoc.rb +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/string.rb +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/template.rb +292 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/textile.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/wiki.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/lib/tilt/yajl.rb +94 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/contest.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/markaby/locals.mab +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/markaby/markaby.mab +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/markaby/markaby_other_static.mab +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/markaby/render_twice.mab +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/markaby/scope.mab +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/markaby/yielding.mab +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_asciidoctor_test.rb +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_blueclothtemplate_test.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_buildertemplate_test.rb +59 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_cache_test.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_coffeescripttemplate_test.rb +114 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_compilesite_test.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_creoletemplate_test.rb +28 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_csv_test.rb +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_erbtemplate_test.rb +239 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_erubistemplate_test.rb +151 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_etannitemplate_test.rb +173 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_fallback_test.rb +122 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_hamltemplate_test.rb +144 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_kramdown_test.rb +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_lesstemplate_test.less +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_lesstemplate_test.rb +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_liquidtemplate_test.rb +78 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_markaby_test.rb +88 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_markdown_test.rb +172 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_marukutemplate_test.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_nokogiritemplate_test.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_radiustemplate_test.rb +75 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_rdiscounttemplate_test.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_rdoctemplate_test.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_redcarpettemplate_test.rb +71 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_redclothtemplate_test.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_sasstemplate_test.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_stringtemplate_test.rb +170 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_template_test.rb +323 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_test.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_wikiclothtemplate_test.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/test/tilt_yajltemplate_test.rb +101 -0
- data/vendor/bundler/ruby/2.0.0/gems/tilt-1.4.1/tilt.gemspec +120 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/.yardopts +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/LEGAL +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/LICENSE +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/README.md +620 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/Rakefile +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/builtins_vs_eval.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/concat_vs_join.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/erb_vs_erubis.rb +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/format_args.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/generation.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/marshal_vs_dbm.rb +63 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/parsing.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/pathname_vs_string.rb +50 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/rdoc_vs_yardoc.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/registry_store_types.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/ri_vs_yri.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/ripper_parser.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/splat_vs_flatten.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/template_erb.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/template_format.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/template_profile.rb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/benchmarks/yri_cache.rb +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/bin/yard +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/bin/yardoc +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/bin/yri +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/CodeObjects.md +115 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/GettingStarted.md +592 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/Handlers.md +152 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/Overview.md +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/Parser.md +191 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/Tags.md +282 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/TagsArch.md +123 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/Templates.md +496 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/WhatsNew.md +1244 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/images/code-objects-class-diagram.png +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/images/handlers-class-diagram.png +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/images/overview-class-diagram.png +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/images/parser-class-diagram.png +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/images/tags-class-diagram.png +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/fulldoc/html/full_list_tag.erb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/fulldoc/html/setup.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/layout/html/setup.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/layout/html/tag_list.erb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/yard_tags/html/list.erb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/yard_tags/html/setup.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/plugin.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/rubygems_plugin.rb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard.rb +71 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/autoload.rb +290 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/command.rb +84 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/command_parser.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/config.rb +136 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/diff.rb +270 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/display.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/gems.rb +83 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/graph.rb +126 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/help.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/i18n.rb +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/list.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/markup_types.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/server.rb +253 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/stats.rb +213 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/yardoc.rb +752 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/yardopts_command.rb +109 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/cli/yri.rb +214 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/base.rb +585 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/class_object.rb +143 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/class_variable_object.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/constant_object.rb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/extended_method_object.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/extra_file_object.rb +128 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/macro_object.rb +172 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/method_object.rb +191 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/module_object.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/namespace_object.rb +200 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/proxy.rb +258 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/code_objects/root_object.rb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/config.rb +270 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/core_ext/array.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/core_ext/file.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/core_ext/hash.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/core_ext/insertion.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/core_ext/module.rb +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/core_ext/string.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/core_ext/symbol_hash.rb +73 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/docstring.rb +362 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/docstring_parser.rb +321 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/globals.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/base.rb +597 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/alias_handler.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/attribute_handler.rb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/base.rb +110 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/class_handler.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/constant_handler.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/handler_methods.rb +166 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/init_handler.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/method_handler.rb +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/mixin_handler.rb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/module_handler.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/override_comment_handler.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/path_handler.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/struct_handler.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/c/symbol_handler.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/processor.rb +201 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/alias_handler.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/attribute_handler.rb +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/base.rb +164 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/class_condition_handler.rb +86 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/class_handler.rb +121 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/class_variable_handler.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/constant_handler.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/dsl_handler.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/dsl_handler_methods.rb +77 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/exception_handler.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/extend_handler.rb +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/alias_handler.rb +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/attribute_handler.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/base.rb +250 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/class_condition_handler.rb +83 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/class_handler.rb +111 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/class_variable_handler.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/comment_handler.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/constant_handler.rb +28 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/dsl_handler.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/exception_handler.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/extend_handler.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/method_handler.rb +85 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/mixin_handler.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_function_handler.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/module_handler.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/private_constant_handler.rb +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/visibility_handler.rb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/legacy/yield_handler.rb +28 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/method_condition_handler.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/method_handler.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/mixin_handler.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/module_function_handler.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/module_handler.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/private_constant_handler.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/struct_handler_methods.rb +141 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/visibility_handler.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/yield_handler.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/i18n/locale.rb +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/i18n/message.rb +56 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/i18n/messages.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/i18n/po_parser.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/i18n/pot_generator.rb +280 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/i18n/text.rb +173 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/logging.rb +190 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/options.rb +216 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/base.rb +56 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/c/c_parser.rb +231 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/c/comment_parser.rb +131 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/c/statement.rb +63 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/ruby/ast_node.rb +496 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/ruby/legacy/ruby_lex.rb +1377 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/ruby/legacy/ruby_parser.rb +31 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/ruby/legacy/statement.rb +65 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/ruby/legacy/statement_list.rb +384 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/ruby/legacy/token_list.rb +71 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/ruby/ruby_parser.rb +625 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/parser/source_parser.rb +517 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/rake/yardoc_task.rb +74 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/registry.rb +438 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/registry_store.rb +319 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/rubygems/backports.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/rubygems/backports/LICENSE.txt +57 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/rubygems/backports/MIT.txt +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/rubygems/backports/gem.rb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/rubygems/backports/source_index.rb +370 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/rubygems/doc_manager.rb +88 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/rubygems/specification.rb +41 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/serializers/base.rb +80 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/serializers/file_system_serializer.rb +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/serializers/process_serializer.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/serializers/stdout_serializer.rb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/serializers/yardoc_serializer.rb +124 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/adapter.rb +100 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/commands/base.rb +192 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/commands/display_file_command.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/commands/display_object_command.rb +58 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/commands/frames_command.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/commands/library_command.rb +148 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/commands/library_index_command.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/commands/list_command.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/commands/search_command.rb +78 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/commands/static_file_command.rb +57 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/doc_server_helper.rb +76 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/doc_server_serializer.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/library_version.rb +227 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/rack_adapter.rb +88 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/router.rb +176 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/static_caching.rb +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/default/fulldoc/html/css/custom.css +78 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/default/fulldoc/html/images/processing.gif +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/default/layout/html/breadcrumb.erb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/default/layout/html/script_setup.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/default/layout/html/setup.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/default/method_details/html/permalink.erb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/default/method_details/html/setup.rb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/doc_server/library_list/html/contents.erb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/doc_server/library_list/html/headers.erb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/doc_server/library_list/html/library_list.erb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/doc_server/library_list/html/setup.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/doc_server/library_list/html/title.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/doc_server/processing/html/processing.erb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/doc_server/processing/html/setup.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/doc_server/search/html/search.erb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/templates/doc_server/search/html/setup.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/server/webrick_adapter.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/default_factory.rb +176 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/default_tag.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/directives.rb +599 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/library.rb +630 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/option_tag.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/overload_tag.rb +66 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/ref_tag.rb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/ref_tag_list.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/tag.rb +57 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/tags/tag_format_error.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/engine.rb +185 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/erb_cache.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/base_helper.rb +212 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/filter_helper.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/html_helper.rb +599 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/html_syntax_highlight_helper.rb +60 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/markup/rdoc_markdown.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/markup/rdoc_markup.rb +106 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/markup_helper.rb +169 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/method_helper.rb +74 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/module_helper.rb +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/text_helper.rb +95 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/helpers/uml_helper.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/section.rb +106 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/template.rb +407 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/templates/template_options.rb +88 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/verifier.rb +148 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/version.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/command_parser_spec.rb +43 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/command_spec.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/config_spec.rb +92 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/diff_spec.rb +260 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/display_spec.rb +30 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/gems_spec.rb +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/graph_spec.rb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/help_spec.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/i18n_spec.rb +111 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/list_spec.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/markup_types_spec.rb +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/server_spec.rb +327 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/stats_spec.rb +90 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/yardoc_spec.rb +804 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/cli/yri_spec.rb +99 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/base_spec.rb +438 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/class_object_spec.rb +225 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/code_object_list_spec.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/constants_spec.rb +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/extra_file_object_spec.rb +147 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/macro_object_spec.rb +148 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/method_object_spec.rb +175 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/module_object_spec.rb +141 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/namespace_object_spec.rb +170 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/proxy_spec.rb +140 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/code_objects/spec_helper.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/config_spec.rb +176 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/core_ext/array_spec.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/core_ext/file_spec.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/core_ext/hash_spec.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/core_ext/insertion_spec.rb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/core_ext/module_spec.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/core_ext/string_spec.rb +42 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/core_ext/symbol_hash_spec.rb +86 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/docstring_parser_spec.rb +228 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/docstring_spec.rb +335 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/alias_handler_spec.rb +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/attribute_handler_spec.rb +94 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/base_spec.rb +206 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/alias_handler_spec.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/attribute_handler_spec.rb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/class_handler_spec.rb +63 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/constant_handler_spec.rb +68 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/init_handler_spec.rb +47 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/method_handler_spec.rb +239 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/mixin_handler_spec.rb +27 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/module_handler_spec.rb +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/override_comment_handler_spec.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/path_handler_spec.rb +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/spec_helper.rb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/c/struct_handler_spec.rb +15 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/class_condition_handler_spec.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/class_handler_spec.rb +246 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/class_variable_handler_spec.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/constant_handler_spec.rb +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/dsl_handler_spec.rb +197 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/alias_handler_001.rb.txt +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/attribute_handler_001.rb.txt +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/class_condition_handler_001.rb.txt +69 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/class_handler_001.rb.txt +120 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/class_variable_handler_001.rb.txt +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/constant_handler_001.rb.txt +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/dsl_handler_001.rb.txt +125 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/exception_handler_001.rb.txt +59 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/extend_handler_001.rb.txt +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/method_condition_handler_001.rb.txt +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/method_handler_001.rb.txt +126 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/mixin_handler_001.rb.txt +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/module_handler_001.rb.txt +29 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/private_constant_handler_001.rb.txt +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/process_handler_001.rb.txt +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/visibility_handler_001.rb.txt +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/examples/yield_handler_001.rb.txt +54 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/exception_handler_spec.rb +48 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/extend_handler_spec.rb +23 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/legacy_base_spec.rb +128 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/method_condition_handler_spec.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/method_handler_spec.rb +184 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/mixin_handler_spec.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/module_function_handler_spec.rb +105 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/module_handler_spec.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/private_constant_handler_spec.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/processor_spec.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/ruby/base_spec.rb +94 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/ruby/legacy/base_spec.rb +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/spec_helper.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/visibility_handler_spec.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/handlers/yield_handler_spec.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/i18n/locale_spec.rb +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/i18n/message_spec.rb +52 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/i18n/messages_spec.rb +67 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/i18n/pot_generator_spec.rb +262 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/i18n/text_spec.rb +180 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/logging_spec.rb +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/options_spec.rb +171 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/base_spec.rb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/c_parser_spec.rb +171 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/array.c.txt +3887 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/example1.rb.txt +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/extrafile.c.txt +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/multifile.c.txt +22 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/override.c.txt +424 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/parse_in_order_001.rb.txt +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/parse_in_order_002.rb.txt +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/tag_handler_001.rb.txt +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/ruby/ast_node_spec.rb +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/ruby/legacy/statement_list_spec.rb +299 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/ruby/legacy/token_list_spec.rb +77 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/ruby/ruby_parser_spec.rb +334 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/source_parser_spec.rb +717 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/tag_parsing_spec.rb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/rake/yardoc_task_spec.rb +101 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/registry_spec.rb +393 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/registry_store_spec.rb +315 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/rubygems/doc_manager_spec.rb +112 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/serializers/data/serialized_yardoc/checksums +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/serializers/data/serialized_yardoc/proxy_types +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/serializers/file_system_serializer_spec.rb +124 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/serializers/spec_helper.rb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/serializers/yardoc_serializer_spec.rb +46 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/adapter_spec.rb +38 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/commands/base_spec.rb +87 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/commands/library_command_spec.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/commands/static_file_command_spec.rb +84 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/doc_server_helper_spec.rb +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/doc_server_serializer_spec.rb +50 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/rack_adapter_spec.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/router_spec.rb +122 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/spec_helper.rb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/static_caching_spec.rb +39 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server/webrick_servlet_spec.rb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/server_spec.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/spec_helper.rb +128 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/tags/default_factory_spec.rb +152 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/tags/default_tag_spec.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/tags/directives_spec.rb +453 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/tags/library_spec.rb +34 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/tags/overload_tag_spec.rb +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/tags/ref_tag_list_spec.rb +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/class_spec.rb +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/constant_spec.rb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/engine_spec.rb +121 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/class001.html +280 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/class001.txt +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/class002.html +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/constant001.txt +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/constant002.txt +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/constant003.txt +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method001.html +130 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method001.txt +35 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method002.html +86 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method002.txt +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method003.html +159 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method003.txt +45 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method004.html +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method004.txt +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method005.html +99 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/method005.txt +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/module001.dot +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/module001.html +825 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/module001.txt +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/module002.html +318 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/module003.html +185 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/module004.html +387 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/examples/tag001.txt +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/helpers/base_helper_spec.rb +175 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/helpers/html_helper_spec.rb +612 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +53 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/helpers/markup/rdoc_markup_spec.rb +93 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/helpers/markup_helper_spec.rb +135 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/helpers/method_helper_spec.rb +82 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/helpers/shared_signature_examples.rb +123 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/helpers/text_helper_spec.rb +44 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/method_spec.rb +102 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/module_spec.rb +181 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/onefile_spec.rb +64 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/section_spec.rb +146 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/spec_helper.rb +73 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/tag_spec.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/templates/template_spec.rb +409 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/verifier_spec.rb +106 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/class/dot/setup.rb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/class/dot/superklass.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/class/html/constructor_details.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/class/html/setup.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/class/html/subclasses.erb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/class/setup.rb +36 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/class/text/setup.rb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/class/text/subclasses.erb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/constant/text/header.erb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/constant/text/setup.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/html/abstract.erb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/html/deprecated.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/html/index.erb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/html/note.erb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/html/private.erb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/html/returns_void.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/html/text.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/html/todo.erb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/setup.rb +51 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/text/abstract.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/text/deprecated.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/text/index.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/text/note.erb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/text/private.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/text/returns_void.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/text/text.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/docstring/text/todo.erb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/css/common.css +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/css/full_list.css +57 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/css/style.css +338 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/frames.erb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/full_list.erb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/full_list_class.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/full_list_file.erb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/full_list_method.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/js/app.js +219 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/js/full_list.js +178 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/js/jquery.js +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/fulldoc/html/setup.rb +199 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/dot/header.erb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/dot/setup.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/breadcrumb.erb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/files.erb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/footer.erb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/headers.erb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/index.erb +2 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/layout.erb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/listing.erb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/objects.erb +32 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/script_setup.erb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/search.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/layout/html/setup.rb +71 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method/html/header.erb +16 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method/setup.rb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method/text/header.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method_details/html/header.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method_details/html/method_signature.erb +25 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method_details/html/source.erb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method_details/setup.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method_details/text/header.erb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method_details/text/method_signature.erb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/method_details/text/setup.rb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/dot/child.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/dot/dependencies.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/dot/header.erb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/dot/info.erb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/dot/setup.rb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/attribute_details.erb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/attribute_summary.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/box_info.erb +37 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/children.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/constant_summary.erb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/defines.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/header.erb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/inherited_attributes.erb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/inherited_constants.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/inherited_methods.erb +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/item_summary.erb +40 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/method_details_list.erb +9 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/method_summary.erb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/methodmissing.erb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/html/pre_docstring.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/setup.rb +164 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/text/children.erb +10 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/text/class_meths_list.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/text/extends.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/text/header.erb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/text/includes.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/text/instance_meths_list.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/module/text/setup.rb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/onefile/html/files.erb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/onefile/html/headers.erb +6 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/onefile/html/layout.erb +17 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/onefile/html/readme.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/onefile/html/setup.rb +61 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/root/dot/child.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/root/dot/setup.rb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/root/html/setup.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/html/example.erb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/html/index.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/html/option.erb +24 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/html/overload.erb +14 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/html/see.erb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/html/tag.erb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/setup.rb +55 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/text/example.erb +12 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/text/index.erb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/text/option.erb +20 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/text/overload.erb +19 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/text/see.erb +11 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/default/tags/text/tag.erb +13 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/class/html/setup.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/docstring/html/setup.rb +1 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/fulldoc/html/css/style.css +108 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/fulldoc/html/js/app.js +33 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/fulldoc/html/setup.rb +73 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/layout/html/layout.erb +81 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/layout/html/setup.rb +28 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/method/html/header.erb +18 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/method/html/setup.rb +21 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/module/html/header.erb +7 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/module/html/method_list.erb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/module/html/setup.rb +26 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/onefile/html/files.erb +4 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/onefile/html/setup.rb +5 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/onefile/html/toc.erb +3 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/templates/guide/tags/html/setup.rb +8 -0
- data/vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec +25 -0
- data/vendor/bundler/ruby/2.0.0/specifications/bluecloth-2.1.0.gemspec +52 -0
- data/vendor/bundler/ruby/2.0.0/specifications/coffee-script-2.2.0.gemspec +31 -0
- data/vendor/bundler/ruby/2.0.0/specifications/coffee-script-source-1.6.3.gemspec +18 -0
- data/vendor/bundler/ruby/2.0.0/specifications/diff-lcs-1.2.5.gemspec +65 -0
- data/vendor/bundler/ruby/2.0.0/specifications/dotenv-0.9.0.gemspec +33 -0
- data/vendor/bundler/ruby/2.0.0/specifications/execjs-2.0.2.gemspec +29 -0
- data/vendor/bundler/ruby/2.0.0/specifications/foreman-0.63.0.gemspec +34 -0
- data/vendor/bundler/ruby/2.0.0/specifications/haml-4.0.4.gemspec +44 -0
- data/vendor/bundler/ruby/2.0.0/specifications/liquid-2.2.2.gemspec +18 -0
- data/vendor/bundler/ruby/2.0.0/specifications/puma-2.6.0.gemspec +44 -0
- data/vendor/bundler/ruby/2.0.0/specifications/rack-1.5.2.gemspec +36 -0
- data/vendor/bundler/ruby/2.0.0/specifications/rack-protection-1.5.1.gemspec +35 -0
- data/vendor/bundler/ruby/2.0.0/specifications/rack-test-0.6.0.gemspec +31 -0
- data/vendor/bundler/ruby/2.0.0/specifications/rspec-2.14.1.gemspec +39 -0
- data/vendor/bundler/ruby/2.0.0/specifications/rspec-core-2.14.7.gemspec +58 -0
- data/vendor/bundler/ruby/2.0.0/specifications/rspec-expectations-2.14.4.gemspec +40 -0
- data/vendor/bundler/ruby/2.0.0/specifications/rspec-mocks-2.14.4.gemspec +37 -0
- data/vendor/bundler/ruby/2.0.0/specifications/sass-3.2.12.gemspec +36 -0
- data/vendor/bundler/ruby/2.0.0/specifications/sinatra-1.4.4.gemspec +37 -0
- data/vendor/bundler/ruby/2.0.0/specifications/thor-0.14.6.gemspec +47 -0
- data/vendor/bundler/ruby/2.0.0/specifications/tilt-1.4.1.gemspec +98 -0
- data/vendor/bundler/ruby/2.0.0/specifications/yard-0.8.7.3.gemspec +20 -0
- metadata +2632 -223
- data/.rvmrc +0 -1
- data/lib/mango/dependencies.rb +0 -32
- data/lib/mango/rack/debugger.rb +0 -42
- data/spec/lib/dependencies_spec.rb +0 -68
- data/spec/lib/rack/debugger_spec.rb +0 -112
- data/spec/support/matchers/malformed_whitespace_matchers.rb +0 -60
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<script type="text/javascript" charset="utf-8">
|
|
2
|
+
hasFrames = window.top.frames.main ? true : false;
|
|
3
|
+
relpath = '/';
|
|
4
|
+
docsPrefix = '<%= base_path(router.docs_prefix) %>';
|
|
5
|
+
listPrefix = '<%= base_path(router.list_prefix) %>';
|
|
6
|
+
searchPrefix = '<%= base_path(router.search_prefix) %>';
|
|
7
|
+
framesUrl = '<%= url_for_frameset %>';
|
|
8
|
+
</script>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<ul>
|
|
2
|
+
<% @libraries.sort_by {|name, y| name.downcase }.each do |name, library_versions| %>
|
|
3
|
+
<li class="r<%= @row = @row == 1 ? 2 : 1 %>">
|
|
4
|
+
<% library_versions = library_versions.dup %>
|
|
5
|
+
<% first_lib = library_versions.pop %>
|
|
6
|
+
<a href="/<%= router.docs_prefix %>/<%= first_lib.name %>/frames"><%= name %></a>
|
|
7
|
+
<% if first_lib.version %>
|
|
8
|
+
<small>(<%= first_lib.version %><% if library_versions.size > 0 %>,
|
|
9
|
+
<%= library_versions.reverse.map {|lib| "<a href=\"/#{router.docs_prefix}/#{lib}/frames\">#{lib.version}</a>" }.join(', ') %><% end %>)</small>
|
|
10
|
+
<% end %>
|
|
11
|
+
</li>
|
|
12
|
+
<% end %>
|
|
13
|
+
</ul>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
2
|
+
<title>YARD Documentation Server <%= YARD::VERSION %> - Library Listing</title>
|
|
3
|
+
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" />
|
|
4
|
+
<link rel="stylesheet" href="/css/custom.css" type="text/css" media="screen" charset="utf-8" />
|
|
5
|
+
<script type="text/javascript" charset="utf-8" src="/js/jquery.js"></script>
|
|
6
|
+
<script type="text/javascript">
|
|
7
|
+
function framesLinks() {
|
|
8
|
+
$('#framelink').toggle(function() {
|
|
9
|
+
$(this).text('links with frames');
|
|
10
|
+
$('ul li a').each(function() {
|
|
11
|
+
$(this).attr('href', $(this).attr('href').replace(/\/frames$/, ''));
|
|
12
|
+
});
|
|
13
|
+
}, function() {
|
|
14
|
+
$(this).text('links without frames');
|
|
15
|
+
$('ul li a').each(function() {
|
|
16
|
+
$(this).attr('href', $(this).attr('href') + '/frames');
|
|
17
|
+
});
|
|
18
|
+
})
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
$(framesLinks);
|
|
22
|
+
</script>
|
|
23
|
+
<style type="text/css" media="screen">
|
|
24
|
+
ul { list-style: circle inside none; padding: 0; }
|
|
25
|
+
li { font-size: 1.2em; line-height: 1.4em; padding: 3px 5px; }
|
|
26
|
+
</style>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<%= erb(:headers) %>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<div id="content">
|
|
9
|
+
<%= yieldall %>
|
|
10
|
+
</div>
|
|
11
|
+
</body>
|
|
12
|
+
</html>
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
+
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" />
|
|
7
|
+
<link rel="stylesheet" href="/css/custom.css" type="text/css" media="screen" charset="utf-8" />
|
|
8
|
+
<script type="text/javascript" charset="utf-8" src="/js/jquery.js"></script>
|
|
9
|
+
<script type="text/javascript" charset="utf-8">
|
|
10
|
+
function checkPage(process) {
|
|
11
|
+
$.ajax({cache: false, url: "<%= router.request.path %>" + (process ? "?process=true" : ""), statusCode: { 200: function() { window.location = "<%= @path %>"; } } });
|
|
12
|
+
setTimeout('checkPage()', 2000);
|
|
13
|
+
}
|
|
14
|
+
function setFade() {
|
|
15
|
+
centerMessage();
|
|
16
|
+
$(window).resize(function() { centerMessage(); });
|
|
17
|
+
$('#fade').fadeIn();
|
|
18
|
+
$('#processing').fadeIn();
|
|
19
|
+
}
|
|
20
|
+
function centerMessage() {
|
|
21
|
+
$('#fade').css('width', $(window).width() + 'px');
|
|
22
|
+
$('#fade').css('height', $(window).height() - parseInt($('#fade').css('top')) + 'px');
|
|
23
|
+
$('#processing').css('left', ($(window).width() / 2 - $('#processing').width() / 2) + 'px');
|
|
24
|
+
$('#processing').css('top', ($(window).height() / 2 - $('#processing').height() / 2) + 'px');
|
|
25
|
+
}
|
|
26
|
+
$(function() { checkPage(true); });
|
|
27
|
+
$(setFade);
|
|
28
|
+
</script>
|
|
29
|
+
<style type="text/css" media="screen">
|
|
30
|
+
body { overflow: hidden; }
|
|
31
|
+
</style>
|
|
32
|
+
<title>Processing <%= @library.to_s(false) %></title>
|
|
33
|
+
</head>
|
|
34
|
+
<body>
|
|
35
|
+
<div id="menu">
|
|
36
|
+
<% unless @single_library %>
|
|
37
|
+
<a href="/<%= router.docs_prefix %>" target="_top">Libraries</a> »
|
|
38
|
+
<span class="title"><%= @library.name %> <% if @library.version %><small>(<%= @library.version %>)</small><% end %></span>
|
|
39
|
+
<% end %>
|
|
40
|
+
</div>
|
|
41
|
+
<div id="fade"></div>
|
|
42
|
+
<div id="processing">
|
|
43
|
+
<h1>Processing <%= @library.name %></h1>
|
|
44
|
+
<p>
|
|
45
|
+
<strong><%= @library.name %></strong> <% if @library.version %>(<%= @library.version %>)<% end %> is being processed.
|
|
46
|
+
You'll be redirected when the pages are built, it shouldn't take much longer.
|
|
47
|
+
</p>
|
|
48
|
+
<img src="/images/processing.gif" align="center" />
|
|
49
|
+
</div>
|
|
50
|
+
</body>
|
|
51
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<div id="search_results">
|
|
2
|
+
<h1>Search Results <small>(for '<%= h @query %>')</small></h1>
|
|
3
|
+
<p>Showing <%= @visible_results.size %> of <%= @results.size %> results</p>
|
|
4
|
+
<ul>
|
|
5
|
+
<% n = 1 %>
|
|
6
|
+
<% @visible_results.each do |result| %>
|
|
7
|
+
<% name = result.type == :method ? result.name(true).to_s : result.name.to_s %>
|
|
8
|
+
<% path = name.gsub(/(#{Regexp.quote @query})/i, '<strong>\1</strong>') %>
|
|
9
|
+
<li class="r<%= n %>">
|
|
10
|
+
<a href="<%= url_for(result) %>" title="<%= result.path %>"><%= path %></a>
|
|
11
|
+
<% if !result.namespace.root? %>
|
|
12
|
+
<small>(<%= result.namespace.path %>)</small>
|
|
13
|
+
<% end %>
|
|
14
|
+
</li>
|
|
15
|
+
<% n = n == 2 ? 1 : 2 %>
|
|
16
|
+
<% end %>
|
|
17
|
+
</ul>
|
|
18
|
+
</div>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
require 'webrick'
|
|
2
|
+
|
|
3
|
+
module YARD
|
|
4
|
+
module Server
|
|
5
|
+
# The main adapter to initialize a WEBrick server.
|
|
6
|
+
class WebrickAdapter < Adapter
|
|
7
|
+
# Initializes a WEBrick server. If {Adapter#server_options} contains a
|
|
8
|
+
# +:daemonize+ key set to true, the server will be daemonized.
|
|
9
|
+
def start
|
|
10
|
+
server_options[:ServerType] = WEBrick::Daemon if server_options[:daemonize]
|
|
11
|
+
server = WEBrick::HTTPServer.new(server_options)
|
|
12
|
+
server.mount('/', WebrickServlet, self)
|
|
13
|
+
trap("INT") { server.shutdown }
|
|
14
|
+
server.start
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
# The main WEBrick servlet implementation, accepting only GET requests.
|
|
19
|
+
class WebrickServlet < WEBrick::HTTPServlet::AbstractServlet
|
|
20
|
+
attr_accessor :adapter
|
|
21
|
+
|
|
22
|
+
def initialize(server, adapter)
|
|
23
|
+
super
|
|
24
|
+
self.adapter = adapter
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
def do_GET(request, response)
|
|
28
|
+
status, headers, body = *adapter.router.call(request)
|
|
29
|
+
response.status = status
|
|
30
|
+
response.body = body.is_a?(Array) ? body[0] : body
|
|
31
|
+
headers.each do |key, value|
|
|
32
|
+
response[key] = value
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
# @private
|
|
40
|
+
class WEBrick::HTTPRequest
|
|
41
|
+
attr_accessor :version_supplied
|
|
42
|
+
def xhr?; (self['X-Requested-With'] || "").downcase == 'xmlhttprequest' end
|
|
43
|
+
end
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
module YARD
|
|
2
|
+
module Tags
|
|
3
|
+
class DefaultFactory
|
|
4
|
+
TYPELIST_OPENING_CHARS = '[({<'
|
|
5
|
+
TYPELIST_CLOSING_CHARS = '>})]'
|
|
6
|
+
|
|
7
|
+
# Parses tag text and creates a new tag with descriptive text
|
|
8
|
+
#
|
|
9
|
+
# @param tag_name the name of the tag to parse
|
|
10
|
+
# @param [String] text the raw tag text
|
|
11
|
+
# @return [Tag] a tag object with the tag_name and text values filled
|
|
12
|
+
def parse_tag(tag_name, text)
|
|
13
|
+
Tag.new(tag_name, text.strip)
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
# Parses tag text and creates a new tag with a key name and descriptive text
|
|
17
|
+
#
|
|
18
|
+
# @param tag_name the name of the tag to parse
|
|
19
|
+
# @param [String] text the raw tag text
|
|
20
|
+
# @return [Tag] a tag object with the tag_name, name and text values filled
|
|
21
|
+
def parse_tag_with_name(tag_name, text)
|
|
22
|
+
name, text = *extract_name_from_text(text)
|
|
23
|
+
Tag.new(tag_name, text, nil, name)
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
# Parses tag text and creates a new tag with formally declared types and
|
|
27
|
+
# descriptive text
|
|
28
|
+
#
|
|
29
|
+
# @param tag_name the name of the tag to parse
|
|
30
|
+
# @param [String] text the raw tag text
|
|
31
|
+
# @return [Tag] a tag object with the tag_name, types and text values filled
|
|
32
|
+
def parse_tag_with_types(tag_name, text)
|
|
33
|
+
name, types, text = *extract_types_and_name_from_text(text)
|
|
34
|
+
raise TagFormatError, "cannot specify a name before type list for '@#{tag_name}'" if name
|
|
35
|
+
Tag.new(tag_name, text, types)
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
# Parses tag text and creates a new tag with formally declared types, a key
|
|
39
|
+
# name and descriptive text
|
|
40
|
+
#
|
|
41
|
+
# @param tag_name the name of the tag to parse
|
|
42
|
+
# @param [String] text the raw tag text
|
|
43
|
+
# @return [Tag] a tag object with the tag_name, name, types and text values filled
|
|
44
|
+
def parse_tag_with_types_and_name(tag_name, text)
|
|
45
|
+
name, types, text = *extract_types_and_name_from_text(text)
|
|
46
|
+
name, text = *extract_name_from_text(text) unless name
|
|
47
|
+
Tag.new(tag_name, text, types, name)
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
# Parses tag text and creates a new tag with formally declared types, a title
|
|
51
|
+
# on the first line and descriptive text
|
|
52
|
+
#
|
|
53
|
+
# @param tag_name the name of the tag to parse
|
|
54
|
+
# @param [String] text the raw tag text
|
|
55
|
+
# @return [Tag] a tag object with the tag_name, name, types and text values filled
|
|
56
|
+
def parse_tag_with_types_and_title(tag_name, text)
|
|
57
|
+
name, types, text = *extract_types_and_name_from_text_unstripped(text)
|
|
58
|
+
if name
|
|
59
|
+
title, desc = name, text
|
|
60
|
+
else
|
|
61
|
+
title, desc = *extract_title_and_desc_from_text(text)
|
|
62
|
+
end
|
|
63
|
+
Tag.new(tag_name, desc, types, title)
|
|
64
|
+
rescue TagFormatError
|
|
65
|
+
Tag.new(tag_name, '', types, nil)
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
def parse_tag_with_title_and_text(tag_name, text)
|
|
69
|
+
title, desc = *extract_title_and_desc_from_text(text)
|
|
70
|
+
Tag.new(tag_name, desc, nil, title)
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
def parse_tag_with_types_name_and_default(tag_name, text)
|
|
74
|
+
# Can't allow () in a default tag, otherwise the grammar is too ambiguous when types is omitted.
|
|
75
|
+
open, close = TYPELIST_OPENING_CHARS.gsub('(', ''), TYPELIST_CLOSING_CHARS.gsub(')', '')
|
|
76
|
+
name, types, text = *extract_types_and_name_from_text(text, open, close)
|
|
77
|
+
name, text = *extract_name_from_text(text) unless name
|
|
78
|
+
if text =~ /\A\(/
|
|
79
|
+
_, default, text = *extract_types_and_name_from_text(text, '(', ')')
|
|
80
|
+
DefaultTag.new(tag_name, text, types, name, default)
|
|
81
|
+
else
|
|
82
|
+
DefaultTag.new(tag_name, text, types, name, nil)
|
|
83
|
+
end
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
def parse_tag_with_options(tag_name, text)
|
|
87
|
+
name, text = *extract_name_from_text(text)
|
|
88
|
+
OptionTag.new(tag_name, name, parse_tag_with_types_name_and_default(tag_name, text))
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
private
|
|
92
|
+
|
|
93
|
+
# Extracts the name from raw tag text returning the name and remaining value
|
|
94
|
+
#
|
|
95
|
+
# @param [String] text the raw tag text
|
|
96
|
+
# @return [Array] an array holding the name as the first element and the
|
|
97
|
+
# value as the second element
|
|
98
|
+
def extract_name_from_text(text)
|
|
99
|
+
text.strip.split(/\s+/, 2)
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
def extract_title_and_desc_from_text(text)
|
|
103
|
+
raise TagFormatError if text.nil? || text.empty?
|
|
104
|
+
title, desc = nil, nil
|
|
105
|
+
if text =~ /\A[ \t]\n/
|
|
106
|
+
desc = text
|
|
107
|
+
else
|
|
108
|
+
text = text.split(/\r?\n/)
|
|
109
|
+
title = text.shift.squeeze(' ').strip
|
|
110
|
+
desc = text.join("\n")
|
|
111
|
+
end
|
|
112
|
+
[title, desc]
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
# Parses a [], <>, {} or () block at the beginning of a line of text
|
|
116
|
+
# into a list of comma delimited values.
|
|
117
|
+
#
|
|
118
|
+
# @example
|
|
119
|
+
# obj.parse_types('[String, Array<Hash, String>, nil]') # => [nil, ['String', 'Array<Hash, String>', 'nil'], ""]
|
|
120
|
+
# obj.parse_types('b<String> A string') # => ['b', ['String'], 'A string']
|
|
121
|
+
#
|
|
122
|
+
# @return [Array(String, Array<String>, String)] the text before the type
|
|
123
|
+
# list (or nil), followed by the type list parsed into an array of
|
|
124
|
+
# strings, followed by the text following the type list.
|
|
125
|
+
def extract_types_and_name_from_text(text, opening_types = TYPELIST_OPENING_CHARS, closing_types = TYPELIST_CLOSING_CHARS)
|
|
126
|
+
before, list, text = *extract_types_and_name_from_text_unstripped(text, opening_types, closing_types)
|
|
127
|
+
if list.nil?
|
|
128
|
+
[nil, nil, text.strip]
|
|
129
|
+
else
|
|
130
|
+
[before ? before.strip : nil, list.map {|e| e.strip }, text.strip]
|
|
131
|
+
end
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
def extract_types_and_name_from_text_unstripped(text, opening_types = TYPELIST_OPENING_CHARS, closing_types = TYPELIST_CLOSING_CHARS)
|
|
135
|
+
s, e = 0, 0
|
|
136
|
+
before = ''
|
|
137
|
+
list, level, seen_space, i = [''], 0, false, 0
|
|
138
|
+
last_seen = ''
|
|
139
|
+
while i < text.length
|
|
140
|
+
c = text[i, 1]
|
|
141
|
+
if level > 0 && c == '#' && text[i+1..-1] =~ CodeObjects::METHODNAMEMATCH
|
|
142
|
+
list.last << c + $&
|
|
143
|
+
i += $&.length + 1
|
|
144
|
+
next
|
|
145
|
+
elsif opening_types.include?(c)
|
|
146
|
+
list.last << c if level > 0
|
|
147
|
+
s = i if level == 0
|
|
148
|
+
level += 1
|
|
149
|
+
elsif closing_types.include?(c)
|
|
150
|
+
level -= 1 unless last_seen == '=' && c == '>'
|
|
151
|
+
break e = i if level == 0
|
|
152
|
+
list.last << c
|
|
153
|
+
elsif c == ',' && level == 1
|
|
154
|
+
list.push ''
|
|
155
|
+
elsif c =~ /\S/ && level == 0
|
|
156
|
+
break e = i if seen_space && list == ['']
|
|
157
|
+
before << c
|
|
158
|
+
elsif c =~ /\s/ && level == 0 && !before.empty?
|
|
159
|
+
seen_space = true
|
|
160
|
+
elsif level >= 1
|
|
161
|
+
list.last << c
|
|
162
|
+
end
|
|
163
|
+
last_seen = c
|
|
164
|
+
i += 1
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
before = before.empty? ? nil : before
|
|
168
|
+
if list.size == 1 && list.first == ''
|
|
169
|
+
[nil, nil, text]
|
|
170
|
+
else
|
|
171
|
+
[before, list, text[(e+1)..-1]]
|
|
172
|
+
end
|
|
173
|
+
end
|
|
174
|
+
end
|
|
175
|
+
end
|
|
176
|
+
end
|
|
@@ -0,0 +1,599 @@
|
|
|
1
|
+
require 'ostruct'
|
|
2
|
+
|
|
3
|
+
module YARD
|
|
4
|
+
module Tags
|
|
5
|
+
# The base directive class. Subclass this class to create a custom
|
|
6
|
+
# directive, registering it with {Library.define_directive}. Directive
|
|
7
|
+
# classes are executed via the {#call} method, which perform all directive
|
|
8
|
+
# processing on the object.
|
|
9
|
+
#
|
|
10
|
+
# If processing occurs within a handler, the {#handler} attribute is
|
|
11
|
+
# available to access more information about parsing context and state.
|
|
12
|
+
# Handlers are only available when parsing from {Parser::SourceParser},
|
|
13
|
+
# not when parsing directly from {DocstringParser}. If the docstring is
|
|
14
|
+
# attached to an object declaration, {#object} will be set and available
|
|
15
|
+
# to modify the generated code object directly. Note that both of these
|
|
16
|
+
# attributes may be nil, and directives should test their existence
|
|
17
|
+
# before attempting to use them.
|
|
18
|
+
#
|
|
19
|
+
# @abstract Subclasses should implement {#call}.
|
|
20
|
+
# @see Library.define_directive
|
|
21
|
+
# @since 0.8.0
|
|
22
|
+
class Directive
|
|
23
|
+
# @return [Tag] the meta-data tag containing data input to the directive
|
|
24
|
+
attr_accessor :tag
|
|
25
|
+
|
|
26
|
+
# Set this field to replace the directive definition inside of a docstring
|
|
27
|
+
# with arbitrary text. For instance, the {MacroDirective} uses this field
|
|
28
|
+
# to expand its macro data in place of the call to a +@!macro+.
|
|
29
|
+
#
|
|
30
|
+
# @return [String] the text to expand in the original docstring in place
|
|
31
|
+
# of this directive definition.
|
|
32
|
+
# @return [nil] if no expansion should take place for this directive
|
|
33
|
+
attr_accessor :expanded_text
|
|
34
|
+
|
|
35
|
+
# @return [DocstringParser] the parser that is parsing all tag
|
|
36
|
+
# information out of the docstring
|
|
37
|
+
attr_accessor :parser
|
|
38
|
+
|
|
39
|
+
# @!attribute [r] object
|
|
40
|
+
# @return [CodeObjects::Base, nil] the object the parent docstring is
|
|
41
|
+
# attached to. May be nil.
|
|
42
|
+
def object; parser.object end
|
|
43
|
+
|
|
44
|
+
# @!attribute [r] handler
|
|
45
|
+
# @return [Handlers::Base, nil] the handler object the docstring parser
|
|
46
|
+
# might be attached to. May be nil. Only available when parsing
|
|
47
|
+
# through {Parser::SourceParser}.
|
|
48
|
+
def handler; parser.handler end
|
|
49
|
+
|
|
50
|
+
# @!endgroup
|
|
51
|
+
|
|
52
|
+
# @param [Tag] tag the meta-data tag containing all input to the docstring
|
|
53
|
+
# @param [DocstringParser] parser the docstring parser object
|
|
54
|
+
def initialize(tag, parser)
|
|
55
|
+
self.tag = tag
|
|
56
|
+
self.parser = parser
|
|
57
|
+
self.expanded_text = nil
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# @!group Parser callbacks
|
|
61
|
+
|
|
62
|
+
# Called when processing the directive. Subclasses should implement
|
|
63
|
+
# this method to perform all functionality of the directive.
|
|
64
|
+
#
|
|
65
|
+
# @abstract implement this method to perform all data processing for
|
|
66
|
+
# the directive.
|
|
67
|
+
# @return [void]
|
|
68
|
+
def call; raise NotImplementedError end
|
|
69
|
+
|
|
70
|
+
# Called after parsing all directives and tags in the docstring. Used
|
|
71
|
+
# to perform any cleanup after all directives perform their main task.
|
|
72
|
+
# @return [void]
|
|
73
|
+
def after_parse; end
|
|
74
|
+
|
|
75
|
+
protected :parser
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
# Ends a group listing definition. Group definition automatically end
|
|
79
|
+
# when class or module blocks are closed, and defining a new group overrides
|
|
80
|
+
# the last group definition, but occasionally you need to end the current
|
|
81
|
+
# group to return to the default listing. Use {tag:!group} to begin a
|
|
82
|
+
# group listing.
|
|
83
|
+
#
|
|
84
|
+
# @example
|
|
85
|
+
# class Controller
|
|
86
|
+
# # @!group Callbacks
|
|
87
|
+
#
|
|
88
|
+
# def before_filter; end
|
|
89
|
+
# def after_filter; end
|
|
90
|
+
#
|
|
91
|
+
# # @!endgroup
|
|
92
|
+
#
|
|
93
|
+
# def index; end
|
|
94
|
+
# end
|
|
95
|
+
# @see tag:!group
|
|
96
|
+
# @since 0.6.0
|
|
97
|
+
class EndGroupDirective < Directive
|
|
98
|
+
def call
|
|
99
|
+
return unless handler
|
|
100
|
+
handler.extra_state.group = nil
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
# Defines a group listing. All methods (and attributes) seen after this
|
|
105
|
+
# directive are placed into a group with the given description as the
|
|
106
|
+
# group name. The group listing is used by templates to organize methods
|
|
107
|
+
# and attributes into respective logical groups. To end a group listing
|
|
108
|
+
# use {tag:!endgroup}.
|
|
109
|
+
#
|
|
110
|
+
# @note A group definition only applies to the scope it is defined in.
|
|
111
|
+
# If a new class or module is opened after the directive, this directive
|
|
112
|
+
# will not apply to methods in that class or module.
|
|
113
|
+
# @example
|
|
114
|
+
# # @!group Callbacks
|
|
115
|
+
#
|
|
116
|
+
# def before_filter; end
|
|
117
|
+
# def after_filter; end
|
|
118
|
+
# @see tag:!endgroup
|
|
119
|
+
# @since 0.6.0
|
|
120
|
+
class GroupDirective < Directive
|
|
121
|
+
def call
|
|
122
|
+
return unless handler
|
|
123
|
+
handler.extra_state.group = tag.text
|
|
124
|
+
end
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
# Defines a block of text to be expanded whenever the macro is called by name
|
|
128
|
+
# in subsequent docstrings. The macro data can be any arbitrary text data, be
|
|
129
|
+
# it regular documentation, meta-data tags or directives.
|
|
130
|
+
#
|
|
131
|
+
# == Defining a Macro
|
|
132
|
+
#
|
|
133
|
+
# A macro must first be defined in order to be used. Note that a macro is also
|
|
134
|
+
# expanded upon definition if it defined on an object (the docstring of a
|
|
135
|
+
# method, class, module or constant object as opposed to a free standing
|
|
136
|
+
# comment). To define a macro, use the "new" or "attach" identifier in the
|
|
137
|
+
# types specifier list. A macro will also automatically be created if an
|
|
138
|
+
# indented macro data block is given, so the keywords are not strictly needed.
|
|
139
|
+
#
|
|
140
|
+
# === Anonymous Macros
|
|
141
|
+
#
|
|
142
|
+
# In addition to standard named macros, macros can be defined anonymously if
|
|
143
|
+
# no name is given. In this case, they can not be re-used in future docstrings,
|
|
144
|
+
# but they will expand in the first definition. This is useful when needing
|
|
145
|
+
# to take advantage of the macro expansion variables (described below).
|
|
146
|
+
#
|
|
147
|
+
# == Using a Macro
|
|
148
|
+
#
|
|
149
|
+
# To re-use a macro in another docstring after it is defined, simply use
|
|
150
|
+
# <tt>@!macro the_name</tt> with no indented block of macro data. The resulting
|
|
151
|
+
# data will be expanded in place.
|
|
152
|
+
#
|
|
153
|
+
# == Attaching a Macro to a DSL Method
|
|
154
|
+
#
|
|
155
|
+
# Macros can be defined to auto-expand on DSL-style class method calls. To
|
|
156
|
+
# define a macro to be auto expanded in this way, use the "attach" keyword
|
|
157
|
+
# in the type specifier list ("new" is implied).
|
|
158
|
+
#
|
|
159
|
+
# Attached macros can also be attached directly on the class method declaration
|
|
160
|
+
# that provides the DSL method to its subclasses. The syntax in either case
|
|
161
|
+
# is the same.
|
|
162
|
+
#
|
|
163
|
+
# == Macro Expansion Variables
|
|
164
|
+
#
|
|
165
|
+
# In the case of using macros on DSL-style method calls, a number of expansion
|
|
166
|
+
# variables can be used for interpolation inside of the macro data. The variables,
|
|
167
|
+
# similar in syntax to Ruby's global variables, are as follows:
|
|
168
|
+
#
|
|
169
|
+
# * $0 - the method name being called
|
|
170
|
+
# * $1, $2, $3, ... - the Nth argument in the method call
|
|
171
|
+
# * $& - the full source line
|
|
172
|
+
#
|
|
173
|
+
# The following example shows what the expansion variables might hold for a given
|
|
174
|
+
# DSL method call:
|
|
175
|
+
#
|
|
176
|
+
# property :foo, :a, :b, :c, String
|
|
177
|
+
# # $0 => "property"
|
|
178
|
+
# # $1 => "foo"
|
|
179
|
+
# # $2 => "a"
|
|
180
|
+
# # $& => "property :foo, :a, :b, :c, String"
|
|
181
|
+
#
|
|
182
|
+
# === Ranges
|
|
183
|
+
#
|
|
184
|
+
# Ranges are also acceptable with the syntax <tt>${N-M}</tt>. Negative values
|
|
185
|
+
# on either N or M are valid, and refer to indexes from the end of the list.
|
|
186
|
+
# Consider a DSL method that creates a method using the first argument with
|
|
187
|
+
# argument names following, ending with the return type of the method. This
|
|
188
|
+
# could be documented as:
|
|
189
|
+
#
|
|
190
|
+
# # @!macro dsl_method
|
|
191
|
+
# # @!method $1(${2--2})
|
|
192
|
+
# # @return [${-1}] the return value of $0
|
|
193
|
+
# create_method_with_args :foo, :a, :b, :c, String
|
|
194
|
+
#
|
|
195
|
+
# As described, the method is using the signature <tt>foo(a, b, c)</tt> and the return
|
|
196
|
+
# type from the last argument, +String+. When using ranges, tokens are joined
|
|
197
|
+
# with commas. Note that this includes using $0:
|
|
198
|
+
#
|
|
199
|
+
# !!!plain
|
|
200
|
+
# $0-1 # => Interpolates to "create_method_with_args, foo"
|
|
201
|
+
#
|
|
202
|
+
# If you want to separate them with spaces, use <tt>$1 $2 $3 $4 ...</tt>. Note that
|
|
203
|
+
# if the token cannot be expanded, it will return the empty string (not an error),
|
|
204
|
+
# so it would be safe to list <tt>$1 $2 ... $10</tt>, for example.
|
|
205
|
+
#
|
|
206
|
+
# === Escaping Interpolation
|
|
207
|
+
#
|
|
208
|
+
# Interpolation can be escaped by prefixing the +$+ with +\\\+, like so:
|
|
209
|
+
#
|
|
210
|
+
# # @!macro foo
|
|
211
|
+
# # I have \$2.00 USD.
|
|
212
|
+
#
|
|
213
|
+
# @example Defining a simple macro
|
|
214
|
+
# # @!macro [new] returnself
|
|
215
|
+
# # @return [self] returns itself
|
|
216
|
+
# @example Using a simple macro in multiple docstrings
|
|
217
|
+
# # Documentation for map
|
|
218
|
+
# # ...
|
|
219
|
+
# # @macro returnself
|
|
220
|
+
# def map; end
|
|
221
|
+
#
|
|
222
|
+
# # Documentation for filter
|
|
223
|
+
# # ...
|
|
224
|
+
# # @macro returnself
|
|
225
|
+
# def filter; end
|
|
226
|
+
# @example Attaching a macro to a class method (for DSL usage)
|
|
227
|
+
# class Resource
|
|
228
|
+
# # Defines a new property
|
|
229
|
+
# # @param [String] name the property name
|
|
230
|
+
# # @param [Class] type the property's type
|
|
231
|
+
# # @!macro [attach] property
|
|
232
|
+
# # @return [$2] the $1 property
|
|
233
|
+
# def self.property(name, type) end
|
|
234
|
+
# end
|
|
235
|
+
#
|
|
236
|
+
# class Post < Resource
|
|
237
|
+
# property :title, String
|
|
238
|
+
# property :view_count, Integer
|
|
239
|
+
# end
|
|
240
|
+
# @example Attaching a macro directly to a DSL method
|
|
241
|
+
# class Post < Resource
|
|
242
|
+
# # @!macro [attach] property
|
|
243
|
+
# # @return [$2] the $1 property
|
|
244
|
+
# property :title, String
|
|
245
|
+
#
|
|
246
|
+
# # Macro will expand on this definition too
|
|
247
|
+
# property :view_count, Integer
|
|
248
|
+
# end
|
|
249
|
+
# @since 0.7.0
|
|
250
|
+
class MacroDirective < Directive
|
|
251
|
+
def call
|
|
252
|
+
raise TagFormatError if tag.name.nil? && tag.text.to_s.empty?
|
|
253
|
+
unless macro_data = find_or_create
|
|
254
|
+
warn
|
|
255
|
+
return
|
|
256
|
+
end
|
|
257
|
+
|
|
258
|
+
self.expanded_text = expand(macro_data)
|
|
259
|
+
end
|
|
260
|
+
|
|
261
|
+
private
|
|
262
|
+
|
|
263
|
+
def new?
|
|
264
|
+
(tag.types && tag.types.include?('new')) ||
|
|
265
|
+
(tag.text && !tag.text.strip.empty?)
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
def attach?
|
|
269
|
+
new? && # must have data or there is nothing to attach
|
|
270
|
+
class_method? || # always attach to class methods
|
|
271
|
+
(tag.types && tag.types.include?('attach'))
|
|
272
|
+
end
|
|
273
|
+
|
|
274
|
+
def class_method?
|
|
275
|
+
object && object.is_a?(CodeObjects::MethodObject) &&
|
|
276
|
+
object.scope == :class
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
def anonymous?
|
|
280
|
+
tag.name.nil? || tag.name.empty?
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
def expand(macro_data)
|
|
284
|
+
return if attach? && class_method?
|
|
285
|
+
return if !anonymous? && new? &&
|
|
286
|
+
(!handler || handler.statement.source.empty?)
|
|
287
|
+
call_params = []
|
|
288
|
+
caller_method = nil
|
|
289
|
+
full_source = ''
|
|
290
|
+
if handler
|
|
291
|
+
call_params = handler.call_params
|
|
292
|
+
caller_method = handler.caller_method
|
|
293
|
+
full_source = handler.statement.source
|
|
294
|
+
end
|
|
295
|
+
all_params = ([caller_method] + call_params).compact
|
|
296
|
+
CodeObjects::MacroObject.expand(macro_data, all_params, full_source)
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
def find_or_create
|
|
300
|
+
if new? || attach?
|
|
301
|
+
if handler && attach?
|
|
302
|
+
obj = object ? object :
|
|
303
|
+
P("#{handler.namespace}.#{handler.caller_method}")
|
|
304
|
+
else
|
|
305
|
+
obj = nil
|
|
306
|
+
end
|
|
307
|
+
if anonymous? # anonymous macro
|
|
308
|
+
return tag.text || ""
|
|
309
|
+
else
|
|
310
|
+
macro = CodeObjects::MacroObject.create(tag.name, tag.text, obj)
|
|
311
|
+
end
|
|
312
|
+
else
|
|
313
|
+
macro = CodeObjects::MacroObject.find(tag.name)
|
|
314
|
+
end
|
|
315
|
+
|
|
316
|
+
macro ? macro.macro_data : nil
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
def warn
|
|
320
|
+
if object && handler
|
|
321
|
+
log.warn "Invalid/missing macro name for " +
|
|
322
|
+
"#{object.path} (#{handler.parser.file}:#{handler.statement.line})"
|
|
323
|
+
end
|
|
324
|
+
end
|
|
325
|
+
end
|
|
326
|
+
|
|
327
|
+
# Defines a method object with a given method signature, using indented
|
|
328
|
+
# block data as the method's docstring. The signature is similar to the
|
|
329
|
+
# {tag:overload} tag. The comment containing this directive does not need
|
|
330
|
+
# to be attached to any source, but if it is, that source code will be
|
|
331
|
+
# used as the method's source.
|
|
332
|
+
#
|
|
333
|
+
# To define an attribute method, see {tag:!attribute}
|
|
334
|
+
#
|
|
335
|
+
# @note For backwards compatibility support, you do not need to indent
|
|
336
|
+
# the method's docstring text. If a +@!method+ directive is seen with
|
|
337
|
+
# no indented block, the entire docstring is used as the new method's
|
|
338
|
+
# docstring text.
|
|
339
|
+
# @example Defining a simple method
|
|
340
|
+
# # @!method quit(username, message = "Quit")
|
|
341
|
+
# # Sends a quit message to the server for a +username+.
|
|
342
|
+
# # @param [String] username the username to quit
|
|
343
|
+
# # @param [String] message the quit message
|
|
344
|
+
# quit_message_method
|
|
345
|
+
# @example Attaching multiple methods to the same source
|
|
346
|
+
# # @!method method1
|
|
347
|
+
# # @!method method2
|
|
348
|
+
# create_methods :method1, :method2
|
|
349
|
+
# @see tag:!attribute
|
|
350
|
+
# @since 0.7.0
|
|
351
|
+
class MethodDirective < Directive
|
|
352
|
+
SCOPE_MATCH = /\A\s*self\s*\.\s*/
|
|
353
|
+
|
|
354
|
+
def call; end
|
|
355
|
+
|
|
356
|
+
def after_parse
|
|
357
|
+
return unless handler
|
|
358
|
+
use_indented_text
|
|
359
|
+
create_object
|
|
360
|
+
end
|
|
361
|
+
|
|
362
|
+
protected
|
|
363
|
+
|
|
364
|
+
def method_name
|
|
365
|
+
sig = sanitized_tag_signature
|
|
366
|
+
if sig && sig =~ /^#{CodeObjects::METHODNAMEMATCH}(\s|\(|$)/
|
|
367
|
+
sig[/\A\s*([^\(; \t]+)/, 1]
|
|
368
|
+
else
|
|
369
|
+
handler.call_params.first
|
|
370
|
+
end
|
|
371
|
+
end
|
|
372
|
+
|
|
373
|
+
def method_signature
|
|
374
|
+
"def #{sanitized_tag_signature || method_name}"
|
|
375
|
+
end
|
|
376
|
+
|
|
377
|
+
def sanitized_tag_signature
|
|
378
|
+
if tag.name && tag.name =~ SCOPE_MATCH
|
|
379
|
+
parser.state.scope = :class
|
|
380
|
+
$'
|
|
381
|
+
else
|
|
382
|
+
tag.name
|
|
383
|
+
end
|
|
384
|
+
end
|
|
385
|
+
|
|
386
|
+
def use_indented_text
|
|
387
|
+
return if tag.text.empty?
|
|
388
|
+
handler = parser.handler
|
|
389
|
+
object = parser.object
|
|
390
|
+
self.parser = parser.class.new(parser.library)
|
|
391
|
+
parser.state.inside_directive = true
|
|
392
|
+
parser.parse(tag.text, object, handler)
|
|
393
|
+
parser.state.inside_directive = false
|
|
394
|
+
end
|
|
395
|
+
|
|
396
|
+
def create_object
|
|
397
|
+
name = method_name
|
|
398
|
+
scope = parser.state.scope || handler.scope
|
|
399
|
+
visibility = parser.state.visibility || handler.visibility
|
|
400
|
+
ns = CodeObjects::NamespaceObject === object ? object : handler.namespace
|
|
401
|
+
obj = CodeObjects::MethodObject.new(ns, name, scope)
|
|
402
|
+
handler.register_file_info(obj)
|
|
403
|
+
handler.register_source(obj)
|
|
404
|
+
handler.register_visibility(obj, visibility)
|
|
405
|
+
handler.register_group(obj)
|
|
406
|
+
obj.signature = method_signature
|
|
407
|
+
obj.parameters = OverloadTag.new(:overload, method_signature).parameters
|
|
408
|
+
obj.docstring = Docstring.new!(parser.text, parser.tags, obj,
|
|
409
|
+
parser.raw_text, parser.reference)
|
|
410
|
+
handler.register_module_function(obj)
|
|
411
|
+
obj
|
|
412
|
+
end
|
|
413
|
+
end
|
|
414
|
+
|
|
415
|
+
# Defines an attribute with a given name, using indented block data as the
|
|
416
|
+
# attribute's docstring. If the type specifier is supplied with "r", "w", or
|
|
417
|
+
# "rw", the attribute is made readonly, writeonly or readwrite respectively.
|
|
418
|
+
# A readwrite attribute is the default, if no type is specified. The comment
|
|
419
|
+
# containing this directive does not need to be attached to any source, but
|
|
420
|
+
# if it is, that source code will be used as the method's source.
|
|
421
|
+
#
|
|
422
|
+
# To define an regular method, see {tag:!method}
|
|
423
|
+
#
|
|
424
|
+
# @note For backwards compatibility support, you do not need to indent
|
|
425
|
+
# the attribute's docstring text. If an +@!attribute+ directive is seen with
|
|
426
|
+
# no indented block, the entire docstring is used as the new attribute's
|
|
427
|
+
# docstring text.
|
|
428
|
+
# @example Defining a simple readonly attribute
|
|
429
|
+
# # @!attribute [r] count
|
|
430
|
+
# # @return [Fixnum] the size of the list
|
|
431
|
+
# @example Defining a simple readwrite attribute
|
|
432
|
+
# # @!attribute name
|
|
433
|
+
# # @return [String] the name of the user
|
|
434
|
+
# @see tag:!method
|
|
435
|
+
# @since 0.7.0
|
|
436
|
+
class AttributeDirective < MethodDirective
|
|
437
|
+
def after_parse
|
|
438
|
+
return unless handler
|
|
439
|
+
use_indented_text
|
|
440
|
+
create_attribute_data(create_object)
|
|
441
|
+
end
|
|
442
|
+
|
|
443
|
+
protected
|
|
444
|
+
|
|
445
|
+
def method_name
|
|
446
|
+
name = sanitized_tag_signature || handler.call_params.first
|
|
447
|
+
name += '=' unless readable?
|
|
448
|
+
name
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
def method_signature
|
|
452
|
+
if readable?
|
|
453
|
+
"def #{method_name}"
|
|
454
|
+
else
|
|
455
|
+
"def #{method_name}(value)"
|
|
456
|
+
end
|
|
457
|
+
end
|
|
458
|
+
|
|
459
|
+
private
|
|
460
|
+
|
|
461
|
+
def create_attribute_data(object)
|
|
462
|
+
return unless object
|
|
463
|
+
clean_name = object.name.to_s.sub(/=$/, '')
|
|
464
|
+
attrs = object.namespace.attributes[object.scope]
|
|
465
|
+
attrs[clean_name] ||= SymbolHash[:read => nil, :write => nil]
|
|
466
|
+
if readable?
|
|
467
|
+
attrs[clean_name][:read] = object
|
|
468
|
+
end
|
|
469
|
+
if writable?
|
|
470
|
+
if object.name.to_s[-1,1] == '='
|
|
471
|
+
writer = object
|
|
472
|
+
writer.parameters = [['value', nil]]
|
|
473
|
+
else
|
|
474
|
+
writer = CodeObjects::MethodObject.new(object.namespace,
|
|
475
|
+
object.name.to_s + '=', object.scope)
|
|
476
|
+
writer.signature = "def #{object.name}=(value)"
|
|
477
|
+
writer.visibility = object.visibility
|
|
478
|
+
writer.dynamic = object.dynamic
|
|
479
|
+
writer.source = object.source
|
|
480
|
+
writer.group = object.group
|
|
481
|
+
writer.parameters = [['value', nil]]
|
|
482
|
+
handler.register_file_info(writer)
|
|
483
|
+
end
|
|
484
|
+
attrs[clean_name][:write] = writer
|
|
485
|
+
end
|
|
486
|
+
end
|
|
487
|
+
|
|
488
|
+
def writable?
|
|
489
|
+
!tag.types || tag.types.join.include?('w')
|
|
490
|
+
end
|
|
491
|
+
|
|
492
|
+
def readable?
|
|
493
|
+
!tag.types || tag.types.join =~ /(?!w)r/
|
|
494
|
+
end
|
|
495
|
+
end
|
|
496
|
+
|
|
497
|
+
# Parses a block of code as if it were present in the source file at that
|
|
498
|
+
# location. This directive is useful if a class has dynamic meta-programmed
|
|
499
|
+
# behaviour that cannot be recognized by YARD.
|
|
500
|
+
#
|
|
501
|
+
# You can specify the language of the code block using the types
|
|
502
|
+
# specification list. By default, the code language is "ruby".
|
|
503
|
+
#
|
|
504
|
+
# @example Documenting dynamic module inclusion
|
|
505
|
+
# class User
|
|
506
|
+
# # includes "UserMixin" and extends "UserMixin::ClassMethods"
|
|
507
|
+
# # using the UserMixin.included callback.
|
|
508
|
+
# # @!parse include UserMixin
|
|
509
|
+
# # @!parse extend UserMixin::ClassMethods
|
|
510
|
+
# end
|
|
511
|
+
# @example Declaring a method as an attribute
|
|
512
|
+
# # This should really be an attribute
|
|
513
|
+
# # @!parse attr_reader :foo
|
|
514
|
+
# def object; @parent.object end
|
|
515
|
+
# @example Parsing C code
|
|
516
|
+
# # @!parse [c]
|
|
517
|
+
# # void Init_Foo() {
|
|
518
|
+
# # rb_define_method(rb_cFoo, "method", method, 0);
|
|
519
|
+
# # }
|
|
520
|
+
# @since 0.8.0
|
|
521
|
+
class ParseDirective < Directive
|
|
522
|
+
def call
|
|
523
|
+
lang = tag.types ? tag.types.first.to_sym :
|
|
524
|
+
(handler ? handler.parser.parser_type : :ruby)
|
|
525
|
+
if handler && lang == handler.parser.parser_type
|
|
526
|
+
pclass = Parser::SourceParser.parser_types[handler.parser.parser_type]
|
|
527
|
+
pobj = pclass.new(tag.text, handler.parser.file)
|
|
528
|
+
pobj.parse
|
|
529
|
+
handler.parser.process(pobj.enumerator)
|
|
530
|
+
else # initialize a new parse chain
|
|
531
|
+
src_parser = Parser::SourceParser.new(lang, handler ? handler.globals : nil)
|
|
532
|
+
src_parser.file = handler.parser.file if handler
|
|
533
|
+
src_parser.parse(StringIO.new(tag.text))
|
|
534
|
+
end
|
|
535
|
+
end
|
|
536
|
+
end
|
|
537
|
+
|
|
538
|
+
# Modifies the current parsing scope (class or instance). If this
|
|
539
|
+
# directive is defined on a docstring attached to an object definition,
|
|
540
|
+
# it is applied only to that object. Otherwise, it applies the scope
|
|
541
|
+
# to all future objects in the namespace.
|
|
542
|
+
#
|
|
543
|
+
# @example Modifying the scope of a DSL method
|
|
544
|
+
# # @!scope class
|
|
545
|
+
# cattr_accessor :subclasses
|
|
546
|
+
# @example Modifying the scope of a set of methods
|
|
547
|
+
# # @!scope class
|
|
548
|
+
#
|
|
549
|
+
# # Documentation for method1
|
|
550
|
+
# def method1; end
|
|
551
|
+
#
|
|
552
|
+
# # Documentation for method2
|
|
553
|
+
# def method2; end
|
|
554
|
+
# @since 0.7.0
|
|
555
|
+
class ScopeDirective < Directive
|
|
556
|
+
def call
|
|
557
|
+
if %w(class instance module).include?(tag.text)
|
|
558
|
+
if object.is_a?(CodeObjects::MethodObject)
|
|
559
|
+
object.scope = tag.text.to_sym
|
|
560
|
+
else
|
|
561
|
+
parser.state.scope = tag.text.to_sym
|
|
562
|
+
end
|
|
563
|
+
end
|
|
564
|
+
end
|
|
565
|
+
end
|
|
566
|
+
|
|
567
|
+
# Modifies the current parsing visibility (public, protected, or private).
|
|
568
|
+
# If this directive is defined on a docstring attached to an object
|
|
569
|
+
# definition, it is applied only to that object. Otherwise, it applies
|
|
570
|
+
# the visibility to all future objects in the namespace.
|
|
571
|
+
#
|
|
572
|
+
# @example Modifying the visibility of a DSL method
|
|
573
|
+
# # @!visibility private
|
|
574
|
+
# cattr_accessor :subclasses
|
|
575
|
+
# @example Modifying the visibility of a set of methods
|
|
576
|
+
# # Note that Ruby's "protected" is recommended over this directive
|
|
577
|
+
# # @!visibility protected
|
|
578
|
+
#
|
|
579
|
+
# # Documentation for method1
|
|
580
|
+
# def method1; end
|
|
581
|
+
#
|
|
582
|
+
# # Documentation for method2
|
|
583
|
+
# def method2; end
|
|
584
|
+
# @since 0.7.0
|
|
585
|
+
class VisibilityDirective < Directive
|
|
586
|
+
def call
|
|
587
|
+
if %w(public protected private).include?(tag.text)
|
|
588
|
+
if object.is_a?(CodeObjects::Base)
|
|
589
|
+
object.visibility = tag.text.to_sym
|
|
590
|
+
elsif handler && !parser.state.inside_directive
|
|
591
|
+
handler.visibility = tag.text.to_sym
|
|
592
|
+
else
|
|
593
|
+
parser.state.visibility = tag.text.to_sym
|
|
594
|
+
end
|
|
595
|
+
end
|
|
596
|
+
end
|
|
597
|
+
end
|
|
598
|
+
end
|
|
599
|
+
end
|