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,1762 @@
1
+ ### 3.2.3 / 2015-04-06
2
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.2...v3.2.3)
3
+
4
+ Bug Fixes:
5
+
6
+ * Fix how the DSL methods are defined so that RSpec is compatible with
7
+ gems that define methods of the same name on `Kernel` (such as
8
+ the `its-it` gem). (Alex Kwiatkowski, Ryan Ong, #1907)
9
+ * Fix `before(:context) { skip }` so that it does not wrongly cause the
10
+ spec suite to exit with a non-zero status when no examples failed.
11
+ (Myron Marston, #1926)
12
+
13
+ ### 3.2.2 / 2015-03-11
14
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.1...v3.2.2)
15
+
16
+ Bug Fixes:
17
+
18
+ * Fix regression in 3.2.0 that allowed tag-filtered examples to
19
+ run even if there was a location filter applied to the spec
20
+ file that was intended to limit the file to other examples.
21
+ (#1894, Myron Marston)
22
+
23
+ ### 3.2.1 / 2015-02-23
24
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.0...v3.2.1)
25
+
26
+ Bug Fixes:
27
+
28
+ * Notify start-of-run seed _before_ `start` notification rather than
29
+ _after_ so that formatters like Fuubar work properly. (Samuel Esposito, #1882)
30
+
31
+ ### 3.2.0 / 2015-02-03
32
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.7...v3.2.0)
33
+
34
+ Enhancements:
35
+
36
+ * Improve the `inspect` output of example groups. (Mike Dalton, #1687)
37
+ * When rake task fails, only output the command if `verbose` flag is
38
+ set. (Ben Snape, #1704)
39
+ * Add `RSpec.clear_examples` as a clear way to reset examples in between
40
+ spec runs, whilst retaining user configuration. (Alexey Fedorov, #1706)
41
+ * Reduce string allocations when defining and running examples by 70%
42
+ and 50% respectively. (Myron Marston, #1738)
43
+ * Removed dependency on pathname from stdlib. (Sam Phippen, #1703)
44
+ * Improve the message presented when a user hits Ctrl-C.
45
+ (Alex Chaffee #1717, #1742)
46
+ * Improve shared example group inclusion backtrace displayed
47
+ in failed example output so that it works for all methods
48
+ of including shared example groups and shows all inclusion
49
+ locations. (Myron Marston, #1763)
50
+ * Issue seed notification at start (as well as the end) of the reporter
51
+ run. (Arlandis Word, #1761)
52
+ * Improve the documentation of around hooks. (Jim Kingdon, #1772)
53
+ * Support prepending of modules into example groups from config and allow
54
+ filtering based on metadata. (Arlandis Word, #1806)
55
+ * Emit warnings when `:suite` hooks are registered on an example group
56
+ (where it has always been ignored) or are registered with metadata
57
+ (which has always been ignored). (Myron Marston, #1805)
58
+ * Provide a friendly error message when users call RSpec example group
59
+ APIs (e.g. `context`, `describe`, `it`, `let`, `before`, etc) from
60
+ within an example where those APIs are unavailable. (Myron Marston, #1819)
61
+ * Provide a friendly error message when users call RSpec example
62
+ APIs (e.g. `expect`, `double`, `stub_const`, etc) from
63
+ within an example group where those APIs are unavailable.
64
+ (Myron Marston, #1819)
65
+ * Add new `RSpec::Core::Sandbox.sandboxed { }` API that facilitates
66
+ testing RSpec with RSpec, allowing you to define example groups
67
+ and example from within an example without affecting the global
68
+ `RSpec.world` state. (Tyler Ball, 1808)
69
+ * Apply line-number filters only to the files they are scoped to,
70
+ allowing you to mix filtered and unfiltered files. (Myron Marston, #1839)
71
+ * When dumping pending examples, include the failure details so that you
72
+ don't have to un-pend the example to see it. (Myron Marston, #1844)
73
+ * Make `-I` option support multiple values when separated by
74
+ `File::PATH_SEPARATOR`, such as `rspec -I foo:bar`. This matches
75
+ the behavior of Ruby's `-I` option. (Fumiaki Matsushima, #1855).
76
+ * Treat each example as having a singleton example group for the
77
+ purposes of applying metadata-based features that normally apply
78
+ to example groups to individually tagged examples. For example,
79
+ `RSpec.shared_context "Uses redis", :uses_redis` will now apply
80
+ to individual examples tagged with `:uses_redis`, as will
81
+ `config.include RedisHelpers, :uses_redis`, and
82
+ `config.before(:context, :uses_redis) { }`, etc. (Myron Marston, #1749)
83
+
84
+ Bug Fixes:
85
+
86
+ * When assigning generated example descriptions, surface errors
87
+ raised by `matcher.description` in the example description.
88
+ (Myron Marston, #1771)
89
+ * Don't consider expectations from `after` hooks when generating
90
+ example descriptions. (Myron Marston, #1771)
91
+ * Don't apply metadata-filtered config hooks to examples in groups
92
+ with matching metadata when those examples override the parent
93
+ metadata value to not match. (Myron Marston, #1796)
94
+ * Fix `config.expect_with :minitest` so that `skip` uses RSpec's
95
+ implementation rather than Minitest's. (Jonathan Rochkind, #1822)
96
+ * Fix `NameError` caused when duplicate example group aliases are defined and
97
+ the DSL is not globally exposed. (Aaron Kromer, #1825)
98
+ * When a shared example defined in an external file fails, use the host
99
+ example group (from a loaded spec file) for the re-run command to
100
+ ensure the command will actually work. (Myron Marston, #1835)
101
+ * Fix location filtering to work properly for examples defined in
102
+ a nested example group within a shared example group defined in
103
+ an external file. (Bradley Schaefer, Xavier Shay, Myron Marston, #1837)
104
+ * When a pending example fails (as expected) due to a mock expectation,
105
+ set `RSpec::Core::Example::ExecutionResult#pending_exception` --
106
+ previously it was not being set but should have been. (Myron Marston, #1844)
107
+ * Fix rake task to work when `rspec-core` is installed in a directory
108
+ containing a space. (Guido Günther, #1845)
109
+ * Fix regression in 3.1 that caused `describe Regexp` to raise errors.
110
+ (Durran Jordan, #1853)
111
+ * Fix regression in 3.x that caused the profile information to be printed
112
+ after the summary. (Max Lincoln, #1857)
113
+ * Apply `--seed` before loading `--require` files so that required files
114
+ can access the provided seed. (Myron Marston, #1745)
115
+ * Handle `RSpec::Core::Formatters::DeprecationFormatter::FileStream` being
116
+ reopened with an IO stream, which sometimes happens with spring.
117
+ (Kevin Mook, #1757)
118
+
119
+ ### 3.1.7 / 2014-10-11
120
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.6...v3.1.7)
121
+
122
+ Bug Fixes:
123
+
124
+ * Fix `Metadata.relative_path` so that for a current directory of
125
+ `/foo/bar`, `/foo/bar_1` is not wrongly converted to `._1`.
126
+ (Akos Vandra, #1730)
127
+ * Prevent constant lookup mistakenly finding `RSpec::ExampleGroups` generated
128
+ constants on 1.9.2 by appending a trailing `_` to the generated names.
129
+ (Jon Rowe, #1737)
130
+ * Fix bug in `:pending` metadata. If it got set in any way besides passing
131
+ it as part of the metadata literal passed to `it` (such as by using
132
+ `define_derived_metadata`), it did not have the desired effect,
133
+ instead marking the example as `:passed`. (Myron Marston, #1739)
134
+
135
+ ### 3.1.6 / 2014-10-08
136
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.5...v3.1.6)
137
+
138
+ Bug Fixes:
139
+
140
+ * Fix regression in rake task pattern handling, that prevented patterns
141
+ that were relative from the current directory rather than from `spec`
142
+ from working properly. (Myron Marston, #1734)
143
+ * Prevent rake task from generating duplicate load path entries.
144
+ (Myron Marston, #1735)
145
+
146
+ ### 3.1.5 / 2014-09-29
147
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.4...v3.1.5)
148
+
149
+ Bug Fixes:
150
+
151
+ * Fix issue with the rake task incorrectly escaping strings on Windows.
152
+ (Jon Rowe #1718)
153
+ * Support absolute path patterns. While this wasn't officially supported
154
+ previously, setting `rake_task.pattern` to an absolute path pattern in
155
+ RSpec 3.0 and before worked since it delegated to `FileList` internally
156
+ (but now just forwards the pattern on to the `rspec` command).
157
+ (Myron Marston, #1726)
158
+
159
+ ### 3.1.4 / 2014-09-18
160
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.3...v3.1.4)
161
+
162
+ Bug Fixes:
163
+
164
+ * Fix implicit `subject` when using `describe false` or `describe nil`
165
+ so that it returns the provided primitive rather than the string
166
+ representation. (Myron Marston, #1710)
167
+ * Fix backtrace filtering to allow code in subdirectories of your
168
+ current working directory (such as vendor/bundle/...) to be filtered
169
+ from backtraces. (Myron Marston, #1708)
170
+
171
+ ### 3.1.3 / 2014-09-15
172
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.2...v3.1.3)
173
+
174
+ Bug Fixes:
175
+
176
+ * Fix yet another regression in rake task pattern handling, to allow
177
+ `task.pattern = FileList["..."]` to work. That was never intended
178
+ to be supported but accidentally worked in 3.0 and earlier.
179
+ (Myron Marston, #1701)
180
+ * Fix pattern handling so that files are normalized to absolute paths
181
+ before subtracting the `--exclude-pattern` matched files from the
182
+ `--pattern` matched files so that it still works even if the patterns
183
+ are in slightly different forms (e.g. one starting with `./`).
184
+ (Christian Nelson, #1698)
185
+
186
+ ### 3.1.2 / 2014-09-08
187
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.1...v3.1.2)
188
+
189
+ Bug Fixes:
190
+
191
+ * Fix another regression in rake task pattern handling, so that patterns
192
+ that start with `./` still work. (Christian Nelson, #1696)
193
+
194
+ ### 3.1.1 / 2014-09-05
195
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.0...v3.1.1)
196
+
197
+ Bug Fixes:
198
+
199
+ * Fix a regression in rake task pattern handling, so that `rake_task.pattern = array`
200
+ works again. While we never intended to support array values (or even knew that worked!),
201
+ the implementation from 3.0 and earlier used `FileList` internally, which allows arrays.
202
+ The fix restores the old behavior. (Myron Marston, #1694)
203
+
204
+ ### 3.1.0 / 2014-09-04
205
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.4...v3.1.0)
206
+
207
+ Enhancements:
208
+
209
+ * Update files generated by `rspec --init` so that warnings are enabled
210
+ in commented out section of `spec_helper` rather than `.rspec` so users
211
+ have to consciously opt-in to the setting. (Andrew Hooker, #1572)
212
+ * Update `spec_helper` generated by `rspec --init` so that it sets the new
213
+ rspec-expectations `include_chain_clauses_in_custom_matcher_descriptions`
214
+ config option (which will be on by default in RSpec 4) and also sets the
215
+ rspec-mocks `verify_partial_doubles` option (which will also default
216
+ to on in RSpec 4). (Myron Marston, #1647)
217
+ * Provide an `inspect` output for example procsy objects (used in around
218
+ hooks) that doesn't make them look like procs. (Jon Rowe, #1620)
219
+ * Remove a few unneeded `require` statements from
220
+ `rspec/core/rake_task.rb`, making it even more lighterweight.
221
+ (Myron Marston, #1640)
222
+ * Allow rspec-core to be used when neither rspec-mocks or
223
+ rspec-expectations are installed, without requiring any
224
+ user configuration. (Sam Phippen, Myron Marston, #1615)
225
+ * Don't filter out gems from backtraces by default. (The RSpec
226
+ gems will still be filtered). User feedback has indicated
227
+ that including gems in default backtraces will be useful.
228
+ (Myron Marston, #1641)
229
+ * Add new `config.filter_gems_from_backtrace "rack", "rake"` API
230
+ to easily filter the named gems from backtraces. (Myron Marston, #1682)
231
+ * Fix default backtrace filters so that the RSpec binary is
232
+ excluded when installing RSpec as a bundler `:git` dependency.
233
+ (Myron Marston, #1648)
234
+ * Simplify command generated by the rake task so that it no longer
235
+ includes unnecessary `-S`. (Myron Marston, #1559)
236
+ * Add `--exclude-pattern` CLI option, `config.exclude_pattern =` config
237
+ option and `task.exclude_pattern =` rake task config option. Matching
238
+ files will be excluded. (John Gesimondo, Myron Marston, #1651, #1671)
239
+ * When an around hook fails to execute the example, mark it as
240
+ pending (rather than passing) so the user is made aware of the
241
+ fact that the example did not actually run. (Myron Marston, #1660)
242
+ * Remove dependency on `FileUtils` from the standard library so that users do
243
+ not get false positives where their code relies on it but they are not
244
+ requiring it. (Sam Phippen, #1565)
245
+
246
+ Bug Fixes:
247
+
248
+ * Fix rake task `t.pattern =` option so that it does not run all specs
249
+ when it matches no files, by passing along a `--pattern` option to
250
+ the `rspec` command, rather than resolving the file list and passing
251
+ along the files individually. (Evgeny Zislis, #1653)
252
+ * Fix rake task default pattern so that it follows symlinks properly.
253
+ (Myron Marston, #1672)
254
+ * Fix default pattern used with `rspec` command so that it follows
255
+ symlinks properly. (Myron Marston, #1672)
256
+ * Change how we assign constant names to example group classes so that
257
+ it avoids a problem with `describe "Core"`. (Daniela Wellisz, #1679)
258
+ * Handle rendering exceptions that have a different encoding than that
259
+ of their original source file. (Jon Rowe, #1681)
260
+ * Allow access to message_lines without colour for failed examples even
261
+ when they're part of a shared example group. (tomykaira, #1689)
262
+
263
+ ### 3.0.4 / 2014-08-14
264
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.3...v3.0.4)
265
+
266
+ Bug Fixes:
267
+
268
+ * Fix processing order of CLI options so that if `config.files_to_run`
269
+ is accessed from a file loaded by `--require`, `--pattern` is still
270
+ applied. (Myron Marston, #1652)
271
+ * Fix `config.pattern=` so that it still takes affect even if
272
+ `config.files_to_run` has already been accessed. (Myron Marston, #1652)
273
+
274
+ ### 3.0.3 / 2014-07-21
275
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.2...v3.0.3)
276
+
277
+ Bug Fixes:
278
+
279
+ * Properly convert both parts of a description into strings before
280
+ concatenation. (@nicklink483, #1636)
281
+ * Exclude the working directory when figuring out folders to ignore.
282
+ (Jon Rowe, Myron Marston, #1616)
283
+ * Allow `::RSpec::Core::Notifications::FailedExampleNotification#message_lines`
284
+ to be accessed without a colouriser. (@tomykaira, #1637)
285
+
286
+ ### 3.0.2 / 2014-06-19
287
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.1...v3.0.2)
288
+
289
+ Bug Fixes:
290
+
291
+ * Fix regression in CLI option handling that prevented `--tag slow`
292
+ passed at the command line from overriding `--tag ~slow` in `.rspec`.
293
+ (Colin Jones, #1602)
294
+ * Fix metadata `:example_group` deprecation warning so that it gets
295
+ issued at the call site of the configuration that specified it as
296
+ a filter rather than later when an example group is defined.
297
+ (Myron Marston, #1562)
298
+ * Make the line that is printed when a shared example group fails indicating
299
+ where the concrete example group is white, separating it from the stack trace
300
+ that is produced for the failure. (Sam Phippen, Jon Rowe, #1606)
301
+
302
+ ### 3.0.1 / 2014-06-12
303
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0...v3.0.1)
304
+
305
+ Bug Fixes:
306
+
307
+ * Fix a couple ruby warnings caused by rspec-core when loaded.
308
+ (Prem Sichanugrist, #1584)
309
+ * Example groups named `Config` will no longer cause a Ruby warning to be
310
+ issued. (Jimmy Cuadra, #1580)
311
+
312
+ ### 3.0.0 / 2014-06-01
313
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.rc1...v3.0.0)
314
+
315
+ Bug Fixes:
316
+
317
+ * Fix `BaseTextFormatter` so that it does not re-close a closed output
318
+ stream. (Myron Marston)
319
+ * Fix regression in metadata that caused the metadata hash of a top-level
320
+ example group to have a `:parent_example_group` key even though it has
321
+ no parent example group. (Myron Marston)
322
+
323
+ Enhancements:
324
+
325
+ * Alter the default `spec_helper.rb` to no longer recommend
326
+ `config.full_backtrace = true` see #1536 for discussion. (Jon Rowe)
327
+
328
+ ### 3.0.0.rc1 / 2014-05-18
329
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.beta2...v3.0.0.rc1)
330
+
331
+ Breaking Changes for 3.0.0:
332
+
333
+ * Change `described_class` so that in a nested group like `describe
334
+ MyClass`, it returns `MyClass` rather than the outer group's described
335
+ class. (Myron Marston)
336
+ * Refactor filter manager so that it no longer subclasses Hash and has a
337
+ tighter, more domain-specific interface. (Sergey Pchelincev)
338
+ * Remove legacy colours definitions from `BaseTextFormatter`. (Jon Rowe)
339
+ * Remove console color definitions from `BaseTextFormatter`. (Jon Rowe)
340
+ * Restructure example group metadata so that the computed keys are
341
+ exposed directly off of the metadata hash rather than being on
342
+ a nested `:example_group` subhash. In addition, the parent example
343
+ group metadata is now available as `[:parent_example_group]` rather
344
+ than `[:example_group][:example_group]`. Deprecated access via the
345
+ old key structure is still provided. (Myron Marston)
346
+ * Remove `:describes` metadata key. It duplicates `:described_class`
347
+ for no good reason. Deprecated access via `:describes` is still
348
+ provided. (Myron Marston)
349
+ * Rename `:example_group_block` metadata key to `:block`.
350
+ (Myron Marston)
351
+ * Remove deprecated `RSpec::Core::Example#options`. (Myron Marston)
352
+ * Move `BaseTextFormatter#colorize_summary` to `SummaryNotification#colorize_with`
353
+ (Jon Rowe).
354
+ * `describe some_hash` treated `some_hash` as metadata in RSpec 2.x but
355
+ will treat it as the described object in RSpec 3.0. Metadata must
356
+ always come after the description args. (Myron Marston)
357
+ * Remove deprecated `display_name` alias of `ExampleGroup.description`.
358
+ (Myron Marston)
359
+ * Remove deprecated `describes` alias of `ExampleGroup.described_class`.
360
+ (Myron Marston)
361
+ * Remove deprecated `RSpec::Core::ExampleGroup.alias_it_behaves_like_to`.
362
+ Use `RSpec::Core::Configuration#alias_it_behaves_like_to` instead.
363
+ (Myron Marston)
364
+ * Remove deprecated `RSpec::Core::ExampleGroup.alias_example_to`.
365
+ Use `RSpec::Core::Configuration#alias_example_to` instead.
366
+ (Myron Marston)
367
+ * Removed `focused` example alias and change example/group aliases
368
+ `fit`, `focus`, `fcontext` and `fdescribe` to no longer include
369
+ `:focused => true` metadata. They only contain `:focus => true`
370
+ metadata now. This means that you will need to filter them with
371
+ `filter_run :focus`, not `filter_run :focused`. (Myron Marston)
372
+ * Remove `--line-number` filtering. It's semantically dubious since it's
373
+ a global filter (potentially applied to multiple files) but there's no
374
+ meaningful connection between the same line number in multiple files.
375
+ Instead use the `rspec path/to/spec.rb:23:46` form, which is terser
376
+ and makes more sense as it is scoped to a file. (Myron Marston)
377
+ * Remove `--default_path` as an alias for `--default-path`. (Jon Rowe)
378
+ * Remove deprecated `share_examples_for`. There's still
379
+ `shared_examples` and `shared_examples_for`. (Myron Marston)
380
+ * Rename `RSpec::Core::Configuration#warnings` to
381
+ `RSpec::Core::Configuration#warnings?` since it's a boolean flag.
382
+ (Myron Marston)
383
+ * RSpec's global state is no longer reset after a spec run. This gives
384
+ more flexibility to alternate runners to decide when and if they
385
+ want the state reset. Alternate runners are now responsible for
386
+ calling this (or doing a similar reset) if they are going to run
387
+ the spec suite multiple times in the same process. (Sam Phippen)
388
+ * Merge `RSpec::Core::CommandLine` (never formally declared public)
389
+ into `RSpec::Core::Runner`. (Myron Marston)
390
+ * Remove `color_enabled` as an alias of `color`. (Jon Rowe)
391
+ * Remove `backtrace_cleaner` as an alias of `backtrace_formatter`. (Jon Rowe)
392
+ * Remove `filename_pattern` as an alias of `pattern`. (Jon Rowe)
393
+ * Extract support for legacy formatters to `rspec-legacy_formatters`. (Jon Rowe)
394
+ * `RSpec::Configuration#formatters` now returns a dup to prevent mutation. (Jon Rowe)
395
+ * Replace `stdlib` as an available expectation framework with `test_unit` and
396
+ `minitest`. (Aaron Kromer)
397
+ * Remove backtrace formatting helpers from `BaseTextFormatter`. (Jon Rowe)
398
+ * Extract profiler support to `ProfileFormatter` and `ProfileNotification`.
399
+ Formatters should implement `dump_profile` if they wish to respond to `--profile`.
400
+ (Jon Rowe)
401
+ * Extract remaining formatter state to reporter and notifications. Introduce
402
+ `ExamplesNotification` to share information about examples that was previously
403
+ held in `BaseFormatter`. (Jon Rowe)
404
+
405
+ Enhancements:
406
+
407
+ * Add `config.default_formatter` attribute, which can be used to set a
408
+ formatter which will only be used if no other formatter is set
409
+ (e.g. via `--formatter`). (Myron Marston)
410
+ * Support legacy colour definitions in `LegacyFormatterAdaptor`. (Jon Rowe)
411
+ * Migrate `execution_result` (exposed by metadata) from a hash to a
412
+ first-class object with appropriate attributes. `status` is now
413
+ stored and returned as a symbol rather than a string. It retains
414
+ deprecated hash behavior for backwards compatibility. (Myron Marston)
415
+ * Provide console code helper for formatters. (Jon Rowe)
416
+ * Use raw ruby hashes for the metadata hashes rather than a subclass of
417
+ a hash. Computed metadata entries are now computed in advance rather
418
+ than being done lazily on first access. (Myron Marston)
419
+ * Add `:block` metadata entry to the example metadata, bringing
420
+ parity with `:block` in the example group metadata. (Myron Marston)
421
+ * Add `fspecify` and `fexample` as aliases of `specify` and `example`
422
+ with `:focus => true` metadata for parity with `fit`. (Myron Marston)
423
+ * Add legacy support for `colorize_summary`. (Jon Rowe)
424
+ * Restructure runner so it can be more easily customized in a subclass
425
+ for an alternate runner. (Ben Hoskings)
426
+ * Document `RSpec::Core::ConfigurationOptions` as an officially
427
+ supported public API. (Myron Marston)
428
+ * Add `--deprecation-out` CLI option which directs deprecation warnings
429
+ to the named file. (Myron Marston)
430
+ * Minitest 5 compatability for `expect_with :stdlib` (now available as
431
+ `expect_with :minitest`). (Xavier Shay)
432
+ * Reporter now notifies formatters of the load time of RSpec and your
433
+ specs via `StartNotification` and `SummaryNotification`. (Jon Rowe)
434
+ * Add `disable_monkey_patching!` config option that disables all monkey
435
+ patching from whatever pieces of RSpec you use. (Alexey Fedorov)
436
+ * Add `Pathname` support for setting all output streams. (Aaron Kromer)
437
+ * Add `config.define_derived_metadata`, which can be used to apply
438
+ additional metadata to all groups or examples that match a given
439
+ filter. (Myron Marston)
440
+ * Provide formatted and colorized backtraces via `FailedExampleNotification`
441
+ and send `PendingExampleFixedNotifications` when the error is due to a
442
+ passing spec you expect to fail. (Jon Rowe)
443
+ * Add `dump_profile` to formatter API to allow formatters to implement
444
+ support for `--profile`. (Jon Rowe)
445
+ * Allow colourising text via `ConsoleCodes` with RSpec 'states'
446
+ (e.g. `:success`, `:failure`) rather than direct colour codes. (Jon Rowe)
447
+ * Expose `fully_formatted` methods off the formatter notification objects
448
+ that make it easy for a custom formatter to produce formatted output
449
+ like rspec-core's. (Myron Marston)
450
+
451
+ Bug Fixes:
452
+
453
+ * Fix `spec_helper.rb` file generated by `rspec --init` so that the
454
+ recommended settings correctly use the documentation formatter
455
+ when running one file. (Myron Marston)
456
+ * Fix ordering problem where descriptions were generated after
457
+ tearing down mocks, which resulted in unexpected exceptions.
458
+ (Bradley Schaefer, Aaron Kromer, Andrey Savchenko)
459
+ * Allow a symbol to be used as an implicit subject (e.g. `describe
460
+ :foo`). (Myron Marston)
461
+ * Prevent creating an isolated context (i.e. using `RSpec.describe`) when
462
+ already inside a context. There is no reason to do this, and it could
463
+ potentially cause unexpected bugs. (Xavier Shay)
464
+ * Fix shared example group scoping so that when two shared example
465
+ groups share the same name at different levels of nested contexts,
466
+ the one in the nearest context is used. (Myron Marston)
467
+ * Fix `--warnings` option so that it enables warnings immediately so
468
+ that it applies to files loaded by `--require`. (Myron Marston)
469
+ * Issue a warning when you set `config.deprecation_stream` too late for
470
+ it to take effect because the reporter has already been setup. (Myron Marston)
471
+ * Add the full `RSpec::Core::Example` interface to the argument yielded
472
+ to `around` hooks. (Myron Marston)
473
+ * Line number always takes precendence when running specs with filters.
474
+ (Xavier Shay)
475
+ * Ensure :if and :unless metadata filters are treated as a special case
476
+ and are always in-effect. (Bradley Schaefer)
477
+ * Ensure the currently running installation of RSpec is used when
478
+ the rake task shells out to `rspec`, even if a newer version is also
479
+ installed. (Postmodern)
480
+ * Using a legacy formatter as default no longer causes an infinite loop.
481
+ (Xavier Shay)
482
+
483
+ ### 3.0.0.beta2 / 2014-02-17
484
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.beta1...v3.0.0.beta2)
485
+
486
+ Breaking Changes for 3.0.0:
487
+
488
+ * Make `mock_with` option more strict. Strings are no longer supported
489
+ (e.g. `mock_with "mocha"`) -- use a symbol instead. Also, unrecognized
490
+ values will now result in an error rather than falling back to the
491
+ null mocking adapter. If you want to use the null mocking adapter,
492
+ use `mock_with :nothing` (as has been documented for a long time).
493
+ (Myron Marston)
494
+ * Remove support for overriding RSpec's built-in `:if` and `:unless`
495
+ filters. (Ashish Dixit)
496
+ * Custom formatters are now required to call
497
+ `RSpec::Core::Formatters.register(formatter_class, *notifications)`
498
+ where `notifications` is the list of events the formatter wishes to
499
+ be notified about. Notifications are handled by methods matching the
500
+ names on formatters. This allows us to add or remove notifications
501
+ without breaking existing formatters. (Jon Rowe)
502
+ * Change arguments passed to formatters. Rather than passing multiple
503
+ arguments (which limits are ability to add additional arguments as
504
+ doing so would break existing formatters), we now pass a notification
505
+ value object that exposes the same data via attributes. This will
506
+ allow us to add new bits of data to a notification event without
507
+ breaking existing formatters. (Jon Rowe)
508
+ * Remove support for deprecated `:alias` option for
509
+ `RSpec.configuration.add_setting`. (Myron Marston)
510
+ * Remove support for deprecated `RSpec.configuration.requires = [...]`.
511
+ (Myron Marston)
512
+ * Remove support for deprecated `--formatter` CLI option. (Myron Marston)
513
+ * Remove support for deprecated `--configure` CLI option. (Myron Marston)
514
+ * Remove support for deprecated `RSpec::Core::RakeTask#spec_opts=`.
515
+ (Myron Marston)
516
+ * An example group level `pending` block or `:pending` metadata now executes
517
+ the example and cause a failure if it passes, otherwise it will be pending if
518
+ it fails. The old "never run" behaviour is still used for `xexample`, `xit`,
519
+ and `xspecify`, or via a new `skip` method or `:skip` metadata option.
520
+ (Xavier Shay)
521
+ * After calling `pending` inside an example, the remainder of the example will
522
+ now be run. If it passes a failure is raised, otherwise the example is marked
523
+ pending. The old "never run" behaviour is provided a by a new `skip` method.
524
+ (Xavier Shay)
525
+ * Pending blocks inside an example have been removed as a feature with no
526
+ direct replacement. Use `skip` or `pending` without a block. (Xavier Shay)
527
+ * Pending statement is no longer allowed in `before(:all)` hooks. Use `skip`
528
+ instead. (Xavier Shay)
529
+ * Remove `show_failures_in_pending_blocks` configuration option. (Xavier Shay)
530
+ * Remove support for specifying the documentation formatter using
531
+ 's', 'n', 'spec' or 'nested'. (Jon Rowe)
532
+
533
+ Enhancements:
534
+
535
+ * Add example run time to JSON formatter output. (Karthik Kastury)
536
+ * Add more suggested settings to the files generated by
537
+ `rspec --init`. (Myron Marston)
538
+ * Add `config.alias_example_group_to`, which can be used to define a
539
+ new method that defines an example group with the provided metadata.
540
+ (Michi Huber)
541
+ * Add `xdescribe` and `xcontext` as shortcuts to skip an example group.
542
+ (Myron Marston)
543
+ * Add `fdescribe` and `fcontext` as shortcuts to focus an example group.
544
+ (Myron Marston)
545
+ * Don't autorun specs via `#at_exit` by default. `require 'rspec/autorun'`
546
+ is only needed when running specs via `ruby`, as it always has been.
547
+ Running specs via `rake` or `rspec` are both unaffected. (Ben Hoskings)
548
+ * Add `expose_dsl_globally` config option, defaulting to true. When disabled
549
+ it will remove the monkey patches rspec-core adds to `main` and `Module`
550
+ (e.g. `describe`, `shared_examples_for`, etc). (Jon Rowe)
551
+ * Expose RSpec DSL entry point methods (`describe`,
552
+ `shared_examples_for`, etc) on the `RSpec` constant. Intended for use
553
+ when `expose_dsl_globally` is set to `false`. (Jon Rowe)
554
+ * For consistency, expose all example group aliases (including
555
+ `context`) on the `RSpec` constant. If `expose_dsl_globally` is set to
556
+ `true`, also expose them on `main` and `Module`. Historically, only `describe`
557
+ was exposed. (Jon Rowe, Michi Huber)
558
+ * Add hook scope `:example` as an alias for `:each`, and `:context` as an alias
559
+ for `:all`. (John Feminella)
560
+
561
+ Bug Fixes:
562
+
563
+ * Fix failure (undefined method `path`) in end-of-run summary
564
+ when `raise_errors_for_deprecations!` is configured. (Myron Marston)
565
+ * Issue error when attempting to use `-i` or `--I` on command line,
566
+ too close to `-I` to be considered short hand for `--init`. (Jon Rowe)
567
+ * Prevent adding formatters to an output target if the same
568
+ formatter has already been added to that output. (Alex Peattie)
569
+ * Allow a matcher-generated example description to be used when
570
+ the example is pending. (Myron Marston)
571
+ * Ensure the configured `failure_exit_code` is used by the rake
572
+ task when there is a failure. (Jon Rowe)
573
+ * Restore behaviour whereby system exclusion filters take priority over working
574
+ directory (was broken in beta1). (Jon Rowe)
575
+ * Prevent RSpec mangling file names that have substrings containing `line_number`
576
+ or `default_path`. (Matijs van Zuijlen)
577
+ * Fix failure line detection so that it handles relative file paths
578
+ (which can happen when running specs through `ruby` using `rspec/autorun`).
579
+ (Myron Marston, #1829)
580
+
581
+ ### 3.0.0.beta1 / 2013-11-07
582
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.1...v3.0.0.beta1)
583
+
584
+ Breaking Changes for 3.0.0:
585
+
586
+ * Remove explicit support for 1.8.6. (Jon Rowe)
587
+ * Remove `RSpec::Core::ExampleGroup#example` and
588
+ `RSpec::Core::ExampleGroup#running_example` methods. If you need
589
+ access to the example (e.g. to get its metadata), use a block arg
590
+ instead. (David Chelimsky)
591
+ * Remove `TextMateFormatter`, it has been moved to `rspec-tmbundle`.
592
+ (Aaron Kromer)
593
+ * Remove RCov integration. (Jon Rowe)
594
+ * Remove deprecated support for RSpec 1 constructs (Myron Marston):
595
+ * The `Spec` and `Rspec` constants (rather than `RSpec`).
596
+ * `Spec::Runner.configure` rather than `RSpec.configure`.
597
+ * `Rake::SpecTask` rather than `RSpec::Core::RakeTask`.
598
+ * Remove deprecated support for `share_as`. (Myron Marston)
599
+ * Remove `--debug` option (and corresponding option on
600
+ `RSpec::Core::Configuration`). Instead, use `-r<debugger gem name>` to
601
+ load whichever debugger gem you wish to use (e.g. `ruby-debug`,
602
+ `debugger`, or `pry`). (Myron Marston)
603
+ * Extract Autotest support to a seperate gem. (Jon Rowe)
604
+ * Raise an error when a `let` or `subject` declaration is
605
+ accessed in a `before(:all)` or `after(:all)` hook. (Myron Marston)
606
+ * Extract `its` support to a separate gem. (Peter Alfvin)
607
+ * Disallow use of a shared example group from sibling contexts, making them
608
+ fully isolated. 2.14 and 2.99 allowed this but printed a deprecation warning.
609
+ (Jon Rowe)
610
+ * Remove `RSpec::Core::Configuration#output` and
611
+ `RSpec::Core::Configuration#out` aliases of
612
+ `RSpec::Core::Configuration#output_stream`. (Myron Marston)
613
+ * Remove legacy ordering APIs deprecated in 2.99.0.beta1. (Myron
614
+ Marston)
615
+
616
+ Enhancements:
617
+
618
+ * Replace unmaintained syntax gem with coderay gem. (Xavier Shay)
619
+ * Times in profile output are now bold instead of `failure_color`.
620
+ (Matthew Boedicker)
621
+ * Add `--no-fail-fast` command line option. (Gonzalo Rodríguez-Baltanás Díaz)
622
+ * Runner now considers the local system ip address when running under Drb.
623
+ (Adrian CB)
624
+ * JsonFormatter now includes `--profile` information. (Alex / @MasterLambaster)
625
+ * Always treat symbols passed as metadata args as hash
626
+ keys with true values. RSpec 2 supported this with the
627
+ `treat_symbols_as_metadata_keys_with_true_values` but
628
+ now this behavior is always enabled. (Myron Marston)
629
+ * Add `--dry-run` option, which prints the formatter output
630
+ of your suite without running any examples or hooks.
631
+ (Thomas Stratmann, Myron Marston)
632
+ * Document the configuration options and default values in the `spec_helper.rb`
633
+ file that is generated by RSpec. (Parker Selbert)
634
+ * Give generated example group classes a friendly name derived
635
+ from the docstring, rather than something like "Nested_2".
636
+ (Myron Marston)
637
+ * Avoid affecting randomization of user code when shuffling
638
+ examples so that users can count on their own seeds
639
+ working. (Travis Herrick)
640
+ * Ordering is no longer a single global property of the test suite.
641
+ Each group can pick an ordering using `:order` metadata. (Andy
642
+ Lindeman, Sam Phippen, Myron Marston)
643
+ * Allow named custom ordering strategies to be registered, which can
644
+ then be used on individual example groups. (Andy Lindeman, Sam
645
+ Phippen, Myron Marston)
646
+
647
+ Deprecations:
648
+
649
+ * `treat_symbols_as_metadata_keys_with_true_values` is deprecated and no
650
+ longer has an affect now that the behavior it enabled is always
651
+ enabled. (Myron Marston)
652
+
653
+ ### 2.99.2 / 2014-08-19
654
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.1...v2.99.2)
655
+
656
+ Enhancements:
657
+
658
+ * Improve deprecation warning for RSpec 3 change in `describe <a symbol>`
659
+ behavior. (Jon Rowe, #1667)
660
+
661
+ ### 2.99.1 / 2014-06-19
662
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0...v2.99.1)
663
+
664
+ Bug Fixes:
665
+
666
+ * Add missing deprecation warning for when `RSpec::Core::Runner` is used
667
+ multiple times in the same process. In 2.x RSpec's global state was
668
+ automatically cleared between runs but in 3.0 you need to call `RSpec.reset`
669
+ manually in these situations. (Sam Phippen, #1587)
670
+ * Prevent deprecation being accidentally issues when doubles used with `be_`
671
+ matchers due to automatically generated descriptions. (Jon Rowe, #1573)
672
+ * Load `rspec/core` when loading `rspec/core/rake_task` to ensure we can
673
+ issue deprecations correctly. (Jon Rowe, #1612)
674
+
675
+ ### 2.99.0 / 2014-06-01
676
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0.rc1...v2.99.0)
677
+
678
+ Bug Fixes:
679
+
680
+ * Fix `BaseTextFormatter` so that it does not re-close a closed output
681
+ stream. (Myron Marston)
682
+ * Use `RSpec::Configuration#backtrace_exclusion_patterns` rather than the
683
+ deprecated `RSpec::Configuration#backtrace_clean_patterns` when mocking
684
+ with rr. (David Dollar)
685
+
686
+ ### 2.99.0.rc1 / 2014-05-18
687
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0.beta2...v2.99.0.rc1)
688
+
689
+ Enhancements:
690
+
691
+ * Add `--deprecation-out` CLI option which directs deprecation warnings
692
+ to the named file. (Myron Marston)
693
+ * Backport support for `skip` in metadata to skip execution of an example.
694
+ (Xavier Shay, #1472)
695
+ * Add `Pathname` support for setting all output streams. (Aaron Kromer)
696
+ * Add `test_unit` and `minitest` expectation frameworks. (Aaron Kromer)
697
+
698
+ Deprecations:
699
+
700
+ * Deprecate `RSpec::Core::Pending::PendingDeclaredInExample`, use
701
+ `SkipDeclaredInExample` instead. (Xavier Shay)
702
+ * Issue a deprecation when `described_class` is accessed from within
703
+ a nested `describe <SomeClass>` example group, since `described_class`
704
+ will return the innermost described class in RSpec 3 rather than the
705
+ outermost described class, as it behaved in RSpec 2. (Myron Marston)
706
+ * Deprecate `RSpec::Core::FilterManager::DEFAULT_EXCLUSIONS`,
707
+ `RSpec::Core::FilterManager::STANDALONE_FILTERS` and use of
708
+ `#empty_without_conditional_filters?` on those filters. (Sergey Pchelincev)
709
+ * Deprecate `RSpec::Core::Example#options` in favor of
710
+ `RSpec::Core::Example#metadata`. (Myron Marston)
711
+ * Issue warning when passing a symbol or hash to `describe` or `context`
712
+ as the first argument. In RSpec 2.x this would be treated as metadata
713
+ but in RSpec 3 it'll be treated as the described object. To continue
714
+ having it treated as metadata, pass a description before the symbol or
715
+ hash. (Myron Marston)
716
+ * Deprecate `RSpec::Core::BaseTextFormatter::VT100_COLORS` and
717
+ `RSpec::Core::BaseTextFormatter::VT100_COLOR_CODES` in favour
718
+ of `RSpec::Core::BaseTextFormatter::ConsoleCodes::VT100_CODES` and
719
+ `RSpec::Core::BaseTextFormatter::ConsoleCodes::VT100_CODE_VALUES`.
720
+ (Jon Rowe)
721
+ * Deprecate `RSpec::Core::ExampleGroup.display_name` in favor of
722
+ `RSpec::Core::ExampleGroup.description`. (Myron Marston)
723
+ * Deprecate `RSpec::Core::ExampleGroup.describes` in favor of
724
+ `RSpec::Core::ExampleGroup.described_class`. (Myron Marston)
725
+ * Deprecate `RSpec::Core::ExampleGroup.alias_example_to` in favor of
726
+ `RSpec::Core::Configuration#alias_example_to`. (Myron Marston)
727
+ * Deprecate `RSpec::Core::ExampleGroup.alias_it_behaves_like_to` in favor
728
+ of `RSpec::Core::Configuration#alias_it_behaves_like_to`. (Myron Marston)
729
+ * Deprecate `RSpec::Core::ExampleGroup.focused` in favor of
730
+ `RSpec::Core::ExampleGroup.focus`. (Myron Marston)
731
+ * Add deprecation warning for `config.filter_run :focused` since
732
+ example aliases `fit` and `focus` will no longer include
733
+ `:focused` metadata but will continue to include `:focus`. (Myron Marston)
734
+ * Deprecate filtering by `:line_number` (e.g. `--line-number` from the
735
+ CLI). Use location filtering instead. (Myron Marston)
736
+ * Deprecate `--default_path` as an alternative to `--default-path`. (Jon Rowe)
737
+ * Deprecate `RSpec::Core::Configuration#warnings` in favor of
738
+ `RSpec::Core::Configuration#warnings?`. (Myron Marston)
739
+ * Deprecate `share_examples_for` in favor of `shared_examples_for` or
740
+ just `shared_examples`. (Myron Marston)
741
+ * Deprecate `RSpec::Core::CommandLine` in favor of
742
+ `RSpec::Core::Runner`. (Myron Marston)
743
+ * Deprecate `#color_enabled`, `#color_enabled=` and `#color?` in favour of
744
+ `#color`, `#color=` and `#color_enabled? output`. (Jon Rowe)
745
+ * Deprecate `#filename_pattern` in favour of `#pattern`. (Jon Rowe)
746
+ * Deprecate `#backtrace_cleaner` in favour of `#backtrace_formatter`. (Jon Rowe)
747
+ * Deprecate mutating `RSpec::Configuration#formatters`. (Jon Rowe)
748
+ * Deprecate `stdlib` as an available expectation framework in favour of
749
+ `test_unit` and `minitest`. (Aaron Kromer)
750
+
751
+ Bug Fixes:
752
+
753
+ * Issue a warning when you set `config.deprecation_stream` too late for
754
+ it to take effect because the reporter has already been setup. (Myron Marston)
755
+ * `skip` with a block should not execute the block. (Xavier Shay)
756
+
757
+ ### 2.99.0.beta2 / 2014-02-17
758
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0.beta1...v2.99.0.beta2)
759
+
760
+ Enhancements:
761
+
762
+ * Add `is_expected` for one-liners that read well with the
763
+ `expect`-based syntax. `is_expected` is simply defined as
764
+ `expect(subject)` and can be used in an expression like:
765
+ `it { is_expected.to read_well }`. (Myron Marston)
766
+ * Backport `skip` from RSpec 3, which acts like `pending` did in RSpec 2
767
+ when not given a block, since the behavior of `pending` is changing in
768
+ RSpec 3. (Xavier Shay)
769
+
770
+ Deprecations:
771
+
772
+ * Deprecate inexact `mock_with` config options. RSpec 3 will only support
773
+ the exact symbols `:rspec`, `:mocha`, `:flexmock`, `:rr` or `:nothing`
774
+ (or any module that implements the adapter interface). RSpec 2 did
775
+ fuzzy matching but this will not be supported going forward.
776
+ (Myron Marston)
777
+ * Deprecate `show_failures_in_pending_blocks` config option. To achieve
778
+ the same behavior as the option enabled, you can use a custom
779
+ formatter instead. (Xavier Shay)
780
+ * Add a deprecation warning for the fact that the behavior of `pending`
781
+ is changing in RSpec 3 -- rather than skipping the example (as it did
782
+ in 2.x when no block was provided), it will run the example and mark
783
+ it as failed if no exception is raised. Use `skip` instead to preserve
784
+ the old behavior. (Xavier Shay)
785
+ * Deprecate 's', 'n', 'spec' and 'nested' as aliases for documentation
786
+ formatter. (Jon Rowe)
787
+ * Deprecate `RSpec::Core::Reporter#abort` in favor of
788
+ `RSpec::Core::Reporter#finish`. (Jon Rowe)
789
+
790
+ Bug Fixes:
791
+
792
+ * Fix failure (undefined method `path`) in end-of-run summary
793
+ when `raise_errors_for_deprecations!` is configured. (Myron Marston)
794
+ * Fix issue were overridding spec ordering from the command line wasn't
795
+ fully recognised interally. (Jon Rowe)
796
+
797
+ ### 2.99.0.beta1 / 2013-11-07
798
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.7...v2.99.0.beta1)
799
+
800
+ Enhancements
801
+
802
+ * Block-based DSL methods that run in the context of an example
803
+ (`it`, `before(:each)`, `after(:each)`, `let` and `subject`)
804
+ now yield the example as a block argument. (David Chelimsky)
805
+ * Warn when the name of more than one example group is submitted to
806
+ `include_examples` and it's aliases. (David Chelimsky)
807
+ * Add `expose_current_running_example_as` config option for
808
+ use during the upgrade process when external gems use the
809
+ deprecated `RSpec::Core::ExampleGroup#example` and
810
+ `RSpec::Core::ExampleGroup#running_example` methods. (Myron Marston)
811
+ * Limit spamminess of deprecation messages. (Bradley Schaefer, Loren Segal)
812
+ * Add `config.raise_errors_for_deprecations!` option, which turns
813
+ deprecations warnings into errors to surface the full backtrace
814
+ of the call site. (Myron Marston)
815
+
816
+ Deprecations
817
+
818
+ * Deprecate `RSpec::Core::ExampleGroup#example` and
819
+ `RSpec::Core::ExampleGroup#running_example` methods. If you need
820
+ access to the example (e.g. to get its metadata), use a block argument
821
+ instead. (David Chelimsky)
822
+ * Deprecate use of `autotest/rspec2` in favour of `rspec-autotest`. (Jon Rowe)
823
+ * Deprecate RSpec's built-in debugger support. Use a CLI option like
824
+ `-rruby-debug` (for the ruby-debug gem) or `-rdebugger` (for the
825
+ debugger gem) instead. (Myron Marston)
826
+ * Deprecate `RSpec.configuration.treat_symbols_as_metadata_keys_with_true_values = false`.
827
+ RSpec 3 will not support having this option set to `false`. (Myron Marston)
828
+ * Deprecate accessing a `let` or `subject` declaration in
829
+ a `after(:all)` hook. (Myron Marston, Jon Rowe)
830
+ * Deprecate built-in `its` usage in favor of `rspec-its` gem due to planned
831
+ removal in RSpec 3. (Peter Alfvin)
832
+ * Deprecate `RSpec::Core::PendingExampleFixedError` in favor of
833
+ `RSpec::Core::Pending::PendingExampleFixedError`. (Myron Marston)
834
+ * Deprecate `RSpec::Core::Configuration#out` and
835
+ `RSpec::Core::Configuration#output` in favor of
836
+ `RSpec::Core::Configuration#output_stream`. (Myron Marston)
837
+ * Deprecate legacy ordering APIs.
838
+ * You should use `register_ordering(:global)` instead of these:
839
+ * `RSpec::Core::Configuration#order_examples`
840
+ * `RSpec::Core::Configuration#order_groups`
841
+ * `RSpec::Core::Configuration#order_groups_and_examples`
842
+ * These are deprecated with no replacement because in RSpec 3
843
+ ordering is a property of individual example groups rather than
844
+ just a global property of the entire test suite:
845
+ * `RSpec::Core::Configuration#order`
846
+ * `RSpec::Core::Configuration#randomize?`
847
+ * `--order default` is deprecated in favor of `--order defined`
848
+ (Myron Marston)
849
+
850
+ ### 2.14.8 / 2014-02-27
851
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.7...v2.14.8)
852
+
853
+ Bug fixes:
854
+
855
+ * Fix regression with the `textmateformatter` that prevented backtrace links
856
+ from being clickable. (Stefan Daschek)
857
+
858
+ ### 2.14.7 / 2013-10-29
859
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.6...v2.14.7)
860
+
861
+ Bug fixes:
862
+
863
+ * Fix regression in 2.14.6 that broke the Fivemat formatter.
864
+ It depended upon either
865
+ `example.execution_result[:exception].pending_fixed?` (which
866
+ was removed in 2.14.6 to fix an issue with frozen error objects)
867
+ or `RSpec::Core::PendingExampleFixedError` (which was renamed
868
+ to `RSpec::Core::Pending::PendingExampleFixedError` in 2.8.
869
+ This fix makes a constant alias for the old error name.
870
+ (Myron Marston)
871
+
872
+ ### 2.14.6 / 2013-10-15
873
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.5...v2.14.6)
874
+
875
+ Bug fixes:
876
+
877
+ * Format stringified numbers correctly when mathn library is loaded.
878
+ (Jay Hayes)
879
+ * Fix an issue that prevented the use of frozen error objects. (Lars
880
+ Gierth)
881
+
882
+ ### 2.14.5 / 2013-08-13
883
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.4...v2.14.5)
884
+
885
+ Bug fixes:
886
+
887
+ * Fix a `NoMethodError` that was being raised when there were no shared
888
+ examples or contexts declared and `RSpec.world.reset` is invoked.
889
+ (thepoho, Jon Rowe, Myron Marston)
890
+ * Fix a deprecation warning that was being incorrectly displayed when
891
+ `shared_examples` are declared at top level in a `module` scope.
892
+ (Jon Rowe)
893
+ * Fix after(:all) hooks so consecutive (same context) scopes will run even if
894
+ one raises an error. (Jon Rowe, Trejkaz)
895
+ * JsonFormatter no longer dies if `dump_profile` isn't defined (Alex / @MasterLambaster, Jon Rowe)
896
+
897
+ ### 2.14.4 / 2013-07-21
898
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.3...v2.14.4)
899
+
900
+ Bug fixes
901
+
902
+ * Fix regression in 2.14: ensure configured requires (via `-r` option)
903
+ are loaded before spec files are loaded. This allows the spec files
904
+ to programatically change the file pattern (Jon Rowe).
905
+ * Autoload `RSpec::Mocks` and `RSpec::Expectations` when referenced if
906
+ they are not already loaded (`RSpec::Matches` has been autoloaded
907
+ for a while). In the `rspec` gem, we changed it recently to stop
908
+ loading `rspec/mocks` and `rspec/expectations` by default, as some
909
+ users reported problems where they were intending to use mocha,
910
+ not rspec-mocks, but rspec-mocks was loaded and causing a conflict.
911
+ rspec-core loads mocks and expectations at the appropriate time, so
912
+ it seemed like a safe change -- but caused a problem for some authors
913
+ of libraries that integrate with RSpec. This fixes that problem.
914
+ (Myron Marston)
915
+ * Gracefully handle a command like `rspec --profile path/to/spec.rb`:
916
+ the `path/to/spec.rb` arg was being wrongly treated as the `profile`
917
+ integer arg, which got cast `0` using `to_i`, causing no profiled
918
+ examples to be printed. (Jon Rowe)
919
+
920
+ ### 2.14.3 / 2013-07-13
921
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.2...v2.14.3)
922
+
923
+ Bug fixes
924
+
925
+ * Fix deprecation notices issued from `RSpec::Core::RakeTask` so
926
+ that they work properly when all of rspec-core is not loaded.
927
+ (This was a regression in 2.14) (Jon Rowe)
928
+
929
+ ### 2.14.2 / 2013-07-09
930
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.1...v2.14.2)
931
+
932
+ Bug fixes
933
+
934
+ * Fix regression caused by 2.14.1 release: formatters that
935
+ report that they `respond_to?` a notification, but had
936
+ no corresponding method would raise an error when registered.
937
+ The new fix is to just implement `start` on the deprecation
938
+ formatter to fix the original JRuby/ruby-debug issue.
939
+ (Jon Rowe)
940
+
941
+ ### 2.14.1 / 2013-07-08
942
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.0...v2.14.1)
943
+
944
+ Bug fixes
945
+
946
+ * Address deprecation formatter failure when using `ruby-debug` on
947
+ JRuby: fix `RSpec::Core::Reporter` to not send a notification
948
+ when the formatter's implementation of the notification method
949
+ comes from `Kernel` (Alex Portnov, Jon Rowe).
950
+
951
+ ### 2.14.0 / 2013-07-06
952
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.0.rc1...v2.14.0)
953
+
954
+ Enhancements
955
+
956
+ * Apply focus to examples defined with `fit` (equivalent of
957
+ `it "description", focus: true`) (Michael de Silva)
958
+
959
+ Bug fix
960
+
961
+ * Ensure methods defined by `let` take precedence over others
962
+ when there is a name collision (e.g. from an included module).
963
+ (Jon Rowe, Andy Lindeman and Myron Marston)
964
+
965
+ ### 2.14.0.rc1 / 2013-05-27
966
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.13.1...v2.14.0.rc1)
967
+
968
+ Enhancements
969
+
970
+ * Improved Windows detection inside Git Bash, for better `--color` handling.
971
+ * Add profiling of the slowest example groups to `--profile` option.
972
+ The output is sorted by the slowest average example groups.
973
+ * Don't show slow examples if there's a failure and both `--fail-fast`
974
+ and `--profile` options are used (Paweł Gościcki).
975
+ * Rather than always adding `spec` to the load path, add the configured
976
+ `--default-path` to the load path (which defaults to `spec`). This
977
+ better supports folks who choose to put their specs in a different
978
+ directory (John Feminella).
979
+ * Add some logic to test time duration precision. Make it a
980
+ function of time, dropping precision as the time increases. (Aaron Kromer)
981
+ * Add new `backtrace_inclusion_patterns` config option. Backtrace lines
982
+ that match one of these patterns will _always_ be included in the
983
+ backtrace, even if they match an exclusion pattern, too (Sam Phippen).
984
+ * Support ERB trim mode using the `-` when parsing `.rspec` as ERB
985
+ (Gabor Garami).
986
+ * Give a better error message when let and subject are called without a block.
987
+ (Sam Phippen).
988
+ * List the precedence of `.rspec-local` in the configuration documentation
989
+ (Sam Phippen)
990
+ * Support `{a,b}` shell expansion syntax in `--pattern` option
991
+ (Konstantin Haase).
992
+ * Add cucumber documentation for --require command line option
993
+ (Bradley Schaefer)
994
+ * Expose configuration options via config:
995
+ * `config.libs` returns the libs configured to be added onto the load path
996
+ * `full_backtrace?` returns the state of the backtrace cleaner
997
+ * `debug?` returns true when the debugger is loaded
998
+ * `line_numbers` returns the line numbers we are filtering by (if any)
999
+ * `full_description` returns the RegExp used to filter descriptions
1000
+ (Jon Rowe)
1001
+ * Add setters for RSpec.world and RSpec.configuration (Alex Soulim)
1002
+ * Configure ruby's warning behaviour with `--warnings` (Jon Rowe)
1003
+ * Fix an obscure issue on old versions of `1.8.7` where `Time.dup` wouldn't
1004
+ allow access to `Time.now` (Jon Rowe)
1005
+ * Make `shared_examples_for` context aware, so that keys may be safely reused
1006
+ in multiple contexts without colliding. (Jon Rowe)
1007
+ * Add a configurable `deprecation_stream` (Jon Rowe)
1008
+ * Publish deprecations through a formatter (David Chelimsky)
1009
+
1010
+ Bug fixes
1011
+
1012
+ * Make JSON formatter behave the same when it comes to `--profile` as
1013
+ the text formatter (Paweł Gościcki).
1014
+ * Fix named subjects so that if an inner group defines a method that
1015
+ overrides the named method, `subject` still retains the originally
1016
+ declared value (Myron Marston).
1017
+ * Fix random ordering so that it does not cause `rand` in examples in
1018
+ nested sibling contexts to return the same value (Max Shytikov).
1019
+ * Use the new `backtrace_inclusion_patterns` config option to ensure
1020
+ that folks who develop code in a directory matching one of the default
1021
+ exclusion patterns (e.g. `gems`) still get the normal backtrace
1022
+ filtering (Sam Phippen).
1023
+ * Fix ordering of `before` hooks so that `before` hooks declared in
1024
+ `RSpec.configure` run before `before` hooks declared in a shared
1025
+ context (Michi Huber and Tejas Dinkar).
1026
+ * Fix `Example#full_description` so that it gets filled in by the last
1027
+ matcher description (as `Example#description` already did) when no
1028
+ doc string has been provided (David Chelimsky).
1029
+ * Fix the memoized methods (`let` and `subject`) leaking `define_method`
1030
+ as a `public` method. (Thomas Holmes and Jon Rowe) (#873)
1031
+ * Fix warnings coming from the test suite. (Pete Higgins)
1032
+
1033
+ Deprecations
1034
+
1035
+ * Deprecate `Configuration#backtrace_clean_patterns` in favor of
1036
+ `Configuration#backtrace_exclusion_patterns` for greater consistency
1037
+ and symmetry with new `backtrace_inclusion_patterns` config option
1038
+ (Sam Phippen).
1039
+ * Deprecate `Configuration#requires=` in favor of using ruby's
1040
+ `require`. Requires specified by the command line can still be
1041
+ accessed by the `Configuration#require` reader. (Bradley Schaefer)
1042
+ * Deprecate calling `SharedExampleGroups` defined across sibling contexts
1043
+ (Jon Rowe)
1044
+
1045
+ ### 2.13.1 / 2013-03-12
1046
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.13.0...v2.13.1)
1047
+
1048
+ Bug fixes
1049
+
1050
+ * Use hook classes as proxies rather than extending hook blocks to support
1051
+ lambdas for before/after/around hooks. (David Chelimsky)
1052
+ * Fix regression in 2.13.0 that caused confusing behavior when overriding
1053
+ a named subject with an unnamed subject in an inner group and then
1054
+ referencing the outer group subject's name. The fix for this required
1055
+ us to disallow using `super` in a named subject (which is confusing,
1056
+ anyway -- named subjects create 2 methods, so which method on the
1057
+ parent example group are you `super`ing to?) but `super` in an unnamed
1058
+ subject continues to work (Myron Marston).
1059
+ * Do not allow a referenced `let` or `subject` in `before(:all)` to cause
1060
+ other `let` declarations to leak across examples (Myron Marston).
1061
+ * Work around odd ruby 1.9 bug with `String#match` that was triggered
1062
+ by passing it a regex from a `let` declaration. For more info, see
1063
+ http://bugs.ruby-lang.org/issues/8059 (Aaron Kromer).
1064
+ * Add missing `require 'set'` to `base_text_formatter.rb` (Tom
1065
+ Anderson).
1066
+
1067
+ Deprecations
1068
+
1069
+ * Deprecate accessing `let` or `subject` declarations in `before(:all)`.
1070
+ These were not intended to be called in a `before(:all)` hook, as
1071
+ they exist to define state that is reset between each example, while
1072
+ `before(:all)` exists to define state that is shared across examples
1073
+ in an example group (Myron Marston).
1074
+
1075
+ ### 2.13.0 / 2013-02-23
1076
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.12.2...v2.13.0)
1077
+
1078
+ Enhancements
1079
+
1080
+ * Allow `--profile` option to take a count argument that
1081
+ determines the number of slow examples to dump
1082
+ (Greggory Rothmeier).
1083
+ * Add `subject!` that is the analog to `let!`. It defines an
1084
+ explicit subject and sets a `before` hook that will invoke
1085
+ the subject (Zubin Henner).
1086
+ * Fix `let` and `subject` declaration so that `super`
1087
+ and `return` can be used in them, just like in a normal
1088
+ method. (Myron Marston)
1089
+ * Allow output colors to be configured individually.
1090
+ (Charlie Maffitt)
1091
+ * Always dump slow examples when `--profile` option is given,
1092
+ even when an example failed (Myron Marston).
1093
+
1094
+ Bug fixes
1095
+
1096
+ * Don't blow up when dumping error output for instances
1097
+ of anonymous error classes (Myron Marston).
1098
+ * Fix default backtrace filters so lines from projects
1099
+ containing "gems" in the name are not filtered, but
1100
+ lines from installed gems still are (Myron Marston).
1101
+ * Fix autotest command so that is uses double quotes
1102
+ rather than single quotes for windows compatibility
1103
+ (Jonas Tingeborn).
1104
+ * Fix `its` so that uses of `subject` in a `before` or `let`
1105
+ declaration in the parent group continue to reference the
1106
+ parent group's subject. (Olek Janiszewski)
1107
+
1108
+ ### 2.12.2 / 2012-12-13
1109
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.12.1...v2.12.2)
1110
+
1111
+ Bug fixes
1112
+
1113
+ * Fix `RSpec::Core::RakeTask` so that it is compatible with rake 0.8.7
1114
+ on ruby 1.8.7. We had accidentally broke it in the 2.12 release
1115
+ (Myron Marston).
1116
+ * Fix `RSpec::Core::RakeTask` so it is tolerant of the `Rspec` constant
1117
+ for backwards compatibility (Patrick Van Stee)
1118
+
1119
+ ### 2.12.1 / 2012-12-01
1120
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.12.0...v2.12.1)
1121
+
1122
+ Bug fixes
1123
+
1124
+ * Specs are run even if another at\_exit hook calls `exit`. This allows
1125
+ Test::Unit and RSpec to run together. (Suraj N. Kurapati)
1126
+ * Fix full doc string concatenation so that it handles the case of a
1127
+ method string (e.g. "#foo") being nested under a context string
1128
+ (e.g. "when it is tuesday"), so that we get "when it is tuesday #foo"
1129
+ rather than "when it is tuesday#foo". (Myron Marston)
1130
+ * Restore public API I unintentionally broke in 2.12.0:
1131
+ `RSpec::Core::Formatters::BaseFormatter#format_backtrce(backtrace, example)`
1132
+ (Myron Marston).
1133
+
1134
+ ### 2.12.0 / 2012-11-12
1135
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.11.1...v2.12.0)
1136
+
1137
+ Enhancements
1138
+
1139
+ * Add support for custom ordering strategies for groups and examples.
1140
+ (Myron Marston)
1141
+ * JSON Formatter (Alex Chaffee)
1142
+ * Refactor rake task internals (Sam Phippen)
1143
+ * Refactor HtmlFormatter (Pete Hodgson)
1144
+ * Autotest supports a path to Ruby that contains spaces (dsisnero)
1145
+ * Provide a helpful warning when a shared example group is redefined.
1146
+ (Mark Burns).
1147
+ * `--default_path` can be specified as `--default-line`. `--line_number` can be
1148
+ specified as `--line-number`. Hyphens are more idiomatic command line argument
1149
+ separators (Sam Phippen).
1150
+ * A more useful error message is shown when an invalid command line option is
1151
+ used (Jordi Polo).
1152
+ * Add `format_docstrings { |str| }` config option. It can be used to
1153
+ apply formatting rules to example group and example docstrings.
1154
+ (Alex Tan)
1155
+ * Add support for an `.rspec-local` options file. This is intended to
1156
+ allow individual developers to set options in a git-ignored file that
1157
+ override the common project options in `.rspec`. (Sam Phippen)
1158
+ * Support for mocha 0.13.0. (Andy Lindeman)
1159
+
1160
+ Bug fixes
1161
+
1162
+ * Remove override of `ExampleGroup#ancestors`. This is a core ruby method that
1163
+ RSpec shouldn't override. Instead, define `ExampleGroup#parent_groups`. (Myron
1164
+ Marston)
1165
+ * Limit monkey patching of shared example/context declaration methods
1166
+ (`shared_examples_for`, etc.) to just the objects that need it rather than
1167
+ every object in the system (Myron Marston).
1168
+ * Fix Metadata#fetch to support computed values (Sam Goldman).
1169
+ * Named subject can now be referred to from within subject block in a nested
1170
+ group (tomykaira).
1171
+ * Fix `fail_fast` so that it properly exits when an error occurs in a
1172
+ `before(:all) hook` (Bradley Schaefer).
1173
+ * Make the order spec files are loaded consistent, regardless of the
1174
+ order of the files returned by the OS or the order passed at
1175
+ the command line (Jo Liss and Sam Phippen).
1176
+ * Ensure instance variables from `before(:all)` are always exposed
1177
+ from `after(:all)`, even if an error occurs in `before(:all)`
1178
+ (Sam Phippen).
1179
+ * `rspec --init` no longer generates an incorrect warning about `--configure`
1180
+ being deprecated (Sam Phippen).
1181
+ * Fix pluralization of `1 seconds` (Odin Dutton)
1182
+ * Fix ANSICON url (Jarmo Pertman)
1183
+ * Use dup of Time so reporting isn't clobbered by examples that modify Time
1184
+ without properly restoring it. (David Chelimsky)
1185
+
1186
+ Deprecations
1187
+
1188
+ * `share_as` is no longer needed. `shared_context` and/or
1189
+ `RSpec::SharedContext` provide better mechanisms (Sam Phippen).
1190
+ * Deprecate `RSpec.configuration` with a block (use `RSpec.configure`).
1191
+
1192
+
1193
+ ### 2.11.1 / 2012-07-18
1194
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.11.0...v2.11.1)
1195
+
1196
+ Bug fixes
1197
+
1198
+ * Fix the way we autoload RSpec::Matchers so that custom matchers can be
1199
+ defined before rspec-core has been configured to definitely use
1200
+ rspec-expectations. (Myron Marston)
1201
+ * Fix typo in --help message printed for -e option. (Jo Liss)
1202
+ * Fix ruby warnings. (Myron Marston)
1203
+ * Ignore mock expectation failures when the example has already failed.
1204
+ Mock expectation failures have always been ignored in this situation,
1205
+ but due to my changes in 27059bf1 it was printing a confusing message.
1206
+ (Myron Marston).
1207
+
1208
+ ### 2.11.0 / 2012-07-07
1209
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.10.1...v2.11.0)
1210
+
1211
+ Enhancements
1212
+
1213
+ * Support multiple `--example` options. (Daniel Doubrovkine @dblock)
1214
+ * Named subject e.g. `subject(:article) { Article.new }`
1215
+ * see [http://blog.davidchelimsky.net/2012/05/13/spec-smell-explicit-use-of-subject/](http://blog.davidchelimsky.net/2012/05/13/spec-smell-explicit-use-of-subject/)
1216
+ for background.
1217
+ * thanks to Bradley Schaefer for suggesting it and Avdi Grimm for almost
1218
+ suggesting it.
1219
+ * `config.mock_with` and `config.expect_with` yield custom config object to a
1220
+ block if given
1221
+ * aids decoupling from rspec-core's configuation
1222
+ * `include_context` and `include_examples` support a block, which gets eval'd
1223
+ in the current context (vs the nested context generated by `it_behaves_like`).
1224
+ * Add `config.order = 'random'` to the `spec_helper.rb` generated by `rspec
1225
+ --init`.
1226
+ * Delay the loading of DRb (Myron Marston).
1227
+ * Limit monkey patching of `describe` onto just the objects that need it rather
1228
+ than every object in the system (Myron Marston).
1229
+
1230
+ Bug fixes
1231
+
1232
+ * Support alternative path separators. For example, on Windows, you can now do
1233
+ this: `rspec spec\subdir`. (Jarmo Pertman @jarmo)
1234
+ * When an example raises an error and an after or around hook does as
1235
+ well, print out the hook error. Previously, the error was silenced and
1236
+ the user got no feedback about what happened. (Myron Marston)
1237
+ * `--require` and `-I` are merged among different configuration sources (Andy
1238
+ Lindeman)
1239
+ * Delegate to mocha methods instead of aliasing them in mocha adapter.
1240
+
1241
+ ### 2.10.1 / 2012-05-19
1242
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.10.0...v2.10.1)
1243
+
1244
+ Bug fixes
1245
+
1246
+ * `RSpec.reset` properly reinits configuration and world
1247
+ * Call `to_s` before `split` on exception messages that might not always be
1248
+ Strings (slyphon)
1249
+
1250
+ ### 2.10.0 / 2012-05-03
1251
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.9.0...v2.10.0)
1252
+
1253
+ Enhancements
1254
+
1255
+ * Add `prepend_before` and `append_after` hooks (preethiramdev)
1256
+ * intended for extension libs
1257
+ * restores rspec-1 behavior
1258
+ * Reporting of profiled examples (moro)
1259
+ * Report the total amount of time taken for the top slowest examples.
1260
+ * Report what percentage the slowest examples took from the total runtime.
1261
+
1262
+ Bug fixes
1263
+
1264
+ * Properly parse `SPEC_OPTS` options.
1265
+ * `example.description` returns the location of the example if there is no
1266
+ explicit description or matcher-generated description.
1267
+ * RDoc fixes (Grzegorz Świrski)
1268
+ * Do not modify example ancestry when dumping errors (Michael Grosser)
1269
+
1270
+ ### 2.9.0 / 2012-03-17
1271
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.8.0...v2.9.0)
1272
+
1273
+ Enhancements
1274
+
1275
+ * Support for "X minutes X seconds" spec run duration in formatter. (uzzz)
1276
+ * Strip whitespace from group and example names in doc formatter.
1277
+ * Removed spork-0.9 shim. If you're using spork-0.8.x, you'll need to upgrade
1278
+ to 0.9.0.
1279
+
1280
+ Bug fixes
1281
+
1282
+ * Restore `--full_backtrace` option
1283
+ * Ensure that values passed to `config.filter_run` are respected when running
1284
+ over DRb (using spork).
1285
+ * Ensure shared example groups are reset after a run (as example groups are).
1286
+ * Remove `rescue false` from calls to filters represented as Procs
1287
+ * Ensure `described_class` gets the closest constant (pyromaniac)
1288
+ * In "autorun", don't run the specs in the `at_exit` hook if there was an
1289
+ exception (most likely due to a SyntaxError). (sunaku)
1290
+ * Don't extend groups with modules already used to extend ancestor groups.
1291
+ * `its` correctly memoizes nil or false values (Yamada Masaki)
1292
+
1293
+ ### 2.8.0 / 2012-01-04
1294
+
1295
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.8.0.rc2...v2.8.0)
1296
+
1297
+ Bug fixes
1298
+
1299
+ * For metadata filtering, restore passing the entire array to the proc, rather
1300
+ than each item in the array (weidenfreak)
1301
+ * Ensure each spec file is loaded only once
1302
+ * Fixes a bug that caused all the examples in a file to be run when
1303
+ referenced twice with line numbers in a command, e.g.
1304
+ * `rspec path/to/file:37 path/to/file:42`
1305
+
1306
+ ### 2.8.0.rc2 / 2011-12-19
1307
+
1308
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.8.0.rc1...v2.8.0.rc2)
1309
+
1310
+ Enhancments
1311
+
1312
+ * new `--init` command (Peter Schröder)
1313
+ * generates `spec/spec_helper.rb`
1314
+ * deletes obsolete files (on confirmation)
1315
+ * merged with and deprecates `--configure` command, which generated
1316
+ `.rspec`
1317
+ * use `require_relative` when available (Ian Leitch)
1318
+ * `include_context` and `include_examples` accept params (Calvin Bascom)
1319
+ * print the time for every example in the html formatter (Richie Vos)
1320
+ * several tasty refactoring niblets (Sasha)
1321
+ * `it "does something", :x => [:foo,'bar',/baz/] (Ivan Neverov)
1322
+ * supports matching n command line tag values with an example or group
1323
+
1324
+ ### 2.8.0.rc1 / 2011-11-06
1325
+
1326
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.7.1...v2.8.0.rc1)
1327
+
1328
+ Enhancements
1329
+
1330
+ * `--order` (Justin Ko)
1331
+ * run examples in random order: `--order rand`
1332
+ * specify the seed: `--order rand:123`
1333
+ * `--seed SEED`
1334
+ * equivalent of `--order rand:SEED`
1335
+ * SharedContext supports `let` (David Chelimsky)
1336
+ * Filter improvements (David Chelimsky)
1337
+ * override opposing tags from the command line
1338
+ * override RSpec.configure tags from the command line
1339
+ * `--line_number 37` overrides all other filters
1340
+ * `path/to/file.rb:37` overrides all other filters
1341
+ * refactor: consolidate filter management in a FilterManger object
1342
+ * Eliminate Ruby warnings (Matijs van Zuijlen)
1343
+ * Make reporter.report an API (David Chelimsky)
1344
+ * supports extension tools like interative_rspec
1345
+
1346
+ Changes
1347
+
1348
+ * change `config.color_enabled` (getter/setter/predicate) to `color` to align
1349
+ with `--[no]-color` CLI option.
1350
+ * `color_enabled` is still supported for now, but will likley be deprecated
1351
+ in a 2.x release so we can remove it in 3.0.
1352
+
1353
+ Bug fixes
1354
+
1355
+ * Make sure the `bar` in `--tag foo:bar` makes it to DRb (Aaron Gibralter)
1356
+ * Fix bug where full descriptions of groups nested 3 deep were repeated.
1357
+ * Restore report of time to run to start after files are loaded.
1358
+ * fixes bug where run times were cumalitive in spork
1359
+ * fixes compatibility with time-series metrics
1360
+ * Don't error out when `config.mock_with` or `expect_with` is re-specifying the
1361
+ current config (Myron Marston)
1362
+
1363
+ * Deprecations
1364
+ * :alias option on `configuration.add_setting`. Use `:alias_with` on the
1365
+ original setting declaration instead.
1366
+
1367
+ ### 2.7.1 / 2011-10-20
1368
+
1369
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.7.0...v2.7.1)
1370
+
1371
+ Bug fixes
1372
+
1373
+ * tell autotest the correct place to find the rspec executable
1374
+
1375
+ ### 2.7.0 / 2011-10-16
1376
+
1377
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.4...v2.7.0)
1378
+
1379
+ NOTE: RSpec's release policy dictates that there should not be any backward
1380
+ incompatible changes in minor releases, but we're making an exception to
1381
+ release a change to how RSpec interacts with other command line tools.
1382
+
1383
+ As of 2.7.0, you must explicity `require "rspec/autorun"` unless you use the
1384
+ `rspec` command (which already does this for you).
1385
+
1386
+ Enhancements
1387
+
1388
+ * Add `example.exception` (David Chelimsky)
1389
+ * `--default_path` command line option (Justin Ko)
1390
+ * support multiple `--line_number` options (David J. Hamilton)
1391
+ * also supports `path/to/file.rb:5:9` (runs examples on lines 5 and 9)
1392
+ * Allow classes/modules to be used as shared example group identifiers (Arthur
1393
+ Gunn)
1394
+ * Friendly error message when shared context cannot be found (Sławosz
1395
+ Sławiński)
1396
+ * Clear formatters when resetting config (John Bintz)
1397
+ * Add `xspecify` and xexample as temp-pending methods (David Chelimsky)
1398
+ * Add `--no-drb` option (Iain Hecker)
1399
+ * Provide more accurate run time by registering start time before code is
1400
+ loaded (David Chelimsky)
1401
+ * reverted in 2.8.0
1402
+ * Rake task default pattern finds specs in symlinked dirs (Kelly Felkins)
1403
+ * Rake task no longer does anything to invoke bundler since Bundler already
1404
+ handles it for us. Thanks to Andre Arko for the tip.
1405
+ * Add `--failure-exit-code` option (Chris Griego)
1406
+
1407
+ Bug fixes
1408
+
1409
+ * Include `Rake::DSL` to remove deprecation warnings in Rake > 0.8.7 (Pivotal
1410
+ Casebook)
1411
+ * Only eval `let` block once even if it returns `nil` (Adam Meehan)
1412
+ * Fix `--pattern` option (wasn't being recognized) (David Chelimsky)
1413
+ * Only implicitly `require "rspec/autorun"` with the `rspec` command (David
1414
+ Chelimsky)
1415
+ * Ensure that rspec's `at_exit` defines the exit code (Daniel Doubrovkine)
1416
+ * Show the correct snippet in the HTML and TextMate formatters (Brian Faherty)
1417
+
1418
+ ### 2.6.4 / 2011-06-06
1419
+
1420
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.3...v2.6.4)
1421
+
1422
+ NOTE: RSpec's release policy dictates that there should not be new
1423
+ functionality in patch releases, but this minor enhancement slipped in by
1424
+ accident. As it doesn't add a new API, we decided to leave it in rather than
1425
+ roll back this release.
1426
+
1427
+ Enhancements
1428
+
1429
+ * Add summary of commands to run individual failed examples.
1430
+
1431
+ Bug fixes
1432
+
1433
+ * Support exclusion filters in DRb. (Yann Lugrin)
1434
+ * Fix --example escaping when run over DRb. (Elliot Winkler)
1435
+ * Use standard ANSI codes for color formatting so colors work in a wider set of
1436
+ color schemes.
1437
+
1438
+ ### 2.6.3 / 2011-05-24
1439
+
1440
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.2...v2.6.3)
1441
+
1442
+ Bug fixes
1443
+
1444
+ * Explicitly convert exit code to integer, avoiding TypeError when return
1445
+ value of run is IO object proxied by `DRb::DRbObject` (Julian Scheid)
1446
+ * Clarify behavior of `--example` command line option
1447
+ * Build using a rubygems-1.6.2 to avoid downstream yaml parsing error
1448
+
1449
+ ### 2.6.2 / 2011-05-21
1450
+
1451
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.1...v2.6.2)
1452
+
1453
+ Bug fixes
1454
+
1455
+ * Warn rather than raise when HOME env var is not defined
1456
+ * Properly merge command-line exclusions with default :if and :unless (joshcooper)
1457
+
1458
+ ### 2.6.1 / 2011-05-19
1459
+
1460
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.6.0...v2.6.1)
1461
+
1462
+ Bug fixes
1463
+
1464
+ * Don't extend nil when filters are nil
1465
+ * `require 'rspec/autorun'` when running rcov.
1466
+
1467
+ ### 2.6.0 / 2011-05-12
1468
+
1469
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.5.1...v2.6.0)
1470
+
1471
+ Enhancements
1472
+
1473
+ * `shared_context` (Damian Nurzynski)
1474
+ * extend groups matching specific metadata with:
1475
+ * method definitions
1476
+ * subject declarations
1477
+ * let/let! declarations
1478
+ * etc (anything you can do in a group)
1479
+ * `its([:key])` works for any subject with #[]. (Peter Jaros)
1480
+ * `treat_symbols_as_metadata_keys_with_true_values` (Myron Marston)
1481
+ * Print a deprecation warning when you configure RSpec after defining an
1482
+ example. All configuration should happen before any examples are defined.
1483
+ (Myron Marston)
1484
+ * Pass the exit status of a DRb run to the invoking process. This causes specs
1485
+ run via DRb to not just return true or false. (Ilkka Laukkanen)
1486
+ * Refactoring of `ConfigurationOptions#parse_options` (Rodrigo Rosenfeld Rosas)
1487
+ * Report excluded filters in runner output (tip from andyl)
1488
+ * Clean up messages for filters/tags.
1489
+ * Restore --pattern/-P command line option from rspec-1
1490
+ * Support false as well as true in config.full_backtrace= (Andreas Tolf
1491
+ Tolfsen)
1492
+
1493
+ Bug fixes
1494
+
1495
+ * Don't stumble over an exception without a message (Hans Hasselberg)
1496
+ * Remove non-ascii characters from comments that were choking rcov (Geoffrey
1497
+ Byers)
1498
+ * Fixed backtrace so it doesn't include lines from before the autorun at_exit
1499
+ hook (Myron Marston)
1500
+ * Include RSpec::Matchers when first example group is defined, rather than just
1501
+ before running the examples. This works around an obscure bug in ruby 1.9
1502
+ that can cause infinite recursion. (Myron Marston)
1503
+ * Don't send `example_group_[started|finished]` to formatters for empty groups.
1504
+ * Get specs passing on jruby (Sidu Ponnappa)
1505
+ * Fix bug where mixing nested groups and outer-level examples gave
1506
+ unpredictable :line_number behavior (Artur Małecki)
1507
+ * Regexp.escape the argument to --example (tip from Elliot Winkler)
1508
+ * Correctly pass/fail pending block with message expectations
1509
+ * CommandLine returns exit status (0/1) instead of true/false
1510
+ * Create path to formatter output file if it doesn't exist (marekj).
1511
+
1512
+
1513
+ ### 2.5.1 / 2011-02-06
1514
+
1515
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.5.0...v2.5.1)
1516
+
1517
+ NOTE: this release breaks compatibility with rspec/autotest/bundler
1518
+ integration, but does so in order to greatly simplify it.
1519
+
1520
+ With this release, if you want the generated autotest command to include
1521
+ 'bundle exec', require Autotest's bundler plugin in a .autotest file in the
1522
+ project's root directory or in your home directory:
1523
+
1524
+ require "autotest/bundler"
1525
+
1526
+ Now you can just type 'autotest' on the commmand line and it will work as you expect.
1527
+
1528
+ If you don't want 'bundle exec', there is nothing you have to do.
1529
+
1530
+ ### 2.5.0 / 2011-02-05
1531
+
1532
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.4.0...v2.5.0)
1533
+
1534
+ Enhancements
1535
+
1536
+ * Autotest::Rspec2 parses command line args passed to autotest after '--'
1537
+ * --skip-bundler option for autotest command
1538
+ * Autotest regexp fixes (Jon Rowe)
1539
+ * Add filters to html and textmate formatters (Daniel Quimper)
1540
+ * Explicit passing of block (need for JRuby 1.6) (John Firebaugh)
1541
+
1542
+ Bug fixes
1543
+
1544
+ * fix dom IDs in HTML formatter (Brian Faherty)
1545
+ * fix bug with --drb + formatters when not running in drb
1546
+ * include --tag options in drb args (monocle)
1547
+ * fix regression so now SPEC_OPTS take precedence over CLI options again (Roman
1548
+ Chernyatchik)
1549
+ * only call its(:attribute) once (failing example from Brian Dunn)
1550
+ * fix bizarre bug where rspec would hang after String.alias :to_int :to_i
1551
+ (Damian Nurzynski)
1552
+
1553
+ Deprecations
1554
+
1555
+ * implicit inclusion of 'bundle exec' when Gemfile present (use autotest's
1556
+ bundler plugin instead)
1557
+
1558
+ ### 2.4.0 / 2011-01-02
1559
+
1560
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.3.1...v2.4.0)
1561
+
1562
+ Enhancements
1563
+
1564
+ * start the debugger on -d so the stack trace is visible when it stops
1565
+ (Clifford Heath)
1566
+ * apply hook filtering to examples as well as groups (Myron Marston)
1567
+ * support multiple formatters, each with their own output
1568
+ * show exception classes in failure messages unless they come from RSpec
1569
+ matchers or message expectations
1570
+ * before(:all) { pending } sets all examples to pending
1571
+
1572
+ Bug fixes
1573
+
1574
+ * fix bug due to change in behavior of reject in Ruby 1.9.3-dev (Shota
1575
+ Fukumori)
1576
+ * fix bug when running in jruby: be explicit about passing block to super (John
1577
+ Firebaugh)
1578
+ * rake task doesn't choke on paths with quotes (Janmejay Singh)
1579
+ * restore --options option from rspec-1
1580
+ * require 'ostruct' to fix bug with its([key]) (Kim Burgestrand)
1581
+ * --configure option generates .rspec file instead of autotest/discover.rb
1582
+
1583
+ ### 2.3.1 / 2010-12-16
1584
+
1585
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.3.0...v2.3.1)
1586
+
1587
+ Bug fixes
1588
+
1589
+ * send debugger warning message to $stdout if RSpec.configuration.error_stream
1590
+ has not been defined yet.
1591
+ * HTML Formatter _finally_ properly displays nested groups (Jarmo Pertman)
1592
+ * eliminate some warnings when running RSpec's own suite (Jarmo Pertman)
1593
+
1594
+ ### 2.3.0 / 2010-12-12
1595
+
1596
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.2.1...v2.3.0)
1597
+
1598
+ Enhancements
1599
+
1600
+ * tell autotest to use "rspec2" if it sees a .rspec file in the project's root
1601
+ directory
1602
+ * replaces the need for ./autotest/discover.rb, which will not work with
1603
+ all versions of ZenTest and/or autotest
1604
+ * config.expect_with
1605
+ * :rspec # => rspec/expectations
1606
+ * :stdlib # => test/unit/assertions
1607
+ * :rspec, :stdlib # => both
1608
+
1609
+ Bug fixes
1610
+
1611
+ * fix dev Gemfile to work on non-mac-os machines (Lake Denman)
1612
+ * ensure explicit subject is only eval'd once (Laszlo Bacsi)
1613
+
1614
+ ### 2.2.1 / 2010-11-28
1615
+
1616
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.2.0...v2.2.1)
1617
+
1618
+ Bug fixes
1619
+ * alias_method instead of override Kernel#method_missing (John Wilger)
1620
+ * changed --autotest to --tty in generated command (MIKAMI Yoshiyuki)
1621
+ * revert change to debugger (had introduced conflict with Rails)
1622
+ * also restored --debugger/-debug option
1623
+
1624
+ ### 2.2.0 / 2010-11-28
1625
+
1626
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.1.0...v2.2.0)
1627
+
1628
+ Deprecations/changes
1629
+
1630
+ * --debug/-d on command line is deprecated and now has no effect
1631
+ * win32console is now ignored; Windows users must use ANSICON for color support
1632
+ (Bosko Ivanisevic)
1633
+
1634
+ Enhancements
1635
+
1636
+ * When developing locally rspec-core now works with the rspec-dev setup or your
1637
+ local gems
1638
+ * Raise exception with helpful message when rspec-1 is loaded alongside rspec-2
1639
+ (Justin Ko)
1640
+ * debugger statements _just work_ as long as ruby-debug is installed
1641
+ * otherwise you get warned, but not fired
1642
+ * Expose example.metadata in around hooks
1643
+ * Performance improvments (much faster now)
1644
+
1645
+ Bug fixes
1646
+
1647
+ * Make sure --fail-fast makes it across drb
1648
+ * Pass -Ilib:spec to rcov
1649
+
1650
+ ### 2.1.0 / 2010-11-07
1651
+
1652
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.1...v2.1.0)
1653
+
1654
+ Enhancments
1655
+
1656
+ * Add skip_bundler option to rake task to tell rake task to ignore the presence
1657
+ of a Gemfile (jfelchner)
1658
+ * Add gemfile option to rake task to tell rake task what Gemfile to look for
1659
+ (defaults to 'Gemfile')
1660
+ * Allow passing caller trace into Metadata to support extensions (Glenn
1661
+ Vanderburg)
1662
+ * Add deprecation warning for Spec::Runner.configure to aid upgrade from
1663
+ RSpec-1
1664
+ * Add deprecated Spec::Rake::SpecTask to aid upgrade from RSpec-1
1665
+ * Add 'autospec' command with helpful message to aid upgrade from RSpec-1
1666
+ * Add support for filtering with tags on CLI (Lailson Bandeira)
1667
+ * Add a helpful message about RUBYOPT when require fails in bin/rspec (slyphon)
1668
+ * Add "-Ilib" to the default rcov options (Tianyi Cui)
1669
+ * Make the expectation framework configurable (default rspec, of course)
1670
+ (Justin Ko)
1671
+ * Add 'pending' to be conditional (Myron Marston)
1672
+ * Add explicit support for :if and :unless as metadata keys for conditional run
1673
+ of examples (Myron Marston)
1674
+ * Add --fail-fast command line option (Jeff Kreeftmeijer)
1675
+
1676
+ Bug fixes
1677
+
1678
+ * Eliminate stack overflow with "subject { self }"
1679
+ * Require 'rspec/core' in the Raketask (ensures it required when running rcov)
1680
+
1681
+ ### 2.0.1 / 2010-10-18
1682
+
1683
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.0...v2.0.1)
1684
+
1685
+ Bug fixes
1686
+
1687
+ * Restore color when using spork + autotest
1688
+ * Pending examples without docstrings render the correct message (Josep M.
1689
+ Bach)
1690
+ * Fixed bug where a failure in a spec file ending in anything but _spec.rb
1691
+ would fail in a confusing way.
1692
+ * Support backtrace lines from erb templates in html formatter (Alex Crichton)
1693
+
1694
+ ### 2.0.0 / 2010-10-10
1695
+
1696
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.0.rc...v2.0.0)
1697
+
1698
+ RSpec-1 compatibility
1699
+
1700
+ * Rake task uses ENV["SPEC"] as file list if present
1701
+
1702
+ Bug fixes
1703
+
1704
+ * Bug Fix: optparse --out foo.txt (Leonardo Bessa)
1705
+ * Suppress color codes for non-tty output (except autotest)
1706
+
1707
+ ### 2.0.0.rc / 2010-10-05
1708
+
1709
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.0.beta.22...v2.0.0.rc)
1710
+
1711
+ Enhancements
1712
+
1713
+ * implicitly require unknown formatters so you don't have to require the file
1714
+ explicitly on the commmand line (Michael Grosser)
1715
+ * add --out/-o option to assign output target
1716
+ * added fail_fast configuration option to abort on first failure
1717
+ * support a Hash subject (its([:key]) { should == value }) (Josep M. Bach)
1718
+
1719
+ Bug fixes
1720
+
1721
+ * Explicitly require rspec version to fix broken rdoc task (Hans de Graaff)
1722
+ * Ignore backtrace lines that come from other languages, like Java or
1723
+ Javascript (Charles Lowell)
1724
+ * Rake task now does what is expected when setting (or not setting)
1725
+ fail_on_error and verbose
1726
+ * Fix bug in which before/after(:all) hooks were running on excluded nested
1727
+ groups (Myron Marston)
1728
+ * Fix before(:all) error handling so that it fails examples in nested groups,
1729
+ too (Myron Marston)
1730
+
1731
+ ### 2.0.0.beta.22 / 2010-09-12
1732
+
1733
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.0.0.beta.20...v2.0.0.beta.22)
1734
+
1735
+ Enhancements
1736
+
1737
+ * removed at_exit hook
1738
+ * CTRL-C stops the run (almost) immediately
1739
+ * first it cleans things up by running the appropriate after(:all) and
1740
+ after(:suite) hooks
1741
+ * then it reports on any examples that have already run
1742
+ * cleaned up rake task
1743
+ * generate correct task under variety of conditions
1744
+ * options are more consistent
1745
+ * deprecated redundant options
1746
+ * run 'bundle exec autotest' when Gemfile is present
1747
+ * support ERB in .rspec options files (Justin Ko)
1748
+ * depend on bundler for development tasks (Myron Marston)
1749
+ * add example_group_finished to formatters and reporter (Roman Chernyatchik)
1750
+
1751
+ Bug fixes
1752
+
1753
+ * support paths with spaces when using autotest (Andreas Neuhaus)
1754
+ * fix module_exec with ruby 1.8.6 (Myron Marston)
1755
+ * remove context method from top-level
1756
+ * was conflicting with irb, for example
1757
+ * errors in before(:all) are now reported correctly (Chad Humphries)
1758
+
1759
+ Removals
1760
+
1761
+ * removed -o --options-file command line option
1762
+ * use ./.rspec and ~/.rspec