mumukit-content-type 1.11.0 → 1.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2123) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mumukit/content_type/version.rb +1 -1
  3. data/vendor/bundle/ruby/2.6.0/bin/htmldiff +29 -0
  4. data/vendor/bundle/ruby/2.6.0/bin/ldiff +29 -0
  5. data/vendor/bundle/ruby/2.6.0/bin/nokogiri +27 -0
  6. data/vendor/bundle/ruby/2.6.0/bin/racc +27 -0
  7. data/vendor/bundle/ruby/2.6.0/bin/rackup +27 -0
  8. data/vendor/bundle/ruby/2.6.0/bin/rake +27 -0
  9. data/vendor/bundle/ruby/2.6.0/bin/redcarpet +27 -0
  10. data/vendor/bundle/ruby/2.6.0/bin/rougify +27 -0
  11. data/vendor/bundle/ruby/2.6.0/bin/rspec +27 -0
  12. data/vendor/bundle/ruby/2.6.0/cache/activesupport-6.0.4.gem +0 -0
  13. data/vendor/bundle/ruby/2.6.0/cache/concurrent-ruby-1.1.9.gem +0 -0
  14. data/vendor/bundle/ruby/2.6.0/cache/crass-1.0.6.gem +0 -0
  15. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.4.4.gem +0 -0
  16. data/vendor/bundle/ruby/2.6.0/cache/i18n-0.9.5.gem +0 -0
  17. data/vendor/bundle/ruby/2.6.0/cache/mini_portile2-2.6.1.gem +0 -0
  18. data/vendor/bundle/ruby/2.6.0/cache/minitest-5.14.4.gem +0 -0
  19. data/vendor/bundle/ruby/2.6.0/cache/mumuki-emojis-1.1.1.gem +0 -0
  20. data/vendor/bundle/ruby/2.6.0/cache/mumukit-core-1.18.0.gem +0 -0
  21. data/vendor/bundle/ruby/2.6.0/cache/nokogiri-1.12.3-x86_64-linux.gem +0 -0
  22. data/vendor/bundle/ruby/2.6.0/cache/racc-1.5.2.gem +0 -0
  23. data/vendor/bundle/ruby/2.6.0/cache/rack-2.2.3.gem +0 -0
  24. data/vendor/bundle/ruby/2.6.0/cache/rake-12.3.3.gem +0 -0
  25. data/vendor/bundle/ruby/2.6.0/cache/redcarpet-3.3.4.gem +0 -0
  26. data/vendor/bundle/ruby/2.6.0/cache/rouge-3.26.0.gem +0 -0
  27. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.10.0.gem +0 -0
  28. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.10.1.gem +0 -0
  29. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.10.1.gem +0 -0
  30. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.10.2.gem +0 -0
  31. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.10.2.gem +0 -0
  32. data/vendor/bundle/ruby/2.6.0/cache/sanitize-6.0.0.gem +0 -0
  33. data/vendor/bundle/ruby/2.6.0/cache/thread_safe-0.3.6.gem +0 -0
  34. data/vendor/bundle/ruby/2.6.0/cache/tzinfo-1.2.9.gem +0 -0
  35. data/vendor/bundle/ruby/2.6.0/cache/zeitwerk-2.4.2.gem +0 -0
  36. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/gem.build_complete +0 -0
  37. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/gem_make.out +16 -0
  38. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/mkmf.log +34 -0
  39. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/racc/cparse.so +0 -0
  40. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/redcarpet-3.3.4/gem.build_complete +0 -0
  41. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/redcarpet-3.3.4/gem_make.out +109 -0
  42. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/redcarpet-3.3.4/redcarpet.so +0 -0
  43. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/CHANGELOG.md +717 -0
  44. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/MIT-LICENSE +20 -0
  45. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/README.rdoc +40 -0
  46. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support.rb +96 -0
  47. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/actionable_error.rb +48 -0
  48. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/all.rb +5 -0
  49. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/array_inquirer.rb +48 -0
  50. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/backtrace_cleaner.rb +131 -0
  51. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/benchmarkable.rb +51 -0
  52. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/builder.rb +8 -0
  53. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache.rb +831 -0
  54. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/file_store.rb +196 -0
  55. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/mem_cache_store.rb +203 -0
  56. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/memory_store.rb +175 -0
  57. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/null_store.rb +48 -0
  58. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/redis_cache_store.rb +493 -0
  59. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/strategy/local_cache.rb +194 -0
  60. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/strategy/local_cache_middleware.rb +45 -0
  61. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/callbacks.rb +853 -0
  62. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/concern.rb +171 -0
  63. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/concurrency/load_interlock_aware_monitor.rb +35 -0
  64. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/concurrency/share_lock.rb +226 -0
  65. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/configurable.rb +146 -0
  66. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext.rb +5 -0
  67. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array.rb +9 -0
  68. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/access.rb +104 -0
  69. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/conversions.rb +213 -0
  70. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/extract.rb +21 -0
  71. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/extract_options.rb +31 -0
  72. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/grouping.rb +109 -0
  73. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/inquiry.rb +19 -0
  74. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/prepend_and_append.rb +5 -0
  75. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/wrap.rb +48 -0
  76. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/benchmark.rb +16 -0
  77. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/big_decimal.rb +3 -0
  78. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
  79. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class.rb +4 -0
  80. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class/attribute.rb +141 -0
  81. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class/attribute_accessors.rb +6 -0
  82. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class/subclasses.rb +54 -0
  83. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date.rb +7 -0
  84. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/acts_like.rb +10 -0
  85. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/blank.rb +14 -0
  86. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/calculations.rb +146 -0
  87. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/conversions.rb +96 -0
  88. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/zones.rb +8 -0
  89. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_and_time/calculations.rb +351 -0
  90. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_and_time/compatibility.rb +16 -0
  91. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
  92. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time.rb +7 -0
  93. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/acts_like.rb +16 -0
  94. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/blank.rb +14 -0
  95. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/calculations.rb +211 -0
  96. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/compatibility.rb +18 -0
  97. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/conversions.rb +106 -0
  98. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/digest.rb +3 -0
  99. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/digest/uuid.rb +53 -0
  100. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/enumerable.rb +188 -0
  101. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/file.rb +3 -0
  102. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/file/atomic.rb +70 -0
  103. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash.rb +10 -0
  104. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/compact.rb +5 -0
  105. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/conversions.rb +263 -0
  106. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/deep_merge.rb +34 -0
  107. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/deep_transform_values.rb +46 -0
  108. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/except.rb +24 -0
  109. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/indifferent_access.rb +24 -0
  110. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/keys.rb +143 -0
  111. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/reverse_merge.rb +25 -0
  112. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/slice.rb +26 -0
  113. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/transform_values.rb +5 -0
  114. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer.rb +5 -0
  115. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer/inflections.rb +31 -0
  116. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer/multiple.rb +12 -0
  117. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer/time.rb +22 -0
  118. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel.rb +5 -0
  119. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel/concern.rb +14 -0
  120. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel/reporting.rb +45 -0
  121. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel/singleton_class.rb +8 -0
  122. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/load_error.rb +9 -0
  123. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/marshal.rb +24 -0
  124. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module.rb +13 -0
  125. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/aliasing.rb +31 -0
  126. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/anonymous.rb +30 -0
  127. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/attr_internal.rb +38 -0
  128. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
  129. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +144 -0
  130. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/concerning.rb +134 -0
  131. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/delegation.rb +320 -0
  132. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/deprecation.rb +25 -0
  133. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/introspection.rb +87 -0
  134. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/reachable.rb +6 -0
  135. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/redefine_method.rb +40 -0
  136. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/remove_method.rb +17 -0
  137. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/name_error.rb +38 -0
  138. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric.rb +5 -0
  139. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/bytes.rb +66 -0
  140. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/conversions.rb +136 -0
  141. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/inquiry.rb +5 -0
  142. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/time.rb +66 -0
  143. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object.rb +16 -0
  144. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/acts_like.rb +21 -0
  145. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/blank.rb +155 -0
  146. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/conversions.rb +6 -0
  147. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/deep_dup.rb +55 -0
  148. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/duplicable.rb +49 -0
  149. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/inclusion.rb +29 -0
  150. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/instance_variables.rb +30 -0
  151. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/json.rb +228 -0
  152. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/to_param.rb +3 -0
  153. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/to_query.rb +89 -0
  154. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/try.rb +158 -0
  155. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/with_options.rb +82 -0
  156. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range.rb +7 -0
  157. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/compare_range.rb +76 -0
  158. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/conversions.rb +41 -0
  159. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/each.rb +24 -0
  160. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/include_range.rb +9 -0
  161. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/include_time_with_zone.rb +23 -0
  162. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/overlaps.rb +10 -0
  163. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/regexp.rb +7 -0
  164. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/securerandom.rb +45 -0
  165. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string.rb +15 -0
  166. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/access.rb +114 -0
  167. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/behavior.rb +8 -0
  168. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/conversions.rb +59 -0
  169. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/exclude.rb +13 -0
  170. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/filters.rb +145 -0
  171. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/indent.rb +45 -0
  172. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/inflections.rb +259 -0
  173. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/inquiry.rb +15 -0
  174. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/multibyte.rb +58 -0
  175. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/output_safety.rb +316 -0
  176. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/starts_ends_with.rb +6 -0
  177. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/strip.rb +27 -0
  178. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/zones.rb +16 -0
  179. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time.rb +7 -0
  180. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/acts_like.rb +10 -0
  181. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/calculations.rb +346 -0
  182. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/compatibility.rb +16 -0
  183. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/conversions.rb +72 -0
  184. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/zones.rb +113 -0
  185. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/uri.rb +25 -0
  186. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/current_attributes.rb +203 -0
  187. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies.rb +809 -0
  188. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies/autoload.rb +79 -0
  189. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies/interlock.rb +57 -0
  190. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies/zeitwerk_integration.rb +117 -0
  191. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation.rb +46 -0
  192. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/behaviors.rb +109 -0
  193. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/constant_accessor.rb +52 -0
  194. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/instance_delegator.rb +39 -0
  195. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/method_wrappers.rb +84 -0
  196. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/proxy_wrappers.rb +177 -0
  197. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/reporting.rb +114 -0
  198. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/descendants_tracker.rb +108 -0
  199. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/digest.rb +20 -0
  200. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/duration.rb +435 -0
  201. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/duration/iso8601_parser.rb +123 -0
  202. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/duration/iso8601_serializer.rb +53 -0
  203. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/encrypted_configuration.rb +45 -0
  204. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/encrypted_file.rb +100 -0
  205. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/evented_file_update_checker.rb +234 -0
  206. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/execution_wrapper.rb +129 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/executor.rb +8 -0
  208. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/file_update_checker.rb +162 -0
  209. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/gem_version.rb +17 -0
  210. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/gzip.rb +38 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/hash_with_indifferent_access.rb +399 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/i18n.rb +16 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/i18n_railtie.rb +130 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflections.rb +72 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector.rb +9 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector/inflections.rb +256 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector/methods.rb +397 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector/transliterate.rb +147 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/json.rb +4 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/json/decoding.rb +75 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/json/encoding.rb +134 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/key_generator.rb +41 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/lazy_load_hooks.rb +81 -0
  224. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/locale/en.rb +33 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/locale/en.yml +135 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/log_subscriber.rb +134 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/log_subscriber/test_helper.rb +106 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/logger.rb +93 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/logger_silence.rb +45 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/logger_thread_safe_level.rb +56 -0
  231. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/message_encryptor.rb +227 -0
  232. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/message_verifier.rb +205 -0
  233. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/messages/metadata.rb +80 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/messages/rotation_configuration.rb +22 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/messages/rotator.rb +56 -0
  236. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/multibyte.rb +23 -0
  237. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/multibyte/chars.rb +215 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/multibyte/unicode.rb +156 -0
  239. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/notifications.rb +253 -0
  240. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/notifications/fanout.rb +244 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/notifications/instrumenter.rb +164 -0
  242. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper.rb +382 -0
  243. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_converter.rb +183 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_currency_converter.rb +41 -0
  245. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_delimited_converter.rb +30 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_human_converter.rb +69 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_human_size_converter.rb +60 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_percentage_converter.rb +16 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_phone_converter.rb +59 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_rounded_converter.rb +55 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/rounding_helper.rb +66 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/option_merger.rb +45 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/ordered_hash.rb +50 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/ordered_options.rb +89 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/parameter_filter.rb +128 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/per_thread_registry.rb +60 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/proxy_object.rb +15 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/rails.rb +29 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/railtie.rb +80 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/reloader.rb +130 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/rescuable.rb +174 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/security_utils.rb +31 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/string_inquirer.rb +33 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/subscriber.rb +169 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/tagged_logging.rb +88 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/test_case.rb +163 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/assertions.rb +228 -0
  268. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/autorun.rb +7 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/constant_lookup.rb +51 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/declarative.rb +28 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/deprecation.rb +38 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/file_fixtures.rb +38 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/isolation.rb +110 -0
  274. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/method_call_assertions.rb +70 -0
  275. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/parallelization.rb +134 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/setup_and_teardown.rb +55 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/stream.rb +43 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/tagged_logging.rb +27 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/time_helpers.rb +198 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/time.rb +20 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/time_with_zone.rb +561 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/values/time_zone.rb +570 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/version.rb +10 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini.rb +201 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/jdom.rb +182 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/libxml.rb +80 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/libxmlsax.rb +83 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/nokogiri.rb +83 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/nokogirisax.rb +86 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/rexml.rb +130 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/CHANGELOG.md +528 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/Gemfile +42 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/LICENSE.txt +21 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/README.md +408 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/Rakefile +339 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/ConcurrentRubyService.java +17 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +175 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +248 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +93 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +113 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +159 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +307 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +31 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +3863 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +203 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +342 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +204 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +291 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +199 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent-ruby.rb +1 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent.rb +134 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/agent.rb +587 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/array.rb +66 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/async.rb +448 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atom.rb +222 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/abstract_thread_local_var.rb +66 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb +126 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb +143 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb +164 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb +204 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb +100 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb +128 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/event.rb +109 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb +42 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/java_thread_local_var.rb +37 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb +62 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb +75 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb +44 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb +115 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb +254 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb +379 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/ruby_thread_local_var.rb +181 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/semaphore.rb +145 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb +104 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb +56 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomics.rb +10 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb +111 -0
  341. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb +158 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb +66 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb +140 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb +82 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb +14 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb +160 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/deprecation.rb +34 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb +73 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/logging.rb +32 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/obligation.rb +220 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/observable.rb +110 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concurrent_ruby.jar +0 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/configuration.rb +188 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/constants.rb +8 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/dataflow.rb +81 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/delay.rb +199 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/errors.rb +69 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/exchanger.rb +352 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb +128 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb +62 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/executor_service.rb +185 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb +210 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb +66 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb +44 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb +103 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb +30 -0
  370. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb +136 -0
  371. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb +76 -0
  372. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb +21 -0
  373. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb +377 -0
  374. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb +35 -0
  375. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb +34 -0
  376. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb +107 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb +28 -0
  378. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb +100 -0
  379. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb +57 -0
  380. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb +88 -0
  381. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/timer_set.rb +172 -0
  382. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executors.rb +20 -0
  383. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/future.rb +141 -0
  384. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/hash.rb +59 -0
  385. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/immutable_struct.rb +101 -0
  386. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/ivar.rb +207 -0
  387. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/map.rb +347 -0
  388. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/maybe.rb +229 -0
  389. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mutable_struct.rb +239 -0
  390. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mvar.rb +242 -0
  391. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/options.rb +42 -0
  392. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promise.rb +580 -0
  393. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promises.rb +2167 -0
  394. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/re_include.rb +58 -0
  395. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/scheduled_task.rb +318 -0
  396. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/set.rb +74 -0
  397. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/settable_struct.rb +139 -0
  398. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization.rb +30 -0
  399. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb +98 -0
  400. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb +24 -0
  401. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb +171 -0
  402. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/condition.rb +60 -0
  403. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb +13 -0
  404. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_object.rb +45 -0
  405. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lock.rb +36 -0
  406. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb +74 -0
  407. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mri_object.rb +44 -0
  408. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb +88 -0
  409. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/object.rb +183 -0
  410. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb +71 -0
  411. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_object.rb +49 -0
  412. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/truffleruby_object.rb +47 -0
  413. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/volatile.rb +36 -0
  414. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb +50 -0
  415. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util.rb +16 -0
  416. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb +74 -0
  417. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
  418. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb +88 -0
  419. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
  420. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb +246 -0
  421. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb +75 -0
  422. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
  423. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/timer_task.rb +333 -0
  424. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/tuple.rb +86 -0
  425. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/tvar.rb +261 -0
  426. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/engine.rb +56 -0
  427. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb +58 -0
  428. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb +79 -0
  429. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_integer.rb +53 -0
  430. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/processor_counter.rb +163 -0
  431. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/version.rb +3 -0
  432. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/Gemfile +2 -0
  433. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/HISTORY.md +128 -0
  434. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/LICENSE +18 -0
  435. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/README.md +192 -0
  436. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/Rakefile +21 -0
  437. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/crass.gemspec +31 -0
  438. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass.rb +22 -0
  439. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/parser.rb +648 -0
  440. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/scanner.rb +125 -0
  441. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/token-scanner.rb +50 -0
  442. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/tokenizer.rb +708 -0
  443. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/version.rb +5 -0
  444. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Code-of-Conduct.md +74 -0
  445. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Contributing.md +118 -0
  446. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/History.md +319 -0
  447. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/License.md +39 -0
  448. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Manifest.txt +45 -0
  449. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/README.rdoc +84 -0
  450. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Rakefile +74 -0
  451. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/autotest/discover.rb +3 -0
  452. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/bin/htmldiff +35 -0
  453. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/bin/ldiff +9 -0
  454. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/docs/COPYING.txt +339 -0
  455. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/docs/artistic.txt +127 -0
  456. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff-lcs.rb +3 -0
  457. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs.rb +739 -0
  458. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/array.rb +7 -0
  459. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/backports.rb +9 -0
  460. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/block.rb +37 -0
  461. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/callbacks.rb +325 -0
  462. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/change.rb +174 -0
  463. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/htmldiff.rb +150 -0
  464. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/hunk.rb +358 -0
  465. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/internals.rb +304 -0
  466. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/ldiff.rb +171 -0
  467. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/string.rb +5 -0
  468. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/change_spec.rb +89 -0
  469. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/diff_spec.rb +51 -0
  470. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/aX +1 -0
  471. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/bXaX +1 -0
  472. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ds1.csv +50 -0
  473. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ds2.csv +51 -0
  474. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff +4 -0
  475. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-c +7 -0
  476. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-e +3 -0
  477. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-f +3 -0
  478. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-u +5 -0
  479. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/hunk_spec.rb +83 -0
  480. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/issues_spec.rb +154 -0
  481. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/lcs_spec.rb +56 -0
  482. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/ldiff_spec.rb +87 -0
  483. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/patch_spec.rb +416 -0
  484. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/sdiff_spec.rb +214 -0
  485. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/spec_helper.rb +375 -0
  486. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_balanced_spec.rb +310 -0
  487. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_sequences_spec.rb +139 -0
  488. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/MIT-LICENSE +20 -0
  489. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/README.md +84 -0
  490. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-3.2.x +10 -0
  491. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.0.x +10 -0
  492. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.1.x +10 -0
  493. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.2.x +10 -0
  494. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.0.x +10 -0
  495. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.1.x +10 -0
  496. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-master +10 -0
  497. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n.rb +356 -0
  498. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend.rb +18 -0
  499. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/base.rb +255 -0
  500. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/cache.rb +114 -0
  501. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/cascade.rb +54 -0
  502. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/chain.rb +97 -0
  503. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/fallbacks.rb +86 -0
  504. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/flatten.rb +113 -0
  505. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/gettext.rb +81 -0
  506. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/interpolation_compiler.rb +121 -0
  507. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/key_value.rb +177 -0
  508. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/memoize.rb +46 -0
  509. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/metadata.rb +69 -0
  510. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/pluralization.rb +53 -0
  511. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/simple.rb +93 -0
  512. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/transliterator.rb +106 -0
  513. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/config.rb +147 -0
  514. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/core_ext/hash.rb +29 -0
  515. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
  516. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/core_ext/string/interpolate.rb +9 -0
  517. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/exceptions.rb +104 -0
  518. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/gettext.rb +26 -0
  519. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/gettext/helpers.rb +73 -0
  520. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/gettext/po_parser.rb +329 -0
  521. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/interpolate/ruby.rb +37 -0
  522. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale.rb +6 -0
  523. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/fallbacks.rb +96 -0
  524. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag.rb +28 -0
  525. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag/parents.rb +22 -0
  526. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag/rfc4646.rb +74 -0
  527. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag/simple.rb +39 -0
  528. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/middleware.rb +15 -0
  529. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests.rb +12 -0
  530. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/basics.rb +60 -0
  531. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/defaults.rb +52 -0
  532. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/interpolation.rb +158 -0
  533. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/link.rb +56 -0
  534. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization.rb +19 -0
  535. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date.rb +95 -0
  536. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date_time.rb +82 -0
  537. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/procs.rb +116 -0
  538. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/time.rb +81 -0
  539. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/lookup.rb +81 -0
  540. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/pluralization.rb +35 -0
  541. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/procs.rb +55 -0
  542. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/version.rb +3 -0
  543. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/all_features_test.rb +58 -0
  544. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/cascade_test.rb +28 -0
  545. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/chain_test.rb +24 -0
  546. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/fallbacks_test.rb +30 -0
  547. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/key_value_test.rb +24 -0
  548. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/memoize_test.rb +56 -0
  549. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/override_test.rb +42 -0
  550. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/pluralization_test.rb +30 -0
  551. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/simple_test.rb +28 -0
  552. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/cache_test.rb +109 -0
  553. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/cascade_test.rb +86 -0
  554. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/chain_test.rb +122 -0
  555. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/exceptions_test.rb +36 -0
  556. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/fallbacks_test.rb +219 -0
  557. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/interpolation_compiler_test.rb +118 -0
  558. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/key_value_test.rb +61 -0
  559. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/memoize_test.rb +79 -0
  560. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/metadata_test.rb +48 -0
  561. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/pluralization_test.rb +45 -0
  562. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/simple_test.rb +103 -0
  563. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/transliterator_test.rb +84 -0
  564. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/core_ext/hash_test.rb +36 -0
  565. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/gettext/api_test.rb +214 -0
  566. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/gettext/backend_test.rb +92 -0
  567. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/exceptions_test.rb +117 -0
  568. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/gettext_plural_keys_test.rb +20 -0
  569. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/interpolate_test.rb +91 -0
  570. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/load_path_test.rb +34 -0
  571. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/middleware_test.rb +24 -0
  572. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n_test.rb +462 -0
  573. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/locale/fallbacks_test.rb +133 -0
  574. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/locale/tag/rfc4646_test.rb +143 -0
  575. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/locale/tag/simple_test.rb +32 -0
  576. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/run_all.rb +20 -0
  577. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/de.po +82 -0
  578. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/en.rb +3 -0
  579. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/en.yml +3 -0
  580. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/invalid/empty.yml +0 -0
  581. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/invalid/syntax.yml +4 -0
  582. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/plurals.rb +113 -0
  583. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_helper.rb +61 -0
  584. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/CHANGELOG.md +260 -0
  585. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/Gemfile +6 -0
  586. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/LICENSE.txt +20 -0
  587. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/README.md +273 -0
  588. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/Rakefile +25 -0
  589. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/SECURITY.md +13 -0
  590. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2.rb +3 -0
  591. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2/mini_portile.rb +596 -0
  592. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2/mini_portile_cmake.rb +42 -0
  593. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2/version.rb +3 -0
  594. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/mini_portile2.gemspec +42 -0
  595. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/git/config +4 -0
  596. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/gpg-fixtures/data +1 -0
  597. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/gpg-fixtures/data.asc +9 -0
  598. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/gpg-fixtures/data.invalid.asc +9 -0
  599. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/patch 1.diff +7 -0
  600. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test mini portile-1.0.0/configure +11 -0
  601. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test-cmake-1.0/CMakeLists.txt +7 -0
  602. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test-cmake-1.0/hello.c +4 -0
  603. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test-download-archive.tar.gz +1 -0
  604. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/helper.rb +60 -0
  605. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_cmake.rb +60 -0
  606. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_cook.rb +144 -0
  607. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_digest.rb +215 -0
  608. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_download.rb +73 -0
  609. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_execute.rb +39 -0
  610. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_proxy.rb +121 -0
  611. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/History.rdoc +1409 -0
  612. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/Manifest.txt +27 -0
  613. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/README.rdoc +800 -0
  614. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/Rakefile +74 -0
  615. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/design_rationale.rb +52 -0
  616. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/hoe/minitest.rb +32 -0
  617. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest.rb +1056 -0
  618. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/assertions.rb +807 -0
  619. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/autorun.rb +13 -0
  620. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/benchmark.rb +455 -0
  621. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/expectations.rb +303 -0
  622. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/hell.rb +11 -0
  623. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/mock.rb +244 -0
  624. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/parallel.rb +70 -0
  625. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/pride.rb +4 -0
  626. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/pride_plugin.rb +142 -0
  627. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/spec.rb +342 -0
  628. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/test.rb +220 -0
  629. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/unit.rb +45 -0
  630. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/metametameta.rb +136 -0
  631. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_assertions.rb +1575 -0
  632. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_benchmark.rb +137 -0
  633. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_mock.rb +884 -0
  634. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_reporter.rb +299 -0
  635. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_spec.rb +1061 -0
  636. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_test.rb +1084 -0
  637. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/README.md +38 -0
  638. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/Rakefile +21 -0
  639. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/javascripts/mumuki-emojis-availables.js +31 -0
  640. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/javascripts/mumuki-emojis-categories.js +137 -0
  641. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/javascripts/mumuki-emojis.js +509 -0
  642. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/json/mumuki-emojis-shortnames.json +68738 -0
  643. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/stylesheets/mumuki-emojis.css +5437 -0
  644. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/lib/mumuki/emojis.rb +17 -0
  645. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/lib/mumuki/emojis/version.rb +5 -0
  646. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/bin/console +14 -0
  647. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/bin/setup +8 -0
  648. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core.rb +41 -0
  649. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/activemodel.rb +15 -0
  650. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/array.rb +15 -0
  651. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/class.rb +8 -0
  652. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/configurable.rb +20 -0
  653. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/file.rb +4 -0
  654. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/hash.rb +84 -0
  655. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/i18n.rb +11 -0
  656. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/json.rb +9 -0
  657. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/likeability.rb +11 -0
  658. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/modulability.rb +29 -0
  659. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/module.rb +118 -0
  660. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/nil.rb +5 -0
  661. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/object.rb +26 -0
  662. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/regexp.rb +5 -0
  663. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/request.rb +33 -0
  664. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/rspec.rb +47 -0
  665. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/status.rb +13 -0
  666. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/string.rb +3 -0
  667. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/variability.rb +17 -0
  668. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/version.rb +5 -0
  669. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/yaml.rb +7 -0
  670. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/Gemfile +3 -0
  671. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/LICENSE-DEPENDENCIES.md +1903 -0
  672. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/LICENSE.md +9 -0
  673. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/README.md +278 -0
  674. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/bin/nokogiri +118 -0
  675. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/dependencies.yml +74 -0
  676. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/depend +38 -0
  677. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/extconf.rb +988 -0
  678. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/gumbo.c +584 -0
  679. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_document.c +166 -0
  680. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_element_description.c +294 -0
  681. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_entity_lookup.c +37 -0
  682. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_sax_parser_context.c +120 -0
  683. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_sax_push_parser.c +95 -0
  684. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libexslt/exslt.h +102 -0
  685. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libexslt/exsltconfig.h +70 -0
  686. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libexslt/exsltexports.h +140 -0
  687. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/DOCBparser.h +96 -0
  688. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLparser.h +306 -0
  689. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLtree.h +147 -0
  690. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX.h +173 -0
  691. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX2.h +178 -0
  692. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/c14n.h +128 -0
  693. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/catalog.h +182 -0
  694. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/chvalid.h +230 -0
  695. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/debugXML.h +217 -0
  696. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/dict.h +79 -0
  697. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/encoding.h +245 -0
  698. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/entities.h +151 -0
  699. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/globals.h +508 -0
  700. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/hash.h +236 -0
  701. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/list.h +137 -0
  702. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanoftp.h +163 -0
  703. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanohttp.h +81 -0
  704. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parser.h +1243 -0
  705. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parserInternals.h +644 -0
  706. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/pattern.h +100 -0
  707. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/relaxng.h +217 -0
  708. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schemasInternals.h +958 -0
  709. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schematron.h +142 -0
  710. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/threads.h +89 -0
  711. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/tree.h +1311 -0
  712. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/uri.h +94 -0
  713. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/valid.h +458 -0
  714. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xinclude.h +129 -0
  715. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xlink.h +189 -0
  716. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlIO.h +368 -0
  717. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlautomata.h +146 -0
  718. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlerror.h +945 -0
  719. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlexports.h +77 -0
  720. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmemory.h +224 -0
  721. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmodule.h +57 -0
  722. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlreader.h +428 -0
  723. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlregexp.h +222 -0
  724. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlsave.h +88 -0
  725. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemas.h +246 -0
  726. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemastypes.h +151 -0
  727. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlstring.h +140 -0
  728. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlunicode.h +202 -0
  729. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlversion.h +485 -0
  730. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlwriter.h +488 -0
  731. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpath.h +564 -0
  732. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpathInternals.h +632 -0
  733. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpointer.h +114 -0
  734. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/attributes.h +38 -0
  735. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/documents.h +93 -0
  736. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/extensions.h +262 -0
  737. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/extra.h +72 -0
  738. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/functions.h +78 -0
  739. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/imports.h +75 -0
  740. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/keys.h +53 -0
  741. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/namespaces.h +68 -0
  742. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/numbersInternals.h +73 -0
  743. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/pattern.h +84 -0
  744. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/preproc.h +43 -0
  745. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/security.h +104 -0
  746. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/templates.h +77 -0
  747. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/transform.h +207 -0
  748. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/variables.h +118 -0
  749. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xslt.h +110 -0
  750. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltInternals.h +1978 -0
  751. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltconfig.h +180 -0
  752. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltexports.h +142 -0
  753. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltlocale.h +76 -0
  754. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltutils.h +313 -0
  755. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/libxml2_backwards_compat.c +121 -0
  756. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/nokogiri.c +278 -0
  757. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/nokogiri.h +223 -0
  758. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/test_global_handlers.c +40 -0
  759. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_attr.c +103 -0
  760. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_attribute_decl.c +70 -0
  761. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_cdata.c +57 -0
  762. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_comment.c +62 -0
  763. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_document.c +680 -0
  764. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_document_fragment.c +46 -0
  765. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_dtd.c +208 -0
  766. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_element_content.c +128 -0
  767. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_element_decl.c +69 -0
  768. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_encoding_handler.c +90 -0
  769. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_entity_decl.c +112 -0
  770. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_entity_reference.c +50 -0
  771. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_namespace.c +120 -0
  772. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_node.c +1832 -0
  773. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_node_set.c +498 -0
  774. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_processing_instruction.c +54 -0
  775. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_reader.c +693 -0
  776. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_relax_ng.c +185 -0
  777. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_sax_parser.c +310 -0
  778. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_sax_parser_context.c +281 -0
  779. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_sax_push_parser.c +168 -0
  780. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_schema.c +284 -0
  781. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_syntax_error.c +85 -0
  782. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_text.c +48 -0
  783. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_xpath_context.c +383 -0
  784. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xslt_stylesheet.c +264 -0
  785. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/gumbo-parser/CHANGES.md +63 -0
  786. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/gumbo-parser/Makefile +101 -0
  787. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/gumbo-parser/THANKS +27 -0
  788. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri.rb +125 -0
  789. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/2.5/nokogiri.so +0 -0
  790. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/2.6/nokogiri.so +0 -0
  791. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/2.7/nokogiri.so +0 -0
  792. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/3.0/nokogiri.so +0 -0
  793. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css.rb +28 -0
  794. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/node.rb +53 -0
  795. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/parser.rb +751 -0
  796. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/parser.y +272 -0
  797. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/parser_extras.rb +94 -0
  798. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/syntax_error.rb +8 -0
  799. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/tokenizer.rb +154 -0
  800. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/tokenizer.rex +55 -0
  801. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/xpath_visitor.rb +260 -0
  802. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/decorators/slop.rb +43 -0
  803. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/extension.rb +31 -0
  804. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/gumbo.rb +14 -0
  805. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html.rb +42 -0
  806. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4.rb +40 -0
  807. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/builder.rb +36 -0
  808. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/document.rb +322 -0
  809. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/document_fragment.rb +50 -0
  810. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/element_description.rb +24 -0
  811. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/element_description_defaults.rb +672 -0
  812. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/entity_lookup.rb +14 -0
  813. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/sax/parser.rb +60 -0
  814. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/sax/parser_context.rb +19 -0
  815. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/sax/push_parser.rb +37 -0
  816. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5.rb +473 -0
  817. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5/document.rb +74 -0
  818. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5/document_fragment.rb +80 -0
  819. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5/node.rb +93 -0
  820. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/jruby/dependencies.rb +20 -0
  821. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/syntax_error.rb +5 -0
  822. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/version.rb +3 -0
  823. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/version/constant.rb +5 -0
  824. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/version/info.rb +215 -0
  825. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml.rb +75 -0
  826. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/attr.rb +15 -0
  827. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/attribute_decl.rb +19 -0
  828. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/builder.rb +447 -0
  829. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/cdata.rb +12 -0
  830. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/character_data.rb +8 -0
  831. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/document.rb +336 -0
  832. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/document_fragment.rb +159 -0
  833. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/dtd.rb +33 -0
  834. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/element_content.rb +37 -0
  835. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/element_decl.rb +14 -0
  836. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/entity_decl.rb +20 -0
  837. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/entity_reference.rb +19 -0
  838. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/namespace.rb +14 -0
  839. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/node.rb +1238 -0
  840. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/node/save_options.rb +62 -0
  841. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/node_set.rb +372 -0
  842. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/notation.rb +7 -0
  843. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/parse_options.rb +129 -0
  844. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/pp.rb +3 -0
  845. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/pp/character_data.rb +19 -0
  846. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/pp/node.rb +57 -0
  847. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/processing_instruction.rb +9 -0
  848. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/reader.rb +109 -0
  849. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/relax_ng.rb +37 -0
  850. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax.rb +5 -0
  851. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/document.rb +166 -0
  852. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/parser.rb +123 -0
  853. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/parser_context.rb +17 -0
  854. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/push_parser.rb +61 -0
  855. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/schema.rb +72 -0
  856. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/searchable.rb +239 -0
  857. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/syntax_error.rb +71 -0
  858. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/text.rb +10 -0
  859. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/xpath.rb +9 -0
  860. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/xpath/syntax_error.rb +12 -0
  861. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/xpath_context.rb +17 -0
  862. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xslt.rb +57 -0
  863. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xslt/stylesheet.rb +26 -0
  864. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/xsd/xmlparser/nokogiri.rb +103 -0
  865. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/COPYING +22 -0
  866. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ChangeLog +846 -0
  867. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/README.ja.rdoc +95 -0
  868. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/README.rdoc +84 -0
  869. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/Rakefile +79 -0
  870. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/TODO +5 -0
  871. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/bin/racc +320 -0
  872. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/MANIFEST +4 -0
  873. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/com/headius/racc/Cparse.java +849 -0
  874. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/Makefile +265 -0
  875. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/cparse.c +863 -0
  876. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/cparse.o +0 -0
  877. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/cparse.so +0 -0
  878. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/extconf.rb +8 -0
  879. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc.rb +6 -0
  880. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/compat.rb +33 -0
  881. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so +0 -0
  882. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/debugflags.rb +60 -0
  883. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/exception.rb +16 -0
  884. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/grammar.rb +1118 -0
  885. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/grammarfileparser.rb +561 -0
  886. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/info.rb +17 -0
  887. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/iset.rb +92 -0
  888. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/logfilegenerator.rb +212 -0
  889. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/parser-text.rb +637 -0
  890. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/parser.rb +632 -0
  891. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/parserfilegenerator.rb +512 -0
  892. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/pre-setup +13 -0
  893. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/sourcetext.rb +35 -0
  894. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/state.rb +972 -0
  895. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/statetransitiontable.rb +317 -0
  896. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/static.rb +5 -0
  897. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/en/NEWS.en.rdoc +282 -0
  898. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/en/grammar.en.rdoc +230 -0
  899. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/NEWS.ja.rdoc +307 -0
  900. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/command.ja.html +94 -0
  901. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/debug.ja.rdoc +36 -0
  902. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/grammar.ja.rdoc +348 -0
  903. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/index.ja.html +10 -0
  904. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/parser.ja.rdoc +125 -0
  905. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/usage.ja.html +414 -0
  906. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/array.y +67 -0
  907. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/array2.y +59 -0
  908. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/calc-ja.y +66 -0
  909. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/calc.y +65 -0
  910. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/conflict.y +15 -0
  911. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/hash.y +60 -0
  912. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/lalr.y +17 -0
  913. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/lists.y +57 -0
  914. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/syntax.y +46 -0
  915. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/yyerr.y +46 -0
  916. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/cadenza.y +170 -0
  917. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/cast.y +926 -0
  918. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/chk.y +126 -0
  919. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/conf.y +16 -0
  920. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/csspool.y +729 -0
  921. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/digraph.y +29 -0
  922. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/echk.y +118 -0
  923. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/edtf.y +583 -0
  924. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/err.y +60 -0
  925. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/error_recovery.y +35 -0
  926. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/expect.y +7 -0
  927. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/firstline.y +4 -0
  928. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/huia.y +318 -0
  929. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ichk.y +102 -0
  930. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/intp.y +546 -0
  931. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/journey.y +47 -0
  932. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/liquor.y +313 -0
  933. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/machete.y +423 -0
  934. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/macruby.y +2197 -0
  935. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/mailp.y +437 -0
  936. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/mediacloth.y +599 -0
  937. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/mof.y +649 -0
  938. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/namae.y +302 -0
  939. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nasl.y +626 -0
  940. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/newsyn.y +25 -0
  941. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/noend.y +4 -0
  942. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nokogiri-css.y +255 -0
  943. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nonass.y +41 -0
  944. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/normal.y +27 -0
  945. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/norule.y +4 -0
  946. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nullbug1.y +25 -0
  947. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nullbug2.y +15 -0
  948. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/opal.y +1807 -0
  949. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/opt.y +123 -0
  950. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/percent.y +35 -0
  951. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/php_serialization.y +98 -0
  952. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/recv.y +97 -0
  953. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/riml.y +665 -0
  954. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/rrconf.y +14 -0
  955. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby18.y +1943 -0
  956. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby19.y +2174 -0
  957. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby20.y +2350 -0
  958. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby21.y +2359 -0
  959. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby22.y +2381 -0
  960. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/scan.y +72 -0
  961. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/syntax.y +50 -0
  962. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/tp_plus.y +622 -0
  963. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/twowaysql.y +278 -0
  964. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/unterm.y +5 -0
  965. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/useless.y +12 -0
  966. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/yyerr.y +46 -0
  967. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/bench.y +36 -0
  968. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/helper.rb +115 -0
  969. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/infini.y +8 -0
  970. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/cadenza +796 -0
  971. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/cast +3428 -0
  972. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/csspool +2314 -0
  973. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/edtf +1794 -0
  974. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/huia +1392 -0
  975. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/journey +222 -0
  976. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/liquor +885 -0
  977. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/machete +833 -0
  978. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/mediacloth +1463 -0
  979. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/mof +1368 -0
  980. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/namae +634 -0
  981. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/nasl +2058 -0
  982. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/nokogiri-css +836 -0
  983. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/opal +6431 -0
  984. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/php_serialization +336 -0
  985. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/riml +3283 -0
  986. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/ruby18 +6344 -0
  987. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/ruby22 +7460 -0
  988. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/tp_plus +1933 -0
  989. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/twowaysql +556 -0
  990. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/brace +7 -0
  991. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/gvar +1 -0
  992. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/normal +4 -0
  993. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/percent +18 -0
  994. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/slash +10 -0
  995. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/src.intp +34 -0
  996. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/start.y +20 -0
  997. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_chk_y.rb +52 -0
  998. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_grammar_file_parser.rb +15 -0
  999. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_racc_command.rb +339 -0
  1000. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_scan_y.rb +52 -0
  1001. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/testscanner.rb +51 -0
  1002. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/web/racc.en.rhtml +42 -0
  1003. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/web/racc.ja.rhtml +51 -0
  1004. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/CHANGELOG.md +694 -0
  1005. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/CONTRIBUTING.md +136 -0
  1006. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/MIT-LICENSE +20 -0
  1007. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/README.rdoc +306 -0
  1008. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/Rakefile +130 -0
  1009. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/SPEC.rdoc +292 -0
  1010. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/bin/rackup +5 -0
  1011. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rack.png +0 -0
  1012. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rack.svg +150 -0
  1013. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rack_logo.svg +164 -0
  1014. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rdoc.css +412 -0
  1015. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/example/lobster.ru +6 -0
  1016. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/example/protectedlobster.rb +16 -0
  1017. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/example/protectedlobster.ru +10 -0
  1018. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack.rb +141 -0
  1019. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/abstract/handler.rb +39 -0
  1020. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/abstract/request.rb +47 -0
  1021. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/basic.rb +61 -0
  1022. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/md5.rb +131 -0
  1023. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/nonce.rb +54 -0
  1024. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/params.rb +54 -0
  1025. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/request.rb +43 -0
  1026. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/body_proxy.rb +45 -0
  1027. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/builder.rb +257 -0
  1028. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/cascade.rb +68 -0
  1029. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/chunked.rb +117 -0
  1030. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/common_logger.rb +80 -0
  1031. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/conditional_get.rb +83 -0
  1032. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/config.rb +22 -0
  1033. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/content_length.rb +38 -0
  1034. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/content_type.rb +30 -0
  1035. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/core_ext/regexp.rb +14 -0
  1036. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/deflater.rb +144 -0
  1037. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/directory.rb +199 -0
  1038. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/etag.rb +75 -0
  1039. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/events.rb +153 -0
  1040. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/file.rb +7 -0
  1041. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/files.rb +218 -0
  1042. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler.rb +104 -0
  1043. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/cgi.rb +59 -0
  1044. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/fastcgi.rb +100 -0
  1045. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/lsws.rb +61 -0
  1046. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/scgi.rb +71 -0
  1047. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/thin.rb +36 -0
  1048. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/webrick.rb +129 -0
  1049. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/head.rb +25 -0
  1050. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/lint.rb +806 -0
  1051. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/lobster.rb +70 -0
  1052. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/lock.rb +32 -0
  1053. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/logger.rb +20 -0
  1054. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/media_type.rb +43 -0
  1055. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/method_override.rb +52 -0
  1056. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/mime.rb +685 -0
  1057. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/mock.rb +273 -0
  1058. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart.rb +65 -0
  1059. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart/generator.rb +97 -0
  1060. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart/parser.rb +364 -0
  1061. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart/uploaded_file.rb +41 -0
  1062. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/null_logger.rb +39 -0
  1063. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/query_parser.rb +217 -0
  1064. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/recursive.rb +64 -0
  1065. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/reloader.rb +114 -0
  1066. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/request.rb +659 -0
  1067. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/response.rb +318 -0
  1068. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/rewindable_input.rb +94 -0
  1069. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/runtime.rb +34 -0
  1070. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/sendfile.rb +162 -0
  1071. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/server.rb +466 -0
  1072. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb +523 -0
  1073. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/cookie.rb +203 -0
  1074. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/memcache.rb +10 -0
  1075. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/pool.rb +85 -0
  1076. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/show_exceptions.rb +390 -0
  1077. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/show_status.rb +113 -0
  1078. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/static.rb +187 -0
  1079. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb +22 -0
  1080. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/urlmap.rb +97 -0
  1081. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/utils.rb +613 -0
  1082. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/version.rb +29 -0
  1083. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/rack.gemspec +46 -0
  1084. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/CONTRIBUTING.rdoc +43 -0
  1085. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/Gemfile +3 -0
  1086. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/History.rdoc +2344 -0
  1087. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/MIT-LICENSE +21 -0
  1088. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/README.rdoc +156 -0
  1089. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/Rakefile +41 -0
  1090. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/azure-pipelines.yml +11 -0
  1091. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/bundle +105 -0
  1092. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/console +7 -0
  1093. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rake +29 -0
  1094. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rdoc +29 -0
  1095. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rubocop +29 -0
  1096. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/setup +6 -0
  1097. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/command_line_usage.rdoc +158 -0
  1098. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/Rakefile1 +38 -0
  1099. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/Rakefile2 +35 -0
  1100. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/a.c +6 -0
  1101. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/b.c +6 -0
  1102. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/main.c +11 -0
  1103. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/glossary.rdoc +42 -0
  1104. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/jamis.rb +592 -0
  1105. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/proto_rake.rdoc +127 -0
  1106. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/rake.1 +156 -0
  1107. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/rakefile.rdoc +622 -0
  1108. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/rational.rdoc +151 -0
  1109. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake +27 -0
  1110. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake.rb +71 -0
  1111. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb +824 -0
  1112. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/backtrace.rb +24 -0
  1113. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/clean.rb +78 -0
  1114. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/cloneable.rb +17 -0
  1115. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/cpu_counter.rb +107 -0
  1116. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/default_loader.rb +15 -0
  1117. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/dsl_definition.rb +195 -0
  1118. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/early_time.rb +22 -0
  1119. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/ext/core.rb +26 -0
  1120. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/ext/string.rb +176 -0
  1121. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_creation_task.rb +25 -0
  1122. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_list.rb +435 -0
  1123. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_task.rb +54 -0
  1124. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_utils.rb +137 -0
  1125. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_utils_ext.rb +145 -0
  1126. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/invocation_chain.rb +57 -0
  1127. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/invocation_exception_mixin.rb +17 -0
  1128. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/late_time.rb +18 -0
  1129. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/linked_list.rb +112 -0
  1130. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/loaders/makefile.rb +54 -0
  1131. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/multi_task.rb +14 -0
  1132. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/name_space.rb +38 -0
  1133. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/packagetask.rb +207 -0
  1134. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/phony.rb +16 -0
  1135. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/private_reader.rb +21 -0
  1136. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/promise.rb +100 -0
  1137. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/pseudo_status.rb +30 -0
  1138. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rake_module.rb +67 -0
  1139. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rake_test_loader.rb +27 -0
  1140. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rule_recursion_overflow_error.rb +20 -0
  1141. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/scope.rb +43 -0
  1142. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb +413 -0
  1143. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task_argument_error.rb +8 -0
  1144. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task_arguments.rb +109 -0
  1145. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task_manager.rb +324 -0
  1146. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/tasklib.rb +12 -0
  1147. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/testtask.rb +224 -0
  1148. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/thread_history_display.rb +49 -0
  1149. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/thread_pool.rb +163 -0
  1150. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/trace_output.rb +23 -0
  1151. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/version.rb +10 -0
  1152. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/win32.rb +51 -0
  1153. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/rake.gemspec +42 -0
  1154. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/COPYING +20 -0
  1155. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/Gemfile +9 -0
  1156. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/README.markdown +394 -0
  1157. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/Rakefile +60 -0
  1158. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/bin/redcarpet +7 -0
  1159. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/Makefile +265 -0
  1160. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/autolink.c +302 -0
  1161. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/autolink.h +55 -0
  1162. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/autolink.o +0 -0
  1163. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/buffer.c +203 -0
  1164. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/buffer.h +89 -0
  1165. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/buffer.o +0 -0
  1166. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/extconf.rb +6 -0
  1167. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini.h +51 -0
  1168. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_href_e.c +130 -0
  1169. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_href_e.o +0 -0
  1170. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_html_e.c +105 -0
  1171. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_html_e.o +0 -0
  1172. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html.c +825 -0
  1173. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html.h +84 -0
  1174. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html.o +0 -0
  1175. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html_blocks.h +229 -0
  1176. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html_smartypants.c +457 -0
  1177. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html_smartypants.o +0 -0
  1178. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/markdown.c +2917 -0
  1179. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/markdown.h +143 -0
  1180. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/markdown.o +0 -0
  1181. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_markdown.c +168 -0
  1182. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_markdown.o +0 -0
  1183. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_render.c +545 -0
  1184. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_render.o +0 -0
  1185. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/redcarpet.h +52 -0
  1186. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/redcarpet.so +0 -0
  1187. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/stack.c +84 -0
  1188. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/stack.h +48 -0
  1189. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/stack.o +0 -0
  1190. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet.rb +92 -0
  1191. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet.so +0 -0
  1192. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/cli.rb +86 -0
  1193. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/compat.rb +73 -0
  1194. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/render_man.rb +65 -0
  1195. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/render_strip.rb +60 -0
  1196. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/redcarpet.gemspec +70 -0
  1197. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/benchmark.rb +24 -0
  1198. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/custom_render_test.rb +28 -0
  1199. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/fixtures/benchmark.md +232 -0
  1200. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/html5_test.rb +69 -0
  1201. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/html_render_test.rb +248 -0
  1202. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/html_toc_render_test.rb +75 -0
  1203. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/markdown_test.rb +371 -0
  1204. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/pathological_inputs_test.rb +34 -0
  1205. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/redcarpet_bin_test.rb +80 -0
  1206. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/redcarpet_compat_test.rb +38 -0
  1207. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/safe_render_test.rb +35 -0
  1208. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/smarty_html_test.rb +45 -0
  1209. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/smarty_pants_test.rb +53 -0
  1210. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/stripdown_render_test.rb +61 -0
  1211. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/test_helper.rb +39 -0
  1212. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/Gemfile +40 -0
  1213. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/LICENSE +186 -0
  1214. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/bin/rougify +18 -0
  1215. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge.rb +108 -0
  1216. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/cli.rb +528 -0
  1217. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/abap +6 -0
  1218. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/actionscript +4 -0
  1219. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ada +26 -0
  1220. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/apache +21 -0
  1221. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/apex +9 -0
  1222. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/apiblueprint +33 -0
  1223. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/applescript +2 -0
  1224. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/armasm +12 -0
  1225. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/augeas +16 -0
  1226. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/awk +4 -0
  1227. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/batchfile +3 -0
  1228. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bbcbasic +6 -0
  1229. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bibtex +12 -0
  1230. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/biml +38 -0
  1231. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bpf +7 -0
  1232. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/brainfuck +5 -0
  1233. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/brightscript +6 -0
  1234. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bsl +7 -0
  1235. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/c +8 -0
  1236. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ceylon +7 -0
  1237. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cfscript +18 -0
  1238. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/clean +6 -0
  1239. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/clojure +5 -0
  1240. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cmake +7 -0
  1241. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cmhg +8 -0
  1242. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/coffeescript +5 -0
  1243. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/common_lisp +1 -0
  1244. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/conf +4 -0
  1245. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/console +6 -0
  1246. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/coq +13 -0
  1247. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cpp +8 -0
  1248. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/crystal +45 -0
  1249. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/csharp +5 -0
  1250. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/css +4 -0
  1251. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/csvs +8 -0
  1252. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cuda +11 -0
  1253. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cypher +5 -0
  1254. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cython +6 -0
  1255. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/d +16 -0
  1256. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/dart +6 -0
  1257. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/datastudio +21 -0
  1258. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/diff +7 -0
  1259. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/digdag +19 -0
  1260. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/docker +9 -0
  1261. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/dot +5 -0
  1262. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ecl +18 -0
  1263. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/eex +1 -0
  1264. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/eiffel +30 -0
  1265. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/elixir +1 -0
  1266. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/elm +4 -0
  1267. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/email +11 -0
  1268. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/epp +4 -0
  1269. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/erb +1 -0
  1270. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/erlang +7 -0
  1271. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/escape +3 -0
  1272. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/factor +5 -0
  1273. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/fortran +22 -0
  1274. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/freefem +16 -0
  1275. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/fsharp +12 -0
  1276. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/gdscript +18 -0
  1277. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ghc-cmm +23 -0
  1278. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ghc-core +26 -0
  1279. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/gherkin +17 -0
  1280. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/glsl +14 -0
  1281. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/go +7 -0
  1282. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/gradle +10 -0
  1283. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/graphql +17 -0
  1284. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/groovy +9 -0
  1285. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hack +5 -0
  1286. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/haml +5 -0
  1287. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/handlebars +7 -0
  1288. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/haskell +6 -0
  1289. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/haxe +5 -0
  1290. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hcl +7 -0
  1291. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hlsl +20 -0
  1292. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hocon +8 -0
  1293. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hql +5 -0
  1294. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/html +8 -0
  1295. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/http +14 -0
  1296. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hylang +10 -0
  1297. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/idlang +8 -0
  1298. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/igorpro +9 -0
  1299. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ini +4 -0
  1300. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/io +11 -0
  1301. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/irb +4 -0
  1302. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/irb_output +2 -0
  1303. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/isbl +4 -0
  1304. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/j +12 -0
  1305. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/janet +3 -0
  1306. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/java +5 -0
  1307. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/javascript +1 -0
  1308. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jinja +9 -0
  1309. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsl +3 -0
  1310. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/json +1 -0
  1311. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/json-doc +1 -0
  1312. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsonnet +28 -0
  1313. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsp +29 -0
  1314. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsx +17 -0
  1315. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/julia +11 -0
  1316. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/kotlin +3 -0
  1317. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lasso +12 -0
  1318. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/liquid +10 -0
  1319. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/literate_coffeescript +3 -0
  1320. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/literate_haskell +7 -0
  1321. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/livescript +15 -0
  1322. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/llvm +20 -0
  1323. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lua +12 -0
  1324. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lustre +6 -0
  1325. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lutin +18 -0
  1326. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/m68k +16 -0
  1327. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/magik +6 -0
  1328. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/make +6 -0
  1329. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/markdown +4 -0
  1330. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mason +22 -0
  1331. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mathematica +8 -0
  1332. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/matlab +6 -0
  1333. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/minizinc +23 -0
  1334. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/moonscript +16 -0
  1335. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mosel +10 -0
  1336. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/msgtrans +4 -0
  1337. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mxml +22 -0
  1338. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nasm +26 -0
  1339. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nesasm +11 -0
  1340. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nginx +5 -0
  1341. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nim +27 -0
  1342. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nix +19 -0
  1343. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/objective_c +18 -0
  1344. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/objective_cpp +17 -0
  1345. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ocaml +12 -0
  1346. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ocl +4 -0
  1347. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/openedge +4 -0
  1348. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/opentype_feature_file +6 -0
  1349. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/pascal +14 -0
  1350. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/perl +5 -0
  1351. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/php +3 -0
  1352. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/plaintext +1 -0
  1353. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/plist +11 -0
  1354. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/pony +17 -0
  1355. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/postscript +9 -0
  1356. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/powershell +13 -0
  1357. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/praat +26 -0
  1358. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/prolog +9 -0
  1359. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/prometheus +9 -0
  1360. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/properties +7 -0
  1361. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/protobuf +5 -0
  1362. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/puppet +6 -0
  1363. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/python +6 -0
  1364. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/q +8 -0
  1365. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/qml +9 -0
  1366. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/r +8 -0
  1367. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/racket +24 -0
  1368. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/reasonml +12 -0
  1369. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/rego +8 -0
  1370. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/rescript +26 -0
  1371. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/robot_framework +27 -0
  1372. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ruby +9 -0
  1373. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/rust +12 -0
  1374. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sas +13 -0
  1375. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sass +3 -0
  1376. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/scala +3 -0
  1377. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/scheme +4 -0
  1378. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/scss +5 -0
  1379. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sed +4 -0
  1380. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/shell +2 -0
  1381. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sieve +10 -0
  1382. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/slice +10 -0
  1383. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/slim +17 -0
  1384. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/smalltalk +6 -0
  1385. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/smarty +12 -0
  1386. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sml +4 -0
  1387. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/solidity +13 -0
  1388. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sparql +6 -0
  1389. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sqf +14 -0
  1390. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sql +1 -0
  1391. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ssh +4 -0
  1392. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/supercollider +11 -0
  1393. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/swift +5 -0
  1394. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/systemd +4 -0
  1395. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tap +5 -0
  1396. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tcl +1 -0
  1397. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/terraform +16 -0
  1398. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tex +1 -0
  1399. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/toml +9 -0
  1400. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tsx +17 -0
  1401. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ttcn3 +6 -0
  1402. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tulip +13 -0
  1403. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/turtle +26 -0
  1404. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/twig +9 -0
  1405. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/typescript +1 -0
  1406. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vala +8 -0
  1407. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vb +4 -0
  1408. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vcl +12 -0
  1409. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/velocity +9 -0
  1410. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/verilog +27 -0
  1411. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vhdl +23 -0
  1412. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/viml +14 -0
  1413. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vue +11 -0
  1414. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/wollok +11 -0
  1415. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xml +2 -0
  1416. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xojo +14 -0
  1417. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xpath +2 -0
  1418. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xquery +22 -0
  1419. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/yaml +4 -0
  1420. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/yang +17 -0
  1421. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/zig +6 -0
  1422. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatter.rb +112 -0
  1423. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html.rb +56 -0
  1424. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_inline.rb +31 -0
  1425. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_legacy.rb +45 -0
  1426. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_line_highlighter.rb +24 -0
  1427. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_line_table.rb +51 -0
  1428. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_linewise.rb +22 -0
  1429. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_pygments.rb +18 -0
  1430. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_table.rb +51 -0
  1431. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/null.rb +20 -0
  1432. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/terminal256.rb +198 -0
  1433. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/terminal_truecolor.rb +37 -0
  1434. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/tex.rb +92 -0
  1435. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guesser.rb +57 -0
  1436. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/disambiguation.rb +136 -0
  1437. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/filename.rb +27 -0
  1438. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/glob_mapping.rb +45 -0
  1439. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/mimetype.rb +16 -0
  1440. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/modeline.rb +46 -0
  1441. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/source.rb +31 -0
  1442. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/util.rb +34 -0
  1443. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexer.rb +535 -0
  1444. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/abap.rb +240 -0
  1445. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/actionscript.rb +196 -0
  1446. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ada.rb +162 -0
  1447. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apache.rb +83 -0
  1448. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apache/keywords.rb +24 -0
  1449. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apex.rb +128 -0
  1450. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apiblueprint.rb +49 -0
  1451. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apple_script.rb +370 -0
  1452. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/armasm.rb +145 -0
  1453. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/augeas.rb +93 -0
  1454. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/awk.rb +162 -0
  1455. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/batchfile.rb +165 -0
  1456. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bbcbasic.rb +112 -0
  1457. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bibtex.rb +115 -0
  1458. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/biml.rb +43 -0
  1459. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bpf.rb +118 -0
  1460. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/brainfuck.rb +53 -0
  1461. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/brightscript.rb +147 -0
  1462. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bsl.rb +82 -0
  1463. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/c.rb +190 -0
  1464. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ceylon.rb +96 -0
  1465. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cfscript.rb +154 -0
  1466. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/clean.rb +156 -0
  1467. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/clojure.rb +113 -0
  1468. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cmake.rb +218 -0
  1469. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cmhg.rb +34 -0
  1470. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/coffeescript.rb +215 -0
  1471. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/common_lisp.rb +346 -0
  1472. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/conf.rb +25 -0
  1473. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/console.rb +190 -0
  1474. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/coq.rb +191 -0
  1475. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cpp.rb +96 -0
  1476. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/crystal.rb +435 -0
  1477. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/csharp.rb +114 -0
  1478. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/css.rb +276 -0
  1479. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/csvs.rb +44 -0
  1480. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cuda.rb +35 -0
  1481. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cypher.rb +108 -0
  1482. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cython.rb +151 -0
  1483. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/d.rb +177 -0
  1484. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/dart.rb +105 -0
  1485. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/datastudio.rb +138 -0
  1486. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/diff.rb +37 -0
  1487. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/digdag.rb +70 -0
  1488. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/docker.rb +51 -0
  1489. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/dot.rb +69 -0
  1490. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ecl.rb +175 -0
  1491. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/eex.rb +52 -0
  1492. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/eiffel.rb +66 -0
  1493. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/elixir.rb +149 -0
  1494. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/elm.rb +90 -0
  1495. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/email.rb +39 -0
  1496. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/epp.rb +51 -0
  1497. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/erb.rb +53 -0
  1498. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/erlang.rb +115 -0
  1499. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/escape.rb +58 -0
  1500. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/factor.rb +303 -0
  1501. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/fortran.rb +178 -0
  1502. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/freefem.rb +240 -0
  1503. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/fsharp.rb +120 -0
  1504. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gdscript.rb +171 -0
  1505. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ghc_cmm.rb +340 -0
  1506. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ghc_core.rb +152 -0
  1507. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gherkin.rb +140 -0
  1508. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gherkin/keywords.rb +19 -0
  1509. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/glsl.rb +132 -0
  1510. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/go.rb +175 -0
  1511. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gradle.rb +38 -0
  1512. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/graphql.rb +261 -0
  1513. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/groovy.rb +111 -0
  1514. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hack.rb +49 -0
  1515. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/haml.rb +226 -0
  1516. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/handlebars.rb +91 -0
  1517. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/haskell.rb +207 -0
  1518. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/haxe.rb +246 -0
  1519. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hcl.rb +163 -0
  1520. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hlsl.rb +166 -0
  1521. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hocon.rb +86 -0
  1522. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hql.rb +139 -0
  1523. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/html.rb +141 -0
  1524. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/http.rb +87 -0
  1525. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hylang.rb +94 -0
  1526. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/idlang.rb +312 -0
  1527. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/igorpro.rb +664 -0
  1528. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ini.rb +54 -0
  1529. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/io.rb +69 -0
  1530. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/irb.rb +67 -0
  1531. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/isbl.rb +97 -0
  1532. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/isbl/builtins.rb +17 -0
  1533. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/j.rb +244 -0
  1534. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/janet.rb +218 -0
  1535. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/java.rb +91 -0
  1536. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/javascript.rb +285 -0
  1537. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jinja.rb +169 -0
  1538. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsl.rb +67 -0
  1539. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/json.rb +72 -0
  1540. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/json_doc.rb +26 -0
  1541. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsonnet.rb +153 -0
  1542. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsp.rb +119 -0
  1543. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsx.rb +92 -0
  1544. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/julia.rb +292 -0
  1545. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/kotlin.rb +143 -0
  1546. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lasso.rb +214 -0
  1547. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lasso/keywords.rb +20 -0
  1548. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/liquid.rb +285 -0
  1549. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/literate_coffeescript.rb +34 -0
  1550. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/literate_haskell.rb +37 -0
  1551. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/livescript.rb +310 -0
  1552. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/llvm.rb +70 -0
  1553. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/llvm/keywords.rb +25 -0
  1554. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lua.rb +164 -0
  1555. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lua/keywords.rb +28 -0
  1556. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lustre.rb +79 -0
  1557. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lutin.rb +33 -0
  1558. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/m68k.rb +143 -0
  1559. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/magik.rb +127 -0
  1560. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/make.rb +135 -0
  1561. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/markdown.rb +182 -0
  1562. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mason.rb +110 -0
  1563. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mathematica.rb +96 -0
  1564. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mathematica/keywords.rb +17 -0
  1565. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/matlab.rb +80 -0
  1566. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/matlab/builtins.rb +11 -0
  1567. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/matlab/keywords.rb +15 -0
  1568. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/minizinc.rb +87 -0
  1569. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/moonscript.rb +115 -0
  1570. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mosel.rb +232 -0
  1571. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/msgtrans.rb +26 -0
  1572. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mxml.rb +69 -0
  1573. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nasm.rb +72 -0
  1574. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nesasm.rb +78 -0
  1575. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nginx.rb +72 -0
  1576. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nim.rb +154 -0
  1577. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nix.rb +211 -0
  1578. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/objective_c.rb +21 -0
  1579. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/objective_c/common.rb +184 -0
  1580. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/objective_cpp.rb +31 -0
  1581. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ocaml.rb +65 -0
  1582. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ocaml/common.rb +53 -0
  1583. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ocl.rb +85 -0
  1584. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/openedge.rb +429 -0
  1585. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/opentype_feature_file.rb +97 -0
  1586. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/pascal.rb +67 -0
  1587. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/perl.rb +251 -0
  1588. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/php.rb +377 -0
  1589. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/php/keywords.rb +202 -0
  1590. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/plain_text.rb +27 -0
  1591. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/plist.rb +47 -0
  1592. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/pony.rb +94 -0
  1593. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/postscript.rb +93 -0
  1594. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/powershell.rb +242 -0
  1595. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/praat.rb +351 -0
  1596. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/prolog.rb +67 -0
  1597. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/prometheus.rb +123 -0
  1598. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/properties.rb +52 -0
  1599. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/protobuf.rb +71 -0
  1600. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/puppet.rb +129 -0
  1601. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/python.rb +249 -0
  1602. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/q.rb +126 -0
  1603. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/qml.rb +74 -0
  1604. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/r.rb +89 -0
  1605. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/racket.rb +568 -0
  1606. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/reasonml.rb +66 -0
  1607. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/rego.rb +60 -0
  1608. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/rescript.rb +119 -0
  1609. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/robot_framework.rb +249 -0
  1610. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ruby.rb +454 -0
  1611. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/rust.rb +196 -0
  1612. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sas.rb +563 -0
  1613. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sass.rb +75 -0
  1614. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sass/common.rb +182 -0
  1615. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/scala.rb +169 -0
  1616. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/scheme.rb +113 -0
  1617. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/scss.rb +35 -0
  1618. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sed.rb +173 -0
  1619. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/shell.rb +201 -0
  1620. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sieve.rb +97 -0
  1621. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/slice.rb +32 -0
  1622. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/slim.rb +229 -0
  1623. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/smalltalk.rb +117 -0
  1624. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/smarty.rb +81 -0
  1625. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sml.rb +345 -0
  1626. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/solidity.rb +185 -0
  1627. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sparql.rb +130 -0
  1628. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sqf.rb +109 -0
  1629. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sqf/keywords.rb +12 -0
  1630. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sql.rb +161 -0
  1631. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ssh.rb +33 -0
  1632. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/supercollider.rb +116 -0
  1633. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/swift.rb +186 -0
  1634. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/systemd.rb +34 -0
  1635. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tap.rb +89 -0
  1636. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tcl.rb +193 -0
  1637. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/terraform.rb +128 -0
  1638. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tex.rb +70 -0
  1639. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/toml.rb +106 -0
  1640. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tsx.rb +27 -0
  1641. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ttcn3.rb +119 -0
  1642. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tulip.rb +108 -0
  1643. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/turtle.rb +61 -0
  1644. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/twig.rb +40 -0
  1645. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/typescript.rb +23 -0
  1646. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/typescript/common.rb +48 -0
  1647. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vala.rb +78 -0
  1648. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/varnish.rb +168 -0
  1649. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vb.rb +165 -0
  1650. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/velocity.rb +71 -0
  1651. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/verilog.rb +163 -0
  1652. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vhdl.rb +98 -0
  1653. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/viml.rb +70 -0
  1654. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/viml/keywords.rb +21 -0
  1655. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vue.rb +127 -0
  1656. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/wollok.rb +103 -0
  1657. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xml.rb +56 -0
  1658. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xojo.rb +61 -0
  1659. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xpath.rb +332 -0
  1660. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xquery.rb +145 -0
  1661. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/yaml.rb +378 -0
  1662. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/yang.rb +147 -0
  1663. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/zig.rb +139 -0
  1664. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/plugins/redcarpet.rb +37 -0
  1665. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/regex_lexer.rb +498 -0
  1666. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/template_lexer.rb +21 -0
  1667. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/tex_theme_renderer.rb +132 -0
  1668. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/text_analyzer.rb +50 -0
  1669. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/theme.rb +218 -0
  1670. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/base16.rb +132 -0
  1671. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/bw.rb +42 -0
  1672. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/colorful.rb +69 -0
  1673. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/github.rb +73 -0
  1674. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/gruvbox.rb +170 -0
  1675. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/igor_pro.rb +22 -0
  1676. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/magritte.rb +79 -0
  1677. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/molokai.rb +83 -0
  1678. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/monokai.rb +94 -0
  1679. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/monokai_sublime.rb +93 -0
  1680. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/pastie.rb +71 -0
  1681. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/thankful_eyes.rb +76 -0
  1682. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/tulip.rb +71 -0
  1683. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/token.rb +191 -0
  1684. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/util.rb +102 -0
  1685. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/version.rb +8 -0
  1686. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/rouge.gemspec +26 -0
  1687. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/LICENSE.md +27 -0
  1688. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/README.md +43 -0
  1689. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/lib/rspec.rb +3 -0
  1690. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/lib/rspec/version.rb +5 -0
  1691. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/Changelog.md +2327 -0
  1692. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/LICENSE.md +26 -0
  1693. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/README.md +384 -0
  1694. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/exe/rspec +4 -0
  1695. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/autorun.rb +3 -0
  1696. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core.rb +186 -0
  1697. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/backtrace_formatter.rb +65 -0
  1698. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/coordinator.rb +62 -0
  1699. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/example_minimizer.rb +173 -0
  1700. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/fork_runner.rb +138 -0
  1701. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/server.rb +61 -0
  1702. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/shell_command.rb +126 -0
  1703. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/shell_runner.rb +73 -0
  1704. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/utilities.rb +58 -0
  1705. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/configuration.rb +2372 -0
  1706. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/configuration_options.rb +233 -0
  1707. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/did_you_mean.rb +46 -0
  1708. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/drb.rb +120 -0
  1709. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/dsl.rb +98 -0
  1710. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/example.rb +663 -0
  1711. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/example_group.rb +901 -0
  1712. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/example_status_persister.rb +235 -0
  1713. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/filter_manager.rb +231 -0
  1714. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/flat_map.rb +20 -0
  1715. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters.rb +273 -0
  1716. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
  1717. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/base_formatter.rb +70 -0
  1718. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
  1719. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
  1720. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
  1721. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/console_codes.rb +68 -0
  1722. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
  1723. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
  1724. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/exception_presenter.rb +521 -0
  1725. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
  1726. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
  1727. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/helpers.rb +110 -0
  1728. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/html_formatter.rb +153 -0
  1729. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/html_printer.rb +414 -0
  1730. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/html_snippet_extractor.rb +120 -0
  1731. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/json_formatter.rb +102 -0
  1732. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/profile_formatter.rb +68 -0
  1733. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/progress_formatter.rb +29 -0
  1734. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/protocol.rb +182 -0
  1735. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
  1736. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
  1737. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/hooks.rb +646 -0
  1738. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/invocations.rb +87 -0
  1739. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/memoized_helpers.rb +554 -0
  1740. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/metadata.rb +498 -0
  1741. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/metadata_filter.rb +255 -0
  1742. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
  1743. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
  1744. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
  1745. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/null.rb +14 -0
  1746. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/rr.rb +31 -0
  1747. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
  1748. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/notifications.rb +521 -0
  1749. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/option_parser.rb +324 -0
  1750. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/ordering.rb +158 -0
  1751. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/output_wrapper.rb +29 -0
  1752. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/pending.rb +165 -0
  1753. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/profiler.rb +34 -0
  1754. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/project_initializer.rb +48 -0
  1755. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/project_initializer/spec/spec_helper.rb +100 -0
  1756. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/rake_task.rb +188 -0
  1757. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/reporter.rb +265 -0
  1758. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/ruby_project.rb +53 -0
  1759. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/runner.rb +212 -0
  1760. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/sandbox.rb +37 -0
  1761. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/set.rb +54 -0
  1762. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/shared_context.rb +55 -0
  1763. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/shared_example_group.rb +271 -0
  1764. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/shell_escape.rb +49 -0
  1765. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
  1766. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/version.rb +9 -0
  1767. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/warnings.rb +40 -0
  1768. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/world.rb +277 -0
  1769. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/Changelog.md +1240 -0
  1770. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/LICENSE.md +25 -0
  1771. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/README.md +320 -0
  1772. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations.rb +82 -0
  1773. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/block_snippet_extractor.rb +253 -0
  1774. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/configuration.rb +230 -0
  1775. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/expectation_target.rb +127 -0
  1776. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/fail_with.rb +39 -0
  1777. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/failure_aggregator.rb +212 -0
  1778. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/handler.rb +182 -0
  1779. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/minitest_integration.rb +58 -0
  1780. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/syntax.rb +132 -0
  1781. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/version.rb +8 -0
  1782. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers.rb +1041 -0
  1783. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/aliased_matcher.rb +116 -0
  1784. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in.rb +53 -0
  1785. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/all.rb +86 -0
  1786. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/base_matcher.rb +193 -0
  1787. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be.rb +191 -0
  1788. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_between.rb +77 -0
  1789. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
  1790. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
  1791. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_within.rb +72 -0
  1792. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/change.rb +428 -0
  1793. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/compound.rb +276 -0
  1794. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/contain_exactly.rb +302 -0
  1795. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/count_expectation.rb +169 -0
  1796. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/cover.rb +24 -0
  1797. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/eq.rb +40 -0
  1798. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/eql.rb +34 -0
  1799. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/equal.rb +81 -0
  1800. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/exist.rb +90 -0
  1801. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/has.rb +167 -0
  1802. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
  1803. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/include.rb +206 -0
  1804. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/match.rb +106 -0
  1805. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/operators.rb +128 -0
  1806. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/output.rb +200 -0
  1807. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/raise_error.rb +259 -0
  1808. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/respond_to.rb +200 -0
  1809. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/satisfy.rb +60 -0
  1810. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
  1811. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
  1812. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/yield.rb +355 -0
  1813. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/composable.rb +171 -0
  1814. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/dsl.rb +540 -0
  1815. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/english_phrasing.rb +58 -0
  1816. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +82 -0
  1817. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/fail_matchers.rb +42 -0
  1818. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/generated_descriptions.rb +41 -0
  1819. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/matcher_delegator.rb +35 -0
  1820. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/matcher_protocol.rb +99 -0
  1821. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/Changelog.md +1167 -0
  1822. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/LICENSE.md +25 -0
  1823. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/README.md +463 -0
  1824. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks.rb +133 -0
  1825. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance.rb +11 -0
  1826. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/chain.rb +111 -0
  1827. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
  1828. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
  1829. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
  1830. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
  1831. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/proxy.rb +116 -0
  1832. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/recorder.rb +295 -0
  1833. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
  1834. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
  1835. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/argument_list_matcher.rb +100 -0
  1836. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/argument_matchers.rb +322 -0
  1837. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/configuration.rb +212 -0
  1838. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/error_generator.rb +369 -0
  1839. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/example_methods.rb +434 -0
  1840. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/instance_method_stasher.rb +146 -0
  1841. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/marshal_extension.rb +41 -0
  1842. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
  1843. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/have_received.rb +134 -0
  1844. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/receive.rb +132 -0
  1845. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
  1846. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
  1847. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/message_chain.rb +87 -0
  1848. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/message_expectation.rb +751 -0
  1849. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/method_double.rb +288 -0
  1850. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/method_reference.rb +202 -0
  1851. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/minitest_integration.rb +68 -0
  1852. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/mutate_const.rb +339 -0
  1853. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/object_reference.rb +149 -0
  1854. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/order_group.rb +81 -0
  1855. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/proxy.rb +519 -0
  1856. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/space.rb +238 -0
  1857. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/standalone.rb +3 -0
  1858. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/syntax.rb +325 -0
  1859. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/targets.rb +124 -0
  1860. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/test_double.rb +171 -0
  1861. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/verifying_double.rb +129 -0
  1862. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/verifying_message_expectation.rb +54 -0
  1863. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/verifying_proxy.rb +220 -0
  1864. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/version.rb +9 -0
  1865. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/Changelog.md +332 -0
  1866. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/LICENSE.md +23 -0
  1867. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/README.md +40 -0
  1868. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support.rb +154 -0
  1869. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/caller_filter.rb +83 -0
  1870. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/comparable_version.rb +46 -0
  1871. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/differ.rb +215 -0
  1872. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/directory_maker.rb +63 -0
  1873. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/encoded_string.rb +161 -0
  1874. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/fuzzy_matcher.rb +48 -0
  1875. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/hunk_generator.rb +47 -0
  1876. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/matcher_definition.rb +42 -0
  1877. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/method_signature_verifier.rb +438 -0
  1878. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/mutex.rb +73 -0
  1879. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/object_formatter.rb +275 -0
  1880. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/recursive_const_methods.rb +76 -0
  1881. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/reentrant_mutex.rb +61 -0
  1882. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/ruby_features.rb +191 -0
  1883. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source.rb +85 -0
  1884. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source/location.rb +21 -0
  1885. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source/node.rb +110 -0
  1886. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source/token.rb +87 -0
  1887. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec.rb +82 -0
  1888. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/deprecation_helpers.rb +48 -0
  1889. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/diff_helpers.rb +31 -0
  1890. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/formatting_support.rb +9 -0
  1891. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/in_sub_process.rb +67 -0
  1892. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/library_wide_checks.rb +150 -0
  1893. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/shell_out.rb +105 -0
  1894. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/stderr_splitter.rb +75 -0
  1895. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/string_matcher.rb +45 -0
  1896. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
  1897. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
  1898. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/version.rb +7 -0
  1899. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/warnings.rb +39 -0
  1900. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/with_keywords_when_needed.rb +33 -0
  1901. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/HISTORY.md +707 -0
  1902. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/LICENSE +18 -0
  1903. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/README.md +669 -0
  1904. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize.rb +244 -0
  1905. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config.rb +60 -0
  1906. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/basic.rb +31 -0
  1907. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/default.rb +118 -0
  1908. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/relaxed.rb +724 -0
  1909. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/restricted.rb +9 -0
  1910. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/css.rb +348 -0
  1911. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_cdata.rb +13 -0
  1912. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_comment.rb +13 -0
  1913. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_css.rb +57 -0
  1914. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_doctype.rb +19 -0
  1915. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_element.rb +223 -0
  1916. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/version.rb +5 -0
  1917. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/common.rb +3 -0
  1918. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_comment.rb +47 -0
  1919. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_css.rb +67 -0
  1920. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_doctype.rb +71 -0
  1921. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_element.rb +545 -0
  1922. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_config.rb +65 -0
  1923. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_malicious_css.rb +42 -0
  1924. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_malicious_html.rb +235 -0
  1925. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_parser.rb +75 -0
  1926. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_sanitize.rb +197 -0
  1927. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_sanitize_css.rb +424 -0
  1928. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_transformers.rb +230 -0
  1929. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/Gemfile +20 -0
  1930. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/LICENSE +144 -0
  1931. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/README.md +60 -0
  1932. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/Rakefile +62 -0
  1933. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/examples/bench_cache.rb +35 -0
  1934. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
  1935. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
  1936. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
  1937. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
  1938. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
  1939. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
  1940. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
  1941. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
  1942. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
  1943. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/thread_safe/JrubyCacheBackendService.java +15 -0
  1944. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe.rb +65 -0
  1945. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
  1946. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb +161 -0
  1947. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb +60 -0
  1948. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
  1949. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_cache_backend.rb +77 -0
  1950. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb +43 -0
  1951. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util.rb +16 -0
  1952. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/adder.rb +62 -0
  1953. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/atomic_reference.rb +44 -0
  1954. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/cheap_lockable.rb +106 -0
  1955. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
  1956. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/striped64.rb +222 -0
  1957. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile.rb +64 -0
  1958. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile_tuple.rb +46 -0
  1959. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/xor_shift_random.rb +41 -0
  1960. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb +21 -0
  1961. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/spec_helper.rb +31 -0
  1962. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/src/thread_safe/SecurityManager.java +21 -0
  1963. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/support/threads.rb +1 -0
  1964. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/support/threadsafe_test.rb +75 -0
  1965. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/array_spec.rb +18 -0
  1966. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_loops_spec.rb +507 -0
  1967. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_spec.rb +943 -0
  1968. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/hash_spec.rb +17 -0
  1969. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/no_unsafe_spec.rb +27 -0
  1970. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/synchronized_delegator_spec.rb +85 -0
  1971. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/tasks/update_doc.rake +45 -0
  1972. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/thread_safe.gemspec +26 -0
  1973. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/yard-template/default/fulldoc/html/css/common.css +125 -0
  1974. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/yard-template/default/layout/html/footer.erb +16 -0
  1975. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/CHANGES.md +824 -0
  1976. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/LICENSE +19 -0
  1977. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/README.md +152 -0
  1978. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/Rakefile +107 -0
  1979. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo.rb +43 -0
  1980. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/annual_rules.rb +51 -0
  1981. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country.rb +196 -0
  1982. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country_index_definition.rb +31 -0
  1983. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country_info.rb +42 -0
  1984. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country_timezone.rb +135 -0
  1985. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb +190 -0
  1986. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/data_timezone.rb +58 -0
  1987. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/data_timezone_info.rb +55 -0
  1988. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/info_timezone.rb +30 -0
  1989. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/linked_timezone.rb +63 -0
  1990. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/linked_timezone_info.rb +26 -0
  1991. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/offset_rationals.rb +77 -0
  1992. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/posix_time_zone_parser.rb +136 -0
  1993. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/ruby_core_support.rb +169 -0
  1994. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/ruby_country_info.rb +74 -0
  1995. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/ruby_data_source.rb +140 -0
  1996. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/time_or_datetime.rb +351 -0
  1997. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone.rb +673 -0
  1998. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_definition.rb +36 -0
  1999. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_index_definition.rb +54 -0
  2000. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_info.rb +30 -0
  2001. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_offset.rb +101 -0
  2002. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_period.rb +245 -0
  2003. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_proxy.rb +105 -0
  2004. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_transition.rb +130 -0
  2005. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_transition_definition.rb +104 -0
  2006. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/transition_data_timezone_info.rb +274 -0
  2007. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/transition_rule.rb +325 -0
  2008. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_country_info.rb +37 -0
  2009. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_data_source.rb +497 -0
  2010. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_timezone_info.rb +520 -0
  2011. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_annual_rules.rb +95 -0
  2012. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country.rb +238 -0
  2013. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country_index_definition.rb +69 -0
  2014. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country_info.rb +16 -0
  2015. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country_timezone.rb +173 -0
  2016. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_data_source.rb +218 -0
  2017. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_data_timezone.rb +99 -0
  2018. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_data_timezone_info.rb +18 -0
  2019. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_info_timezone.rb +34 -0
  2020. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_linked_timezone.rb +155 -0
  2021. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_linked_timezone_info.rb +23 -0
  2022. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_offset_rationals.rb +23 -0
  2023. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_posix_time_zone_parser.rb +261 -0
  2024. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_ruby_core_support.rb +168 -0
  2025. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_ruby_country_info.rb +110 -0
  2026. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_ruby_data_source.rb +167 -0
  2027. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_time_or_datetime.rb +674 -0
  2028. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone.rb +1361 -0
  2029. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_definition.rb +113 -0
  2030. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_index_definition.rb +73 -0
  2031. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_info.rb +11 -0
  2032. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_london.rb +143 -0
  2033. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_melbourne.rb +142 -0
  2034. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_new_york.rb +142 -0
  2035. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_offset.rb +126 -0
  2036. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_period.rb +555 -0
  2037. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_proxy.rb +136 -0
  2038. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_transition.rb +366 -0
  2039. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_transition_definition.rb +295 -0
  2040. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_utc.rb +27 -0
  2041. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_transition_data_timezone_info.rb +433 -0
  2042. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_transition_rule.rb +663 -0
  2043. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_zoneinfo_country_info.rb +78 -0
  2044. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_zoneinfo_data_source.rb +1204 -0
  2045. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_zoneinfo_timezone_info.rb +2153 -0
  2046. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/test_utils.rb +192 -0
  2047. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/ts_all.rb +7 -0
  2048. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/ts_all_ruby.rb +5 -0
  2049. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/ts_all_zoneinfo.rb +9 -0
  2050. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data.rb +8 -0
  2051. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
  2052. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +327 -0
  2053. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +230 -0
  2054. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
  2055. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
  2056. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
  2057. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
  2058. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +273 -0
  2059. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +198 -0
  2060. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +333 -0
  2061. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +277 -0
  2062. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +235 -0
  2063. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
  2064. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/indexes/countries.rb +940 -0
  2065. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +609 -0
  2066. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/version.rb +20 -0
  2067. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
  2068. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/America/New_York +0 -0
  2069. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Australia/Melbourne +0 -0
  2070. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/EST +0 -0
  2071. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Etc/UTC +0 -0
  2072. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Amsterdam +0 -0
  2073. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Andorra +0 -0
  2074. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/London +0 -0
  2075. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Paris +0 -0
  2076. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Prague +0 -0
  2077. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Factory +0 -0
  2078. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/iso3166.tab +274 -0
  2079. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/leapseconds +78 -0
  2080. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/posix/Europe/London +0 -0
  2081. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/posixrules +0 -0
  2082. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/right/Europe/London +0 -0
  2083. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/zone.tab +452 -0
  2084. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/zone1970.tab +384 -0
  2085. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/tzinfo.gemspec +21 -0
  2086. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/MIT-LICENSE +20 -0
  2087. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/README.md +841 -0
  2088. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk.rb +12 -0
  2089. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/error.rb +10 -0
  2090. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/explicit_namespace.rb +81 -0
  2091. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/gem_inflector.rb +17 -0
  2092. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/inflector.rb +46 -0
  2093. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb +64 -0
  2094. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/loader.rb +812 -0
  2095. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/loader/callbacks.rb +86 -0
  2096. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/real_mod_name.rb +20 -0
  2097. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/registry.rb +136 -0
  2098. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/version.rb +5 -0
  2099. data/vendor/bundle/ruby/2.6.0/specifications/activesupport-6.0.4.gemspec +47 -0
  2100. data/vendor/bundle/ruby/2.6.0/specifications/concurrent-ruby-1.1.9.gemspec +24 -0
  2101. data/vendor/bundle/ruby/2.6.0/specifications/crass-1.0.6.gemspec +37 -0
  2102. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.4.4.gemspec +59 -0
  2103. data/vendor/bundle/ruby/2.6.0/specifications/i18n-0.9.5.gemspec +33 -0
  2104. data/vendor/bundle/ruby/2.6.0/specifications/mini_portile2-2.6.1.gemspec +48 -0
  2105. data/vendor/bundle/ruby/2.6.0/specifications/minitest-5.14.4.gemspec +41 -0
  2106. data/vendor/bundle/ruby/2.6.0/specifications/mumuki-emojis-1.1.1.gemspec +38 -0
  2107. data/vendor/bundle/ruby/2.6.0/specifications/mumukit-core-1.18.0.gemspec +0 -0
  2108. data/vendor/bundle/ruby/2.6.0/specifications/nokogiri-1.12.3-x86_64-linux.gemspec +72 -0
  2109. data/vendor/bundle/ruby/2.6.0/specifications/racc-1.5.2.gemspec +26 -0
  2110. data/vendor/bundle/ruby/2.6.0/specifications/rack-2.2.3.gemspec +46 -0
  2111. data/vendor/bundle/ruby/2.6.0/specifications/rake-12.3.3.gemspec +49 -0
  2112. data/vendor/bundle/ruby/2.6.0/specifications/redcarpet-3.3.4.gemspec +41 -0
  2113. data/vendor/bundle/ruby/2.6.0/specifications/rouge-3.26.0.gemspec +24 -0
  2114. data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.10.0.gemspec +43 -0
  2115. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.10.1.gemspec +63 -0
  2116. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.10.1.gemspec +51 -0
  2117. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.10.2.gemspec +51 -0
  2118. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.10.2.gemspec +39 -0
  2119. data/vendor/bundle/ruby/2.6.0/specifications/sanitize-6.0.0.gemspec +42 -0
  2120. data/vendor/bundle/ruby/2.6.0/specifications/thread_safe-0.3.6.gemspec +38 -0
  2121. data/vendor/bundle/ruby/2.6.0/specifications/tzinfo-1.2.9.gemspec +37 -0
  2122. data/vendor/bundle/ruby/2.6.0/specifications/zeitwerk-2.4.2.gemspec +22 -0
  2123. metadata +2124 -4
@@ -0,0 +1,30 @@
1
+ require 'test/unit/assertions'
2
+
3
+ module RSpec
4
+ module Core
5
+ # @private
6
+ module TestUnitAssertionsAdapter
7
+ include ::Test::Unit::Assertions
8
+
9
+ # If using test/unit from Ruby core with Ruby 1.9+, it includes
10
+ # MiniTest::Assertions by default. Note the upcasing of 'Test'.
11
+ #
12
+ # If the test/unit gem is being loaded, it will not include any minitest
13
+ # assertions.
14
+ #
15
+ # Only if Minitest 5.x is included / loaded do we need to worry about
16
+ # adding a shim for the new updates. Thus instead of checking on the
17
+ # RUBY_VERSION we need to check ancestors.
18
+ begin
19
+ # MiniTest is 4.x.
20
+ # Minitest is 5.x.
21
+ if ancestors.include?(::Minitest::Assertions)
22
+ require 'rspec/core/minitest_assertions_adapter'
23
+ include ::RSpec::Core::MinitestAssertionsAdapter
24
+ end
25
+ rescue NameError
26
+ # No-op. Minitest 5.x was not loaded.
27
+ end
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,9 @@
1
+ module RSpec
2
+ module Core
3
+ # Version information for RSpec Core.
4
+ module Version
5
+ # Current version of RSpec Core, in semantic versioning format.
6
+ STRING = '3.10.1'
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,40 @@
1
+ require "rspec/support/warnings"
2
+
3
+ module RSpec
4
+ module Core
5
+ # @private
6
+ module Warnings
7
+ # @private
8
+ #
9
+ # Used internally to print deprecation warnings.
10
+ def deprecate(deprecated, data={})
11
+ RSpec.configuration.reporter.deprecation(
12
+ {
13
+ :deprecated => deprecated,
14
+ :call_site => CallerFilter.first_non_rspec_line
15
+ }.merge(data)
16
+ )
17
+ end
18
+
19
+ # @private
20
+ #
21
+ # Used internally to print deprecation warnings.
22
+ def warn_deprecation(message, opts={})
23
+ RSpec.configuration.reporter.deprecation opts.merge(:message => message)
24
+ end
25
+
26
+ # @private
27
+ def warn_with(message, options={})
28
+ if options[:use_spec_location_as_call_site]
29
+ message += "." unless message.end_with?(".")
30
+
31
+ if RSpec.current_example
32
+ message += " Warning generated from spec at `#{RSpec.current_example.location}`."
33
+ end
34
+ end
35
+
36
+ super(message, options)
37
+ end
38
+ end
39
+ end
40
+ end
@@ -0,0 +1,277 @@
1
+ module RSpec
2
+ module Core
3
+ # @api private
4
+ #
5
+ # Internal container for global non-configuration data.
6
+ class World
7
+ # @private
8
+ attr_reader :example_groups, :filtered_examples, :example_group_counts_by_spec_file
9
+
10
+ # Used internally to determine what to do when a SIGINT is received.
11
+ attr_accessor :wants_to_quit
12
+
13
+ # Used internally to signal that a failure outside of an example
14
+ # has occurred, and that therefore the exit status should indicate
15
+ # the run failed.
16
+ # @private
17
+ attr_accessor :non_example_failure
18
+
19
+ def initialize(configuration=RSpec.configuration)
20
+ @wants_to_quit = false
21
+ @configuration = configuration
22
+ configuration.world = self
23
+ @example_groups = []
24
+ @example_group_counts_by_spec_file = Hash.new(0)
25
+ prepare_example_filtering
26
+ end
27
+
28
+ # @api public
29
+ #
30
+ # Prepares filters so that they apply to example groups when they run.
31
+ #
32
+ # This is a separate method so that filters can be modified/replaced and
33
+ # examples refiltered during a process's lifetime, which can be useful for
34
+ # a custom runner.
35
+ def prepare_example_filtering
36
+ @filtered_examples = Hash.new do |hash, group|
37
+ hash[group] = filter_manager.prune(group.examples)
38
+ end
39
+ end
40
+
41
+ # @api private
42
+ #
43
+ # Apply ordering strategy from configuration to example groups.
44
+ def ordered_example_groups
45
+ ordering_strategy = @configuration.ordering_registry.fetch(:global)
46
+ ordering_strategy.order(@example_groups)
47
+ end
48
+
49
+ # @api private
50
+ #
51
+ # Reset world to 'scratch' before running suite.
52
+ def reset
53
+ RSpec::ExampleGroups.remove_all_constants
54
+ example_groups.clear
55
+ @sources_by_path.clear if defined?(@sources_by_path)
56
+ @syntax_highlighter = nil
57
+ @example_group_counts_by_spec_file = Hash.new(0)
58
+ end
59
+
60
+ # @private
61
+ def filter_manager
62
+ @configuration.filter_manager
63
+ end
64
+
65
+ # @private
66
+ def registered_example_group_files
67
+ @example_group_counts_by_spec_file.keys
68
+ end
69
+
70
+ # @api private
71
+ #
72
+ # Records an example group.
73
+ def record(example_group)
74
+ @configuration.on_example_group_definition_callbacks.each { |block| block.call(example_group) }
75
+ @example_group_counts_by_spec_file[example_group.metadata[:absolute_file_path]] += 1
76
+ end
77
+
78
+ # @private
79
+ def num_example_groups_defined_in(file)
80
+ @example_group_counts_by_spec_file[file]
81
+ end
82
+
83
+ # @private
84
+ def shared_example_group_registry
85
+ @shared_example_group_registry ||= SharedExampleGroup::Registry.new
86
+ end
87
+
88
+ # @private
89
+ def inclusion_filter
90
+ @configuration.inclusion_filter
91
+ end
92
+
93
+ # @private
94
+ def exclusion_filter
95
+ @configuration.exclusion_filter
96
+ end
97
+
98
+ # @api private
99
+ #
100
+ # Get count of examples to be run.
101
+ def example_count(groups=example_groups)
102
+ FlatMap.flat_map(groups) { |g| g.descendants }.
103
+ inject(0) { |a, e| a + e.filtered_examples.size }
104
+ end
105
+
106
+ # @private
107
+ def all_example_groups
108
+ FlatMap.flat_map(example_groups) { |g| g.descendants }
109
+ end
110
+
111
+ # @private
112
+ def all_examples
113
+ FlatMap.flat_map(all_example_groups) { |g| g.examples }
114
+ end
115
+
116
+ # @private
117
+ # Traverses the tree of each top level group.
118
+ # For each it yields the group, then the children, recursively.
119
+ # Halts the traversal of a branch of the tree as soon as the passed block returns true.
120
+ # Note that siblings groups and their sub-trees will continue to be explored.
121
+ # This is intended to make it easy to find the top-most group that satisfies some
122
+ # condition.
123
+ def traverse_example_group_trees_until(&block)
124
+ example_groups.each do |group|
125
+ group.traverse_tree_until(&block)
126
+ end
127
+ end
128
+
129
+ # @api private
130
+ #
131
+ # Find line number of previous declaration.
132
+ def preceding_declaration_line(absolute_file_name, filter_line)
133
+ line_numbers = descending_declaration_line_numbers_by_file.fetch(absolute_file_name) do
134
+ return nil
135
+ end
136
+
137
+ line_numbers.find { |num| num <= filter_line }
138
+ end
139
+
140
+ # @private
141
+ def reporter
142
+ @configuration.reporter
143
+ end
144
+
145
+ # @private
146
+ def source_from_file(path)
147
+ unless defined?(@sources_by_path)
148
+ RSpec::Support.require_rspec_support 'source'
149
+ @sources_by_path = {}
150
+ end
151
+
152
+ @sources_by_path[path] ||= Support::Source.from_file(path)
153
+ end
154
+
155
+ # @private
156
+ def syntax_highlighter
157
+ @syntax_highlighter ||= Formatters::SyntaxHighlighter.new(@configuration)
158
+ end
159
+
160
+ # @api private
161
+ #
162
+ # Notify reporter of filters.
163
+ def announce_filters
164
+ fail_if_config_and_cli_options_invalid
165
+ filter_announcements = []
166
+
167
+ announce_inclusion_filter filter_announcements
168
+ announce_exclusion_filter filter_announcements
169
+
170
+ unless filter_manager.empty?
171
+ if filter_announcements.length == 1
172
+ report_filter_message("Run options: #{filter_announcements[0]}")
173
+ else
174
+ report_filter_message("Run options:\n #{filter_announcements.join("\n ")}")
175
+ end
176
+ end
177
+
178
+ if @configuration.run_all_when_everything_filtered? && example_count.zero? && !@configuration.only_failures?
179
+ report_filter_message("#{everything_filtered_message}; ignoring #{inclusion_filter.description}")
180
+ filtered_examples.clear
181
+ inclusion_filter.clear
182
+ end
183
+
184
+ return unless example_count.zero?
185
+
186
+ example_groups.clear
187
+ if filter_manager.empty?
188
+ report_filter_message("No examples found.")
189
+ elsif exclusion_filter.empty? || inclusion_filter.empty?
190
+ report_filter_message(everything_filtered_message)
191
+ end
192
+ end
193
+
194
+ # @private
195
+ def report_filter_message(message)
196
+ reporter.message(message) unless @configuration.silence_filter_announcements?
197
+ end
198
+
199
+ # @private
200
+ def everything_filtered_message
201
+ "\nAll examples were filtered out"
202
+ end
203
+
204
+ # @api private
205
+ #
206
+ # Add inclusion filters to announcement message.
207
+ def announce_inclusion_filter(announcements)
208
+ return if inclusion_filter.empty?
209
+
210
+ announcements << "include #{inclusion_filter.description}"
211
+ end
212
+
213
+ # @api private
214
+ #
215
+ # Add exclusion filters to announcement message.
216
+ def announce_exclusion_filter(announcements)
217
+ return if exclusion_filter.empty?
218
+
219
+ announcements << "exclude #{exclusion_filter.description}"
220
+ end
221
+
222
+ private
223
+
224
+ def descending_declaration_line_numbers_by_file
225
+ @descending_declaration_line_numbers_by_file ||= begin
226
+ declaration_locations = FlatMap.flat_map(example_groups, &:declaration_locations)
227
+ hash_of_arrays = Hash.new { |h, k| h[k] = [] }
228
+
229
+ # TODO: change `inject` to `each_with_object` when we drop 1.8.7 support.
230
+ line_nums_by_file = declaration_locations.inject(hash_of_arrays) do |hash, (file_name, line_number)|
231
+ hash[file_name] << line_number
232
+ hash
233
+ end
234
+
235
+ line_nums_by_file.each_value do |list|
236
+ list.sort!
237
+ list.reverse!
238
+ end
239
+ end
240
+ end
241
+
242
+ def fail_if_config_and_cli_options_invalid
243
+ return unless @configuration.only_failures_but_not_configured?
244
+
245
+ reporter.abort_with(
246
+ "\nTo use `--only-failures`, you must first set " \
247
+ "`config.example_status_persistence_file_path`.",
248
+ 1 # exit code
249
+ )
250
+ end
251
+
252
+ # @private
253
+ # Provides a null implementation for initial use by configuration.
254
+ module Null
255
+ def self.non_example_failure; end
256
+ def self.non_example_failure=(_); end
257
+
258
+ def self.registered_example_group_files
259
+ []
260
+ end
261
+
262
+ def self.traverse_example_group_trees_until
263
+ end
264
+
265
+ # :nocov:
266
+ def self.example_groups
267
+ []
268
+ end
269
+
270
+ def self.all_example_groups
271
+ []
272
+ end
273
+ # :nocov:
274
+ end
275
+ end
276
+ end
277
+ end
@@ -0,0 +1,1240 @@
1
+ ### 3.10.1 / 2020-12-27
2
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.10.0...v3.10.1)
3
+
4
+ Bug Fixes:
5
+
6
+ * Allow JRuby 9.2.x.x to generate backtraces normally rather than via our
7
+ backfill workaround. (#1230, Jon Rowe)
8
+
9
+ ### 3.10.0 / 2020-10-30
10
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.3...v3.10.0)
11
+
12
+ Enhancements:
13
+
14
+ * Allow `include` matcher to be chained with `once`, `at_least`, etc. for simple cases.
15
+ (Marc-André Lafortune, #1168)
16
+ * Add an explicit warning when `nil` is passed to `raise_error`. (Phil Pirozhkov, #1143)
17
+ * Improve `include` matcher's composability. (Phil Pirozhkov, #1155)
18
+ * Mocks expectations can now set a custom failure message.
19
+ (Benoit Tigeot and Nicolas Zermati, #1156)
20
+ * `aggregate_failures` now shows the backtrace line for each failure. (Fabricio Bedin, #1163)
21
+ * Support multiple combinations of `yield_control` modifiers like `at_least`, `at_most`.
22
+ (Jon Rowe, #1169)
23
+ * Dynamic `have_<n>` matchers now have output consistent with other dynamic matchers.
24
+ (Marc-André Lafortune, #1195)
25
+ * New config option `strict_predicate_matchers` allows predicate matcher to be strict
26
+ (i.e. match for `true` or `false`) instead of the default (match truthy vs `false` or `nil`).
27
+ (Marc-André Lafortune, #1196)
28
+
29
+ ### 3.9.4 / 2020-10-29
30
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.3...v3.9.4)
31
+
32
+ Bug Fixes:
33
+
34
+ * Fix regression with `be_` and `have_` matchers and arguments implementing `to_hash`
35
+ were they would act like keywords and be cast to a hash. (Jon Rowe, #1222)
36
+
37
+ ### 3.9.3 / 2020-10-23
38
+
39
+ Bug Fixes:
40
+
41
+ * Swap the comparison of the delta vs the expected for the `be_within` matcher allowing
42
+ more complicated oobjects to be compared providing they provide `abs` and other
43
+ comparison methods. (Kelly Stannard, #1182)
44
+ * Properly format expected in the description of the `be_within` matcher. (Jon Rowe, #1185)
45
+ * Remove warning when using keyword arguments with `be_` and `have_` matchers on 2.7.x
46
+ (Jon Rowe, #1187)
47
+ * Prevent formatting a single hash as a list of key value pairs in default failure messages
48
+ for custom matches (fixes formatting in `EnglishPhrasing#list`). (Robert Eshleman, #1193)
49
+ * Prevent errors from causing false positives when using `be <operator>` comparison, e.g.
50
+ `expect(1).not_to be < 'a'` will now correctly fail rather than pass. (Jon Rowe, #1208)
51
+
52
+
53
+ ### 3.9.2 / 2020-05-08
54
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.1...v3.9.2)
55
+
56
+ Bug Fixes:
57
+
58
+ * Issue a proper `ArgumentError` when invalid arguments are given to `yield_control`
59
+ modifiers such as `at_least` et al. (Marc-André Lafortune, #1167)
60
+ * Prevent Ruby 2.7 keyword arguments warning from being issued by custom
61
+ matcher definitions. (Jon Rowe, #1176)
62
+
63
+ ### 3.9.1 / 2020-03-13
64
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.0...v3.9.1)
65
+
66
+ Bug Fixes:
67
+
68
+ * Issue an improved warning when using `respond_to(...).with(n).arguments` and ignore
69
+ the warning when using with `have_attributes(...)`. (Jon Rowe, #1164)
70
+
71
+ ### 3.9.0 / 2019-10-08
72
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.6...v3.9.0)
73
+
74
+ Enhancements:
75
+
76
+ * The `respond_to` matcher now uses the signature from `initialize` to validate checks
77
+ for `new` (unless `new` is non standard). (Jon Rowe, #1072)
78
+ * Generated descriptions for matchers now use `is expected to` rather than `should` in
79
+ line with our preferred DSL. (Pete Johns, #1080, rspec/rspec-core#2572)
80
+ * Add the ability to re-raise expectation errors when matching
81
+ with `match_when_negated` blocks. (Jon Rowe, #1130)
82
+ * Add a warning when an empty diff is produce due to identical inspect output.
83
+ (Benoit Tigeot, #1126)
84
+
85
+ ### 3.8.6 / 2019-10-07
86
+
87
+ Bug Fixes:
88
+
89
+ * Revert #1125 due to the change being incompatible with our semantic versioning
90
+ policy.
91
+
92
+ ### 3.8.5 / 2019-10-02
93
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.4...v3.8.5)
94
+
95
+ Bug Fixes:
96
+
97
+ * Prevent unsupported implicit block expectation syntax from being used.
98
+ (Phil Pirozhkov, #1125)
99
+
100
+ ### 3.8.4 / 2019-06-10
101
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.3...v3.8.4)
102
+
103
+ Bug Fixes:
104
+
105
+ * Prevent false negatives when checking objects for the methods required to run the
106
+ the `be_an_instance_of` and `be_kind_of` matchers. (Nazar Matus, #1112)
107
+
108
+ ### 3.8.3 / 2019-04-20
109
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.2...v3.8.3)
110
+
111
+ Bug Fixes:
112
+
113
+ * Prevent composed `all` matchers from leaking into their siblings leading to duplicate
114
+ failures. (Jamie English, #1086)
115
+ * Prevent objects which change their hash on comparison from failing change checks.
116
+ (Phil Pirozhkov, #1110)
117
+ * Issue an `ArgumentError` rather than a `NoMethodError` when `be_an_instance_of` and
118
+ `be_kind_of` matchers encounter objects not supporting those methods.
119
+ (Taichi Ishitani, #1107)
120
+
121
+ ### 3.8.2 / 2018-10-09
122
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.1...v3.8.2)
123
+
124
+ Bug Fixes:
125
+
126
+ * Change `include` matcher to rely on a `respond_to?(:include?)` check rather than a direct
127
+ Hash comparison before calling `to_hash` to convert to a hash. (Jordan Owens, #1073)
128
+ * Prevent unexpected call stack jumps from causing an obscure error (`IndexError`), and
129
+ replace that error with a proper informative message. (Jon Rowe, #1076)
130
+
131
+ ### 3.8.1 / 2018-08-06
132
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.0...v3.8.1)
133
+
134
+ Bug Fixes:
135
+
136
+ * Fix regression in `include` matcher so stopped
137
+ `expect(hash.with_indifferent_access).to include(:symbol_key)`
138
+ from working. (Eito Katagiri, #1069)
139
+
140
+ ### 3.8.0 / 2018-08-04
141
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.7.0...v3.8.0)
142
+
143
+ Enhancements:
144
+
145
+ * Improve failure message of `change(receiver, :message)` by including the
146
+ receiver as `SomeClass#some_message`. (Tomohiro Hashidate, #1005)
147
+ * Improve `change` matcher so that it can correctly detect changes in
148
+ deeply nested mutable objects (such as arrays-of-hashes-of-arrays).
149
+ The improved logic uses the before/after `hash` value to see if the
150
+ object has been mutated, rather than shallow duping the object.
151
+ (Myron Marston, #1034)
152
+ * Improve `include` matcher so that pseudo-hash objects (e.g. objects
153
+ that decorate a hash using a `SimpleDelegator` or similar) are treated
154
+ as a hash, as long as they implement `to_hash`. (Pablo Brasero, #1012)
155
+ * Add `max_formatted_output_length=` to configuration, allowing changing
156
+ the length at which we truncate large output strings.
157
+ (Sam Phippen #951, Benoit Tigeot #1056)
158
+ * Improve error message when passing a matcher that doesn't support block
159
+ expectations to a block based `expect`. (@nicktime, #1066)
160
+
161
+ ### 3.7.0 / 2017-10-17
162
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0...v3.7.0)
163
+
164
+ Enhancements:
165
+
166
+ * Improve compatibility with `--enable-frozen-string-literal` option
167
+ on Ruby 2.3+. (Pat Allan, #997)
168
+
169
+ ### 3.6.0 / 2017-05-04
170
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta2...v3.6.0)
171
+
172
+ Enhancements:
173
+
174
+ * Treat NoMethodError as a failure for comparison matchers. (Jon Rowe, #972)
175
+ * Allow for scoped aliased and negated matchers--just call
176
+ `alias_matcher` or `define_negated_matcher` from within an example
177
+ group. (Markus Reiter, #974)
178
+ * Improve failure message of `change` matcher with block and `satisfy` matcher
179
+ by including the block snippet instead of just describing it as `result` or
180
+ `block` when Ripper is available. (Yuji Nakayama, #987)
181
+
182
+ Bug Fixes:
183
+
184
+ * Fix `yield_with_args` and `yield_successive_args` matchers so that
185
+ they compare expected to actual args at the time the args are yielded
186
+ instead of at the end, in case the method that is yielding mutates the
187
+ arguments after yielding. (Alyssa Ross, #965)
188
+
189
+ ### 3.6.0.beta2 / 2016-12-12
190
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta1...v3.6.0.beta2)
191
+
192
+ Bug Fixes:
193
+
194
+ * Using the exist matcher on `File` no longer produces a deprecation warning.
195
+ (Jon Rowe, #954)
196
+
197
+ ### 3.6.0.beta1 / 2016-10-09
198
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0...v3.6.0.beta1)
199
+
200
+ Bug Fixes:
201
+
202
+ * Fix `contain_exactly` to work correctly with ranges. (Myron Marston, #940)
203
+ * Fix `change` to work correctly with sets. (Marcin Gajewski, #939)
204
+
205
+ ### 3.5.0 / 2016-07-01
206
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta4...v3.5.0)
207
+
208
+ Enhancements:
209
+
210
+ * Add support for keyword arguments to the `respond_to` matcher. (Rob Smith, #915).
211
+
212
+ ### 3.5.0.beta4 / 2016-06-05
213
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta3...v3.5.0.beta4)
214
+
215
+ Bug Fixes:
216
+
217
+ * Fix `include` matcher so that it provides a valid diff for hashes. (Yuji Nakayama, #916)
218
+
219
+ ### 3.5.0.beta3 / 2016-04-02
220
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta2...v3.5.0.beta3)
221
+
222
+ Enhancements:
223
+
224
+ * Make `rspec/expectations/minitest_integration` work on Minitest::Spec
225
+ 5.6+. (Myron Marston, #904)
226
+ * Add an alias `having_attributes` for `have_attributes` matcher.
227
+ (Yuji Nakayama, #905)
228
+ * Improve `change` matcher error message when block is mis-used.
229
+ (Alex Altair, #908)
230
+
231
+ ### 3.5.0.beta2 / 2016-03-10
232
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta1...v3.5.0.beta2)
233
+
234
+ Enhancements:
235
+
236
+ * Add the ability to raise an error on encountering false positives via
237
+ `RSpec::Configuration#on_potential_false_positives = :raise`. (Jon Rowe, #900)
238
+ * When using the custom matcher DSL, support new
239
+ `notify_expectation_failures: true` option for the `match` method to
240
+ allow expectation failures to be raised as normal instead of being
241
+ converted into a `false` return value for `matches?`. (Jon Rowe, #892)
242
+
243
+ Bug Fixes:
244
+
245
+ * Allow `should` deprecation check to work on `BasicObject`s. (James Coleman, #898)
246
+
247
+ ### 3.5.0.beta1 / 2016-02-06
248
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.4.0...v3.5.0.beta1)
249
+
250
+ Enhancements:
251
+
252
+ * Make `match_when_negated` in custom matcher DSL support use of
253
+ expectations within the match logic. (Chris Arcand, #789)
254
+
255
+ Bug Fixes:
256
+
257
+ * Return `true` as expected from passing negated expectations
258
+ (such as `expect("foo").not_to eq "bar"`), so they work
259
+ properly when used within a `match` or `match_when_negated`
260
+ block. (Chris Arcand, #789)
261
+
262
+ ### 3.4.0 / 2015-11-11
263
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.1...v3.4.0)
264
+
265
+ Enhancements:
266
+
267
+ * Warn when `RSpec::Matchers` is included in a superclass after it has
268
+ already been included in a subclass on MRI 1.9, since that situation
269
+ can cause uses of `super` to trigger infinite recursion. (Myron Marston, #816)
270
+ * Stop rescuing `NoMemoryError`, `SignalExcepetion`, `Interrupt` and
271
+ `SystemExit`. It is dangerous to interfere with these. (Myron Marston, #845)
272
+ * Add `#with_captures` to the
273
+ [match matcher](https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers/match-matcher)
274
+ which allows a user to specify expected captures when matching a regex
275
+ against a string. (Sam Phippen, #848)
276
+ * Always print compound failure messages in the multi-line form. Trying
277
+ to print it all on a single line didn't read very well. (Myron Marston, #859)
278
+
279
+ Bug Fixes:
280
+
281
+ * Fix failure message from dynamic predicate matchers when the object
282
+ does not respond to the predicate so that it is inspected rather
283
+ than relying upon its `to_s` -- that way for `nil`, `"nil"` is
284
+ printed rather than an empty string. (Myron Marston, #841)
285
+ * Fix SystemStackError raised when diffing an Enumerable object
286
+ whose `#each` includes the object itself. (Yuji Nakayama, #857)
287
+
288
+ ### 3.3.1 / 2015-07-15
289
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.0...v3.3.1)
290
+
291
+ Bug Fixes:
292
+
293
+ * Fix `be >`, `be <`, etc so that it fails rather than allowing an
294
+ argument error to be raised when compared against an object of the
295
+ wrong type. This allows it to be used in composed matcher expressions
296
+ against heterogeneous objects. (Dennis Günnewig, #809)
297
+ * Fix `respond_to` to work properly on target objects
298
+ that redefine the `method` method. (unmanbearpig, #821)
299
+
300
+ ### 3.3.0 / 2015-06-12
301
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.2.1...v3.3.0)
302
+
303
+ Enhancements:
304
+
305
+ * Expose `RSpec::Matchers::EnglishPhrasing` to make it easier to write
306
+ nice failure messages in custom matchers. (Jared Beck, #736)
307
+ * Add `RSpec::Matchers::FailMatchers`, a mixin which provides
308
+ `fail`, `fail_with` and `fail_including` matchers for use in
309
+ specifying that an expectation fails for use by
310
+ extension/plugin authors. (Charlie Rudolph, #729)
311
+ * Avoid loading `tempfile` (and its dependencies) unless
312
+ it is absolutely needed. (Myron Marston, #735)
313
+ * Improve failure output when attempting to use `be_true` or `be_false`.
314
+ (Tim Wade, #744)
315
+ * Define `RSpec::Matchers#respond_to_missing?` so that
316
+ `RSpec::Matchers#respond_to?` and `RSpec::Matchers#method` handle
317
+ dynamic predicate matchers. (Andrei Botalov, #751)
318
+ * Use custom Time/DateTime/BigDecimal formatting for all matchers
319
+ so they are consistently represented in failure messages.
320
+ (Gavin Miller, #740)
321
+ * Add configuration to turn off warnings about matcher combinations that
322
+ may cause false positives. (Jon Rowe, #768)
323
+ * Warn when using a bare `raise_error` matcher that you may be subject to
324
+ false positives. (Jon Rowe, #768)
325
+ * Warn rather than raise when using the`raise_error` matcher in negative
326
+ expectations that may be subject to false positives. (Jon Rowe, #775)
327
+ * Improve failure message for `include(a, b, c)` so that if `a` and `b`
328
+ are included the failure message only mentions `c`. (Chris Arcand, #780)
329
+ * Allow `satisfy` matcher to take an optional description argument
330
+ that will be used in the `description`, `failure_message` and
331
+ `failure_message_when_negated` in place of the undescriptive
332
+ "sastify block". (Chris Arcand, #783)
333
+ * Add new `aggregate_failures` API that allows multiple independent
334
+ expectations to all fail and be listed in the failure output, rather
335
+ than the example aborting on the first failure. (Myron Marston, #776)
336
+ * Improve `raise_error` matcher so that it can accept a matcher as a single argument
337
+ that matches the message. (Time Wade, #782)
338
+
339
+ Bug Fixes:
340
+
341
+ * Make `contain_exactly` / `match_array` work with strict test doubles
342
+ that have not defined `<=>`. (Myron Marston, #758)
343
+ * Fix `include` matcher so that it omits the diff when it would
344
+ confusingly highlight items that are actually included but are not
345
+ an exact match in a line-by-line diff. (Tim Wade, #763)
346
+ * Fix `match` matcher so that it does not blow up when matching a string
347
+ or regex against another matcher (rather than a string or regex).
348
+ (Myron Marston, #772)
349
+ * Silence whitespace-only diffs. (Myron Marston, #801)
350
+
351
+ ### 3.2.1 / 2015-04-06
352
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.2.0...v3.2.1)
353
+
354
+ Bug Fixes:
355
+
356
+ * Prevent `Range`s from being enumerated when generating matcher
357
+ descriptions. (Jon Rowe, #755)
358
+ * Ensure exception messages are compared as strings in the `raise_error`
359
+ matcher. (Jon Rowe, #755)
360
+
361
+ ### 3.2.0 / 2015-02-03
362
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.1.2...v3.2.0)
363
+
364
+ Enhancements:
365
+
366
+ * Add `block_arg` method to custom matcher API, which allows you to
367
+ access the block passed to a custom matcher, if there is one.
368
+ (Mike Dalton, #645)
369
+ * Provide more detail in failure message of `yield_control` matcher.
370
+ (Jon Rowe, #650)
371
+ * Add a shorthand syntax for `chain` in the matcher DSL which assigns values
372
+ for use elsewhere, for example `chain :and_smaller_than, :small_value`
373
+ creates an `attr_reader` for `small_value` (Tom Stuart, #644)
374
+ * Provide a more helpful deprecation message when using the `should` syntax.
375
+ (Elia Schito, #663)
376
+ * Provide more detail in the `have_attributes` matcher failure message.
377
+ (Jon Rowe, #668)
378
+ * Make the `have_attributes` matcher diffable.
379
+ (Jon Rowe, Alexey Fedorov, #668)
380
+ * Add `output(...).to_std(out|err)_from_any_process` as alternatives
381
+ to `output(...).to_std(out|err)`. The latter doesn't work when a sub
382
+ process writes to the named stream but is much faster.
383
+ (Alex Genco, #700)
384
+ * Improve compound matchers (created by `and` and `or`) so that diffs
385
+ are included in failures when one or more of their matchers
386
+ are diffable. (Alexey Fedorov, #713)
387
+
388
+ Bug Fixes:
389
+
390
+ * Avoid calling `private_methods` from the `be` predicate matcher on
391
+ the target object if the object publicly responds to the predicate
392
+ method. This avoids a possible error that can occur if the object
393
+ raises errors from `private_methods` (which can happen with celluloid
394
+ objects). (@chapmajs, #670)
395
+ * Make `yield_control` (with no modifier) default to
396
+ `at_least(:once)` rather than raising a confusing error
397
+ when multiple yields are encountered.
398
+ (Myron Marston, #675)
399
+ * Fix "instance variable @color not initialized" warning when using
400
+ rspec-expectations outside of an rspec-core context. (Myron Marston, #689)
401
+ * Fix `start_with` and `end_with` to work properly when checking a
402
+ string against an array of strings. (Myron Marston, #690)
403
+ * Don't use internally delegated matchers when generating descriptions
404
+ for examples without doc strings. (Myron Marston, #692)
405
+
406
+ ### 3.1.2 / 2014-09-26
407
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.1.1...v3.1.2)
408
+
409
+ Bug Fixes:
410
+
411
+ * Fix `define_negated_matcher` so that matchers that support fluent
412
+ interfaces continue to be negated after you use the chained method.
413
+ (Myron Marston, #656)
414
+ * Fix `define_negated_matcher` so that the matchers fail with an
415
+ appropriate failure message. (Myron Marston, #659)
416
+
417
+ ### 3.1.1 / 2014-09-15
418
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.1.0...v3.1.1)
419
+
420
+ Bug Fixes:
421
+
422
+ * Fix regression in `all` matcher in 3.1.0 that prevented it from
423
+ working on objects that are not `Enumerable` but do implement
424
+ `each_with_index` (such as an ActiveRecord proxy). (Jori Hardman, #647)
425
+
426
+ ### 3.1.0 / 2014-09-04
427
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.4...v3.1.0)
428
+
429
+ Enhancements:
430
+
431
+ * Add `have_attributes` matcher, that passes if actual's attribute
432
+ values match the expected attributes hash:
433
+ `Person = Struct.new(:name, :age)`
434
+ `person = Person.new("Bob", 32)`
435
+ `expect(person).to have_attributes(:name => "Bob", :age => 32)`.
436
+ (Adam Farhi, #571)
437
+ * Extended compound matcher support to block matchers, for cases like:
438
+ `expect { ... }.to change { x }.to(3).and change { y }.to(4)`. (Myron
439
+ Marston, #567)
440
+ * Include chained methods in custom matcher description and failure message
441
+ when new `include_chain_clauses_in_custom_matcher_descriptions` config
442
+ option is enabled. (Dan Oved, #600)
443
+ * Add `thrice` modifier to `yield_control` matcher as a synonym for
444
+ `exactly(3).times`. (Dennis Taylor, #615)
445
+ * Add `RSpec::Matchers.define_negated_matcher`, which defines a negated
446
+ version of the named matcher. (Adam Farhi, Myron Marston, #618)
447
+ * Document and support negation of `contain_exactly`/`match_array`.
448
+ (Jon Rowe, #626).
449
+
450
+ Bug Fixes:
451
+
452
+ * Rename private `LegacyMacherAdapter` constant to `LegacyMatcherAdapter`
453
+ to fix typo. (Abdelkader Boudih, #563)
454
+ * Fix `all` matcher so that it fails properly (rather than raising a
455
+ `NoMethodError`) when matched against a non-enumerable. (Hao Su, #622)
456
+
457
+ ### 3.0.4 / 2014-08-14
458
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.3...v3.0.4)
459
+
460
+ Bug Fixes:
461
+
462
+ * Fix `start_with` and `end_with` so that they work properly with
463
+ structs. (Myron Marston, #620)
464
+ * Fix failure message generation so that structs are printed properly
465
+ in failures. Previously failure messages would represent them as
466
+ an array. (Myron Marston, #620)
467
+ * Fix composable matcher support so that it does not wrongly treat
468
+ structs as arrays. (Myron Marston, #620)
469
+
470
+ ### 3.0.3 / 2014-07-21
471
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.2...v3.0.3)
472
+
473
+ Bug Fixes:
474
+
475
+ * Fix issue with detection of generic operator matchers so they work
476
+ correctly when undefined. (Myron Marston, #597)
477
+ * Don't inadvertently define `BasicObject` in 1.8.7. (Chris Griego, #603)
478
+ * Fix `include` matcher so that it fails gracefully when matched against
479
+ an object that does not respond to `include?`. (Myron Marston, #607)
480
+
481
+ ### 3.0.2 / 2014-06-19
482
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.1...v3.0.2)
483
+
484
+ Bug Fixes:
485
+
486
+ * Fix regression in `contain_exactly` (AKA `match_array`) that caused it
487
+ to wrongly pass when the expected array was empty. (Myron Marston, #581)
488
+ * Provide a better error message when you use the `change(obj, :msg)`
489
+ form of the change matcher but forget the message argument. (Alex
490
+ Sunderland, #585)
491
+ * Make the `contain_exactly` matcher work with arrays that contain hashes in
492
+ arbitrary ordering. (Sam Phippen, #578)
493
+
494
+ ### 3.0.1 / 2014-06-12
495
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0...v3.0.1)
496
+
497
+ Bug Fixes:
498
+
499
+ * Add a missing `require` that would cause the `respond_to` matcher to
500
+ fail when used in a project where the rest of RSpec (e.g. core and
501
+ expecatations) weren't being used. (Myron Marston, #566)
502
+ * Structs are no longer treated as arrays when diffed. (Jon Rowe, #576)
503
+
504
+ ### 3.0.0 / 2014-06-01
505
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0.rc1...v3.0.0)
506
+
507
+ No code changes. Just taking it out of pre-release.
508
+
509
+ ### 3.0.0.rc1 / 2014-05-18
510
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0.beta2...v3.0.0.rc1)
511
+
512
+ Breaking Changes for 3.0.0:
513
+
514
+ * Remove `matcher_execution_context` attribute from DSL-defined
515
+ custom matchers. (Myron Marston)
516
+ * Remove `RSpec::Matchers::Pretty#_pretty_print`. (Myron Marston)
517
+ * Remove `RSpec::Matchers::Pretty#expected_to_sentence`. (Myron Marston)
518
+ * Rename `RSpec::Matchers::Configuration` constant to
519
+ `RSpec::Expectations::Configuration`. (Myron Marston)
520
+ * Prevent `have_xyz` predicate matchers using private methods.
521
+ (Adrian Gonzalez)
522
+ * Block matchers must now implement `supports_block_expectations?`.
523
+ (Myron Marston)
524
+ * Stop supporting `require 'rspec-expectations'`.
525
+ Use `require 'rspec/expectations'` instead. (Myron Marston)
526
+
527
+ Bug Fixes:
528
+
529
+ * Fix `NoMethodError` triggered by beta2 when `YARD` was loaded in
530
+ the test environment. (Myron Marston)
531
+ * Fix `be_xyz` matcher to accept a `do...end` block. (Myron Marston)
532
+ * Fix composable matcher failure message generation logic
533
+ so that it does not blow up when given `$stdout` or `$stderr`.
534
+ (Myron Marston)
535
+ * Fix `change` matcher to work properly with `IO` objects.
536
+ (Myron Marston)
537
+ * Fix `exist` matcher so that it can be used in composed matcher
538
+ expressions involving objects that do not implement `exist?` or
539
+ `exists?`. (Daniel Fone)
540
+ * Fix composable matcher match logic so that it clones matchers
541
+ before using them in order to work properly with matchers
542
+ that use internal memoization based on a given `actual` value.
543
+ (Myron Marston)
544
+ * Fix `be_xyz` and `has_xyz` predicate matchers so that they can
545
+ be used in composed matcher expressions involving objects that
546
+ do not implement the predicate method. (Daniel Fone)
547
+
548
+ Enhancements:
549
+
550
+ * Document the remaining public APIs. rspec-expectations now has 100% of
551
+ the public API documented and will remain that way (as new undocumented
552
+ methods will fail the build). (Myron Marston)
553
+ * Improve the formatting of BigDecimal objects in `eq` matcher failure
554
+ messages. (Daniel Fone)
555
+ * Improve the failure message for `be_xyz` predicate matchers so
556
+ that it includes the `inspect` output of the receiver.
557
+ (Erik Michaels-Ober, Sam Phippen)
558
+ * Add `all` matcher, to allow you to specify that a given matcher
559
+ matches all elements in a collection:
560
+ `expect([1, 3, 5]).to all( be_odd )`. (Adam Farhi)
561
+ * Add boolean aliases (`&`/`|`) for compound operators (`and`/`or`). (Adam Farhi)
562
+ * Give users a clear error when they wrongly use a value matcher
563
+ in a block expectation expression (e.g. `expect { 3 }.to eq(3)`)
564
+ or vice versa. (Myron Marston)
565
+
566
+ ### 3.0.0.beta2 / 2014-02-17
567
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0.beta1...v3.0.0.beta2)
568
+
569
+ Breaking Changes for 3.0.0:
570
+
571
+ * Remove deprecated support for accessing the `RSpec` constant using
572
+ `Rspec` or `Spec`. (Myron Marston)
573
+ * Remove deprecated `RSpec::Expectations.differ=`. (Myron Marston)
574
+ * Remove support for deprecated `expect(...).should`. (Myron Marston)
575
+ * Explicitly disallow `expect { }.not_to change { }` with `by`,
576
+ `by_at_least`, `by_at_most` or `to`. These have never been supported
577
+ but did not raise explicit errors. (Myron Marston)
578
+ * Provide `===` rather than `==` as an alias of `matches?` for
579
+ all matchers. The semantics of `===` are closer to an RSpec
580
+ matcher than `==`. (Myron Marston)
581
+ * Remove deprecated `RSpec::Matchers::OperatorMatcher` constant.
582
+ (Myron Marston)
583
+ * Make `RSpec::Expectations::ExpectationNotMetError` subclass
584
+ `Exception` rather than `StandardError` so they can bypass
585
+ a bare `rescue` in end-user code (e.g. when an expectation is
586
+ set from within a rspec-mocks stub implementation). (Myron Marston)
587
+ * Remove Test::Unit and Minitest 4.x integration. (Myron Marston)
588
+
589
+ Enhancements:
590
+
591
+ * Simplify the failure message of the `be` matcher when matching against:
592
+ `true`, `false` and `nil`. (Sam Phippen)
593
+ * Update matcher protocol and custom matcher DSL to better align
594
+ with the newer `expect` syntax. If you want your matchers to
595
+ maintain compatibility with multiple versions of RSpec, you can
596
+ alias the new names to the old. (Myron Marston)
597
+ * `failure_message_for_should` => `failure_message`
598
+ * `failure_message_for_should_not` => `failure_message_when_negated`
599
+ * `match_for_should` => `match`
600
+ * `match_for_should_not` => `match_when_negated`
601
+ * Improve generated descriptions from `change` matcher. (Myron Marston)
602
+ * Add support for compound matcher expressions using `and` and `or`.
603
+ Simply chain them off of any existing matcher to create an expression
604
+ like `expect(alphabet).to start_with("a").and end_with("z")`.
605
+ (Eloy Espinaco)
606
+ * Add `contain_exactly` as a less ambiguous version of `match_array`.
607
+ Note that it expects the expected array to be splatted as
608
+ individual args: `expect(array).to contain_exactly(1, 2)` is
609
+ the same as `expect(array).to match_array([1, 2])`. (Myron Marston)
610
+ * Update `contain_exactly`/`match_array` so that it can match against
611
+ other non-array collections (such as a `Set`). (Myron Marston)
612
+ * Update built-in matchers so that they can accept matchers as arguments
613
+ to allow you to compose matchers in arbitrary ways. (Myron Marston)
614
+ * Add `RSpec::Matchers::Composable` mixin that can be used to make
615
+ a custom matcher composable as well. Note that custom matchers
616
+ defined via `RSpec::Matchers.define` already have this. (Myron
617
+ Marston)
618
+ * Define noun-phrase aliases for built-in matchers, which can be
619
+ used when creating composed matcher expressions that read better
620
+ and provide better failure messages. (Myron Marston)
621
+ * Add `RSpec::Matchers.alias_matcher` so users can define their own
622
+ matcher aliases. The `description` of the matcher will reflect the
623
+ alternate matcher name. (Myron Marston)
624
+ * Add explicit `be_between` matcher. `be_between` has worked for a
625
+ long time as a dynamic predicate matcher, but the failure message
626
+ was suboptimal. The new matcher provides a much better failure
627
+ message. (Erik Michaels-Ober)
628
+ * Enhance the `be_between` matcher to allow for `inclusive` or `exclusive`
629
+ comparison (e.g. inclusive of min/max or exclusive of min/max).
630
+ (Pedro Gimenez)
631
+ * Make failure message for `not_to be #{operator}` less confusing by
632
+ only saying it's confusing when comparison operators are used.
633
+ (Prathamesh Sonpatki)
634
+ * Improve failure message of `eq` matcher when `Time` or `DateTime`
635
+ objects are used so that the full sub-second precision is included.
636
+ (Thomas Holmes, Jeff Wallace)
637
+ * Add `output` matcher for expecting that a block outputs `to_stdout`
638
+ or `to_stderr`. (Luca Pette, Matthias Günther)
639
+ * Forward a provided block on to the `has_xyz?` method call when
640
+ the `have_xyz` matcher is used. (Damian Galarza)
641
+ * Provide integration with Minitest 5.x. Require
642
+ `rspec/expectations/minitest_integration` after loading minitest
643
+ to use rspec-expectations with minitest. (Myron Marston)
644
+
645
+ Bug Fixes:
646
+
647
+ * Fix wrong matcher descriptions with falsey expected value (yujinakayama)
648
+ * Fix `expect { }.not_to change { }.from(x)` so that the matcher only
649
+ passes if the starting value is `x`. (Tyler Rick, Myron Marston)
650
+ * Fix hash diffing, so that it colorizes properly and doesn't consider trailing
651
+ commas when performing the diff. (Jared Norman)
652
+ * Fix built-in matchers to fail normally rather than raising
653
+ `ArgumentError` when given an object of the wrong type to match
654
+ against, so that they work well in composite matcher expressions like
655
+ `expect([1.51, "foo"]).to include(a_string_matching(/foo/), a_value_within(0.1).of(1.5))`.
656
+ (Myron Marston)
657
+
658
+ Deprecations:
659
+
660
+ * Retain support for RSpec 2 matcher protocol (e.g. for matchers
661
+ in 3rd party extension gems like `shoulda`), but it will print
662
+ a deprecation warning. (Myron Marston)
663
+
664
+ ### 3.0.0.beta1 / 2013-11-07
665
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.2...v3.0.0.beta1)
666
+
667
+ Breaking Changes for 3.0.0:
668
+
669
+ * Remove explicit support for 1.8.6. (Jon Rowe)
670
+ * Remove the deprecated `be_close` matcher, preferring `be_within` instead.
671
+ (Sam Phippen)
672
+ * Remove the deprecated `have`, `have_at_least` and `have_at_most` matchers.
673
+ You can continue using those matchers through https://github.com/rspec/rspec-collection_matchers,
674
+ or you can rewrite your expectations with something like
675
+ `expect(your_object.size).to eq(num)`. (Hugo Baraúna)
676
+ * Rename `be_true` and `be_false` to `be_truthy` and `be_falsey`. (Sam Phippen)
677
+ * Make `expect { }.to_not raise_error(SomeSpecificClass, message)`,
678
+ `expect { }.to_not raise_error(SomeSpecificClass)` and
679
+ `expect { }.to_not raise_error(message)` invalid, since they are prone
680
+ to hiding failures. Instead, use `expect { }.to_not raise_error` (with no
681
+ args). (Sam Phippen)
682
+ * Within `RSpec::Matchers.define` blocks, helper methods made available
683
+ either via `def self.helper` or `extend HelperModule` are no longer
684
+ available to the `match` block (or any of the others). Instead
685
+ `include` your helper module and define the helper method as an
686
+ instance method. (Myron Marston)
687
+ * Force upgrading Diff::LCS for encoding compatability with diffs. (Jon Rowe)
688
+
689
+ Enhancements:
690
+
691
+ * Support `do..end` style block with `raise_error` matcher. (Yuji Nakayama)
692
+ * Rewrote custom matcher DSL to simplify its implementation and solve a
693
+ few issues. (Myron Marston)
694
+ * Allow early `return` from within custom matcher DSL blocks. (Myron
695
+ Marston)
696
+ * The custom matcher DSL's `chain` can now accept a block. (Myron
697
+ Marston)
698
+ * Support setting an expectation on a `raise_error` matcher via a chained
699
+ `with_message` method call. (Sam Phippen)
700
+
701
+ Bug Fixes:
702
+
703
+ * Allow `include` and `match` matchers to be used from within a
704
+ DSL-defined custom matcher's `match` block. (Myron Marston)
705
+ * Correct encoding error message on diff failure (Jon Rowe)
706
+
707
+ Deprecations:
708
+
709
+ * Using the old `:should` syntax without explicitly configuring it is deprecated.
710
+ It will continue to work but will emit a deprecation warning in RSpec 3 if
711
+ you do not explicitly enable it. (Sam Phippen)
712
+
713
+ ### 2.99.2 / 2014-07-21
714
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.1...v2.99.2)
715
+
716
+ Bug Fixes:
717
+
718
+ * Fix regression in `Expectations#method_handle_for` where proxy objects
719
+ with method delegated would wrongly not return a method handle.
720
+ (Jon Rowe, #594)
721
+ * Fix issue with detection of generic operator matchers so they work
722
+ correctly when undefined. (Myron Marston, #597)
723
+
724
+ ### 2.99.1 / 2014-06-19
725
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0...v2.99.1)
726
+
727
+ Bug Fixes:
728
+
729
+ * Fix typo in custom matcher `expected` deprecation warning -- it's
730
+ `expected_as_array`, not `expected_array`. (Frederick Cheung, #562)
731
+
732
+ ### 2.99.0 / 2014-06-01
733
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0.rc1...v2.99.0)
734
+
735
+ Enhancements:
736
+
737
+ * Special case deprecation message for `errors_on` with `rspec-rails` to be more useful.
738
+ (Aaron Kromer)
739
+
740
+ ### 2.99.0.rc1 / 2014-05-18
741
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0.beta2...2.99.0.rc1)
742
+
743
+ Deprecations:
744
+
745
+ * Deprecate `matcher_execution_context` attribute on DSL-defined
746
+ custom matchers. (Myron Marston)
747
+ * Deprecate `RSpec::Matchers::Pretty#_pretty_print`. (Myron Marston)
748
+ * Deprecate `RSpec::Matchers::Pretty#expected_to_sentence`. (Myron Marston)
749
+ * Deprecate `RSpec::Matchers::Configuration` in favor of
750
+ `RSpec::Expectations::Configuration`. (Myron Marston)
751
+ * Deprecate `be_xyz` predicate matcher on an object that doesn't respond to
752
+ `xyz?` or `xyzs?`. (Daniel Fone)
753
+ * Deprecate `have_xyz` matcher on an object that doesn't respond to `has_xyz?`.
754
+ (Daniel Fone)
755
+ * Deprecate `have_xyz` matcher on an object that has a private method `has_xyz?`.
756
+ (Jon Rowe)
757
+ * Issue a deprecation warning when a block expectation expression is
758
+ used with a matcher that doesn't explicitly support block expectations
759
+ via `supports_block_expectations?`. (Myron Marston)
760
+ * Deprecate `require 'rspec-expectations'`. Use
761
+ `require 'rspec/expectations'` instead. (Myron Marston)
762
+
763
+ ### 2.99.0.beta2 / 2014-02-17
764
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0.beta1...v2.99.0.beta2)
765
+
766
+ Deprecations:
767
+
768
+ * Deprecate chaining `by`, `by_at_least`, `by_at_most` or `to` off of
769
+ `expect { }.not_to change { }`. The docs have always said these are
770
+ not supported for the negative form but now they explicitly raise
771
+ errors in RSpec 3. (Myron Marston)
772
+ * Change the semantics of `expect { }.not_to change { x }.from(y)`.
773
+ In RSpec 2.x, this expectation would only fail if `x` started with
774
+ the value of `y` and changed. If it started with a different value
775
+ and changed, it would pass. In RSpec 3, it will pass only if the
776
+ value starts at `y` and it does not change. (Myron Marston)
777
+ * Deprecate `matcher == value` as an alias for `matcher.matches?(value)`,
778
+ in favor of `matcher === value`. (Myron Marston)
779
+ * Deprecate `RSpec::Matchers::OperatorMatcher` in favor of
780
+ `RSpec::Matchers::BuiltIn::OperatorMatcher`. (Myron Marston)
781
+ * Deprecate auto-integration with Test::Unit and minitest.
782
+ Instead, include `RSpec::Matchers` in the appropriate test case
783
+ base class yourself. (Myron Marston)
784
+ * Deprecate treating `#expected` on a DSL-generated custom matcher
785
+ as an array when only 1 argument is passed to the matcher method.
786
+ In RSpec 3 it will be the single value in order to make diffs
787
+ work properly. (Jon Rowe)
788
+
789
+ ### 2.99.0.beta1 / 2013-11-07
790
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.4...v2.99.0.beta1)
791
+
792
+ Deprecations
793
+
794
+ * Deprecate `have`, `have_at_least` and `have_at_most`. You can continue using those
795
+ matchers through https://github.com/rspec/rspec-collection_matchers, or
796
+ you can rewrite your expectations with something like
797
+ `expect(your_object.size).to eq(num)`. (Hugo Baraúna)
798
+ * Deprecate `be_xyz` predicate matcher when `xyz?` is a private method.
799
+ (Jon Rowe)
800
+ * Deprecate `be_true`/`be_false` in favour of `be_truthy`/`be_falsey`
801
+ (for Ruby's conditional semantics) or `be true`/`be false`
802
+ (for exact equality). (Sam Phippen)
803
+ * Deprecate calling helper methods from a custom matcher with the wrong
804
+ scope. (Myron Marston)
805
+ * `def self.foo` / `extend Helper` can be used to add macro methods
806
+ (e.g. methods that call the custom matcher DSL methods), but should
807
+ not be used to define helper methods called from within the DSL
808
+ blocks.
809
+ * `def foo` / `include Helper` is the opposite: it's for helper methods
810
+ callable from within a DSL block, but not for defining macros.
811
+ * RSpec 2.x allowed helper methods defined either way to be used for
812
+ either purpose, but RSpec 3.0 will not.
813
+
814
+ ### 2.14.5 / 2014-02-01
815
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.4...v2.14.5)
816
+
817
+ Bug fixes
818
+
819
+ * Fix wrong matcher descriptions with falsey expected value
820
+ (yujinakayama)
821
+
822
+ ### 2.14.4 / 2013-11-06
823
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.3...v2.14.4)
824
+
825
+ Bug fixes
826
+
827
+ * Make the `match` matcher produce a diff output. (Jon Rowe, Ben Moss)
828
+ * Choose encoding for diff's more intelligently, and when all else fails fall
829
+ back to default internal encoding with replacing characters. (Jon Rowe)
830
+
831
+ ### 2.14.3 / 2013-09-22
832
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.2...v2.14.3)
833
+
834
+ Bug fixes
835
+
836
+ * Fix operator matchers (`should` syntax) when `method` is redefined on target.
837
+ (Brandon Turner)
838
+ * Fix diffing of hashes with object based keys. (Jon Rowe)
839
+ * Fix operator matchers (`should` syntax) when operator is defined via
840
+ `method_missing` (Jon Rowe)
841
+
842
+ ### 2.14.2 / 2013-08-14
843
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.1...v2.14.2)
844
+
845
+ Bug fixes
846
+
847
+ * Fix `be_<predicate>` matcher to not support operator chaining like the
848
+ `be` matcher does (e.g. `be == 5`). This led to some odd behaviors
849
+ since `be_<predicate> == anything` returned a `BeComparedTo` matcher
850
+ and was thus always truthy. This was a consequence of the implementation
851
+ (e.g. subclassing the basic `Be` matcher) and was not intended behavior.
852
+ (Myron Marston).
853
+ * Fix `change` matcher to compare using `==` in addition to `===`. This
854
+ is important for an expression like:
855
+ `expect {}.to change { a.class }.from(ClassA).to(ClassB)` because
856
+ `SomeClass === SomeClass` returns false. (Myron Marston)
857
+
858
+ ### 2.14.1 / 2013-08-08
859
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.0...2.14.1)
860
+
861
+ Bug fixes
862
+
863
+ * Ensure diff output uses the same encoding as the encoding of
864
+ the string being diff'd to prevent `Encoding::UndefinedConversionError`
865
+ errors (Jon Rowe).
866
+
867
+ ### 2.14.0 / 2013-07-06
868
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.0.rc1...v2.14.0)
869
+
870
+ Bug fixes
871
+
872
+ * Values that are not matchers use `#inspect`, rather than `#description` for
873
+ documentation output (Andy Lindeman, Sam Phippen).
874
+ * Make `expect(a).to be_within(x).percent_of(y)` work with negative y
875
+ (Katsuhiko Nishimra).
876
+ * Make the `be_predicate` matcher work as expected used with `expect{...}.to
877
+ change...` (Sam Phippen).
878
+
879
+ ### 2.14.0.rc1 / 2013-05-27
880
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.13.0...v2.14.0.rc1)
881
+
882
+ Enhancements
883
+
884
+ * Enhance `yield_control` so that you can specify an exact or relative
885
+ number of times: `expect { }.to yield_control.exactly(3).times`,
886
+ `expect { }.to yield_control.at_least(2).times`, etc (Bartek
887
+ Borkowski).
888
+ * Make the differ that is used when an expectation fails better handle arrays
889
+ by splitting each element of the array onto its own line. (Sam Phippen)
890
+ * Accept duck-typed strings that respond to `:to_str` as expectation messages.
891
+ (Toby Ovod-Everett)
892
+
893
+ Bug fixes
894
+
895
+ * Fix differ to not raise errors when dealing with differently-encoded
896
+ strings (Jon Rowe).
897
+ * Fix `expect(something).to be_within(x).percent_of(y)` where x and y are both
898
+ integers (Sam Phippen).
899
+ * Fix `have` matcher to handle the fact that on ruby 2.0,
900
+ `Enumerator#size` may return nil (Kenta Murata).
901
+ * Fix `expect { raise s }.to raise_error(s)` where s is an error instance
902
+ on ruby 2.0 (Sam Phippen).
903
+ * Fix `expect(object).to raise_error` passing. This now warns the user and
904
+ fails the spec (tomykaira).
905
+
906
+ Deprecations
907
+
908
+ * Deprecate `expect { }.not_to raise_error(SpecificErrorClass)` or
909
+ `expect { }.not_to raise_error("some specific message")`. Using
910
+ these was prone to hiding failures as they would allow _any other
911
+ error_ to pass. (Sam Phippen and David Chelimsky)
912
+
913
+ ### 2.13.0 / 2013-02-23
914
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.12.1...v2.13.0)
915
+
916
+ Enhancements
917
+
918
+ * Add support for percent deltas to `be_within` matcher:
919
+ `expect(value).to be_within(10).percent_of(expected)`
920
+ (Myron Marston).
921
+ * Add support to `include` matcher to allow it to be given a list
922
+ of matchers as the expecteds to match against (Luke Redpath).
923
+
924
+ Bug fixes
925
+
926
+ * Fix `change` matcher so that it dups strings in order to handle
927
+ mutated strings (Myron Marston).
928
+ * Fix `should be =~ /some regex/` / `expect(...).to be =~ /some regex/`.
929
+ Previously, these either failed with a confusing `undefined method
930
+ matches?' for false:FalseClass` error or were no-ops that didn't
931
+ actually verify anything (Myron Marston).
932
+ * Add compatibility for diff-lcs 1.2 and relax the version
933
+ constraint (Peter Goldstein).
934
+ * Fix DSL-generated matchers to allow multiple instances of the
935
+ same matcher in the same example to have different description
936
+ and failure messages based on the expected value (Myron Marston).
937
+ * Prevent `undefined method #split for Array` error when dumping
938
+ the diff of an array of multiline strings (Myron Marston).
939
+ * Don't blow up when comparing strings that are in an encoding
940
+ that is not ASCII compatible (Myron Marston).
941
+ * Remove confusing "Check the implementation of #==" message
942
+ printed for empty diffs (Myron Marston).
943
+
944
+ ### 2.12.1 / 2012-12-15
945
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.12.0...v2.12.1)
946
+
947
+ Bug fixes
948
+
949
+ * Improve the failure message for an expression like
950
+ `{}.should =~ {}`. (Myron Marston and Andy Lindeman)
951
+ * Provide a `match_regex` alias so that custom matchers
952
+ built using the matcher DSL can use it (since `match`
953
+ is a different method in that context).
954
+ (Steven Harman)
955
+
956
+ ### 2.12.0 / 2012-11-12
957
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.3...v2.12.0)
958
+
959
+ Enhancements
960
+
961
+ * Colorize diffs if the `--color` option is configured. (Alex Coplan)
962
+ * Include backtraces in unexpected errors handled by `raise_error`
963
+ matcher (Myron Marston)
964
+ * Print a warning when users accidentally pass a non-string argument
965
+ as an expectation message (Sam Phippen)
966
+ * `=~` and `match_array` matchers output a more useful error message when
967
+ the actual value is not an array (or an object that responds to `#to_ary`)
968
+ (Sam Phippen)
969
+
970
+ Bug fixes
971
+
972
+ * Fix `include` matcher so that `expect({}).to include(:a => nil)`
973
+ fails as it should (Sam Phippen).
974
+ * Fix `be_an_instance_of` matcher so that `Class#to_s` is used in the
975
+ description rather than `Class#inspect`, since some classes (like
976
+ `ActiveRecord::Base`) define a long, verbose `#inspect`.
977
+ (Tom Stuart)
978
+
979
+ ### 2.11.3 / 2012-09-04
980
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.2...v2.11.3)
981
+
982
+ Bug fixes
983
+
984
+ * Fix (and deprecate) `expect { }.should` syntax so that it works even
985
+ though it was never a documented or intended syntax. It worked as a
986
+ consequence of the implementation of `expect` in RSpec 2.10 and
987
+ earlier. (Myron Marston)
988
+ * Ensure #== is defined on built in matchers so that they can be composed.
989
+ For example:
990
+
991
+ expect {
992
+ user.emailed!
993
+ }.to change { user.last_emailed_at }.to be_within(1.second).of(Time.zone.now)
994
+
995
+ ### 2.11.2 / 2012-07-25
996
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.1...v2.11.2)
997
+
998
+ Bug fixes
999
+
1000
+ * Define `should` and `should_not` on `Object` rather than `BasicObject`
1001
+ on MacRuby. On MacRuby, `BasicObject` is defined but is not the root
1002
+ of the object hierarchy. (Gabriel Gilder)
1003
+
1004
+ ### 2.11.1 / 2012-07-08
1005
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.0...v2.11.1)
1006
+
1007
+ Bug fixes
1008
+
1009
+ * Constrain `actual` in `be_within` matcher to values that respond to `-` instead
1010
+ of requiring a specific type.
1011
+ * `Time`, for example, is a legit alternative.
1012
+
1013
+ ### 2.11.0 / 2012-07-07
1014
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.10.0...v2.11.0)
1015
+
1016
+ Enhancements
1017
+
1018
+ * Expand `expect` syntax so that it supports expections on bare values
1019
+ in addition to blocks (Myron Marston).
1020
+ * Add configuration options to control available expectation syntaxes
1021
+ (Myron Marston):
1022
+ * `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = :expect }`
1023
+ * `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = :should }`
1024
+ * `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = [:should, :expect] }`
1025
+ * `RSpec.configuration.add_should_and_should_not_to Delegator`
1026
+
1027
+ Bug fixes
1028
+
1029
+ * Allow only `Numeric` values to be the "actual" in the `be_within` matcher.
1030
+ This prevents confusing error messages. (Su Zhang @zhangsu)
1031
+ * Define `should` and `should_not` on `BasicObject` rather than `Kernel`
1032
+ on 1.9. This makes `should` and `should_not` work properly with
1033
+ `BasicObject`-subclassed proxy objects like `Delegator`. (Myron
1034
+ Marston)
1035
+
1036
+ ### 2.10.0 / 2012-05-03
1037
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.1...v2.10.0)
1038
+
1039
+ Enhancements
1040
+
1041
+ * Add new `start_with` and `end_with` matchers (Jeremy Wadsack)
1042
+ * Add new matchers for specifying yields (Myron Marston):
1043
+ * `expect {...}.to yield_control`
1044
+ * `expect {...}.to yield_with_args(1, 2, 3)`
1045
+ * `expect {...}.to yield_with_no_args`
1046
+ * `expect {...}.to yield_successive_args(1, 2, 3)`
1047
+ * `match_unless_raises` takes multiple exception args
1048
+
1049
+ Bug fixes
1050
+
1051
+ * Fix `be_within` matcher to be inclusive of delta.
1052
+ * Fix message-specific specs to pass on Rubinius (John Firebaugh)
1053
+
1054
+ ### 2.9.1 / 2012-04-03
1055
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.0...v2.9.1)
1056
+
1057
+ Bug fixes
1058
+
1059
+ * Provide a helpful message if the diff between two objects is empty.
1060
+ * Fix bug diffing single strings with multiline strings.
1061
+ * Fix for error with using custom matchers inside other custom matchers
1062
+ (mirasrael)
1063
+ * Fix using execution context methods in nested DSL matchers (mirasrael)
1064
+
1065
+ ### 2.9.0 / 2012-03-17
1066
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0)
1067
+
1068
+ Enhancements
1069
+
1070
+ * Move built-in matcher classes to RSpec::Matchers::BuiltIn to reduce pollution
1071
+ of RSpec::Matchers (which is included in every example).
1072
+ * Autoload files with matcher classes to improve load time.
1073
+
1074
+ Bug fixes
1075
+
1076
+ * Align `respond_to?` and `method_missing` in DSL-defined matchers.
1077
+ * Clear out user-defined instance variables between invocations of DSL-defined
1078
+ matchers.
1079
+ * Dup the instance of a DSL generated matcher so its state is not changed by
1080
+ subsequent invocations.
1081
+ * Treat expected args consistently across positive and negative expectations
1082
+ (thanks to Ralf Kistner for the heads up)
1083
+
1084
+ ### 2.8.0 / 2012-01-04
1085
+
1086
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0.rc2...v2.8.0)
1087
+
1088
+ Enhancements
1089
+
1090
+ * Better diff output for Hash (Philippe Creux)
1091
+ * Eliminate Ruby warnings (Olek Janiszewski)
1092
+
1093
+ ### 2.8.0.rc2 / 2011-12-19
1094
+
1095
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0.rc1...v2.8.0.rc2)
1096
+
1097
+ No changes for this release. Just releasing with the other rspec gems.
1098
+
1099
+ ### 2.8.0.rc1 / 2011-11-06
1100
+
1101
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.7.0...v2.8.0.rc1)
1102
+
1103
+ Enhancements
1104
+
1105
+ * Use classes for the built-in matchers (they're faster).
1106
+ * Eliminate Ruby warnings (Matijs van Zuijlen)
1107
+
1108
+ ### 2.7.0 / 2011-10-16
1109
+
1110
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.6.0...v2.7.0)
1111
+
1112
+ Enhancements
1113
+
1114
+ * `HaveMatcher` converts argument using `to_i` (Alex Bepple & Pat Maddox)
1115
+ * Improved failure message for the `have_xxx` matcher (Myron Marston)
1116
+ * `HaveMatcher` supports `count` (Matthew Bellantoni)
1117
+ * Change matcher dups `Enumerable` before the action, supporting custom
1118
+ `Enumerable` types like `CollectionProxy` in Rails (David Chelimsky)
1119
+
1120
+ Bug fixes
1121
+
1122
+ * Fix typo in `have(n).xyz` documentation (Jean Boussier)
1123
+ * fix `safe_sort` for ruby 1.9.2 (`Kernel` now defines `<=>` for Object) (Peter
1124
+ van Hardenberg)
1125
+
1126
+ ### 2.6.0 / 2011-05-12
1127
+
1128
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.5.0...v2.6.0)
1129
+
1130
+ Enhancements
1131
+
1132
+ * `change` matcher accepts regexps (Robert Davis)
1133
+ * better descriptions for `have_xxx` matchers (Magnus Bergmark)
1134
+ * `range.should cover(*values)` (Anders Furseth)
1135
+
1136
+ Bug fixes
1137
+
1138
+ * Removed non-ascii characters that were choking rcov (Geoffrey Byers)
1139
+ * change matcher dups arrays and hashes so their before/after states can be
1140
+ compared correctly.
1141
+ * Fix the order of inclusion of RSpec::Matchers in Test::Unit::TestCase and
1142
+ MiniTest::Unit::TestCase to prevent a SystemStackError (Myron Marston)
1143
+
1144
+ ### 2.5.0 / 2011-02-05
1145
+
1146
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.4.0...v2.5.0)
1147
+
1148
+ Enhancements
1149
+
1150
+ * `should exist` works with `exist?` or `exists?` (Myron Marston)
1151
+ * `expect { ... }.not_to do_something` (in addition to `to_not`)
1152
+
1153
+ Documentation
1154
+
1155
+ * improved docs for raise_error matcher (James Almond)
1156
+
1157
+ ### 2.4.0 / 2011-01-02
1158
+
1159
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.3.0...v2.4.0)
1160
+
1161
+ No functional changes in this release, which was made to align with the
1162
+ rspec-core-2.4.0 release.
1163
+
1164
+ Enhancements
1165
+
1166
+ * improved RDoc for change matcher (Jo Liss)
1167
+
1168
+ ### 2.3.0 / 2010-12-12
1169
+
1170
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.2.1...v2.3.0)
1171
+
1172
+ Enhancements
1173
+
1174
+ * diff strings when include matcher fails (Mike Sassak)
1175
+
1176
+ ### 2.2.0 / 2010-11-28
1177
+
1178
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.1.0...v2.2.0)
1179
+
1180
+ ### 2.1.0 / 2010-11-07
1181
+
1182
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.1...v2.1.0)
1183
+
1184
+ Enhancements
1185
+
1186
+ * `be_within(delta).of(expected)` matcher (Myron Marston)
1187
+ * Lots of new Cucumber features (Myron Marston)
1188
+ * Raise error if you try `should != expected` on Ruby-1.9 (Myron Marston)
1189
+ * Improved failure messages from `throw_symbol` (Myron Marston)
1190
+
1191
+ Bug fixes
1192
+
1193
+ * Eliminate hard dependency on `RSpec::Core` (Myron Marston)
1194
+ * `have_matcher` - use pluralize only when ActiveSupport inflections are indeed
1195
+ defined (Josep M Bach)
1196
+ * throw_symbol matcher no longer swallows exceptions (Myron Marston)
1197
+ * fix matcher chaining to avoid name collisions (Myron Marston)
1198
+
1199
+ ### 2.0.0 / 2010-10-10
1200
+
1201
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.rc...v2.0.0)
1202
+
1203
+ Enhancements
1204
+
1205
+ * Add match_for_should_not method to matcher DSL (Myron Marston)
1206
+
1207
+ Bug fixes
1208
+
1209
+ * `respond_to` matcher works correctly with `should_not` with multiple methods
1210
+ (Myron Marston)
1211
+ * `include` matcher works correctly with `should_not` with multiple values
1212
+ (Myron Marston)
1213
+
1214
+ ### 2.0.0.rc / 2010-10-05
1215
+
1216
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.beta.22...v2.0.0.rc)
1217
+
1218
+ Enhancements
1219
+
1220
+ * `require 'rspec/expectations'` in a T::U or MiniUnit suite (Josep M. Bach)
1221
+
1222
+ Bug fixes
1223
+
1224
+ * change by 0 passes/fails correctly (Len Smith)
1225
+ * Add description to satisfy matcher
1226
+
1227
+ ### 2.0.0.beta.22 / 2010-09-12
1228
+
1229
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.beta.20...v2.0.0.beta.22)
1230
+
1231
+ Enhancements
1232
+
1233
+ * diffing improvements
1234
+ * diff multiline strings
1235
+ * don't diff single line strings
1236
+ * don't diff numbers (silly)
1237
+ * diff regexp + multiline string
1238
+
1239
+ Bug fixes
1240
+ * `should[_not]` change now handles boolean values correctly