suzuko 0.1.7

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.
Files changed (1357) hide show
  1. checksums.yaml +7 -0
  2. data/.DS_Store +0 -0
  3. data/.gitignore +11 -0
  4. data/.rspec +2 -0
  5. data/.travis.yml +13 -0
  6. data/Gemfile +4 -0
  7. data/README.md +39 -0
  8. data/Rakefile +6 -0
  9. data/bin/console +14 -0
  10. data/bin/setup +7 -0
  11. data/exe/suzuko +3 -0
  12. data/lib/suzuko/version.rb +3 -0
  13. data/lib/suzuko.rb +5 -0
  14. data/suzuko.gemspec +37 -0
  15. data/vendor/bundle/ruby/2.0.0/bin/cdiff +23 -0
  16. data/vendor/bundle/ruby/2.0.0/bin/colortab +23 -0
  17. data/vendor/bundle/ruby/2.0.0/bin/coveralls +23 -0
  18. data/vendor/bundle/ruby/2.0.0/bin/decolor +23 -0
  19. data/vendor/bundle/ruby/2.0.0/bin/htmldiff +25 -0
  20. data/vendor/bundle/ruby/2.0.0/bin/ldiff +25 -0
  21. data/vendor/bundle/ruby/2.0.0/bin/rake +23 -0
  22. data/vendor/bundle/ruby/2.0.0/bin/restclient +23 -0
  23. data/vendor/bundle/ruby/2.0.0/bin/rspec +23 -0
  24. data/vendor/bundle/ruby/2.0.0/bin/suzuko +23 -0
  25. data/vendor/bundle/ruby/2.0.0/bin/term_display +23 -0
  26. data/vendor/bundle/ruby/2.0.0/bin/term_mandel +23 -0
  27. data/vendor/bundle/ruby/2.0.0/bin/thor +23 -0
  28. data/vendor/bundle/ruby/2.0.0/cache/coveralls-0.8.3.gem +0 -0
  29. data/vendor/bundle/ruby/2.0.0/cache/diff-lcs-1.2.5.gem +0 -0
  30. data/vendor/bundle/ruby/2.0.0/cache/docile-1.1.5.gem +0 -0
  31. data/vendor/bundle/ruby/2.0.0/cache/domain_name-0.5.25.gem +0 -0
  32. data/vendor/bundle/ruby/2.0.0/cache/gemcutter-0.7.1.gem +0 -0
  33. data/vendor/bundle/ruby/2.0.0/cache/http-cookie-1.0.2.gem +0 -0
  34. data/vendor/bundle/ruby/2.0.0/cache/json-1.8.3.gem +0 -0
  35. data/vendor/bundle/ruby/2.0.0/cache/mime-types-2.6.2.gem +0 -0
  36. data/vendor/bundle/ruby/2.0.0/cache/netrc-0.10.3.gem +0 -0
  37. data/vendor/bundle/ruby/2.0.0/cache/rake-10.4.2.gem +0 -0
  38. data/vendor/bundle/ruby/2.0.0/cache/rest-client-1.8.0.gem +0 -0
  39. data/vendor/bundle/ruby/2.0.0/cache/rspec-3.2.0.gem +0 -0
  40. data/vendor/bundle/ruby/2.0.0/cache/rspec-core-3.2.3.gem +0 -0
  41. data/vendor/bundle/ruby/2.0.0/cache/rspec-expectations-3.2.1.gem +0 -0
  42. data/vendor/bundle/ruby/2.0.0/cache/rspec-mocks-3.2.1.gem +0 -0
  43. data/vendor/bundle/ruby/2.0.0/cache/rspec-support-3.2.2.gem +0 -0
  44. data/vendor/bundle/ruby/2.0.0/cache/simplecov-0.10.0.gem +0 -0
  45. data/vendor/bundle/ruby/2.0.0/cache/simplecov-html-0.10.0.gem +0 -0
  46. data/vendor/bundle/ruby/2.0.0/cache/term-ansicolor-1.3.2.gem +0 -0
  47. data/vendor/bundle/ruby/2.0.0/cache/thor-0.19.1.gem +0 -0
  48. data/vendor/bundle/ruby/2.0.0/cache/tins-1.6.0.gem +0 -0
  49. data/vendor/bundle/ruby/2.0.0/cache/unf-0.1.4.gem +0 -0
  50. data/vendor/bundle/ruby/2.0.0/cache/unf_ext-0.0.7.1.gem +0 -0
  51. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/.gitignore +20 -0
  52. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/.rspec +2 -0
  53. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/.travis.yml +20 -0
  54. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/CHANGELOG.md +21 -0
  55. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/Gemfile +26 -0
  56. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/LICENSE +22 -0
  57. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/README.md +3 -0
  58. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/Rakefile +14 -0
  59. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/bin/coveralls +9 -0
  60. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/coveralls-ruby.gemspec +29 -0
  61. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/lib/coveralls/api.rb +73 -0
  62. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/lib/coveralls/command.rb +69 -0
  63. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/lib/coveralls/configuration.rb +211 -0
  64. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/lib/coveralls/output.rb +114 -0
  65. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/lib/coveralls/rake/task.rb +19 -0
  66. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/lib/coveralls/simplecov.rb +105 -0
  67. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/lib/coveralls/version.rb +3 -0
  68. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/lib/coveralls.rb +101 -0
  69. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/configuration_spec.rb +318 -0
  70. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/coveralls_spec.rb +106 -0
  71. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/fixtures/app/controllers/sample.rb +10 -0
  72. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/fixtures/app/models/airplane.rb +10 -0
  73. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/fixtures/app/models/dog.rb +10 -0
  74. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/fixtures/app/models/house.rb +10 -0
  75. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/fixtures/app/models/robot.rb +10 -0
  76. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/fixtures/app/models/user.rb +10 -0
  77. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/fixtures/app/vendor/vendored_gem.rb +1 -0
  78. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/fixtures/sample.rb +10 -0
  79. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/output_spec.rb +92 -0
  80. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/coveralls/simplecov_spec.rb +73 -0
  81. data/vendor/bundle/ruby/2.0.0/gems/coveralls-0.8.3/spec/spec_helper.rb +81 -0
  82. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/.autotest +3 -0
  83. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/.gemtest +0 -0
  84. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/.hoerc +2 -0
  85. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/.rspec +2 -0
  86. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/.travis.yml +22 -0
  87. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/Contributing.rdoc +64 -0
  88. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/Gemfile +20 -0
  89. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/History.rdoc +152 -0
  90. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/License.rdoc +39 -0
  91. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/Manifest.txt +38 -0
  92. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/README.rdoc +85 -0
  93. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/Rakefile +41 -0
  94. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/autotest/discover.rb +1 -0
  95. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/bin/htmldiff +32 -0
  96. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/bin/ldiff +6 -0
  97. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/docs/COPYING.txt +339 -0
  98. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/docs/artistic.txt +127 -0
  99. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/array.rb +7 -0
  100. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/block.rb +37 -0
  101. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/callbacks.rb +322 -0
  102. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/change.rb +177 -0
  103. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/htmldiff.rb +149 -0
  104. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/hunk.rb +276 -0
  105. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/internals.rb +301 -0
  106. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/ldiff.rb +195 -0
  107. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs/string.rb +5 -0
  108. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff/lcs.rb +805 -0
  109. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/lib/diff-lcs.rb +3 -0
  110. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/change_spec.rb +65 -0
  111. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/diff_spec.rb +47 -0
  112. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/hunk_spec.rb +72 -0
  113. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/issues_spec.rb +24 -0
  114. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/lcs_spec.rb +54 -0
  115. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/patch_spec.rb +414 -0
  116. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/sdiff_spec.rb +214 -0
  117. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/spec_helper.rb +290 -0
  118. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/traverse_balanced_spec.rb +310 -0
  119. data/vendor/bundle/ruby/2.0.0/gems/diff-lcs-1.2.5/spec/traverse_sequences_spec.rb +139 -0
  120. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/.gitignore +9 -0
  121. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/.rspec +2 -0
  122. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/.ruby-gemset +1 -0
  123. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/.ruby-version +1 -0
  124. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/.travis.yml +21 -0
  125. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/.yardopts +7 -0
  126. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/Gemfile +4 -0
  127. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/HISTORY.md +61 -0
  128. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/LICENSE +21 -0
  129. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/README.md +241 -0
  130. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/Rakefile +28 -0
  131. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/docile.gemspec +43 -0
  132. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/lib/docile/chaining_fallback_context_proxy.rb +20 -0
  133. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/lib/docile/execution.rb +35 -0
  134. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/lib/docile/fallback_context_proxy.rb +63 -0
  135. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/lib/docile/version.rb +4 -0
  136. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/lib/docile.rb +84 -0
  137. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/on_what.rb +14 -0
  138. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/spec/docile_spec.rb +339 -0
  139. data/vendor/bundle/ruby/2.0.0/gems/docile-1.1.5/spec/spec_helper.rb +30 -0
  140. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/.document +5 -0
  141. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/.gitignore +17 -0
  142. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/.travis.yml +16 -0
  143. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/Gemfile +4 -0
  144. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/LICENSE.txt +107 -0
  145. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/README.md +69 -0
  146. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/Rakefile +79 -0
  147. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/data/effective_tld_names.dat +11224 -0
  148. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/domain_name.gemspec +45 -0
  149. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/lib/domain_name/etld_data.rb +7794 -0
  150. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/lib/domain_name/etld_data.rb.erb +11 -0
  151. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/lib/domain_name/punycode.rb +283 -0
  152. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/lib/domain_name/version.rb +3 -0
  153. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/lib/domain_name.rb +297 -0
  154. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/test/helper.rb +18 -0
  155. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/test/test_domain_name-punycode.rb +97 -0
  156. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/test/test_domain_name.rb +317 -0
  157. data/vendor/bundle/ruby/2.0.0/gems/domain_name-0.5.25/tool/gen_etld_data.rb +63 -0
  158. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/Gemfile +7 -0
  159. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/MIT-LICENSE +22 -0
  160. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/README.md +99 -0
  161. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/Rakefile +13 -0
  162. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/lib/gemcutter/version.rb +3 -0
  163. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/lib/rubygems/commands/migrate_command.rb +14 -0
  164. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/lib/rubygems/commands/tumble_command.rb +13 -0
  165. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/lib/rubygems/commands/webhook_command.rb +117 -0
  166. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/lib/rubygems/commands/yank_command.rb +86 -0
  167. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/lib/rubygems_plugin.rb +7 -0
  168. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/test/helper.rb +41 -0
  169. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/test/webhook_command_test.rb +240 -0
  170. data/vendor/bundle/ruby/2.0.0/gems/gemcutter-0.7.1/test/yank_command_test.rb +157 -0
  171. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/.gitignore +17 -0
  172. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/.travis.yml +17 -0
  173. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/CHANGELOG.md +16 -0
  174. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/Gemfile +4 -0
  175. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/LICENSE.txt +24 -0
  176. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/README.md +235 -0
  177. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/Rakefile +20 -0
  178. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/http-cookie.gemspec +34 -0
  179. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie/ruby_compat.rb +63 -0
  180. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie/scanner.rb +230 -0
  181. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie/version.rb +5 -0
  182. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie.rb +685 -0
  183. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie_jar/abstract_saver.rb +65 -0
  184. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie_jar/abstract_store.rb +124 -0
  185. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie_jar/cookiestxt_saver.rb +106 -0
  186. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie_jar/hash_store.rb +163 -0
  187. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie_jar/mozilla_store.rb +458 -0
  188. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie_jar/yaml_saver.rb +76 -0
  189. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http/cookie_jar.rb +344 -0
  190. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/lib/http-cookie.rb +1 -0
  191. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/test/helper.rb +55 -0
  192. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/test/mechanize.yml +101 -0
  193. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/test/simplecov_start.rb +2 -0
  194. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/test/test_http_cookie.rb +1111 -0
  195. data/vendor/bundle/ruby/2.0.0/gems/http-cookie-1.0.2/test/test_http_cookie_jar.rb +985 -0
  196. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/.gitignore +16 -0
  197. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/.travis.yml +26 -0
  198. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/CHANGES +295 -0
  199. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/COPYING +58 -0
  200. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/COPYING-json-jruby +57 -0
  201. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/GPL +340 -0
  202. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/Gemfile +10 -0
  203. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/README-json-jruby.markdown +33 -0
  204. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/README.rdoc +358 -0
  205. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/Rakefile +412 -0
  206. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/TODO +1 -0
  207. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/VERSION +1 -0
  208. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/data/example.json +1 -0
  209. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/data/index.html +38 -0
  210. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/data/prototype.js +4184 -0
  211. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/diagrams/.keep +0 -0
  212. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/fbuffer/fbuffer.h +190 -0
  213. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/generator/.RUBYARCHDIR.time +0 -0
  214. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/generator/depend +1 -0
  215. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/generator/extconf.rb +4 -0
  216. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/generator/generator.c +1458 -0
  217. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/generator/generator.h +166 -0
  218. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/parser/.RUBYARCHDIR.time +0 -0
  219. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/parser/depend +1 -0
  220. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/parser/extconf.rb +3 -0
  221. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/parser/parser.c +2216 -0
  222. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/parser/parser.h +92 -0
  223. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/ext/parser/parser.rl +939 -0
  224. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/ext/json/extconf.rb +3 -0
  225. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/install.rb +23 -0
  226. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/ByteListTranscoder.java +167 -0
  227. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/Generator.java +444 -0
  228. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/GeneratorMethods.java +232 -0
  229. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/GeneratorService.java +43 -0
  230. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/GeneratorState.java +543 -0
  231. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/OptionsReader.java +114 -0
  232. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/Parser.java +2645 -0
  233. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/Parser.rl +969 -0
  234. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/ParserService.java +35 -0
  235. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/RuntimeInfo.java +121 -0
  236. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/StringDecoder.java +167 -0
  237. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/StringEncoder.java +106 -0
  238. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/java/src/json/ext/Utils.java +89 -0
  239. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/json-java.gemspec +23 -0
  240. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/json.gemspec +0 -0
  241. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/json_pure.gemspec +40 -0
  242. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/bigdecimal.rb +28 -0
  243. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/complex.rb +28 -0
  244. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/core.rb +11 -0
  245. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/date.rb +34 -0
  246. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/date_time.rb +50 -0
  247. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/exception.rb +31 -0
  248. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/ostruct.rb +31 -0
  249. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/range.rb +29 -0
  250. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/rational.rb +27 -0
  251. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/regexp.rb +30 -0
  252. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/struct.rb +30 -0
  253. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/symbol.rb +25 -0
  254. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/add/time.rb +38 -0
  255. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/common.rb +484 -0
  256. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/ext/.keep +0 -0
  257. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/ext.rb +21 -0
  258. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/generic_object.rb +70 -0
  259. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/pure/generator.rb +522 -0
  260. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/pure/parser.rb +359 -0
  261. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/pure.rb +21 -0
  262. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json/version.rb +8 -0
  263. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/lib/json.rb +62 -0
  264. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail1.json +1 -0
  265. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail10.json +1 -0
  266. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail11.json +1 -0
  267. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail12.json +1 -0
  268. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail13.json +1 -0
  269. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail14.json +1 -0
  270. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail18.json +1 -0
  271. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail19.json +1 -0
  272. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail2.json +1 -0
  273. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail20.json +1 -0
  274. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail21.json +1 -0
  275. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail22.json +1 -0
  276. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail23.json +1 -0
  277. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail24.json +1 -0
  278. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail25.json +1 -0
  279. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail27.json +2 -0
  280. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail28.json +2 -0
  281. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail3.json +1 -0
  282. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail4.json +1 -0
  283. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail5.json +1 -0
  284. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail6.json +1 -0
  285. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail7.json +1 -0
  286. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail8.json +1 -0
  287. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/fail9.json +1 -0
  288. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/pass1.json +56 -0
  289. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/pass15.json +1 -0
  290. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/pass16.json +1 -0
  291. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/pass17.json +1 -0
  292. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/pass2.json +1 -0
  293. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/pass26.json +1 -0
  294. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/fixtures/pass3.json +6 -0
  295. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/setup_variant.rb +11 -0
  296. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/test_json.rb +553 -0
  297. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/test_json_addition.rb +196 -0
  298. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/test_json_encoding.rb +65 -0
  299. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/test_json_fixtures.rb +35 -0
  300. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/test_json_generate.rb +337 -0
  301. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/test_json_generic_object.rb +75 -0
  302. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/test_json_string_matching.rb +39 -0
  303. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tests/test_json_unicode.rb +72 -0
  304. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tools/fuzz.rb +139 -0
  305. data/vendor/bundle/ruby/2.0.0/gems/json-1.8.3/tools/server.rb +62 -0
  306. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/.autotest +35 -0
  307. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/.gemtest +0 -0
  308. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/.gitignore +15 -0
  309. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/.hoerc +20 -0
  310. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/Contributing.rdoc +172 -0
  311. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/History-Types.rdoc +370 -0
  312. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/History.rdoc +553 -0
  313. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/Licence.rdoc +39 -0
  314. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/Manifest.txt +53 -0
  315. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/README.rdoc +216 -0
  316. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/Rakefile +187 -0
  317. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime-types.json +1 -0
  318. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.content_type.column +1924 -0
  319. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.docs.column +1924 -0
  320. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.encoding.column +1924 -0
  321. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.friendly.column +1924 -0
  322. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.obsolete.column +1924 -0
  323. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.references.column +1924 -0
  324. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.registered.column +1924 -0
  325. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.signature.column +1924 -0
  326. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.system.column +1924 -0
  327. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.use_instead.column +1924 -0
  328. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/data/mime.xrefs.column +1924 -0
  329. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/docs/COPYING.txt +339 -0
  330. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/docs/artistic.txt +127 -0
  331. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime/type/columnar.rb +112 -0
  332. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime/type.rb +832 -0
  333. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime/types/cache.rb +80 -0
  334. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime/types/columnar.rb +160 -0
  335. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime/types/deprecations.rb +53 -0
  336. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime/types/loader.rb +280 -0
  337. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime/types/loader_path.rb +15 -0
  338. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime/types/logger.rb +35 -0
  339. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime/types.rb +332 -0
  340. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/lib/mime-types.rb +3 -0
  341. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/support/apache_mime_types.rb +108 -0
  342. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/support/benchmarks/load.rb +64 -0
  343. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/support/benchmarks/load_allocations.rb +83 -0
  344. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/support/benchmarks/object_counts.rb +41 -0
  345. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/support/convert/columnar.rb +90 -0
  346. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/support/convert.rb +158 -0
  347. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/support/iana_registry.rb +170 -0
  348. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/bad-fixtures/malformed +9 -0
  349. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/fixture/json.json +1 -0
  350. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/fixture/old-data +9 -0
  351. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/fixture/yaml.yaml +72 -0
  352. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/minitest_helper.rb +21 -0
  353. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/test_mime_type.rb +668 -0
  354. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/test_mime_types.rb +121 -0
  355. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/test_mime_types_cache.rb +90 -0
  356. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/test_mime_types_class.rb +139 -0
  357. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/test_mime_types_lazy.rb +47 -0
  358. data/vendor/bundle/ruby/2.0.0/gems/mime-types-2.6.2/test/test_mime_types_loader.rb +60 -0
  359. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/LICENSE.md +20 -0
  360. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/Readme.md +50 -0
  361. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/changelog.txt +87 -0
  362. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/data/default_only.netrc +4 -0
  363. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/data/login.netrc +3 -0
  364. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/data/newlineless.netrc +4 -0
  365. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/data/password.netrc +3 -0
  366. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/data/permissive.netrc +4 -0
  367. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/data/sample.netrc +4 -0
  368. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/data/sample_multi.netrc +8 -0
  369. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/data/sample_multi_with_default.netrc +12 -0
  370. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/data/sample_with_default.netrc +8 -0
  371. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/lib/netrc.rb +243 -0
  372. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/test/test_lex.rb +58 -0
  373. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/test/test_netrc.rb +266 -0
  374. data/vendor/bundle/ruby/2.0.0/gems/netrc-0.10.3/test/test_parse.rb +34 -0
  375. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/.autotest +7 -0
  376. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/.gemtest +0 -0
  377. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/.rubocop.yml +27 -0
  378. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/.togglerc +7 -0
  379. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/CONTRIBUTING.rdoc +34 -0
  380. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/History.rdoc +651 -0
  381. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/MIT-LICENSE +21 -0
  382. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/Manifest.txt +166 -0
  383. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/README.rdoc +140 -0
  384. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/Rakefile +81 -0
  385. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/bin/rake +33 -0
  386. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/command_line_usage.rdoc +158 -0
  387. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/example/Rakefile1 +38 -0
  388. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/example/Rakefile2 +35 -0
  389. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/example/a.c +6 -0
  390. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/example/b.c +6 -0
  391. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/example/main.c +11 -0
  392. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/glossary.rdoc +43 -0
  393. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/jamis.rb +591 -0
  394. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/proto_rake.rdoc +127 -0
  395. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/rake.1 +141 -0
  396. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/rakefile.rdoc +653 -0
  397. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/rational.rdoc +151 -0
  398. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
  399. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
  400. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
  401. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
  402. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
  403. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
  404. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
  405. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
  406. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
  407. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
  408. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
  409. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
  410. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
  411. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
  412. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
  413. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.6.rdoc +37 -0
  414. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
  415. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
  416. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
  417. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.2.rdoc +55 -0
  418. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
  419. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.3.rdoc +102 -0
  420. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.4.rdoc +60 -0
  421. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.5.rdoc +55 -0
  422. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.6.rdoc +64 -0
  423. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.0.rdoc +178 -0
  424. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.1.rdoc +58 -0
  425. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.2.rdoc +53 -0
  426. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.3.rdoc +191 -0
  427. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/doc/release_notes/rake-10.1.0.rdoc +61 -0
  428. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/alt_system.rb +110 -0
  429. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/application.rb +790 -0
  430. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/backtrace.rb +23 -0
  431. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/clean.rb +76 -0
  432. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/cloneable.rb +16 -0
  433. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/contrib/.document +1 -0
  434. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/contrib/compositepublisher.rb +21 -0
  435. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/contrib/ftptools.rb +137 -0
  436. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/contrib/publisher.rb +81 -0
  437. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/contrib/rubyforgepublisher.rb +18 -0
  438. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/contrib/sshpublisher.rb +61 -0
  439. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/contrib/sys.rb +4 -0
  440. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/cpu_counter.rb +125 -0
  441. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/default_loader.rb +14 -0
  442. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/dsl_definition.rb +201 -0
  443. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/early_time.rb +21 -0
  444. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/ext/core.rb +25 -0
  445. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/ext/module.rb +2 -0
  446. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/ext/pathname.rb +25 -0
  447. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/ext/string.rb +173 -0
  448. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/ext/time.rb +16 -0
  449. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/file_creation_task.rb +24 -0
  450. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/file_list.rb +428 -0
  451. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/file_task.rb +46 -0
  452. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/file_utils.rb +128 -0
  453. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/file_utils_ext.rb +144 -0
  454. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/gempackagetask.rb +4 -0
  455. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/invocation_chain.rb +56 -0
  456. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/invocation_exception_mixin.rb +16 -0
  457. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/late_time.rb +17 -0
  458. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/linked_list.rb +103 -0
  459. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/loaders/makefile.rb +40 -0
  460. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/multi_task.rb +13 -0
  461. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/name_space.rb +38 -0
  462. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/packagetask.rb +199 -0
  463. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/pathmap.rb +3 -0
  464. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/phony.rb +15 -0
  465. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/private_reader.rb +20 -0
  466. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/promise.rb +99 -0
  467. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/pseudo_status.rb +29 -0
  468. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/rake_module.rb +38 -0
  469. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/rake_test_loader.rb +22 -0
  470. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/rdoctask.rb +4 -0
  471. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/ruby182_test_unit_fix.rb +29 -0
  472. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
  473. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/runtest.rb +27 -0
  474. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/scope.rb +42 -0
  475. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/task.rb +383 -0
  476. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/task_argument_error.rb +7 -0
  477. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/task_arguments.rb +98 -0
  478. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/task_manager.rb +310 -0
  479. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/tasklib.rb +24 -0
  480. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/testtask.rb +212 -0
  481. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/thread_history_display.rb +48 -0
  482. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/thread_pool.rb +164 -0
  483. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/trace_output.rb +22 -0
  484. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/version.rb +7 -0
  485. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake/win32.rb +56 -0
  486. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/lib/rake.rb +79 -0
  487. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/rakelib/publish.rake +20 -0
  488. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/rakelib/test_times.rake +25 -0
  489. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/file_creation.rb +34 -0
  490. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/helper.rb +130 -0
  491. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/support/rakefile_definitions.rb +478 -0
  492. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/support/ruby_runner.rb +34 -0
  493. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_private_reader.rb +42 -0
  494. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake.rb +40 -0
  495. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_application.rb +643 -0
  496. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_application_options.rb +466 -0
  497. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_backtrace.rb +119 -0
  498. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_clean.rb +61 -0
  499. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_cpu_counter.rb +68 -0
  500. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_definitions.rb +84 -0
  501. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_directory_task.rb +76 -0
  502. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_dsl.rb +40 -0
  503. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_early_time.rb +31 -0
  504. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_extension.rb +59 -0
  505. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_file_creation_task.rb +56 -0
  506. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_file_list.rb +655 -0
  507. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_file_list_path_map.rb +8 -0
  508. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_file_task.rb +197 -0
  509. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_file_utils.rb +309 -0
  510. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_ftp_file.rb +74 -0
  511. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_functional.rb +482 -0
  512. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_invocation_chain.rb +64 -0
  513. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_late_time.rb +18 -0
  514. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_linked_list.rb +84 -0
  515. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_makefile_loader.rb +46 -0
  516. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_multi_task.rb +64 -0
  517. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_name_space.rb +57 -0
  518. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_package_task.rb +79 -0
  519. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_path_map.rb +168 -0
  520. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_path_map_explode.rb +34 -0
  521. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_path_map_partial.rb +18 -0
  522. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_pathname_extensions.rb +15 -0
  523. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_pseudo_status.rb +21 -0
  524. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_rake_test_loader.rb +20 -0
  525. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_reduce_compat.rb +26 -0
  526. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_require.rb +40 -0
  527. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_rules.rb +388 -0
  528. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_scope.rb +44 -0
  529. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_task.rb +393 -0
  530. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_task_argument_parsing.rb +119 -0
  531. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_task_arguments.rb +127 -0
  532. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_task_lib.rb +9 -0
  533. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_task_manager.rb +178 -0
  534. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_task_manager_argument_resolution.rb +19 -0
  535. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_task_with_arguments.rb +172 -0
  536. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_test_task.rb +146 -0
  537. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_thread_pool.rb +145 -0
  538. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_top_level_functions.rb +71 -0
  539. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_rake_win32.rb +72 -0
  540. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_thread_history_display.rb +101 -0
  541. data/vendor/bundle/ruby/2.0.0/gems/rake-10.4.2/test/test_trace_output.rb +52 -0
  542. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/.gitignore +7 -0
  543. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/.rspec +1 -0
  544. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/.travis.yml +14 -0
  545. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/AUTHORS +81 -0
  546. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/Gemfile +11 -0
  547. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/LICENSE +21 -0
  548. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/README.rdoc +324 -0
  549. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/Rakefile +116 -0
  550. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/bin/restclient +94 -0
  551. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/history.md +196 -0
  552. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/rest-client.rb +2 -0
  553. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/rest_client.rb +2 -0
  554. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/abstract_response.rb +135 -0
  555. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/exceptions.rb +203 -0
  556. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/payload.rb +238 -0
  557. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/platform.rb +30 -0
  558. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/raw_response.rb +35 -0
  559. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/request.rb +621 -0
  560. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/resource.rb +168 -0
  561. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/response.rb +21 -0
  562. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/version.rb +7 -0
  563. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/windows/root_certs.rb +105 -0
  564. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient/windows.rb +8 -0
  565. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/lib/restclient.rb +165 -0
  566. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/rest-client.gemspec +30 -0
  567. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/rest-client.windows.gemspec +19 -0
  568. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/capath_digicert/244b5494.0 +19 -0
  569. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/capath_digicert/81b9768f.0 +19 -0
  570. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/capath_digicert/README +8 -0
  571. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/capath_digicert/digicert.crt +19 -0
  572. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/capath_verisign/415660c1.0 +14 -0
  573. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/capath_verisign/7651b327.0 +14 -0
  574. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/capath_verisign/README +8 -0
  575. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/capath_verisign/verisign.crt +14 -0
  576. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/certs/digicert.crt +19 -0
  577. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/certs/verisign.crt +14 -0
  578. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/integration_spec.rb +35 -0
  579. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/integration/request_spec.rb +104 -0
  580. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/spec_helper.rb +2 -0
  581. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/abstract_response_spec.rb +88 -0
  582. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/exceptions_spec.rb +95 -0
  583. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/master_shake.jpg +0 -0
  584. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/payload_spec.rb +245 -0
  585. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/raw_response_spec.rb +18 -0
  586. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/request2_spec.rb +32 -0
  587. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/request_spec.rb +917 -0
  588. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/resource_spec.rb +130 -0
  589. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/response_spec.rb +175 -0
  590. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/restclient_spec.rb +79 -0
  591. data/vendor/bundle/ruby/2.0.0/gems/rest-client-1.8.0/spec/unit/windows/root_certs_spec.rb +22 -0
  592. data/vendor/bundle/ruby/2.0.0/gems/rspec-3.2.0/License.txt +24 -0
  593. data/vendor/bundle/ruby/2.0.0/gems/rspec-3.2.0/README.md +47 -0
  594. data/vendor/bundle/ruby/2.0.0/gems/rspec-3.2.0/lib/rspec/version.rb +5 -0
  595. data/vendor/bundle/ruby/2.0.0/gems/rspec-3.2.0/lib/rspec.rb +3 -0
  596. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/.document +5 -0
  597. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/.yardopts +8 -0
  598. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/Changelog.md +1762 -0
  599. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/License.txt +25 -0
  600. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/README.md +252 -0
  601. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/exe/rspec +4 -0
  602. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/autorun.rb +2 -0
  603. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/backport_random.rb +339 -0
  604. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/backtrace_formatter.rb +66 -0
  605. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/configuration.rb +1678 -0
  606. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/configuration_options.rb +180 -0
  607. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/drb.rb +111 -0
  608. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/dsl.rb +96 -0
  609. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/example.rb +538 -0
  610. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/example_group.rb +768 -0
  611. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/filter_manager.rb +216 -0
  612. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/flat_map.rb +18 -0
  613. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/base_formatter.rb +70 -0
  614. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/base_text_formatter.rb +76 -0
  615. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/console_codes.rb +65 -0
  616. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/deprecation_formatter.rb +224 -0
  617. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/documentation_formatter.rb +74 -0
  618. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/helpers.rb +89 -0
  619. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/html_formatter.rb +154 -0
  620. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/html_printer.rb +419 -0
  621. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/json_formatter.rb +94 -0
  622. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/profile_formatter.rb +68 -0
  623. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/progress_formatter.rb +28 -0
  624. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/protocol.rb +172 -0
  625. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters/snippet_extractor.rb +111 -0
  626. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/formatters.rb +244 -0
  627. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/hooks.rb +632 -0
  628. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/memoized_helpers.rb +472 -0
  629. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/metadata.rb +476 -0
  630. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/metadata_filter.rb +222 -0
  631. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
  632. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
  633. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
  634. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/mocking_adapters/null.rb +14 -0
  635. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/mocking_adapters/rr.rb +31 -0
  636. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
  637. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/notifications.rb +603 -0
  638. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/option_parser.rb +228 -0
  639. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/ordering.rb +155 -0
  640. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/pending.rb +165 -0
  641. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/project_initializer/.rspec +2 -0
  642. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/project_initializer/spec/spec_helper.rb +91 -0
  643. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/project_initializer.rb +48 -0
  644. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/rake_task.rb +172 -0
  645. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/reporter.rb +172 -0
  646. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/ruby_project.rb +53 -0
  647. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/runner.rb +155 -0
  648. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/sandbox.rb +37 -0
  649. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/shared_context.rb +55 -0
  650. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/shared_example_group.rb +208 -0
  651. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
  652. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/version.rb +9 -0
  653. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/warnings.rb +40 -0
  654. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core/world.rb +167 -0
  655. data/vendor/bundle/ruby/2.0.0/gems/rspec-core-3.2.3/lib/rspec/core.rb +189 -0
  656. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/.document +5 -0
  657. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/.yardopts +6 -0
  658. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/Changelog.md +890 -0
  659. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/License.txt +24 -0
  660. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/README.md +289 -0
  661. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/expectations/configuration.rb +147 -0
  662. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/expectations/expectation_target.rb +119 -0
  663. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/expectations/fail_with.rb +33 -0
  664. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/expectations/handler.rb +170 -0
  665. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/expectations/minitest_integration.rb +18 -0
  666. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/expectations/syntax.rb +132 -0
  667. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/expectations/version.rb +8 -0
  668. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/expectations.rb +69 -0
  669. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/aliased_matcher.rb +116 -0
  670. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/all.rb +85 -0
  671. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/base_matcher.rb +132 -0
  672. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/be.rb +273 -0
  673. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/be_between.rb +77 -0
  674. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/be_instance_of.rb +22 -0
  675. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/be_kind_of.rb +16 -0
  676. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/be_within.rb +72 -0
  677. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/change.rb +337 -0
  678. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/compound.rb +293 -0
  679. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/contain_exactly.rb +249 -0
  680. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/cover.rb +24 -0
  681. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/eq.rb +75 -0
  682. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/eql.rb +34 -0
  683. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/equal.rb +81 -0
  684. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/exist.rb +86 -0
  685. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/has.rb +101 -0
  686. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/have_attributes.rb +113 -0
  687. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/include.rb +105 -0
  688. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/match.rb +29 -0
  689. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/operators.rb +119 -0
  690. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/output.rb +193 -0
  691. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/raise_error.rb +174 -0
  692. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/respond_to.rb +91 -0
  693. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/satisfy.rb +39 -0
  694. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/start_or_end_with.rb +92 -0
  695. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
  696. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in/yield.rb +416 -0
  697. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/built_in.rb +52 -0
  698. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/composable.rb +183 -0
  699. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/dsl.rb +440 -0
  700. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +79 -0
  701. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/generated_descriptions.rb +42 -0
  702. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/matcher_delegator.rb +33 -0
  703. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/matcher_protocol.rb +99 -0
  704. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers/pretty.rb +77 -0
  705. data/vendor/bundle/ruby/2.0.0/gems/rspec-expectations-3.2.1/lib/rspec/matchers.rb +955 -0
  706. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/.document +5 -0
  707. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/.yardopts +6 -0
  708. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/Changelog.md +893 -0
  709. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/License.txt +24 -0
  710. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/README.md +430 -0
  711. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/any_instance/chain.rb +110 -0
  712. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/any_instance/expect_chain_chain.rb +35 -0
  713. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/any_instance/expectation_chain.rb +48 -0
  714. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/any_instance/message_chains.rb +85 -0
  715. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/any_instance/proxy.rb +116 -0
  716. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/any_instance/recorder.rb +267 -0
  717. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/any_instance/stub_chain.rb +46 -0
  718. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/any_instance/stub_chain_chain.rb +27 -0
  719. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/any_instance.rb +10 -0
  720. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/argument_list_matcher.rb +100 -0
  721. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/argument_matchers.rb +320 -0
  722. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/configuration.rb +187 -0
  723. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/error_generator.rb +310 -0
  724. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/example_methods.rb +424 -0
  725. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/instance_method_stasher.rb +135 -0
  726. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/marshal_extension.rb +41 -0
  727. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
  728. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/matchers/have_received.rb +119 -0
  729. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/matchers/receive.rb +130 -0
  730. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/matchers/receive_message_chain.rb +80 -0
  731. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/matchers/receive_messages.rb +75 -0
  732. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/message_chain.rb +91 -0
  733. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/message_expectation.rb +714 -0
  734. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/method_double.rb +283 -0
  735. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/method_reference.rb +155 -0
  736. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/mutate_const.rb +335 -0
  737. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/object_reference.rb +149 -0
  738. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/order_group.rb +81 -0
  739. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/proxy.rb +431 -0
  740. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/space.rb +221 -0
  741. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/standalone.rb +3 -0
  742. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/syntax.rb +325 -0
  743. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/targets.rb +97 -0
  744. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/test_double.rb +135 -0
  745. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/verifying_double.rb +134 -0
  746. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/verifying_message_expecation.rb +54 -0
  747. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/verifying_proxy.rb +173 -0
  748. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks/version.rb +9 -0
  749. data/vendor/bundle/ruby/2.0.0/gems/rspec-mocks-3.2.1/lib/rspec/mocks.rb +126 -0
  750. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/Changelog.md +105 -0
  751. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/LICENSE.txt +22 -0
  752. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/README.md +26 -0
  753. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/caller_filter.rb +83 -0
  754. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/differ.rb +215 -0
  755. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/directory_maker.rb +61 -0
  756. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/encoded_string.rb +148 -0
  757. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/fuzzy_matcher.rb +48 -0
  758. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/hunk_generator.rb +47 -0
  759. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/matcher_definition.rb +42 -0
  760. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/method_signature_verifier.rb +273 -0
  761. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/recursive_const_methods.rb +76 -0
  762. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/ruby_features.rb +116 -0
  763. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/spec/deprecation_helpers.rb +60 -0
  764. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/spec/formatting_support.rb +9 -0
  765. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/spec/in_sub_process.rb +47 -0
  766. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/spec/prevent_load_time_warnings.rb +56 -0
  767. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/spec/shell_out.rb +69 -0
  768. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/spec/stderr_splitter.rb +63 -0
  769. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/spec/with_isolated_directory.rb +9 -0
  770. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
  771. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/spec.rb +76 -0
  772. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/version.rb +7 -0
  773. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/version_checker.rb +53 -0
  774. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support/warnings.rb +39 -0
  775. data/vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/lib/rspec/support.rb +76 -0
  776. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/.gitignore +31 -0
  777. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/.rspec +1 -0
  778. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/.rubocop.yml +69 -0
  779. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/.travis.yml +27 -0
  780. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/.yardopts +1 -0
  781. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/CHANGELOG.md +354 -0
  782. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/CONTRIBUTING.md +48 -0
  783. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/Gemfile +34 -0
  784. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/MIT-LICENSE +20 -0
  785. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/README.md +637 -0
  786. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/Rakefile +39 -0
  787. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/cucumber.yml +13 -0
  788. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/doc/alternate-formatters.md +36 -0
  789. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/doc/commercial-services.md +20 -0
  790. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/doc/editor-integration.md +13 -0
  791. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_autoload.feature +46 -0
  792. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_command_name.feature +45 -0
  793. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_coverage_dir.feature +33 -0
  794. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_deactivate_merging.feature +42 -0
  795. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_formatters.feature +77 -0
  796. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_merge_timeout.feature +39 -0
  797. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_nocov_token.feature +79 -0
  798. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_profiles.feature +44 -0
  799. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_project_name.feature +27 -0
  800. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/config_styles.feature +121 -0
  801. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/cucumber_basic.feature +29 -0
  802. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/maximum_coverage_drop.feature +36 -0
  803. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/merging_test_unit_and_rspec.feature +44 -0
  804. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/minimum_coverage.feature +59 -0
  805. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/refuse_coverage_drop.feature +35 -0
  806. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/rspec_basic.feature +32 -0
  807. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/rspec_fails_on_initialization.feature +14 -0
  808. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/rspec_groups_and_filters_basic.feature +29 -0
  809. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/rspec_groups_and_filters_complex.feature +37 -0
  810. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/rspec_groups_using_filter_class.feature +41 -0
  811. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/rspec_without_simplecov.feature +20 -0
  812. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/skipping_code_blocks_manually.feature +70 -0
  813. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/step_definitions/html_steps.rb +44 -0
  814. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/step_definitions/simplecov_steps.rb +68 -0
  815. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/step_definitions/transformers.rb +13 -0
  816. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/step_definitions/web_steps.rb +64 -0
  817. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/support/env.rb +47 -0
  818. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/test_unit_basic.feature +34 -0
  819. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/test_unit_groups_and_filters_basic.feature +29 -0
  820. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/test_unit_groups_and_filters_complex.feature +35 -0
  821. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/test_unit_groups_using_filter_class.feature +40 -0
  822. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/test_unit_without_simplecov.feature +20 -0
  823. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/features/unicode_compatiblity.feature +67 -0
  824. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/command_guesser.rb +59 -0
  825. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/configuration.rb +272 -0
  826. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/defaults.rb +96 -0
  827. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/exit_codes.rb +8 -0
  828. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/file_list.rb +48 -0
  829. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/filter.rb +54 -0
  830. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/formatter/multi_formatter.rb +28 -0
  831. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/formatter/simple_formatter.rb +23 -0
  832. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/formatter.rb +8 -0
  833. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/jruby_fix.rb +42 -0
  834. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/last_run.rb +22 -0
  835. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/merge_helpers.rb +38 -0
  836. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/no_defaults.rb +2 -0
  837. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/profiles.rb +31 -0
  838. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/railtie.rb +7 -0
  839. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/railties/tasks.rake +11 -0
  840. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/result.rb +81 -0
  841. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/result_merger.rb +88 -0
  842. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/source_file.rb +187 -0
  843. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov/version.rb +22 -0
  844. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/lib/simplecov.rb +154 -0
  845. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/simplecov.gemspec +27 -0
  846. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/Gemfile +6 -0
  847. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/Rakefile +8 -0
  848. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/cucumber.yml +13 -0
  849. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/features/step_definitions/my_steps.rb +22 -0
  850. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/features/support/env.rb +12 -0
  851. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/features/test_stuff.feature +6 -0
  852. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/lib/faked_project/framework_specific.rb +18 -0
  853. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/lib/faked_project/meta_magic.rb +24 -0
  854. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/lib/faked_project/some_class.rb +28 -0
  855. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/lib/faked_project.rb +11 -0
  856. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/spec/faked_spec.rb +11 -0
  857. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/spec/forking_spec.rb +7 -0
  858. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/spec/meta_magic_spec.rb +15 -0
  859. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/spec/some_class_spec.rb +13 -0
  860. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/spec/spec_helper.rb +11 -0
  861. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/test/faked_test.rb +11 -0
  862. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/test/meta_magic_test.rb +13 -0
  863. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/test/some_class_test.rb +15 -0
  864. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/faked_project/test/test_helper.rb +12 -0
  865. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/app/controllers/sample_controller.rb +10 -0
  866. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/app/models/user.rb +10 -0
  867. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/deleted_source_sample.rb +15 -0
  868. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/frameworks/rspec_bad.rb +9 -0
  869. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/frameworks/rspec_good.rb +9 -0
  870. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/frameworks/testunit_bad.rb +9 -0
  871. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/frameworks/testunit_good.rb +9 -0
  872. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/iso-8859.rb +3 -0
  873. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/resultset1.rb +4 -0
  874. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/resultset2.rb +4 -0
  875. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/sample.rb +16 -0
  876. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/fixtures/utf-8.rb +3 -0
  877. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/helper.rb +28 -0
  878. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/shoulda_macros.rb +19 -0
  879. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_1_8_fallbacks.rb +31 -0
  880. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_command_guesser.rb +19 -0
  881. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_deleted_source.rb +14 -0
  882. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_file_list.rb +23 -0
  883. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_filters.rb +94 -0
  884. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_merge_helpers.rb +112 -0
  885. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_result.rb +175 -0
  886. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_return_codes.rb +41 -0
  887. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_source_file.rb +73 -0
  888. data/vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/test/test_source_file_line.rb +106 -0
  889. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/.document +5 -0
  890. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/.gitignore +27 -0
  891. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/.rubocop.yml +50 -0
  892. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/.travis.yml +27 -0
  893. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/Gemfile +22 -0
  894. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/Guardfile +12 -0
  895. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/LICENSE +20 -0
  896. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/README.md +30 -0
  897. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/Rakefile +41 -0
  898. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/javascripts/application.js +127 -0
  899. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/javascripts/libraries/jquery-1.6.2.min.js +18 -0
  900. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/javascripts/plugins/highlight.pack.js +1 -0
  901. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.colorbox.js +1090 -0
  902. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.dataTables.min.js +152 -0
  903. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.timeago.js +141 -0
  904. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.url.js +174 -0
  905. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/stylesheets/application.css +3 -0
  906. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/stylesheets/plugins/highlight.css +129 -0
  907. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/stylesheets/plugins/jquery-ui-1.8.4.custom.css +295 -0
  908. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/stylesheets/plugins/jquery.colorbox.css +52 -0
  909. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/stylesheets/reset.css +103 -0
  910. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/assets/stylesheets/screen.css.sass +220 -0
  911. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/lib/simplecov-html/version.rb +27 -0
  912. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/lib/simplecov-html.rb +110 -0
  913. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/application.css +799 -0
  914. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/application.js +1707 -0
  915. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/colorbox/border.png +0 -0
  916. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/colorbox/controls.png +0 -0
  917. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/colorbox/loading.gif +0 -0
  918. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/colorbox/loading_background.png +0 -0
  919. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/favicon_green.png +0 -0
  920. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/favicon_red.png +0 -0
  921. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/favicon_yellow.png +0 -0
  922. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/loading.gif +0 -0
  923. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/magnify.png +0 -0
  924. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  925. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  926. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  927. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  928. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  929. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  930. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  931. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  932. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_222222_256x240.png +0 -0
  933. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  934. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_454545_256x240.png +0 -0
  935. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_888888_256x240.png +0 -0
  936. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  937. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/simplecov-html.gemspec +22 -0
  938. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/test/helper.rb +4 -0
  939. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/test/test_simple_cov-html.rb +8 -0
  940. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/views/file_list.erb +45 -0
  941. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/views/layout.erb +41 -0
  942. data/vendor/bundle/ruby/2.0.0/gems/simplecov-html-0.10.0/views/source_file.erb +23 -0
  943. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/.gitignore +7 -0
  944. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/.travis.yml +12 -0
  945. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/CHANGES +63 -0
  946. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/COPYING +340 -0
  947. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/Gemfile +5 -0
  948. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/README.rdoc +55 -0
  949. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/Rakefile +35 -0
  950. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/VERSION +1 -0
  951. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/bin/cdiff +19 -0
  952. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/bin/colortab +48 -0
  953. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/bin/decolor +12 -0
  954. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/bin/term_display +91 -0
  955. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/bin/term_mandel +52 -0
  956. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/ColorTest.gif +0 -0
  957. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/Mona_Lisa.jpg +0 -0
  958. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/Stilleben.jpg +0 -0
  959. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/example.rb +90 -0
  960. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/lambda-red-plain.ppm +135 -0
  961. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/lambda-red.png +0 -0
  962. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/lambda-red.ppm +4 -0
  963. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/pacman.jpg +0 -0
  964. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/smiley.png +0 -0
  965. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/examples/wool.jpg +0 -0
  966. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/lib/term/ansicolor/.keep +0 -0
  967. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/lib/term/ansicolor/attribute.rb +143 -0
  968. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/lib/term/ansicolor/ppm_reader.rb +96 -0
  969. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/lib/term/ansicolor/rgb_color_metrics.rb +161 -0
  970. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/lib/term/ansicolor/rgb_triple.rb +121 -0
  971. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/lib/term/ansicolor/version.rb +8 -0
  972. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/lib/term/ansicolor.rb +247 -0
  973. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/term-ansicolor.gemspec +44 -0
  974. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/tests/ansicolor_test.rb +133 -0
  975. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/tests/attribute_test.rb +73 -0
  976. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/tests/ppm_reader_test.rb +46 -0
  977. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/tests/rgb_color_metrics_test.rb +100 -0
  978. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/tests/rgb_triple_test.rb +71 -0
  979. data/vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/tests/test_helper.rb +8 -0
  980. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/.document +5 -0
  981. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/CHANGELOG.md +139 -0
  982. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/LICENSE.md +20 -0
  983. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/README.md +41 -0
  984. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/Thorfile +29 -0
  985. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/bin/thor +6 -0
  986. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/actions/create_file.rb +103 -0
  987. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/actions/create_link.rb +59 -0
  988. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/actions/directory.rb +118 -0
  989. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb +135 -0
  990. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb +316 -0
  991. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb +107 -0
  992. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/actions.rb +319 -0
  993. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/base.rb +656 -0
  994. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/command.rb +133 -0
  995. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb +77 -0
  996. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb +10 -0
  997. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb +98 -0
  998. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/error.rb +32 -0
  999. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/group.rb +281 -0
  1000. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb +178 -0
  1001. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/line_editor/basic.rb +35 -0
  1002. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/line_editor/readline.rb +88 -0
  1003. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/line_editor.rb +17 -0
  1004. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/parser/argument.rb +73 -0
  1005. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/parser/arguments.rb +175 -0
  1006. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/parser/option.rb +125 -0
  1007. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/parser/options.rb +218 -0
  1008. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/parser.rb +4 -0
  1009. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/rake_compat.rb +71 -0
  1010. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/runner.rb +322 -0
  1011. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/shell/basic.rb +421 -0
  1012. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/shell/color.rb +149 -0
  1013. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/shell/html.rb +126 -0
  1014. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/shell.rb +81 -0
  1015. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/util.rb +267 -0
  1016. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/version.rb +3 -0
  1017. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor.rb +484 -0
  1018. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/actions/create_file_spec.rb +168 -0
  1019. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/actions/create_link_spec.rb +96 -0
  1020. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/actions/directory_spec.rb +169 -0
  1021. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/actions/empty_directory_spec.rb +129 -0
  1022. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/actions/file_manipulation_spec.rb +392 -0
  1023. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/actions/inject_into_file_spec.rb +135 -0
  1024. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/actions_spec.rb +331 -0
  1025. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/base_spec.rb +298 -0
  1026. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/command_spec.rb +79 -0
  1027. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/core_ext/hash_with_indifferent_access_spec.rb +48 -0
  1028. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/core_ext/ordered_hash_spec.rb +115 -0
  1029. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/exit_condition_spec.rb +19 -0
  1030. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/application.rb +2 -0
  1031. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/app{1}/README +3 -0
  1032. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/bundle/execute.rb +6 -0
  1033. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/bundle/main.thor +1 -0
  1034. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/command.thor +10 -0
  1035. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/doc/%file_name%.rb.tt +1 -0
  1036. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/doc/COMMENTER +11 -0
  1037. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/doc/README +3 -0
  1038. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/doc/block_helper.rb +3 -0
  1039. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/doc/config.rb +1 -0
  1040. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/doc/config.yaml.tt +1 -0
  1041. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/doc/excluding/%file_name%.rb.tt +1 -0
  1042. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/enum.thor +10 -0
  1043. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/group.thor +128 -0
  1044. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/invoke.thor +131 -0
  1045. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/path with spaces +0 -0
  1046. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/preserve/script.sh +3 -0
  1047. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/script.thor +220 -0
  1048. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/fixtures/subcommand.thor +17 -0
  1049. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/group_spec.rb +222 -0
  1050. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/helper.rb +80 -0
  1051. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/invocation_spec.rb +120 -0
  1052. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/line_editor/basic_spec.rb +28 -0
  1053. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/line_editor/readline_spec.rb +69 -0
  1054. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/line_editor_spec.rb +43 -0
  1055. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/parser/argument_spec.rb +53 -0
  1056. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/parser/arguments_spec.rb +66 -0
  1057. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/parser/option_spec.rb +210 -0
  1058. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/parser/options_spec.rb +414 -0
  1059. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/quality_spec.rb +75 -0
  1060. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/rake_compat_spec.rb +72 -0
  1061. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/register_spec.rb +227 -0
  1062. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/runner_spec.rb +246 -0
  1063. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/application.rb +2 -0
  1064. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/app{1}/README +3 -0
  1065. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/bundle/execute.rb +6 -0
  1066. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/bundle/main.thor +1 -0
  1067. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/command.thor +10 -0
  1068. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/doc/%file_name%.rb.tt +1 -0
  1069. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/doc/COMMENTER +11 -0
  1070. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/doc/README +3 -0
  1071. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/doc/block_helper.rb +3 -0
  1072. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/doc/config.rb +1 -0
  1073. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/doc/config.yaml.tt +1 -0
  1074. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/doc/excluding/%file_name%.rb.tt +1 -0
  1075. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/enum.thor +10 -0
  1076. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/group.thor +128 -0
  1077. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/invoke.thor +131 -0
  1078. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/path with spaces +0 -0
  1079. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/preserve/script.sh +3 -0
  1080. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/script.thor +220 -0
  1081. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/sandbox/subcommand.thor +17 -0
  1082. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/shell/basic_spec.rb +337 -0
  1083. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/shell/color_spec.rb +119 -0
  1084. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/shell/html_spec.rb +31 -0
  1085. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/shell_spec.rb +47 -0
  1086. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/subcommand_spec.rb +48 -0
  1087. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/thor_spec.rb +505 -0
  1088. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/spec/util_spec.rb +196 -0
  1089. data/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/thor.gemspec +24 -0
  1090. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/.gitignore +10 -0
  1091. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/.travis.yml +14 -0
  1092. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/COPYING +18 -0
  1093. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/Gemfile +11 -0
  1094. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/README.md +47 -0
  1095. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/Rakefile +21 -0
  1096. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/TODO +0 -0
  1097. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/VERSION +1 -0
  1098. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/add_one.png +0 -0
  1099. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/add_one.stm +13 -0
  1100. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/bb3.png +0 -0
  1101. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/bb3.stm +26 -0
  1102. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/concatenate_compare.mtm +31 -0
  1103. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/concatenate_compare.png +0 -0
  1104. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/length_difference.mtm +17 -0
  1105. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/length_difference.png +0 -0
  1106. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/let.rb +62 -0
  1107. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/mail.rb +73 -0
  1108. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/minsky.rb +145 -0
  1109. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/multiply.reg +42 -0
  1110. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/null_pattern.rb +52 -0
  1111. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/ones_difference-mtm.png +0 -0
  1112. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/ones_difference-stm.png +0 -0
  1113. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/ones_difference.mtm +12 -0
  1114. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/ones_difference.stm +25 -0
  1115. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/prefix-equals-suffix-reversed-with-infix.png +0 -0
  1116. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/prefix-equals-suffix-reversed-with-infix.stm +38 -0
  1117. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/recipe.rb +81 -0
  1118. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/recipe2.rb +82 -0
  1119. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/recipe_common.rb +65 -0
  1120. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/subtract.reg +9 -0
  1121. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/turing-graph.rb +17 -0
  1122. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/examples/turing.rb +310 -0
  1123. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/dslkit/polite.rb +1 -0
  1124. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/dslkit/rude.rb +1 -0
  1125. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/dslkit.rb +2 -0
  1126. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/spruz.rb +2 -0
  1127. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/alias.rb +1 -0
  1128. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/annotate.rb +30 -0
  1129. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/ask_and_send.rb +31 -0
  1130. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/attempt.rb +52 -0
  1131. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/bijection.rb +46 -0
  1132. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/case_predicate.rb +7 -0
  1133. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/complete.rb +18 -0
  1134. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/concern.rb +30 -0
  1135. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/count_by.rb +8 -0
  1136. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/date_dummy.rb +51 -0
  1137. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/date_time_dummy.rb +49 -0
  1138. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/deep_const_get.rb +42 -0
  1139. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/deep_dup.rb +11 -0
  1140. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/dslkit.rb +617 -0
  1141. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/extract_last_argument_options.rb +14 -0
  1142. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/file_binary.rb +83 -0
  1143. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/find.rb +138 -0
  1144. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/generator.rb +68 -0
  1145. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/go.rb +69 -0
  1146. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/hash_symbolize_keys_recursive.rb +28 -0
  1147. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/hash_union.rb +15 -0
  1148. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/if_predicate.rb +7 -0
  1149. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/implement.rb +40 -0
  1150. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/limited.rb +38 -0
  1151. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/lines_file.rb +123 -0
  1152. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/memoize.rb +91 -0
  1153. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/method_description.rb +50 -0
  1154. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/minimize.rb +55 -0
  1155. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/module_group.rb +13 -0
  1156. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/named_set.rb +12 -0
  1157. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/null.rb +99 -0
  1158. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/once.rb +25 -0
  1159. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/p.rb +23 -0
  1160. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/partial_application.rb +31 -0
  1161. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/proc_compose.rb +15 -0
  1162. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/proc_prelude.rb +73 -0
  1163. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/range_plus.rb +9 -0
  1164. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/require_maybe.rb +9 -0
  1165. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/responding.rb +19 -0
  1166. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/rotate.rb +16 -0
  1167. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/secure_write.rb +27 -0
  1168. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/sexy_singleton.rb +39 -0
  1169. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/shuffle.rb +18 -0
  1170. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/string_byte_order_mark.rb +20 -0
  1171. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/string_camelize.rb +16 -0
  1172. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/string_underscore.rb +15 -0
  1173. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/string_version.rb +99 -0
  1174. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/subhash.rb +42 -0
  1175. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/terminal.rb +43 -0
  1176. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/thread_local.rb +51 -0
  1177. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/time_dummy.rb +57 -0
  1178. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/to.rb +8 -0
  1179. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/to_proc.rb +12 -0
  1180. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/token.rb +36 -0
  1181. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/uniq_by.rb +10 -0
  1182. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/version.rb +8 -0
  1183. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/write.rb +19 -0
  1184. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/annotate.rb +5 -0
  1185. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/ask_and_send.rb +7 -0
  1186. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/attempt.rb +7 -0
  1187. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/blank.rb +67 -0
  1188. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/case_predicate.rb +8 -0
  1189. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/complete.rb +7 -0
  1190. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/concern.rb +20 -0
  1191. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/count_by.rb +11 -0
  1192. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/date_dummy.rb +7 -0
  1193. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/date_time_dummy.rb +7 -0
  1194. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/deep_const_get.rb +7 -0
  1195. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/deep_dup.rb +7 -0
  1196. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/dslkit.rb +22 -0
  1197. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/extract_last_argument_options.rb +7 -0
  1198. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/file_binary.rb +7 -0
  1199. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/full.rb +39 -0
  1200. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/hash_symbolize_keys_recursive.rb +7 -0
  1201. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/hash_union.rb +11 -0
  1202. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/if_predicate.rb +7 -0
  1203. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/implement.rb +5 -0
  1204. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/irb.rb +23 -0
  1205. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/method_description.rb +23 -0
  1206. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/named.rb +23 -0
  1207. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/null.rb +9 -0
  1208. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/p.rb +7 -0
  1209. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/partial_application.rb +11 -0
  1210. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/proc_compose.rb +7 -0
  1211. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/proc_prelude.rb +7 -0
  1212. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/range_plus.rb +12 -0
  1213. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/require_maybe.rb +7 -0
  1214. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/responding.rb +7 -0
  1215. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/rotate.rb +7 -0
  1216. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/secure_write.rb +11 -0
  1217. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/sexy_singleton.rb +3 -0
  1218. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/shuffle.rb +11 -0
  1219. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/string.rb +6 -0
  1220. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/string_byte_order_mark.rb +7 -0
  1221. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/string_camelize.rb +6 -0
  1222. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/string_underscore.rb +6 -0
  1223. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/string_version.rb +7 -0
  1224. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/subhash.rb +11 -0
  1225. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/symbol_to_proc.rb +8 -0
  1226. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/time_dummy.rb +7 -0
  1227. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/time_freezer.rb +15 -0
  1228. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/to.rb +5 -0
  1229. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/uniq_by.rb +15 -0
  1230. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt/write.rb +11 -0
  1231. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins/xt.rb +45 -0
  1232. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/lib/tins.rb +58 -0
  1233. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/annotate_test.rb +37 -0
  1234. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/ask_and_send_test.rb +46 -0
  1235. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/attempt_test.rb +85 -0
  1236. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/bijection_test.rb +19 -0
  1237. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/blank_full_test.rb +77 -0
  1238. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/case_predicate_test.rb +29 -0
  1239. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/concern_test.rb +35 -0
  1240. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/count_by_test.rb +17 -0
  1241. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/date_dummy_test.rb +31 -0
  1242. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/date_time_dummy_test.rb +31 -0
  1243. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/deep_const_get_test.rb +37 -0
  1244. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/deep_dup_test.rb +20 -0
  1245. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/delegate_test.rb +49 -0
  1246. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/dslkit_test.rb +284 -0
  1247. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/dynamic_scope_test.rb +31 -0
  1248. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/extract_last_argument_options_test.rb +30 -0
  1249. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/file_binary_test.rb +65 -0
  1250. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/find_test.rb +115 -0
  1251. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/from_module_test.rb +61 -0
  1252. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/generator_test.rb +47 -0
  1253. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/go_test.rb +50 -0
  1254. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/hash_symbolize_keys_recursive_test.rb +24 -0
  1255. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/hash_union_test.rb +42 -0
  1256. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/if_predicate_test.rb +12 -0
  1257. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/implement_test.rb +75 -0
  1258. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/limited_test.rb +25 -0
  1259. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/lines_file_test.rb +82 -0
  1260. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/memoize_test.rb +115 -0
  1261. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/method_description_test.rb +75 -0
  1262. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/minimize_test.rb +54 -0
  1263. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/module_group_test.rb +29 -0
  1264. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/named_set_test.rb +18 -0
  1265. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/named_test.rb +30 -0
  1266. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/null_test.rb +64 -0
  1267. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/p_test.rb +14 -0
  1268. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/partial_application_test.rb +30 -0
  1269. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/proc_compose_test.rb +21 -0
  1270. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/proc_prelude_test.rb +81 -0
  1271. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/range_plus_test.rb +14 -0
  1272. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/require_maybe_test.rb +24 -0
  1273. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/responding_test.rb +24 -0
  1274. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/rotate_test.rb +65 -0
  1275. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/scope_test.rb +31 -0
  1276. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/secure_write_test.rb +42 -0
  1277. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/sexy_singleton_test.rb +16 -0
  1278. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/shuffle_test.rb +30 -0
  1279. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/string_byte_order_mark_test.rb +40 -0
  1280. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/string_camelize_test.rb +21 -0
  1281. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/string_underscore_test.rb +11 -0
  1282. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/string_version_test.rb +42 -0
  1283. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/subhash_test.rb +37 -0
  1284. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/test_helper.rb +11 -0
  1285. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/time_dummy_test.rb +31 -0
  1286. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/time_freezer_test.rb +45 -0
  1287. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/to_test.rb +32 -0
  1288. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/token_test.rb +38 -0
  1289. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tests/uniq_by_test.rb +31 -0
  1290. data/vendor/bundle/ruby/2.0.0/gems/tins-1.6.0/tins.gemspec +37 -0
  1291. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/.gitignore +17 -0
  1292. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/.travis.yml +17 -0
  1293. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/CHANGELOG.md +46 -0
  1294. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/Gemfile +4 -0
  1295. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/LICENSE +24 -0
  1296. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/README.md +39 -0
  1297. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/Rakefile +21 -0
  1298. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/lib/unf/normalizer.rb +35 -0
  1299. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/lib/unf/normalizer_cruby.rb +1 -0
  1300. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/lib/unf/normalizer_jruby.rb +30 -0
  1301. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/lib/unf/version.rb +3 -0
  1302. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/lib/unf.rb +38 -0
  1303. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/test/helper.rb +18 -0
  1304. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/test/normalization-test.txt +108816 -0
  1305. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/test/test_unf.rb +41 -0
  1306. data/vendor/bundle/ruby/2.0.0/gems/unf-0.1.4/unf.gemspec +35 -0
  1307. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/.document +5 -0
  1308. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/.gitignore +19 -0
  1309. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/.travis.yml +18 -0
  1310. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/CHANGELOG.md +20 -0
  1311. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/Gemfile +4 -0
  1312. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/LICENSE.txt +22 -0
  1313. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/README.md +58 -0
  1314. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/Rakefile +20 -0
  1315. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/.RUBYARCHDIR.time +0 -0
  1316. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/extconf.rb +30 -0
  1317. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/mkmf.log +63 -0
  1318. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/unf/normalizer.hh +139 -0
  1319. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/unf/table.hh +13542 -0
  1320. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/unf/trie/char_stream.hh +150 -0
  1321. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/unf/trie/node.hh +25 -0
  1322. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/unf/trie/searcher.hh +194 -0
  1323. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/unf/util.hh +24 -0
  1324. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/unf.cc +75 -0
  1325. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/unf.o +0 -0
  1326. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/ext/unf_ext/unf_ext.bundle +0 -0
  1327. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/lib/unf_ext/version.rb +5 -0
  1328. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/lib/unf_ext.bundle +0 -0
  1329. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/lib/unf_ext.rb +5 -0
  1330. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/test/helper.rb +18 -0
  1331. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/test/normalization-test.txt +108816 -0
  1332. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/test/test_unf_ext.rb +41 -0
  1333. data/vendor/bundle/ruby/2.0.0/gems/unf_ext-0.0.7.1/unf_ext.gemspec +38 -0
  1334. data/vendor/bundle/ruby/2.0.0/specifications/coveralls-0.8.3.gemspec +47 -0
  1335. data/vendor/bundle/ruby/2.0.0/specifications/diff-lcs-1.2.5.gemspec +65 -0
  1336. data/vendor/bundle/ruby/2.0.0/specifications/docile-1.1.5.gemspec +45 -0
  1337. data/vendor/bundle/ruby/2.0.0/specifications/domain_name-0.5.25.gemspec +46 -0
  1338. data/vendor/bundle/ruby/2.0.0/specifications/gemcutter-0.7.1.gemspec +44 -0
  1339. data/vendor/bundle/ruby/2.0.0/specifications/http-cookie-1.0.2.gemspec +49 -0
  1340. data/vendor/bundle/ruby/2.0.0/specifications/json-1.8.3.gemspec +36 -0
  1341. data/vendor/bundle/ruby/2.0.0/specifications/mime-types-2.6.2.gemspec +69 -0
  1342. data/vendor/bundle/ruby/2.0.0/specifications/netrc-0.10.3.gemspec +29 -0
  1343. data/vendor/bundle/ruby/2.0.0/specifications/rake-10.4.2.gemspec +40 -0
  1344. data/vendor/bundle/ruby/2.0.0/specifications/rest-client-1.8.0.gemspec +54 -0
  1345. data/vendor/bundle/ruby/2.0.0/specifications/rspec-3.2.0.gemspec +40 -0
  1346. data/vendor/bundle/ruby/2.0.0/specifications/rspec-core-3.2.3.gemspec +63 -0
  1347. data/vendor/bundle/ruby/2.0.0/specifications/rspec-expectations-3.2.1.gemspec +48 -0
  1348. data/vendor/bundle/ruby/2.0.0/specifications/rspec-mocks-3.2.1.gemspec +48 -0
  1349. data/vendor/bundle/ruby/2.0.0/specifications/rspec-support-3.2.2.gemspec +36 -0
  1350. data/vendor/bundle/ruby/2.0.0/specifications/simplecov-0.10.0.gemspec +39 -0
  1351. data/vendor/bundle/ruby/2.0.0/specifications/simplecov-html-0.10.0.gemspec +30 -0
  1352. data/vendor/bundle/ruby/2.0.0/specifications/term-ansicolor-1.3.2.gemspec +42 -0
  1353. data/vendor/bundle/ruby/2.0.0/specifications/thor-0.19.1.gemspec +31 -0
  1354. data/vendor/bundle/ruby/2.0.0/specifications/tins-1.6.0.gemspec +35 -0
  1355. data/vendor/bundle/ruby/2.0.0/specifications/unf-0.1.4.gemspec +43 -0
  1356. data/vendor/bundle/ruby/2.0.0/specifications/unf_ext-0.0.7.1.gemspec +44 -0
  1357. metadata +1485 -0
@@ -0,0 +1,1678 @@
1
+ RSpec::Support.require_rspec_core "backtrace_formatter"
2
+ RSpec::Support.require_rspec_core "ruby_project"
3
+ RSpec::Support.require_rspec_core "formatters/deprecation_formatter"
4
+
5
+ module RSpec
6
+ module Core
7
+ # rubocop:disable Style/ClassLength
8
+
9
+ # Stores runtime configuration information.
10
+ #
11
+ # Configuration options are loaded from `~/.rspec`, `.rspec`,
12
+ # `.rspec-local`, command line switches, and the `SPEC_OPTS` environment
13
+ # variable (listed in lowest to highest precedence; for example, an option
14
+ # in `~/.rspec` can be overridden by an option in `.rspec-local`).
15
+ #
16
+ # @example Standard settings
17
+ # RSpec.configure do |c|
18
+ # c.drb = true
19
+ # c.drb_port = 1234
20
+ # c.default_path = 'behavior'
21
+ # end
22
+ #
23
+ # @example Hooks
24
+ # RSpec.configure do |c|
25
+ # c.before(:suite) { establish_connection }
26
+ # c.before(:example) { log_in_as :authorized }
27
+ # c.around(:example) { |ex| Database.transaction(&ex) }
28
+ # end
29
+ #
30
+ # @see RSpec.configure
31
+ # @see Hooks
32
+ class Configuration
33
+ include RSpec::Core::Hooks
34
+
35
+ # Module that holds `attr_reader` declarations. It's in a separate
36
+ # module to allow us to override those methods and use `super`.
37
+ # @private
38
+ Readers = Module.new
39
+ include Readers
40
+
41
+ # @private
42
+ class MustBeConfiguredBeforeExampleGroupsError < StandardError; end
43
+
44
+ # @private
45
+ def self.define_reader(name)
46
+ Readers.class_eval do
47
+ remove_method name if method_defined?(name)
48
+ attr_reader name
49
+ end
50
+
51
+ define_method(name) { value_for(name) { super() } }
52
+ end
53
+
54
+ # @private
55
+ def self.define_aliases(name, alias_name)
56
+ alias_method alias_name, name
57
+ alias_method "#{alias_name}=", "#{name}="
58
+ define_predicate_for alias_name
59
+ end
60
+
61
+ # @private
62
+ def self.define_predicate_for(*names)
63
+ names.each { |name| alias_method "#{name}?", name }
64
+ end
65
+
66
+ # @private
67
+ #
68
+ # Invoked by the `add_setting` instance method. Use that method on a
69
+ # `Configuration` instance rather than this class method.
70
+ def self.add_setting(name, opts={})
71
+ raise "Use the instance add_setting method if you want to set a default" if opts.key?(:default)
72
+ attr_writer name
73
+ add_read_only_setting name
74
+
75
+ Array(opts[:alias_with]).each do |alias_name|
76
+ define_aliases(name, alias_name)
77
+ end
78
+ end
79
+
80
+ # @private
81
+ #
82
+ # As `add_setting` but only add the reader.
83
+ def self.add_read_only_setting(name, opts={})
84
+ raise "Use the instance add_setting method if you want to set a default" if opts.key?(:default)
85
+ define_reader name
86
+ define_predicate_for name
87
+ end
88
+
89
+ # @macro [attach] add_setting
90
+ # @!attribute [rw] $1
91
+ # @!method $1=(value)
92
+ #
93
+ # @macro [attach] define_reader
94
+ # @!attribute [r] $1
95
+
96
+ # @macro add_setting
97
+ # Path to use if no path is provided to the `rspec` command (default:
98
+ # `"spec"`). Allows you to just type `rspec` instead of `rspec spec` to
99
+ # run all the examples in the `spec` directory.
100
+ #
101
+ # @note Other scripts invoking `rspec` indirectly will ignore this
102
+ # setting.
103
+ add_setting :default_path
104
+
105
+ # @macro add_setting
106
+ # Run examples over DRb (default: `false`). RSpec doesn't supply the DRb
107
+ # server, but you can use tools like spork.
108
+ add_setting :drb
109
+
110
+ # @macro add_setting
111
+ # The drb_port (default: nil).
112
+ add_setting :drb_port
113
+
114
+ # @macro add_setting
115
+ # Default: `$stderr`.
116
+ add_setting :error_stream
117
+
118
+ # Indicates if the DSL has been exposed off of modules and `main`.
119
+ # Default: true
120
+ def expose_dsl_globally?
121
+ Core::DSL.exposed_globally?
122
+ end
123
+
124
+ # Use this to expose the core RSpec DSL via `Module` and the `main`
125
+ # object. It will be set automatically but you can override it to
126
+ # remove the DSL.
127
+ # Default: true
128
+ def expose_dsl_globally=(value)
129
+ if value
130
+ Core::DSL.expose_globally!
131
+ Core::SharedExampleGroup::TopLevelDSL.expose_globally!
132
+ else
133
+ Core::DSL.remove_globally!
134
+ Core::SharedExampleGroup::TopLevelDSL.remove_globally!
135
+ end
136
+ end
137
+
138
+ # Determines where deprecation warnings are printed.
139
+ # Defaults to `$stderr`.
140
+ # @return [IO, String] IO to write to or filename to write to
141
+ define_reader :deprecation_stream
142
+
143
+ # Determines where deprecation warnings are printed.
144
+ # @param value [IO, String] IO to write to or filename to write to
145
+ def deprecation_stream=(value)
146
+ if @reporter && !value.equal?(@deprecation_stream)
147
+ warn "RSpec's reporter has already been initialized with " \
148
+ "#{deprecation_stream.inspect} as the deprecation stream, so your change to "\
149
+ "`deprecation_stream` will be ignored. You should configure it earlier for " \
150
+ "it to take effect, or use the `--deprecation-out` CLI option. " \
151
+ "(Called from #{CallerFilter.first_non_rspec_line})"
152
+ else
153
+ @deprecation_stream = value
154
+ end
155
+ end
156
+
157
+ # @macro add_setting
158
+ # Clean up and exit after the first failure (default: `false`).
159
+ add_setting :fail_fast
160
+
161
+ # @macro add_setting
162
+ # Prints the formatter output of your suite without running any
163
+ # examples or hooks.
164
+ add_setting :dry_run
165
+
166
+ # @macro add_setting
167
+ # The exit code to return if there are any failures (default: 1).
168
+ add_setting :failure_exit_code
169
+
170
+ # @macro define_reader
171
+ # Indicates files configured to be required.
172
+ define_reader :requires
173
+
174
+ # @macro define_reader
175
+ # Returns dirs that have been prepended to the load path by the `-I`
176
+ # command line option.
177
+ define_reader :libs
178
+
179
+ # @macro add_setting
180
+ # Determines where RSpec will send its output.
181
+ # Default: `$stdout`.
182
+ define_reader :output_stream
183
+
184
+ # Set the output stream for reporter.
185
+ # @attr value [IO] value for output, defaults to $stdout
186
+ def output_stream=(value)
187
+ if @reporter && !value.equal?(@output_stream)
188
+ warn "RSpec's reporter has already been initialized with " \
189
+ "#{output_stream.inspect} as the output stream, so your change to "\
190
+ "`output_stream` will be ignored. You should configure it earlier for " \
191
+ "it to take effect. (Called from #{CallerFilter.first_non_rspec_line})"
192
+ else
193
+ @output_stream = value
194
+ end
195
+ end
196
+
197
+ # @macro define_reader
198
+ # Load files matching this pattern (default: `'**{,/*/**}/*_spec.rb'`).
199
+ define_reader :pattern
200
+
201
+ # Set pattern to match files to load.
202
+ # @attr value [String] the filename pattern to filter spec files by
203
+ def pattern=(value)
204
+ update_pattern_attr :pattern, value
205
+ end
206
+
207
+ # @macro define_reader
208
+ # Exclude files matching this pattern.
209
+ define_reader :exclude_pattern
210
+
211
+ # Set pattern to match files to exclude.
212
+ # @attr value [String] the filename pattern to exclude spec files by
213
+ def exclude_pattern=(value)
214
+ update_pattern_attr :exclude_pattern, value
215
+ end
216
+
217
+ # @macro add_setting
218
+ # Report the times for the slowest examples (default: `false`).
219
+ # Use this to specify the number of examples to include in the profile.
220
+ add_setting :profile_examples
221
+
222
+ # @macro add_setting
223
+ # Run all examples if none match the configured filters
224
+ # (default: `false`).
225
+ add_setting :run_all_when_everything_filtered
226
+
227
+ # @macro add_setting
228
+ # Color to use to indicate success.
229
+ # @param color [Symbol] defaults to `:green` but can be set to one of the
230
+ # following: `[:black, :white, :red, :green, :yellow, :blue, :magenta,
231
+ # :cyan]`
232
+ add_setting :success_color
233
+
234
+ # @macro add_setting
235
+ # Color to use to print pending examples.
236
+ # @param color [Symbol] defaults to `:yellow` but can be set to one of the
237
+ # following: `[:black, :white, :red, :green, :yellow, :blue, :magenta,
238
+ # :cyan]`
239
+ add_setting :pending_color
240
+
241
+ # @macro add_setting
242
+ # Color to use to indicate failure.
243
+ # @param color [Symbol] defaults to `:red` but can be set to one of the
244
+ # following: `[:black, :white, :red, :green, :yellow, :blue, :magenta,
245
+ # :cyan]`
246
+ add_setting :failure_color
247
+
248
+ # @macro add_setting
249
+ # The default output color.
250
+ # @param color [Symbol] defaults to `:white` but can be set to one of the
251
+ # following: `[:black, :white, :red, :green, :yellow, :blue, :magenta,
252
+ # :cyan]`
253
+ add_setting :default_color
254
+
255
+ # @macro add_setting
256
+ # Color used when a pending example is fixed.
257
+ # @param color [Symbol] defaults to `:blue` but can be set to one of the
258
+ # following: `[:black, :white, :red, :green, :yellow, :blue, :magenta,
259
+ # :cyan]`
260
+ add_setting :fixed_color
261
+
262
+ # @macro add_setting
263
+ # Color used to print details.
264
+ # @param color [Symbol] defaults to `:cyan` but can be set to one of the
265
+ # following: `[:black, :white, :red, :green, :yellow, :blue, :magenta,
266
+ # :cyan]`
267
+ add_setting :detail_color
268
+
269
+ # Deprecated. This config option was added in RSpec 2 to pave the way
270
+ # for this being the default behavior in RSpec 3. Now this option is
271
+ # a no-op.
272
+ def treat_symbols_as_metadata_keys_with_true_values=(_value)
273
+ RSpec.deprecate(
274
+ "RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values=",
275
+ :message => "RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values= " \
276
+ "is deprecated, it is now set to true as default and " \
277
+ "setting it to false has no effect."
278
+ )
279
+ end
280
+
281
+ # Record the start time of the spec suite to measure load time.
282
+ add_setting :start_time
283
+
284
+ # @private
285
+ add_setting :tty
286
+ # @private
287
+ attr_writer :files_to_run
288
+ # @private
289
+ attr_accessor :filter_manager
290
+ # @private
291
+ attr_accessor :static_config_filter_manager
292
+ # @private
293
+ attr_reader :backtrace_formatter, :ordering_manager, :loaded_spec_files
294
+
295
+ def initialize
296
+ # rubocop:disable Style/GlobalVars
297
+ @start_time = $_rspec_core_load_started_at || ::RSpec::Core::Time.now
298
+ # rubocop:enable Style/GlobalVars
299
+ @expectation_frameworks = []
300
+ @include_modules = FilterableItemRepository::QueryOptimized.new(:any?)
301
+ @extend_modules = FilterableItemRepository::QueryOptimized.new(:any?)
302
+ @prepend_modules = FilterableItemRepository::QueryOptimized.new(:any?)
303
+
304
+ @before_suite_hooks = []
305
+ @after_suite_hooks = []
306
+
307
+ @mock_framework = nil
308
+ @files_or_directories_to_run = []
309
+ @loaded_spec_files = Set.new
310
+ @color = false
311
+ @pattern = '**{,/*/**}/*_spec.rb'
312
+ @exclude_pattern = ''
313
+ @failure_exit_code = 1
314
+ @spec_files_loaded = false
315
+
316
+ @backtrace_formatter = BacktraceFormatter.new
317
+
318
+ @default_path = 'spec'
319
+ @deprecation_stream = $stderr
320
+ @output_stream = $stdout
321
+ @reporter = nil
322
+ @reporter_buffer = nil
323
+ @filter_manager = FilterManager.new
324
+ @static_config_filter_manager = FilterManager.new
325
+ @ordering_manager = Ordering::ConfigurationManager.new
326
+ @preferred_options = {}
327
+ @failure_color = :red
328
+ @success_color = :green
329
+ @pending_color = :yellow
330
+ @default_color = :white
331
+ @fixed_color = :blue
332
+ @detail_color = :cyan
333
+ @profile_examples = false
334
+ @requires = []
335
+ @libs = []
336
+ @derived_metadata_blocks = FilterableItemRepository::QueryOptimized.new(:any?)
337
+ end
338
+
339
+ # @private
340
+ #
341
+ # Used to set higher priority option values from the command line.
342
+ def force(hash)
343
+ ordering_manager.force(hash)
344
+ @preferred_options.merge!(hash)
345
+ end
346
+
347
+ # @private
348
+ def reset
349
+ @spec_files_loaded = false
350
+ @reporter = nil
351
+ @formatter_loader = nil
352
+ end
353
+
354
+ # @private
355
+ def reset_filters
356
+ self.filter_manager = FilterManager.new
357
+ filter_manager.include_only(
358
+ Metadata.deep_hash_dup(static_config_filter_manager.inclusions.rules)
359
+ )
360
+ filter_manager.exclude_only(
361
+ Metadata.deep_hash_dup(static_config_filter_manager.exclusions.rules)
362
+ )
363
+ end
364
+
365
+ # @overload add_setting(name)
366
+ # @overload add_setting(name, opts)
367
+ # @option opts [Symbol] :default
368
+ #
369
+ # Set a default value for the generated getter and predicate methods:
370
+ #
371
+ # add_setting(:foo, :default => "default value")
372
+ #
373
+ # @option opts [Symbol] :alias_with
374
+ #
375
+ # Use `:alias_with` to alias the setter, getter, and predicate to
376
+ # another name, or names:
377
+ #
378
+ # add_setting(:foo, :alias_with => :bar)
379
+ # add_setting(:foo, :alias_with => [:bar, :baz])
380
+ #
381
+ # Adds a custom setting to the RSpec.configuration object.
382
+ #
383
+ # RSpec.configuration.add_setting :foo
384
+ #
385
+ # Used internally and by extension frameworks like rspec-rails, so they
386
+ # can add config settings that are domain specific. For example:
387
+ #
388
+ # RSpec.configure do |c|
389
+ # c.add_setting :use_transactional_fixtures,
390
+ # :default => true,
391
+ # :alias_with => :use_transactional_examples
392
+ # end
393
+ #
394
+ # `add_setting` creates three methods on the configuration object, a
395
+ # setter, a getter, and a predicate:
396
+ #
397
+ # RSpec.configuration.foo=(value)
398
+ # RSpec.configuration.foo
399
+ # RSpec.configuration.foo? # Returns true if foo returns anything but nil or false.
400
+ def add_setting(name, opts={})
401
+ default = opts.delete(:default)
402
+ (class << self; self; end).class_exec do
403
+ add_setting(name, opts)
404
+ end
405
+ __send__("#{name}=", default) if default
406
+ end
407
+
408
+ # Returns the configured mock framework adapter module.
409
+ def mock_framework
410
+ if @mock_framework.nil?
411
+ begin
412
+ mock_with :rspec
413
+ rescue LoadError
414
+ mock_with :nothing
415
+ end
416
+ end
417
+ @mock_framework
418
+ end
419
+
420
+ # Delegates to mock_framework=(framework).
421
+ def mock_framework=(framework)
422
+ mock_with framework
423
+ end
424
+
425
+ # Regexps used to exclude lines from backtraces.
426
+ #
427
+ # Excludes lines from ruby (and jruby) source, installed gems, anything
428
+ # in any "bin" directory, and any of the RSpec libs (outside gem
429
+ # installs) by default.
430
+ #
431
+ # You can modify the list via the getter, or replace it with the setter.
432
+ #
433
+ # To override this behaviour and display a full backtrace, use
434
+ # `--backtrace` on the command line, in a `.rspec` file, or in the
435
+ # `rspec_options` attribute of RSpec's rake task.
436
+ def backtrace_exclusion_patterns
437
+ @backtrace_formatter.exclusion_patterns
438
+ end
439
+
440
+ # Set regular expressions used to exclude lines in backtrace.
441
+ # @param patterns [Regexp] set the backtrace exlusion pattern
442
+ def backtrace_exclusion_patterns=(patterns)
443
+ @backtrace_formatter.exclusion_patterns = patterns
444
+ end
445
+
446
+ # Regexps used to include lines in backtraces.
447
+ #
448
+ # Defaults to [Regexp.new Dir.getwd].
449
+ #
450
+ # Lines that match an exclusion _and_ an inclusion pattern
451
+ # will be included.
452
+ #
453
+ # You can modify the list via the getter, or replace it with the setter.
454
+ def backtrace_inclusion_patterns
455
+ @backtrace_formatter.inclusion_patterns
456
+ end
457
+
458
+ # Set regular expressions used to include lines in backtrace.
459
+ # @attr patterns [Regexp] set backtrace_formatter inclusion_patterns
460
+ def backtrace_inclusion_patterns=(patterns)
461
+ @backtrace_formatter.inclusion_patterns = patterns
462
+ end
463
+
464
+ # Adds {#backtrace_exclusion_patterns} that will filter lines from
465
+ # the named gems from backtraces.
466
+ #
467
+ # @param gem_names [Array<String>] Names of the gems to filter
468
+ #
469
+ # @example
470
+ # RSpec.configure do |config|
471
+ # config.filter_gems_from_backtrace "rack", "rake"
472
+ # end
473
+ #
474
+ # @note The patterns this adds will match the named gems in their common
475
+ # locations (e.g. system gems, vendored with bundler, installed as a
476
+ # :git dependency with bundler, etc) but is not guaranteed to work for
477
+ # all possible gem locations. For example, if you have the gem source
478
+ # in a directory with a completely unrelated name, and use bundler's
479
+ # :path option, this will not filter it.
480
+ def filter_gems_from_backtrace(*gem_names)
481
+ gem_names.each do |name|
482
+ @backtrace_formatter.filter_gem(name)
483
+ end
484
+ end
485
+
486
+ # @private
487
+ MOCKING_ADAPTERS = {
488
+ :rspec => :RSpec,
489
+ :flexmock => :Flexmock,
490
+ :rr => :RR,
491
+ :mocha => :Mocha,
492
+ :nothing => :Null
493
+ }
494
+
495
+ # Sets the mock framework adapter module.
496
+ #
497
+ # `framework` can be a Symbol or a Module.
498
+ #
499
+ # Given any of `:rspec`, `:mocha`, `:flexmock`, or `:rr`, configures the
500
+ # named framework.
501
+ #
502
+ # Given `:nothing`, configures no framework. Use this if you don't use
503
+ # any mocking framework to save a little bit of overhead.
504
+ #
505
+ # Given a Module, includes that module in every example group. The module
506
+ # should adhere to RSpec's mock framework adapter API:
507
+ #
508
+ # setup_mocks_for_rspec
509
+ # - called before each example
510
+ #
511
+ # verify_mocks_for_rspec
512
+ # - called after each example if the example hasn't yet failed.
513
+ # Framework should raise an exception when expectations fail
514
+ #
515
+ # teardown_mocks_for_rspec
516
+ # - called after verify_mocks_for_rspec (even if there are errors)
517
+ #
518
+ # If the module responds to `configuration` and `mock_with` receives a
519
+ # block, it will yield the configuration object to the block e.g.
520
+ #
521
+ # config.mock_with OtherMockFrameworkAdapter do |mod_config|
522
+ # mod_config.custom_setting = true
523
+ # end
524
+ def mock_with(framework)
525
+ framework_module =
526
+ if framework.is_a?(Module)
527
+ framework
528
+ else
529
+ const_name = MOCKING_ADAPTERS.fetch(framework) do
530
+ raise ArgumentError,
531
+ "Unknown mocking framework: #{framework.inspect}. " \
532
+ "Pass a module or one of #{MOCKING_ADAPTERS.keys.inspect}"
533
+ end
534
+
535
+ RSpec::Support.require_rspec_core "mocking_adapters/#{const_name.to_s.downcase}"
536
+ RSpec::Core::MockingAdapters.const_get(const_name)
537
+ end
538
+
539
+ new_name, old_name = [framework_module, @mock_framework].map do |mod|
540
+ mod.respond_to?(:framework_name) ? mod.framework_name : :unnamed
541
+ end
542
+
543
+ unless new_name == old_name
544
+ assert_no_example_groups_defined(:mock_framework)
545
+ end
546
+
547
+ if block_given?
548
+ raise "#{framework_module} must respond to `configuration` so that " \
549
+ "mock_with can yield it." unless framework_module.respond_to?(:configuration)
550
+ yield framework_module.configuration
551
+ end
552
+
553
+ @mock_framework = framework_module
554
+ end
555
+
556
+ # Returns the configured expectation framework adapter module(s)
557
+ def expectation_frameworks
558
+ if @expectation_frameworks.empty?
559
+ begin
560
+ expect_with :rspec
561
+ rescue LoadError
562
+ expect_with Module.new
563
+ end
564
+ end
565
+ @expectation_frameworks
566
+ end
567
+
568
+ # Delegates to expect_with(framework).
569
+ def expectation_framework=(framework)
570
+ expect_with(framework)
571
+ end
572
+
573
+ # Sets the expectation framework module(s) to be included in each example
574
+ # group.
575
+ #
576
+ # `frameworks` can be `:rspec`, `:test_unit`, `:minitest`, a custom
577
+ # module, or any combination thereof:
578
+ #
579
+ # config.expect_with :rspec
580
+ # config.expect_with :test_unit
581
+ # config.expect_with :minitest
582
+ # config.expect_with :rspec, :minitest
583
+ # config.expect_with OtherExpectationFramework
584
+ #
585
+ # RSpec will translate `:rspec`, `:minitest`, and `:test_unit` into the
586
+ # appropriate modules.
587
+ #
588
+ # ## Configuration
589
+ #
590
+ # If the module responds to `configuration`, `expect_with` will
591
+ # yield the `configuration` object if given a block:
592
+ #
593
+ # config.expect_with OtherExpectationFramework do |custom_config|
594
+ # custom_config.custom_setting = true
595
+ # end
596
+ def expect_with(*frameworks)
597
+ modules = frameworks.map do |framework|
598
+ case framework
599
+ when Module
600
+ framework
601
+ when :rspec
602
+ require 'rspec/expectations'
603
+ ::RSpec::Matchers
604
+ when :test_unit
605
+ require 'rspec/core/test_unit_assertions_adapter'
606
+ ::RSpec::Core::TestUnitAssertionsAdapter
607
+ when :minitest
608
+ require 'rspec/core/minitest_assertions_adapter'
609
+ ::RSpec::Core::MinitestAssertionsAdapter
610
+ else
611
+ raise ArgumentError, "#{framework.inspect} is not supported"
612
+ end
613
+ end
614
+
615
+ if (modules - @expectation_frameworks).any?
616
+ assert_no_example_groups_defined(:expect_with)
617
+ end
618
+
619
+ if block_given?
620
+ raise "expect_with only accepts a block with a single argument. " \
621
+ "Call expect_with #{modules.length} times, " \
622
+ "once with each argument, instead." if modules.length > 1
623
+ raise "#{modules.first} must respond to `configuration` so that " \
624
+ "expect_with can yield it." unless modules.first.respond_to?(:configuration)
625
+ yield modules.first.configuration
626
+ end
627
+
628
+ @expectation_frameworks.push(*modules)
629
+ end
630
+
631
+ # Check if full backtrace is enabled.
632
+ # @return [Boolean] is full backtrace enabled
633
+ def full_backtrace?
634
+ @backtrace_formatter.full_backtrace?
635
+ end
636
+
637
+ # Toggle full backtrace.
638
+ # @attr true_or_false [Boolean] toggle full backtrace display
639
+ def full_backtrace=(true_or_false)
640
+ @backtrace_formatter.full_backtrace = true_or_false
641
+ end
642
+
643
+ # Returns the configuration option for color, but should not
644
+ # be used to check if color is supported.
645
+ #
646
+ # @see color_enabled?
647
+ # @return [Boolean]
648
+ def color
649
+ value_for(:color) { @color }
650
+ end
651
+
652
+ # Check if color is enabled for a particular output.
653
+ # @param output [IO] an output stream to use, defaults to the current
654
+ # `output_stream`
655
+ # @return [Boolean]
656
+ def color_enabled?(output=output_stream)
657
+ output_to_tty?(output) && color
658
+ end
659
+
660
+ # Toggle output color.
661
+ # @attr true_or_false [Boolean] toggle color enabled
662
+ def color=(true_or_false)
663
+ return unless true_or_false
664
+
665
+ if RSpec::Support::OS.windows? && !ENV['ANSICON']
666
+ RSpec.warning "You must use ANSICON 1.31 or later " \
667
+ "(http://adoxa.3eeweb.com/ansicon/) to use colour " \
668
+ "on Windows"
669
+ @color = false
670
+ else
671
+ @color = true
672
+ end
673
+ end
674
+
675
+ # @private
676
+ def libs=(libs)
677
+ libs.map do |lib|
678
+ @libs.unshift lib
679
+ $LOAD_PATH.unshift lib
680
+ end
681
+ end
682
+
683
+ # Run examples matching on `description` in all files to run.
684
+ # @param description [String, Regexp] the pattern to filter on
685
+ def full_description=(description)
686
+ filter_run :full_description => Regexp.union(*Array(description).map { |d| Regexp.new(d) })
687
+ end
688
+
689
+ # @return [Array] full description filter
690
+ def full_description
691
+ filter.fetch :full_description, nil
692
+ end
693
+
694
+ # @overload add_formatter(formatter)
695
+ #
696
+ # Adds a formatter to the formatters collection. `formatter` can be a
697
+ # string representing any of the built-in formatters (see
698
+ # `built_in_formatter`), or a custom formatter class.
699
+ #
700
+ # ### Note
701
+ #
702
+ # For internal purposes, `add_formatter` also accepts the name of a class
703
+ # and paths to use for output streams, but you should consider that a
704
+ # private api that may change at any time without notice.
705
+ def add_formatter(formatter_to_use, *paths)
706
+ paths << output_stream if paths.empty?
707
+ formatter_loader.add formatter_to_use, *paths
708
+ end
709
+ alias_method :formatter=, :add_formatter
710
+
711
+ # The formatter that will be used if no formatter has been set.
712
+ # Defaults to 'progress'.
713
+ def default_formatter
714
+ formatter_loader.default_formatter
715
+ end
716
+
717
+ # Sets a fallback formatter to use if none other has been set.
718
+ #
719
+ # @example
720
+ #
721
+ # RSpec.configure do |rspec|
722
+ # rspec.default_formatter = 'doc'
723
+ # end
724
+ def default_formatter=(value)
725
+ formatter_loader.default_formatter = value
726
+ end
727
+
728
+ # Returns a duplicate of the formatters currently loaded in
729
+ # the `FormatterLoader` for introspection.
730
+ #
731
+ # Note as this is a duplicate, any mutations will be disregarded.
732
+ #
733
+ # @return [Array] the formatters currently loaded
734
+ def formatters
735
+ formatter_loader.formatters.dup
736
+ end
737
+
738
+ # @private
739
+ def formatter_loader
740
+ @formatter_loader ||= Formatters::Loader.new(Reporter.new(self))
741
+ end
742
+
743
+ # @private
744
+ #
745
+ # This buffer is used to capture all messages sent to the reporter during
746
+ # reporter initialization. It can then replay those messages after the
747
+ # formatter is correctly initialized. Otherwise, deprecation warnings
748
+ # during formatter initialization can cause an infinite loop.
749
+ class DeprecationReporterBuffer
750
+ def initialize
751
+ @calls = []
752
+ end
753
+
754
+ def deprecation(*args)
755
+ @calls << args
756
+ end
757
+
758
+ def play_onto(reporter)
759
+ @calls.each do |args|
760
+ reporter.deprecation(*args)
761
+ end
762
+ end
763
+ end
764
+
765
+ # @private
766
+ def reporter
767
+ # @reporter_buffer should only ever be set in this method to cover
768
+ # initialization of @reporter.
769
+ @reporter_buffer || @reporter ||=
770
+ begin
771
+ @reporter_buffer = DeprecationReporterBuffer.new
772
+ formatter_loader.setup_default output_stream, deprecation_stream
773
+ @reporter_buffer.play_onto(formatter_loader.reporter)
774
+ @reporter_buffer = nil
775
+ formatter_loader.reporter
776
+ end
777
+ end
778
+
779
+ # @api private
780
+ #
781
+ # Defaults `profile_examples` to 10 examples when `@profile_examples` is
782
+ # `true`.
783
+ def profile_examples
784
+ profile = value_for(:profile_examples) { @profile_examples }
785
+ if profile && !profile.is_a?(Integer)
786
+ 10
787
+ else
788
+ profile
789
+ end
790
+ end
791
+
792
+ # @private
793
+ def files_or_directories_to_run=(*files)
794
+ files = files.flatten
795
+ files << default_path if (command == 'rspec' || Runner.running_in_drb?) && default_path && files.empty?
796
+ @files_or_directories_to_run = files
797
+ @files_to_run = nil
798
+ end
799
+
800
+ # The spec files RSpec will run.
801
+ # @return [Array] specified files about to run
802
+ def files_to_run
803
+ @files_to_run ||= get_files_to_run(@files_or_directories_to_run)
804
+ end
805
+
806
+ # Creates a method that delegates to `example` including the submitted
807
+ # `args`. Used internally to add variants of `example` like `pending`:
808
+ # @param name [String] example name alias
809
+ # @param args [Array<Symbol>, Hash] metadata for the generated example
810
+ #
811
+ # @note The specific example alias below (`pending`) is already
812
+ # defined for you.
813
+ # @note Use with caution. This extends the language used in your
814
+ # specs, but does not add any additional documentation. We use this
815
+ # in RSpec to define methods like `focus` and `xit`, but we also add
816
+ # docs for those methods.
817
+ #
818
+ # @example
819
+ # RSpec.configure do |config|
820
+ # config.alias_example_to :pending, :pending => true
821
+ # end
822
+ #
823
+ # # This lets you do this:
824
+ #
825
+ # describe Thing do
826
+ # pending "does something" do
827
+ # thing = Thing.new
828
+ # end
829
+ # end
830
+ #
831
+ # # ... which is the equivalent of
832
+ #
833
+ # describe Thing do
834
+ # it "does something", :pending => true do
835
+ # thing = Thing.new
836
+ # end
837
+ # end
838
+ def alias_example_to(name, *args)
839
+ extra_options = Metadata.build_hash_from(args)
840
+ RSpec::Core::ExampleGroup.define_example_method(name, extra_options)
841
+ end
842
+
843
+ # Creates a method that defines an example group with the provided
844
+ # metadata. Can be used to define example group/metadata shortcuts.
845
+ #
846
+ # @example
847
+ # RSpec.configure do |config|
848
+ # config.alias_example_group_to :describe_model, :type => :model
849
+ # end
850
+ #
851
+ # shared_context_for "model tests", :type => :model do
852
+ # # define common model test helper methods, `let` declarations, etc
853
+ # end
854
+ #
855
+ # # This lets you do this:
856
+ #
857
+ # RSpec.describe_model User do
858
+ # end
859
+ #
860
+ # # ... which is the equivalent of
861
+ #
862
+ # RSpec.describe User, :type => :model do
863
+ # end
864
+ #
865
+ # @note The defined aliased will also be added to the top level
866
+ # (e.g. `main` and from within modules) if
867
+ # `expose_dsl_globally` is set to true.
868
+ # @see #alias_example_to
869
+ # @see #expose_dsl_globally=
870
+ def alias_example_group_to(new_name, *args)
871
+ extra_options = Metadata.build_hash_from(args)
872
+ RSpec::Core::ExampleGroup.define_example_group_method(new_name, extra_options)
873
+ end
874
+
875
+ # Define an alias for it_should_behave_like that allows different
876
+ # language (like "it_has_behavior" or "it_behaves_like") to be
877
+ # employed when including shared examples.
878
+ #
879
+ # @example
880
+ # RSpec.configure do |config|
881
+ # config.alias_it_behaves_like_to(:it_has_behavior, 'has behavior:')
882
+ # end
883
+ #
884
+ # # allows the user to include a shared example group like:
885
+ #
886
+ # describe Entity do
887
+ # it_has_behavior 'sortability' do
888
+ # let(:sortable) { Entity.new }
889
+ # end
890
+ # end
891
+ #
892
+ # # which is reported in the output as:
893
+ # # Entity
894
+ # # has behavior: sortability
895
+ # # ...sortability examples here
896
+ #
897
+ # @note Use with caution. This extends the language used in your
898
+ # specs, but does not add any additional documentation. We use this
899
+ # in RSpec to define `it_should_behave_like` (for backward
900
+ # compatibility), but we also add docs for that method.
901
+ def alias_it_behaves_like_to(new_name, report_label='')
902
+ RSpec::Core::ExampleGroup.define_nested_shared_group_method(new_name, report_label)
903
+ end
904
+ alias_method :alias_it_should_behave_like_to, :alias_it_behaves_like_to
905
+
906
+ # Adds key/value pairs to the `inclusion_filter`. If `args`
907
+ # includes any symbols that are not part of the hash, each symbol
908
+ # is treated as a key in the hash with the value `true`.
909
+ #
910
+ # ### Note
911
+ #
912
+ # Filters set using this method can be overridden from the command line
913
+ # or config files (e.g. `.rspec`).
914
+ #
915
+ # @example
916
+ # # Given this declaration.
917
+ # describe "something", :foo => 'bar' do
918
+ # # ...
919
+ # end
920
+ #
921
+ # # Any of the following will include that group.
922
+ # config.filter_run_including :foo => 'bar'
923
+ # config.filter_run_including :foo => /^ba/
924
+ # config.filter_run_including :foo => lambda {|v| v == 'bar'}
925
+ # config.filter_run_including :foo => lambda {|v,m| m[:foo] == 'bar'}
926
+ #
927
+ # # Given a proc with an arity of 1, the lambda is passed the value
928
+ # # related to the key, e.g.
929
+ # config.filter_run_including :foo => lambda {|v| v == 'bar'}
930
+ #
931
+ # # Given a proc with an arity of 2, the lambda is passed the value
932
+ # # related to the key, and the metadata itself e.g.
933
+ # config.filter_run_including :foo => lambda {|v,m| m[:foo] == 'bar'}
934
+ #
935
+ # filter_run_including :foo # same as filter_run_including :foo => true
936
+ def filter_run_including(*args)
937
+ meta = Metadata.build_hash_from(args, :warn_about_example_group_filtering)
938
+ filter_manager.include_with_low_priority meta
939
+ static_config_filter_manager.include_with_low_priority Metadata.deep_hash_dup(meta)
940
+ end
941
+
942
+ alias_method :filter_run, :filter_run_including
943
+
944
+ # Clears and reassigns the `inclusion_filter`. Set to `nil` if you don't
945
+ # want any inclusion filter at all.
946
+ #
947
+ # ### Warning
948
+ #
949
+ # This overrides any inclusion filters/tags set on the command line or in
950
+ # configuration files.
951
+ def inclusion_filter=(filter)
952
+ meta = Metadata.build_hash_from([filter], :warn_about_example_group_filtering)
953
+ filter_manager.include_only meta
954
+ end
955
+
956
+ alias_method :filter=, :inclusion_filter=
957
+
958
+ # Returns the `inclusion_filter`. If none has been set, returns an empty
959
+ # hash.
960
+ def inclusion_filter
961
+ filter_manager.inclusions
962
+ end
963
+
964
+ alias_method :filter, :inclusion_filter
965
+
966
+ # Adds key/value pairs to the `exclusion_filter`. If `args`
967
+ # includes any symbols that are not part of the hash, each symbol
968
+ # is treated as a key in the hash with the value `true`.
969
+ #
970
+ # ### Note
971
+ #
972
+ # Filters set using this method can be overridden from the command line
973
+ # or config files (e.g. `.rspec`).
974
+ #
975
+ # @example
976
+ # # Given this declaration.
977
+ # describe "something", :foo => 'bar' do
978
+ # # ...
979
+ # end
980
+ #
981
+ # # Any of the following will exclude that group.
982
+ # config.filter_run_excluding :foo => 'bar'
983
+ # config.filter_run_excluding :foo => /^ba/
984
+ # config.filter_run_excluding :foo => lambda {|v| v == 'bar'}
985
+ # config.filter_run_excluding :foo => lambda {|v,m| m[:foo] == 'bar'}
986
+ #
987
+ # # Given a proc with an arity of 1, the lambda is passed the value
988
+ # # related to the key, e.g.
989
+ # config.filter_run_excluding :foo => lambda {|v| v == 'bar'}
990
+ #
991
+ # # Given a proc with an arity of 2, the lambda is passed the value
992
+ # # related to the key, and the metadata itself e.g.
993
+ # config.filter_run_excluding :foo => lambda {|v,m| m[:foo] == 'bar'}
994
+ #
995
+ # filter_run_excluding :foo # same as filter_run_excluding :foo => true
996
+ def filter_run_excluding(*args)
997
+ meta = Metadata.build_hash_from(args, :warn_about_example_group_filtering)
998
+ filter_manager.exclude_with_low_priority meta
999
+ static_config_filter_manager.exclude_with_low_priority Metadata.deep_hash_dup(meta)
1000
+ end
1001
+
1002
+ # Clears and reassigns the `exclusion_filter`. Set to `nil` if you don't
1003
+ # want any exclusion filter at all.
1004
+ #
1005
+ # ### Warning
1006
+ #
1007
+ # This overrides any exclusion filters/tags set on the command line or in
1008
+ # configuration files.
1009
+ def exclusion_filter=(filter)
1010
+ meta = Metadata.build_hash_from([filter], :warn_about_example_group_filtering)
1011
+ filter_manager.exclude_only meta
1012
+ end
1013
+
1014
+ # Returns the `exclusion_filter`. If none has been set, returns an empty
1015
+ # hash.
1016
+ def exclusion_filter
1017
+ filter_manager.exclusions
1018
+ end
1019
+
1020
+ # Tells RSpec to include `mod` in example groups. Methods defined in
1021
+ # `mod` are exposed to examples (not example groups). Use `filters` to
1022
+ # constrain the groups or examples in which to include the module.
1023
+ #
1024
+ # @example
1025
+ #
1026
+ # module AuthenticationHelpers
1027
+ # def login_as(user)
1028
+ # # ...
1029
+ # end
1030
+ # end
1031
+ #
1032
+ # module UserHelpers
1033
+ # def users(username)
1034
+ # # ...
1035
+ # end
1036
+ # end
1037
+ #
1038
+ # RSpec.configure do |config|
1039
+ # config.include(UserHelpers) # included in all modules
1040
+ # config.include(AuthenticationHelpers, :type => :request)
1041
+ # end
1042
+ #
1043
+ # describe "edit profile", :type => :request do
1044
+ # it "can be viewed by owning user" do
1045
+ # login_as users(:jdoe)
1046
+ # get "/profiles/jdoe"
1047
+ # assert_select ".username", :text => 'jdoe'
1048
+ # end
1049
+ # end
1050
+ #
1051
+ # @note Filtered module inclusions can also be applied to
1052
+ # individual examples that have matching metadata. Just like
1053
+ # Ruby's object model is that every object has a singleton class
1054
+ # which has only a single instance, RSpec's model is that every
1055
+ # example has a singleton example group containing just the one
1056
+ # example.
1057
+ #
1058
+ # @see #extend
1059
+ # @see #prepend
1060
+ def include(mod, *filters)
1061
+ meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
1062
+ @include_modules.append(mod, meta)
1063
+ end
1064
+
1065
+ # Tells RSpec to extend example groups with `mod`. Methods defined in
1066
+ # `mod` are exposed to example groups (not examples). Use `filters` to
1067
+ # constrain the groups to extend.
1068
+ #
1069
+ # Similar to `include`, but behavior is added to example groups, which
1070
+ # are classes, rather than the examples, which are instances of those
1071
+ # classes.
1072
+ #
1073
+ # @example
1074
+ #
1075
+ # module UiHelpers
1076
+ # def run_in_browser
1077
+ # # ...
1078
+ # end
1079
+ # end
1080
+ #
1081
+ # RSpec.configure do |config|
1082
+ # config.extend(UiHelpers, :type => :request)
1083
+ # end
1084
+ #
1085
+ # describe "edit profile", :type => :request do
1086
+ # run_in_browser
1087
+ #
1088
+ # it "does stuff in the client" do
1089
+ # # ...
1090
+ # end
1091
+ # end
1092
+ #
1093
+ # @see #include
1094
+ # @see #prepend
1095
+ def extend(mod, *filters)
1096
+ meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
1097
+ @extend_modules.append(mod, meta)
1098
+ end
1099
+
1100
+ if RSpec::Support::RubyFeatures.module_prepends_supported?
1101
+ # Tells RSpec to prepend example groups with `mod`. Methods defined in
1102
+ # `mod` are exposed to examples (not example groups). Use `filters` to
1103
+ # constrain the groups in which to prepend the module.
1104
+ #
1105
+ # Similar to `include`, but module is included before the example group's class
1106
+ # in the ancestor chain.
1107
+ #
1108
+ # @example
1109
+ #
1110
+ # module OverrideMod
1111
+ # def override_me
1112
+ # "overridden"
1113
+ # end
1114
+ # end
1115
+ #
1116
+ # RSpec.configure do |config|
1117
+ # config.prepend(OverrideMod, :method => :prepend)
1118
+ # end
1119
+ #
1120
+ # describe "overriding example's class", :method => :prepend do
1121
+ # it "finds the user" do
1122
+ # self.class.class_eval do
1123
+ # def override_me
1124
+ # end
1125
+ # end
1126
+ # override_me # => "overridden"
1127
+ # # ...
1128
+ # end
1129
+ # end
1130
+ #
1131
+ # @see #include
1132
+ # @see #extend
1133
+ def prepend(mod, *filters)
1134
+ meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
1135
+ @prepend_modules.append(mod, meta)
1136
+ end
1137
+ end
1138
+
1139
+ # @private
1140
+ #
1141
+ # Used internally to extend a group with modules using `include`, `prepend` and/or
1142
+ # `extend`.
1143
+ def configure_group(group)
1144
+ configure_group_with group, @include_modules, :safe_include
1145
+ configure_group_with group, @extend_modules, :safe_extend
1146
+ configure_group_with group, @prepend_modules, :safe_prepend
1147
+ end
1148
+
1149
+ # @private
1150
+ def configure_group_with(group, module_list, application_method)
1151
+ module_list.items_for(group.metadata).each do |mod|
1152
+ __send__(application_method, mod, group)
1153
+ end
1154
+ end
1155
+
1156
+ # @private
1157
+ #
1158
+ # Used internally to extend the singleton class of a single example's
1159
+ # example group instance with modules using `include` and/or `extend`.
1160
+ def configure_example(example)
1161
+ # We replace the metadata so that SharedExampleGroupModule#included
1162
+ # has access to the example's metadata[:location].
1163
+ example.example_group_instance.singleton_class.with_replaced_metadata(example.metadata) do
1164
+ @include_modules.items_for(example.metadata).each do |mod|
1165
+ safe_include(mod, example.example_group_instance.singleton_class)
1166
+ end
1167
+ end
1168
+ end
1169
+
1170
+ if RSpec::Support::RubyFeatures.module_prepends_supported?
1171
+ # @private
1172
+ def safe_prepend(mod, host)
1173
+ host.__send__(:prepend, mod) unless host < mod
1174
+ end
1175
+ end
1176
+
1177
+ # @private
1178
+ def requires=(paths)
1179
+ directories = ['lib', default_path].select { |p| File.directory? p }
1180
+ RSpec::Core::RubyProject.add_to_load_path(*directories)
1181
+ paths.each { |path| require path }
1182
+ @requires += paths
1183
+ end
1184
+
1185
+ # @private
1186
+ if RUBY_VERSION.to_f >= 1.9
1187
+ # @private
1188
+ def safe_include(mod, host)
1189
+ host.__send__(:include, mod) unless host < mod
1190
+ end
1191
+
1192
+ # @private
1193
+ def safe_extend(mod, host)
1194
+ host.extend(mod) unless host.singleton_class < mod
1195
+ end
1196
+ else
1197
+ # @private
1198
+ def safe_include(mod, host)
1199
+ host.__send__(:include, mod) unless host.included_modules.include?(mod)
1200
+ end
1201
+
1202
+ # @private
1203
+ def safe_extend(mod, host)
1204
+ host.extend(mod) unless (class << host; self; end).included_modules.include?(mod)
1205
+ end
1206
+ end
1207
+
1208
+ # @private
1209
+ def configure_mock_framework
1210
+ RSpec::Core::ExampleGroup.__send__(:include, mock_framework)
1211
+ conditionally_disable_mocks_monkey_patching
1212
+ end
1213
+
1214
+ # @private
1215
+ def configure_expectation_framework
1216
+ expectation_frameworks.each do |framework|
1217
+ RSpec::Core::ExampleGroup.__send__(:include, framework)
1218
+ end
1219
+ conditionally_disable_expectations_monkey_patching
1220
+ end
1221
+
1222
+ # @private
1223
+ def load_spec_files
1224
+ files_to_run.uniq.each do |f|
1225
+ file = File.expand_path(f)
1226
+ load file
1227
+ loaded_spec_files << file
1228
+ end
1229
+
1230
+ @spec_files_loaded = true
1231
+ end
1232
+
1233
+ # @private
1234
+ DEFAULT_FORMATTER = lambda { |string| string }
1235
+
1236
+ # Formats the docstring output using the block provided.
1237
+ #
1238
+ # @example
1239
+ # # This will strip the descriptions of both examples and example
1240
+ # # groups.
1241
+ # RSpec.configure do |config|
1242
+ # config.format_docstrings { |s| s.strip }
1243
+ # end
1244
+ def format_docstrings(&block)
1245
+ @format_docstrings_block = block_given? ? block : DEFAULT_FORMATTER
1246
+ end
1247
+
1248
+ # @private
1249
+ def format_docstrings_block
1250
+ @format_docstrings_block ||= DEFAULT_FORMATTER
1251
+ end
1252
+
1253
+ # @private
1254
+ # @macro [attach] delegate_to_ordering_manager
1255
+ # @!method $1
1256
+ def self.delegate_to_ordering_manager(*methods)
1257
+ methods.each do |method|
1258
+ define_method method do |*args, &block|
1259
+ ordering_manager.__send__(method, *args, &block)
1260
+ end
1261
+ end
1262
+ end
1263
+
1264
+ # @macro delegate_to_ordering_manager
1265
+ #
1266
+ # Sets the seed value and sets the default global ordering to random.
1267
+ delegate_to_ordering_manager :seed=
1268
+
1269
+ # @macro delegate_to_ordering_manager
1270
+ # Seed for random ordering (default: generated randomly each run).
1271
+ #
1272
+ # When you run specs with `--order random`, RSpec generates a random seed
1273
+ # for the randomization and prints it to the `output_stream` (assuming
1274
+ # you're using RSpec's built-in formatters). If you discover an ordering
1275
+ # dependency (i.e. examples fail intermittently depending on order), set
1276
+ # this (on Configuration or on the command line with `--seed`) to run
1277
+ # using the same seed while you debug the issue.
1278
+ #
1279
+ # We recommend, actually, that you use the command line approach so you
1280
+ # don't accidentally leave the seed encoded.
1281
+ delegate_to_ordering_manager :seed
1282
+
1283
+ # @macro delegate_to_ordering_manager
1284
+ #
1285
+ # Sets the default global order and, if order is `'rand:<seed>'`, also
1286
+ # sets the seed.
1287
+ delegate_to_ordering_manager :order=
1288
+
1289
+ # @macro delegate_to_ordering_manager
1290
+ # Registers a named ordering strategy that can later be
1291
+ # used to order an example group's subgroups by adding
1292
+ # `:order => <name>` metadata to the example group.
1293
+ #
1294
+ # @param name [Symbol] The name of the ordering.
1295
+ # @yield Block that will order the given examples or example groups
1296
+ # @yieldparam list [Array<RSpec::Core::Example>,
1297
+ # Array<RSpec::Core::ExampleGroup>] The examples or groups to order
1298
+ # @yieldreturn [Array<RSpec::Core::Example>,
1299
+ # Array<RSpec::Core::ExampleGroup>] The re-ordered examples or groups
1300
+ #
1301
+ # @example
1302
+ # RSpec.configure do |rspec|
1303
+ # rspec.register_ordering :reverse do |list|
1304
+ # list.reverse
1305
+ # end
1306
+ # end
1307
+ #
1308
+ # describe MyClass, :order => :reverse do
1309
+ # # ...
1310
+ # end
1311
+ #
1312
+ # @note Pass the symbol `:global` to set the ordering strategy that
1313
+ # will be used to order the top-level example groups and any example
1314
+ # groups that do not have declared `:order` metadata.
1315
+ delegate_to_ordering_manager :register_ordering
1316
+
1317
+ # @private
1318
+ delegate_to_ordering_manager :seed_used?, :ordering_registry
1319
+
1320
+ # Set Ruby warnings on or off.
1321
+ def warnings=(value)
1322
+ $VERBOSE = !!value
1323
+ end
1324
+
1325
+ # @return [Boolean] Whether or not ruby warnings are enabled.
1326
+ def warnings?
1327
+ $VERBOSE
1328
+ end
1329
+
1330
+ # Exposes the current running example via the named
1331
+ # helper method. RSpec 2.x exposed this via `example`,
1332
+ # but in RSpec 3.0, the example is instead exposed via
1333
+ # an arg yielded to `it`, `before`, `let`, etc. However,
1334
+ # some extension gems (such as Capybara) depend on the
1335
+ # RSpec 2.x's `example` method, so this config option
1336
+ # can be used to maintain compatibility.
1337
+ #
1338
+ # @param method_name [Symbol] the name of the helper method
1339
+ #
1340
+ # @example
1341
+ #
1342
+ # RSpec.configure do |rspec|
1343
+ # rspec.expose_current_running_example_as :example
1344
+ # end
1345
+ #
1346
+ # describe MyClass do
1347
+ # before do
1348
+ # # `example` can be used here because of the above config.
1349
+ # do_something if example.metadata[:type] == "foo"
1350
+ # end
1351
+ # end
1352
+ def expose_current_running_example_as(method_name)
1353
+ ExposeCurrentExample.module_exec do
1354
+ extend RSpec::SharedContext
1355
+ let(method_name) { |ex| ex }
1356
+ end
1357
+
1358
+ include ExposeCurrentExample
1359
+ end
1360
+
1361
+ # @private
1362
+ module ExposeCurrentExample; end
1363
+
1364
+ # Turns deprecation warnings into errors, in order to surface
1365
+ # the full backtrace of the call site. This can be useful when
1366
+ # you need more context to address a deprecation than the
1367
+ # single-line call site normally provided.
1368
+ #
1369
+ # @example
1370
+ #
1371
+ # RSpec.configure do |rspec|
1372
+ # rspec.raise_errors_for_deprecations!
1373
+ # end
1374
+ def raise_errors_for_deprecations!
1375
+ self.deprecation_stream = Formatters::DeprecationFormatter::RaiseErrorStream.new
1376
+ end
1377
+
1378
+ # Enables zero monkey patching mode for RSpec. It removes monkey
1379
+ # patching of the top-level DSL methods (`describe`,
1380
+ # `shared_examples_for`, etc) onto `main` and `Module`, instead
1381
+ # requiring you to prefix these methods with `RSpec.`. It enables
1382
+ # expect-only syntax for rspec-mocks and rspec-expectations. It
1383
+ # simply disables monkey patching on whatever pieces of RSpec
1384
+ # the user is using.
1385
+ #
1386
+ # @note It configures rspec-mocks and rspec-expectations only
1387
+ # if the user is using those (either explicitly or implicitly
1388
+ # by not setting `mock_with` or `expect_with` to anything else).
1389
+ #
1390
+ # @note If the user uses this options with `mock_with :mocha`
1391
+ # (or similiar) they will still have monkey patching active
1392
+ # in their test environment from mocha.
1393
+ #
1394
+ # @example
1395
+ #
1396
+ # # It disables all monkey patching.
1397
+ # RSpec.configure do |config|
1398
+ # config.disable_monkey_patching!
1399
+ # end
1400
+ #
1401
+ # # Is an equivalent to
1402
+ # RSpec.configure do |config|
1403
+ # config.expose_dsl_globally = false
1404
+ #
1405
+ # config.mock_with :rspec do |mocks|
1406
+ # mocks.syntax = :expect
1407
+ # mocks.patch_marshal_to_support_partial_doubles = false
1408
+ # end
1409
+ #
1410
+ # config.mock_with :rspec do |expectations|
1411
+ # expectations.syntax = :expect
1412
+ # end
1413
+ # end
1414
+ def disable_monkey_patching!
1415
+ self.expose_dsl_globally = false
1416
+ self.disable_monkey_patching = true
1417
+ conditionally_disable_mocks_monkey_patching
1418
+ conditionally_disable_expectations_monkey_patching
1419
+ end
1420
+
1421
+ # @private
1422
+ attr_accessor :disable_monkey_patching
1423
+
1424
+ # Defines a callback that can assign derived metadata values.
1425
+ #
1426
+ # @param filters [Array<Symbol>, Hash] metadata filters that determine
1427
+ # which example or group metadata hashes the callback will be triggered
1428
+ # for. If none are given, the callback will be run against the metadata
1429
+ # hashes of all groups and examples.
1430
+ # @yieldparam metadata [Hash] original metadata hash from an example or
1431
+ # group. Mutate this in your block as needed.
1432
+ #
1433
+ # @example
1434
+ # RSpec.configure do |config|
1435
+ # # Tag all groups and examples in the spec/unit directory with
1436
+ # # :type => :unit
1437
+ # config.define_derived_metadata(:file_path => %r{/spec/unit/}) do |metadata|
1438
+ # metadata[:type] = :unit
1439
+ # end
1440
+ # end
1441
+ def define_derived_metadata(*filters, &block)
1442
+ meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
1443
+ @derived_metadata_blocks.append(block, meta)
1444
+ end
1445
+
1446
+ # @private
1447
+ def apply_derived_metadata_to(metadata)
1448
+ @derived_metadata_blocks.items_for(metadata).each do |block|
1449
+ block.call(metadata)
1450
+ end
1451
+ end
1452
+
1453
+ # Defines a `before` hook. See {Hooks#before} for full docs.
1454
+ #
1455
+ # This method differs from {Hooks#before} in only one way: it supports
1456
+ # the `:suite` scope. Hooks with the `:suite` scope will be run once before
1457
+ # the first example of the entire suite is executed.
1458
+ #
1459
+ # @see #prepend_before
1460
+ # @see #after
1461
+ # @see #append_after
1462
+ def before(*args, &block)
1463
+ handle_suite_hook(args, @before_suite_hooks, :push,
1464
+ Hooks::BeforeHook, block) || super(*args, &block)
1465
+ end
1466
+ alias_method :append_before, :before
1467
+
1468
+ # Adds `block` to the start of the list of `before` blocks in the same
1469
+ # scope (`:example`, `:context`, or `:suite`), in contrast to {#before},
1470
+ # which adds the hook to the end of the list.
1471
+ #
1472
+ # See {Hooks#before} for full `before` hook docs.
1473
+ #
1474
+ # This method differs from {Hooks#prepend_before} in only one way: it supports
1475
+ # the `:suite` scope. Hooks with the `:suite` scope will be run once before
1476
+ # the first example of the entire suite is executed.
1477
+ #
1478
+ # @see #before
1479
+ # @see #after
1480
+ # @see #append_after
1481
+ def prepend_before(*args, &block)
1482
+ handle_suite_hook(args, @before_suite_hooks, :unshift,
1483
+ Hooks::BeforeHook, block) || super(*args, &block)
1484
+ end
1485
+
1486
+ # Defines a `after` hook. See {Hooks#after} for full docs.
1487
+ #
1488
+ # This method differs from {Hooks#after} in only one way: it supports
1489
+ # the `:suite` scope. Hooks with the `:suite` scope will be run once after
1490
+ # the last example of the entire suite is executed.
1491
+ #
1492
+ # @see #append_after
1493
+ # @see #before
1494
+ # @see #prepend_before
1495
+ def after(*args, &block)
1496
+ handle_suite_hook(args, @after_suite_hooks, :unshift,
1497
+ Hooks::AfterHook, block) || super(*args, &block)
1498
+ end
1499
+ alias_method :prepend_after, :after
1500
+
1501
+ # Adds `block` to the end of the list of `after` blocks in the same
1502
+ # scope (`:example`, `:context`, or `:suite`), in contrast to {#after},
1503
+ # which adds the hook to the start of the list.
1504
+ #
1505
+ # See {Hooks#after} for full `after` hook docs.
1506
+ #
1507
+ # This method differs from {Hooks#append_after} in only one way: it supports
1508
+ # the `:suite` scope. Hooks with the `:suite` scope will be run once after
1509
+ # the last example of the entire suite is executed.
1510
+ #
1511
+ # @see #append_after
1512
+ # @see #before
1513
+ # @see #prepend_before
1514
+ def append_after(*args, &block)
1515
+ handle_suite_hook(args, @after_suite_hooks, :push,
1516
+ Hooks::AfterHook, block) || super(*args, &block)
1517
+ end
1518
+
1519
+ # @private
1520
+ def with_suite_hooks
1521
+ return yield if dry_run?
1522
+
1523
+ hook_context = SuiteHookContext.new
1524
+ begin
1525
+ run_hooks_with(@before_suite_hooks, hook_context)
1526
+ yield
1527
+ ensure
1528
+ run_hooks_with(@after_suite_hooks, hook_context)
1529
+ end
1530
+ end
1531
+
1532
+ # @private
1533
+ # Holds the various registered hooks. Here we use a FilterableItemRepository
1534
+ # implementation that is specifically optimized for the read/write patterns
1535
+ # of the config object.
1536
+ def hooks
1537
+ @hooks ||= HookCollections.new(self, FilterableItemRepository::QueryOptimized)
1538
+ end
1539
+
1540
+ private
1541
+
1542
+ def handle_suite_hook(args, collection, append_or_prepend, hook_type, block)
1543
+ scope, meta = *args
1544
+ return nil unless scope == :suite
1545
+
1546
+ if meta
1547
+ # TODO: in RSpec 4, consider raising an error here.
1548
+ # We warn only for backwards compatibility.
1549
+ RSpec.warn_with "WARNING: `:suite` hooks do not support metadata since " \
1550
+ "they apply to the suite as a whole rather than " \
1551
+ "any individual example or example group that has metadata. " \
1552
+ "The metadata you have provided (#{meta.inspect}) will be ignored."
1553
+ end
1554
+
1555
+ collection.__send__(append_or_prepend, hook_type.new(block, {}))
1556
+ end
1557
+
1558
+ def run_hooks_with(hooks, hook_context)
1559
+ hooks.each { |h| h.run(hook_context) }
1560
+ end
1561
+
1562
+ def get_files_to_run(paths)
1563
+ FlatMap.flat_map(paths_to_check(paths)) do |path|
1564
+ path = path.gsub(File::ALT_SEPARATOR, File::SEPARATOR) if File::ALT_SEPARATOR
1565
+ File.directory?(path) ? gather_directories(path) : extract_location(path)
1566
+ end.sort.uniq
1567
+ end
1568
+
1569
+ def paths_to_check(paths)
1570
+ return paths if pattern_might_load_specs_from_vendored_dirs?
1571
+ paths + [Dir.getwd]
1572
+ end
1573
+
1574
+ def pattern_might_load_specs_from_vendored_dirs?
1575
+ pattern.split(File::SEPARATOR).first.include?('**')
1576
+ end
1577
+
1578
+ def gather_directories(path)
1579
+ include_files = get_matching_files(path, pattern)
1580
+ exclude_files = get_matching_files(path, exclude_pattern)
1581
+ (include_files - exclude_files).sort.uniq
1582
+ end
1583
+
1584
+ def get_matching_files(path, pattern)
1585
+ Dir[file_glob_from(path, pattern)].map { |file| File.expand_path(file) }
1586
+ end
1587
+
1588
+ def file_glob_from(path, pattern)
1589
+ stripped = "{#{pattern.gsub(/\s*,\s*/, ',')}}"
1590
+ return stripped if pattern =~ /^(\.\/)?#{Regexp.escape path}/ || absolute_pattern?(pattern)
1591
+ File.join(path, stripped)
1592
+ end
1593
+
1594
+ if RSpec::Support::OS.windows?
1595
+ def absolute_pattern?(pattern)
1596
+ pattern =~ /\A[A-Z]:\\/ || windows_absolute_network_path?(pattern)
1597
+ end
1598
+
1599
+ def windows_absolute_network_path?(pattern)
1600
+ return false unless ::File::ALT_SEPARATOR
1601
+ pattern.start_with?(::File::ALT_SEPARATOR + ::File::ALT_SEPARATOR)
1602
+ end
1603
+ else
1604
+ def absolute_pattern?(pattern)
1605
+ pattern.start_with?(File::Separator)
1606
+ end
1607
+ end
1608
+
1609
+ def extract_location(path)
1610
+ match = /^(.*?)((?:\:\d+)+)$/.match(path)
1611
+
1612
+ if match
1613
+ captures = match.captures
1614
+ path, lines = captures[0], captures[1][1..-1].split(":").map { |n| n.to_i }
1615
+ filter_manager.add_location path, lines
1616
+ end
1617
+
1618
+ return [] if path == default_path
1619
+ path
1620
+ end
1621
+
1622
+ def command
1623
+ $0.split(File::SEPARATOR).last
1624
+ end
1625
+
1626
+ def value_for(key)
1627
+ @preferred_options.fetch(key) { yield }
1628
+ end
1629
+
1630
+ def assert_no_example_groups_defined(config_option)
1631
+ return unless RSpec.world.example_groups.any?
1632
+
1633
+ raise MustBeConfiguredBeforeExampleGroupsError.new(
1634
+ "RSpec's #{config_option} configuration option must be configured before " \
1635
+ "any example groups are defined, but you have already defined a group."
1636
+ )
1637
+ end
1638
+
1639
+ def output_to_tty?(output=output_stream)
1640
+ tty? || (output.respond_to?(:tty?) && output.tty?)
1641
+ end
1642
+
1643
+ def conditionally_disable_mocks_monkey_patching
1644
+ return unless disable_monkey_patching && rspec_mocks_loaded?
1645
+
1646
+ RSpec::Mocks.configuration.tap do |config|
1647
+ config.syntax = :expect
1648
+ config.patch_marshal_to_support_partial_doubles = false
1649
+ end
1650
+ end
1651
+
1652
+ def conditionally_disable_expectations_monkey_patching
1653
+ return unless disable_monkey_patching && rspec_expectations_loaded?
1654
+
1655
+ RSpec::Expectations.configuration.syntax = :expect
1656
+ end
1657
+
1658
+ def rspec_mocks_loaded?
1659
+ defined?(RSpec::Mocks.configuration)
1660
+ end
1661
+
1662
+ def rspec_expectations_loaded?
1663
+ defined?(RSpec::Expectations.configuration)
1664
+ end
1665
+
1666
+ def update_pattern_attr(name, value)
1667
+ if @spec_files_loaded
1668
+ RSpec.warning "Configuring `#{name}` to #{value} has no effect since " \
1669
+ "RSpec has already loaded the spec files."
1670
+ end
1671
+
1672
+ instance_variable_set(:"@#{name}", value)
1673
+ @files_to_run = nil
1674
+ end
1675
+ end
1676
+ # rubocop:enable Style/ClassLength
1677
+ end
1678
+ end