sublimetheme 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (276) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +4 -0
  5. data/CODE_OF_CONDUCT.md +13 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE.txt +21 -0
  8. data/README.md +230 -0
  9. data/Rakefile +8 -0
  10. data/bin/console +14 -0
  11. data/bin/setup +7 -0
  12. data/lib/sublimetheme.rb +6832 -0
  13. data/lib/sublimetheme/version.rb +3 -0
  14. data/path/bin/htmldiff +25 -0
  15. data/path/bin/htmldiff.bat +6 -0
  16. data/path/bin/ldiff +25 -0
  17. data/path/bin/ldiff.bat +6 -0
  18. data/path/bin/rspec +23 -0
  19. data/path/bin/rspec.bat +6 -0
  20. data/path/cache/diff-lcs-1.2.5.gem +0 -0
  21. data/path/cache/rspec-3.3.0.gem +0 -0
  22. data/path/cache/rspec-core-3.3.2.gem +0 -0
  23. data/path/cache/rspec-expectations-3.3.1.gem +0 -0
  24. data/path/cache/rspec-mocks-3.3.2.gem +0 -0
  25. data/path/cache/rspec-support-3.3.0.gem +0 -0
  26. data/path/gems/diff-lcs-1.2.5/.autotest +3 -0
  27. data/path/gems/diff-lcs-1.2.5/.gemtest +0 -0
  28. data/path/gems/diff-lcs-1.2.5/.hoerc +2 -0
  29. data/path/gems/diff-lcs-1.2.5/.rspec +2 -0
  30. data/path/gems/diff-lcs-1.2.5/.travis.yml +22 -0
  31. data/path/gems/diff-lcs-1.2.5/Contributing.rdoc +64 -0
  32. data/path/gems/diff-lcs-1.2.5/Gemfile +20 -0
  33. data/path/gems/diff-lcs-1.2.5/History.rdoc +152 -0
  34. data/path/gems/diff-lcs-1.2.5/License.rdoc +39 -0
  35. data/path/gems/diff-lcs-1.2.5/Manifest.txt +38 -0
  36. data/path/gems/diff-lcs-1.2.5/README.rdoc +85 -0
  37. data/path/gems/diff-lcs-1.2.5/Rakefile +41 -0
  38. data/path/gems/diff-lcs-1.2.5/autotest/discover.rb +1 -0
  39. data/path/gems/diff-lcs-1.2.5/bin/htmldiff +32 -0
  40. data/path/gems/diff-lcs-1.2.5/bin/ldiff +6 -0
  41. data/path/gems/diff-lcs-1.2.5/docs/COPYING.txt +339 -0
  42. data/path/gems/diff-lcs-1.2.5/docs/artistic.txt +127 -0
  43. data/path/gems/diff-lcs-1.2.5/lib/diff-lcs.rb +3 -0
  44. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs.rb +805 -0
  45. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs/array.rb +7 -0
  46. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs/block.rb +37 -0
  47. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs/callbacks.rb +322 -0
  48. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs/change.rb +177 -0
  49. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs/htmldiff.rb +149 -0
  50. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs/hunk.rb +276 -0
  51. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs/internals.rb +301 -0
  52. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs/ldiff.rb +195 -0
  53. data/path/gems/diff-lcs-1.2.5/lib/diff/lcs/string.rb +5 -0
  54. data/path/gems/diff-lcs-1.2.5/spec/change_spec.rb +65 -0
  55. data/path/gems/diff-lcs-1.2.5/spec/diff_spec.rb +47 -0
  56. data/path/gems/diff-lcs-1.2.5/spec/hunk_spec.rb +72 -0
  57. data/path/gems/diff-lcs-1.2.5/spec/issues_spec.rb +24 -0
  58. data/path/gems/diff-lcs-1.2.5/spec/lcs_spec.rb +54 -0
  59. data/path/gems/diff-lcs-1.2.5/spec/patch_spec.rb +414 -0
  60. data/path/gems/diff-lcs-1.2.5/spec/sdiff_spec.rb +214 -0
  61. data/path/gems/diff-lcs-1.2.5/spec/spec_helper.rb +290 -0
  62. data/path/gems/diff-lcs-1.2.5/spec/traverse_balanced_spec.rb +310 -0
  63. data/path/gems/diff-lcs-1.2.5/spec/traverse_sequences_spec.rb +139 -0
  64. data/path/gems/rspec-3.3.0/License.txt +24 -0
  65. data/path/gems/rspec-3.3.0/README.md +34 -0
  66. data/path/gems/rspec-3.3.0/lib/rspec.rb +3 -0
  67. data/path/gems/rspec-3.3.0/lib/rspec/version.rb +5 -0
  68. data/path/gems/rspec-core-3.3.2/.document +5 -0
  69. data/path/gems/rspec-core-3.3.2/.yardopts +8 -0
  70. data/path/gems/rspec-core-3.3.2/Changelog.md +1856 -0
  71. data/path/gems/rspec-core-3.3.2/License.txt +25 -0
  72. data/path/gems/rspec-core-3.3.2/README.md +369 -0
  73. data/path/gems/rspec-core-3.3.2/exe/rspec +4 -0
  74. data/path/gems/rspec-core-3.3.2/lib/rspec/autorun.rb +3 -0
  75. data/path/gems/rspec-core-3.3.2/lib/rspec/core.rb +181 -0
  76. data/path/gems/rspec-core-3.3.2/lib/rspec/core/backtrace_formatter.rb +64 -0
  77. data/path/gems/rspec-core-3.3.2/lib/rspec/core/bisect/coordinator.rb +66 -0
  78. data/path/gems/rspec-core-3.3.2/lib/rspec/core/bisect/example_minimizer.rb +130 -0
  79. data/path/gems/rspec-core-3.3.2/lib/rspec/core/bisect/runner.rb +139 -0
  80. data/path/gems/rspec-core-3.3.2/lib/rspec/core/bisect/server.rb +61 -0
  81. data/path/gems/rspec-core-3.3.2/lib/rspec/core/bisect/subset_enumerator.rb +39 -0
  82. data/path/gems/rspec-core-3.3.2/lib/rspec/core/configuration.rb +1807 -0
  83. data/path/gems/rspec-core-3.3.2/lib/rspec/core/configuration_options.rb +191 -0
  84. data/path/gems/rspec-core-3.3.2/lib/rspec/core/drb.rb +111 -0
  85. data/path/gems/rspec-core-3.3.2/lib/rspec/core/dsl.rb +96 -0
  86. data/path/gems/rspec-core-3.3.2/lib/rspec/core/example.rb +573 -0
  87. data/path/gems/rspec-core-3.3.2/lib/rspec/core/example_group.rb +796 -0
  88. data/path/gems/rspec-core-3.3.2/lib/rspec/core/example_status_persister.rb +235 -0
  89. data/path/gems/rspec-core-3.3.2/lib/rspec/core/filter_manager.rb +231 -0
  90. data/path/gems/rspec-core-3.3.2/lib/rspec/core/flat_map.rb +20 -0
  91. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters.rb +254 -0
  92. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/base_formatter.rb +70 -0
  93. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/base_text_formatter.rb +77 -0
  94. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/bisect_formatter.rb +68 -0
  95. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/bisect_progress_formatter.rb +115 -0
  96. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/console_codes.rb +65 -0
  97. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
  98. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/documentation_formatter.rb +70 -0
  99. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/exception_presenter.rb +393 -0
  100. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
  101. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/helpers.rb +109 -0
  102. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/html_formatter.rb +151 -0
  103. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/html_printer.rb +415 -0
  104. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/json_formatter.rb +96 -0
  105. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/profile_formatter.rb +68 -0
  106. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/progress_formatter.rb +28 -0
  107. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/protocol.rb +172 -0
  108. data/path/gems/rspec-core-3.3.2/lib/rspec/core/formatters/snippet_extractor.rb +116 -0
  109. data/path/gems/rspec-core-3.3.2/lib/rspec/core/hooks.rb +638 -0
  110. data/path/gems/rspec-core-3.3.2/lib/rspec/core/memoized_helpers.rb +532 -0
  111. data/path/gems/rspec-core-3.3.2/lib/rspec/core/metadata.rb +490 -0
  112. data/path/gems/rspec-core-3.3.2/lib/rspec/core/metadata_filter.rb +235 -0
  113. data/path/gems/rspec-core-3.3.2/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
  114. data/path/gems/rspec-core-3.3.2/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
  115. data/path/gems/rspec-core-3.3.2/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
  116. data/path/gems/rspec-core-3.3.2/lib/rspec/core/mocking_adapters/null.rb +14 -0
  117. data/path/gems/rspec-core-3.3.2/lib/rspec/core/mocking_adapters/rr.rb +31 -0
  118. data/path/gems/rspec-core-3.3.2/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
  119. data/path/gems/rspec-core-3.3.2/lib/rspec/core/mutex.rb +63 -0
  120. data/path/gems/rspec-core-3.3.2/lib/rspec/core/notifications.rb +498 -0
  121. data/path/gems/rspec-core-3.3.2/lib/rspec/core/option_parser.rb +301 -0
  122. data/path/gems/rspec-core-3.3.2/lib/rspec/core/ordering.rb +158 -0
  123. data/path/gems/rspec-core-3.3.2/lib/rspec/core/pending.rb +165 -0
  124. data/path/gems/rspec-core-3.3.2/lib/rspec/core/profiler.rb +32 -0
  125. data/path/gems/rspec-core-3.3.2/lib/rspec/core/project_initializer.rb +48 -0
  126. data/path/gems/rspec-core-3.3.2/lib/rspec/core/project_initializer/.rspec +2 -0
  127. data/path/gems/rspec-core-3.3.2/lib/rspec/core/project_initializer/spec/spec_helper.rb +96 -0
  128. data/path/gems/rspec-core-3.3.2/lib/rspec/core/rake_task.rb +158 -0
  129. data/path/gems/rspec-core-3.3.2/lib/rspec/core/reentrant_mutex.rb +52 -0
  130. data/path/gems/rspec-core-3.3.2/lib/rspec/core/reporter.rb +220 -0
  131. data/path/gems/rspec-core-3.3.2/lib/rspec/core/ruby_project.rb +53 -0
  132. data/path/gems/rspec-core-3.3.2/lib/rspec/core/runner.rb +179 -0
  133. data/path/gems/rspec-core-3.3.2/lib/rspec/core/sandbox.rb +37 -0
  134. data/path/gems/rspec-core-3.3.2/lib/rspec/core/set.rb +49 -0
  135. data/path/gems/rspec-core-3.3.2/lib/rspec/core/shared_context.rb +55 -0
  136. data/path/gems/rspec-core-3.3.2/lib/rspec/core/shared_example_group.rb +210 -0
  137. data/path/gems/rspec-core-3.3.2/lib/rspec/core/shell_escape.rb +49 -0
  138. data/path/gems/rspec-core-3.3.2/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
  139. data/path/gems/rspec-core-3.3.2/lib/rspec/core/version.rb +9 -0
  140. data/path/gems/rspec-core-3.3.2/lib/rspec/core/warnings.rb +40 -0
  141. data/path/gems/rspec-core-3.3.2/lib/rspec/core/world.rb +178 -0
  142. data/path/gems/rspec-expectations-3.3.1/.document +5 -0
  143. data/path/gems/rspec-expectations-3.3.1/.yardopts +6 -0
  144. data/path/gems/rspec-expectations-3.3.1/Changelog.md +953 -0
  145. data/path/gems/rspec-expectations-3.3.1/License.txt +24 -0
  146. data/path/gems/rspec-expectations-3.3.1/README.md +289 -0
  147. data/path/gems/rspec-expectations-3.3.1/lib/rspec/expectations.rb +81 -0
  148. data/path/gems/rspec-expectations-3.3.1/lib/rspec/expectations/configuration.rb +164 -0
  149. data/path/gems/rspec-expectations-3.3.1/lib/rspec/expectations/expectation_target.rb +113 -0
  150. data/path/gems/rspec-expectations-3.3.1/lib/rspec/expectations/fail_with.rb +31 -0
  151. data/path/gems/rspec-expectations-3.3.1/lib/rspec/expectations/failure_aggregator.rb +194 -0
  152. data/path/gems/rspec-expectations-3.3.1/lib/rspec/expectations/handler.rb +170 -0
  153. data/path/gems/rspec-expectations-3.3.1/lib/rspec/expectations/minitest_integration.rb +31 -0
  154. data/path/gems/rspec-expectations-3.3.1/lib/rspec/expectations/syntax.rb +132 -0
  155. data/path/gems/rspec-expectations-3.3.1/lib/rspec/expectations/version.rb +8 -0
  156. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers.rb +1009 -0
  157. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/aliased_matcher.rb +116 -0
  158. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in.rb +52 -0
  159. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/all.rb +85 -0
  160. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/base_matcher.rb +181 -0
  161. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/be.rb +285 -0
  162. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/be_between.rb +77 -0
  163. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/be_instance_of.rb +22 -0
  164. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/be_kind_of.rb +16 -0
  165. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/be_within.rb +72 -0
  166. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/change.rb +337 -0
  167. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/compound.rb +293 -0
  168. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/contain_exactly.rb +253 -0
  169. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/cover.rb +24 -0
  170. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/eq.rb +40 -0
  171. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/eql.rb +34 -0
  172. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/equal.rb +81 -0
  173. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/exist.rb +86 -0
  174. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/has.rb +103 -0
  175. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
  176. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/include.rb +130 -0
  177. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/match.rb +37 -0
  178. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/operators.rb +128 -0
  179. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/output.rb +200 -0
  180. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/raise_error.rb +216 -0
  181. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/respond_to.rb +90 -0
  182. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/satisfy.rb +37 -0
  183. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
  184. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
  185. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/built_in/yield.rb +418 -0
  186. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/composable.rb +184 -0
  187. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/dsl.rb +453 -0
  188. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/english_phrasing.rb +42 -0
  189. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +73 -0
  190. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/fail_matchers.rb +42 -0
  191. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/generated_descriptions.rb +42 -0
  192. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/matcher_delegator.rb +35 -0
  193. data/path/gems/rspec-expectations-3.3.1/lib/rspec/matchers/matcher_protocol.rb +99 -0
  194. data/path/gems/rspec-mocks-3.3.2/.document +5 -0
  195. data/path/gems/rspec-mocks-3.3.2/.yardopts +6 -0
  196. data/path/gems/rspec-mocks-3.3.2/Changelog.md +965 -0
  197. data/path/gems/rspec-mocks-3.3.2/License.txt +24 -0
  198. data/path/gems/rspec-mocks-3.3.2/README.md +430 -0
  199. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks.rb +126 -0
  200. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance.rb +11 -0
  201. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance/chain.rb +110 -0
  202. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
  203. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance/expect_chain_chain.rb +35 -0
  204. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance/expectation_chain.rb +48 -0
  205. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
  206. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance/proxy.rb +116 -0
  207. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance/recorder.rb +264 -0
  208. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance/stub_chain.rb +46 -0
  209. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/any_instance/stub_chain_chain.rb +27 -0
  210. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/argument_list_matcher.rb +100 -0
  211. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/argument_matchers.rb +320 -0
  212. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/configuration.rb +188 -0
  213. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/error_generator.rb +362 -0
  214. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/example_methods.rb +421 -0
  215. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/instance_method_stasher.rb +135 -0
  216. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/marshal_extension.rb +41 -0
  217. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
  218. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/matchers/have_received.rb +116 -0
  219. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/matchers/receive.rb +130 -0
  220. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/matchers/receive_message_chain.rb +80 -0
  221. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/matchers/receive_messages.rb +75 -0
  222. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/message_chain.rb +87 -0
  223. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/message_expectation.rb +717 -0
  224. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/method_double.rb +287 -0
  225. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/method_reference.rb +192 -0
  226. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/mutate_const.rb +335 -0
  227. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/mutex.rb +73 -0
  228. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/object_reference.rb +149 -0
  229. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/order_group.rb +81 -0
  230. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/proxy.rb +439 -0
  231. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/reentrant_mutex.rb +53 -0
  232. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/space.rb +238 -0
  233. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/standalone.rb +3 -0
  234. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/syntax.rb +325 -0
  235. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/targets.rb +97 -0
  236. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/test_double.rb +170 -0
  237. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/verifying_double.rb +129 -0
  238. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/verifying_message_expecation.rb +54 -0
  239. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/verifying_proxy.rb +213 -0
  240. data/path/gems/rspec-mocks-3.3.2/lib/rspec/mocks/version.rb +9 -0
  241. data/path/gems/rspec-support-3.3.0/Changelog.md +125 -0
  242. data/path/gems/rspec-support-3.3.0/LICENSE.txt +22 -0
  243. data/path/gems/rspec-support-3.3.0/README.md +26 -0
  244. data/path/gems/rspec-support-3.3.0/lib/rspec/support.rb +111 -0
  245. data/path/gems/rspec-support-3.3.0/lib/rspec/support/caller_filter.rb +83 -0
  246. data/path/gems/rspec-support-3.3.0/lib/rspec/support/differ.rb +215 -0
  247. data/path/gems/rspec-support-3.3.0/lib/rspec/support/directory_maker.rb +63 -0
  248. data/path/gems/rspec-support-3.3.0/lib/rspec/support/encoded_string.rb +155 -0
  249. data/path/gems/rspec-support-3.3.0/lib/rspec/support/fuzzy_matcher.rb +48 -0
  250. data/path/gems/rspec-support-3.3.0/lib/rspec/support/hunk_generator.rb +47 -0
  251. data/path/gems/rspec-support-3.3.0/lib/rspec/support/matcher_definition.rb +42 -0
  252. data/path/gems/rspec-support-3.3.0/lib/rspec/support/method_signature_verifier.rb +273 -0
  253. data/path/gems/rspec-support-3.3.0/lib/rspec/support/object_formatter.rb +93 -0
  254. data/path/gems/rspec-support-3.3.0/lib/rspec/support/recursive_const_methods.rb +76 -0
  255. data/path/gems/rspec-support-3.3.0/lib/rspec/support/ruby_features.rb +118 -0
  256. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec.rb +81 -0
  257. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec/deprecation_helpers.rb +64 -0
  258. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec/formatting_support.rb +9 -0
  259. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec/in_sub_process.rb +52 -0
  260. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec/library_wide_checks.rb +145 -0
  261. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec/shell_out.rb +71 -0
  262. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec/stderr_splitter.rb +63 -0
  263. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec/string_matcher.rb +46 -0
  264. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec/with_isolated_directory.rb +9 -0
  265. data/path/gems/rspec-support-3.3.0/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
  266. data/path/gems/rspec-support-3.3.0/lib/rspec/support/version.rb +7 -0
  267. data/path/gems/rspec-support-3.3.0/lib/rspec/support/version_checker.rb +53 -0
  268. data/path/gems/rspec-support-3.3.0/lib/rspec/support/warnings.rb +39 -0
  269. data/path/specifications/diff-lcs-1.2.5.gemspec +68 -0
  270. data/path/specifications/rspec-3.3.0.gemspec +42 -0
  271. data/path/specifications/rspec-core-3.3.2.gemspec +68 -0
  272. data/path/specifications/rspec-expectations-3.3.1.gemspec +50 -0
  273. data/path/specifications/rspec-mocks-3.3.2.gemspec +53 -0
  274. data/path/specifications/rspec-support-3.3.0.gemspec +38 -0
  275. data/sublimetheme.gemspec +32 -0
  276. metadata +363 -0
@@ -0,0 +1,3 @@
1
+ module Sublimetheme
2
+ VERSION = "1.0.0"
3
+ end
@@ -0,0 +1,25 @@
1
+ #!/bin/sh
2
+ 'exec' "ruby" '-x' "$0" "$@"
3
+ #!C:/Ruby22/bin/ruby.exe
4
+ #
5
+ # This file was generated by RubyGems.
6
+ #
7
+ # The application 'diff-lcs' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ require 'rubygems'
12
+
13
+ version = ">= 0"
14
+
15
+ if ARGV.first
16
+ str = ARGV.first
17
+ str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
18
+ if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
19
+ version = $1
20
+ ARGV.shift
21
+ end
22
+ end
23
+
24
+ gem 'diff-lcs', version
25
+ load Gem.bin_path('diff-lcs', 'htmldiff', version)
@@ -0,0 +1,6 @@
1
+ @ECHO OFF
2
+ IF NOT "%~f0" == "~f0" GOTO :WinNT
3
+ @"C:\Ruby22\bin\ruby.exe" "C:/Users/Taiwo Kareem/Desktop/sublimetheme/sublimetheme/path/bin/htmldiff" %1 %2 %3 %4 %5 %6 %7 %8 %9
4
+ GOTO :EOF
5
+ :WinNT
6
+ @"C:\Ruby22\bin\ruby.exe" "%~dpn0" %*
@@ -0,0 +1,25 @@
1
+ #!/bin/sh
2
+ 'exec' "ruby" '-x' "$0" "$@"
3
+ #!C:/Ruby22/bin/ruby.exe
4
+ #
5
+ # This file was generated by RubyGems.
6
+ #
7
+ # The application 'diff-lcs' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ require 'rubygems'
12
+
13
+ version = ">= 0"
14
+
15
+ if ARGV.first
16
+ str = ARGV.first
17
+ str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
18
+ if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
19
+ version = $1
20
+ ARGV.shift
21
+ end
22
+ end
23
+
24
+ gem 'diff-lcs', version
25
+ load Gem.bin_path('diff-lcs', 'ldiff', version)
@@ -0,0 +1,6 @@
1
+ @ECHO OFF
2
+ IF NOT "%~f0" == "~f0" GOTO :WinNT
3
+ @"C:\Ruby22\bin\ruby.exe" "C:/Users/Taiwo Kareem/Desktop/sublimetheme/sublimetheme/path/bin/ldiff" %1 %2 %3 %4 %5 %6 %7 %8 %9
4
+ GOTO :EOF
5
+ :WinNT
6
+ @"C:\Ruby22\bin\ruby.exe" "%~dpn0" %*
@@ -0,0 +1,23 @@
1
+ #! ruby
2
+ #
3
+ # This file was generated by RubyGems.
4
+ #
5
+ # The application 'rspec-core' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'rubygems'
10
+
11
+ version = ">= 0"
12
+
13
+ if ARGV.first
14
+ str = ARGV.first
15
+ str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
16
+ if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
17
+ version = $1
18
+ ARGV.shift
19
+ end
20
+ end
21
+
22
+ gem 'rspec-core', version
23
+ load Gem.bin_path('rspec-core', 'rspec', version)
@@ -0,0 +1,6 @@
1
+ @ECHO OFF
2
+ IF NOT "%~f0" == "~f0" GOTO :WinNT
3
+ @"C:\Ruby22\bin\ruby.exe" "C:/Users/Taiwo Kareem/Desktop/sublimetheme/sublimetheme/path/bin/rspec" %1 %2 %3 %4 %5 %6 %7 %8 %9
4
+ GOTO :EOF
5
+ :WinNT
6
+ @"C:\Ruby22\bin\ruby.exe" "%~dpn0" %*
@@ -0,0 +1,3 @@
1
+ require 'rubygems'
2
+
3
+ # vim: syntax=ruby
File without changes
@@ -0,0 +1,2 @@
1
+ ---
2
+ exclude: !ruby/regexp /(tmp|swp)$|CVS|TAGS|\.(svn|git|hg|DS_Store|idea)|Gemfile\.lock|research\/|\.gemspec$/
@@ -0,0 +1,2 @@
1
+ --colour
2
+ --format documentation
@@ -0,0 +1,22 @@
1
+ ---
2
+ after_script:
3
+ - rake travis:after -t
4
+ before_script:
5
+ - gem install hoe-travis --no-rdoc --no-ri
6
+ - rake travis:before -t
7
+ language: ruby
8
+ notifications:
9
+ email: true
10
+ rvm:
11
+ - 2.0.0
12
+ - 1.9.3
13
+ - 1.9.2
14
+ - ruby-head
15
+ - 1.8.7
16
+ - jruby-19mode
17
+ - jruby-head
18
+ - jruby-18mode
19
+ - rbx-19mode
20
+ - rbx-18mode
21
+ - ree
22
+ script: rake travis
@@ -0,0 +1,64 @@
1
+ == Contributing
2
+
3
+ I value any contribution to Diff::LCS you can provide: a bug report, a feature
4
+ request, or code contributions.
5
+
6
+ Code contributions to Diff::LCS are especially <del>welcome</del>encouraged.
7
+ Because Diff::LCS is a complex codebase, there are a few guidelines:
8
+
9
+ * Changes <strong>will not</strong> be accepted without tests.
10
+ * The test suite is written with RSpec.‡
11
+ * Match my coding style.
12
+ * Use a thoughtfully-named topic branch that contains your change. Rebase your
13
+ commits into logical chunks as necessary.
14
+ * Use {quality commit messages}[http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html].
15
+ * Do not change the version number; when your patch is accepted and a release
16
+ is made, the version will be updated at that point.
17
+ * Submit a GitHub pull request with your changes.
18
+ * New features require new documentation.
19
+
20
+ === Test Dependencies
21
+
22
+ To run the test suite, you will need to install the development dependencies
23
+ for Diff::LCS. If you have Bundler, you can accomplish this easily:
24
+
25
+ $ bundle install
26
+
27
+ Diff::LCS uses Ryan Davis’s excellent {Hoe}[https://github.com/seattlerb/hoe]
28
+ to manage the release process, and it adds a number of rake tasks. You will
29
+ mostly be interested in:
30
+
31
+ $ rake
32
+
33
+ which runs the tests the same way that:
34
+
35
+ $ rake spec
36
+ $ rake test
37
+ $ rake travis
38
+
39
+ will do.
40
+
41
+ === Workflow
42
+
43
+ Here's the most direct way to get your work merged into the project:
44
+
45
+ * Fork the project.
46
+ * Clone down your fork (+git clone git://github.com/<username>/diff-lcs.git+).
47
+ * Create a topic branch to contain your change (+git checkout -b my\_awesome\_feature+).
48
+ * Hack away, add tests. Not necessarily in that order.
49
+ * Make sure everything still passes by running `rake`.
50
+ * If necessary, rebase your commits into logical chunks, without errors.
51
+ * Push the branch up (+git push origin my\_awesome\_feature+).
52
+ * Create a pull request against halostatue/diff-lcs and describe what your
53
+ change does and the why you think it should be merged.
54
+
55
+ === Contributors
56
+
57
+ * Austin Ziegler created Diff::LCS.
58
+
59
+ Thanks to everyone else who has contributed to Diff::LCS:
60
+
61
+ * Kenichi Kamiya
62
+ * Michael Granger
63
+ * Vít Ondruch
64
+ * Jon Rowe
@@ -0,0 +1,20 @@
1
+ # -*- ruby -*-
2
+
3
+ # DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
4
+
5
+ source "https://rubygems.org/"
6
+
7
+
8
+ gem "rubyforge", ">=2.0.4", :group => [:development, :test]
9
+ gem "rdoc", "~>4.0", :group => [:development, :test]
10
+ gem "hoe-bundler", "~>1.2", :group => [:development, :test]
11
+ gem "hoe-doofus", "~>1.0", :group => [:development, :test]
12
+ gem "hoe-gemspec2", "~>1.1", :group => [:development, :test]
13
+ gem "hoe-git", "~>1.5", :group => [:development, :test]
14
+ gem "hoe-rubygems", "~>1.0", :group => [:development, :test]
15
+ gem "hoe-travis", "~>1.2", :group => [:development, :test]
16
+ gem "rake", "~>10.0", :group => [:development, :test]
17
+ gem "rspec", "~>2.0", :group => [:development, :test]
18
+ gem "hoe", "~>3.7", :group => [:development, :test]
19
+
20
+ # vim: syntax=ruby
@@ -0,0 +1,152 @@
1
+ == 1.2.5 / 2013-11-08
2
+
3
+ * Bugs fixed:
4
+ * Comparing arrays flattened them too far, especially with Diff::LCS.sdiff.
5
+ https://github.com/halostatue/diff-lcs/pull/23
6
+
7
+ == 1.2.4 / 2013-04-20
8
+
9
+ * Bugs fixed:
10
+ * A bug was introduced after 1.1.3 when pruning common sequences at the start
11
+ of comparison. Paul Kunysch (@pck) fixed this in pull request 18. Thanks!
12
+ https://github.com/halostatue/diff-lcs/pull/18
13
+ * The Rubinius (1.9 mode) bug in rubinius/rubinius#2268 has been fixed by the
14
+ Rubinius team two days after it was filed. Thanks for fixing this so quickly!
15
+ https://github.com/rubinius/rubinius/issues/2268
16
+ * Switching to Raggi's hoe-gemspec2 for gemspec generation.
17
+
18
+ == 1.2.3 / 2013-04-11
19
+
20
+ * Bugs Fixed:
21
+ * The new encoding detection for diff output generation (added in 1.2.2)
22
+ introduced a bug if the left side of the comparison was the empty set.
23
+ Originally found in rspec/rspec-expectations#238 and
24
+ rspec/rspec-expectations#239. Jon Rowe developed a reasonable heuristic
25
+ (left side, right side, empty string literal) to avoid this bug.
26
+ https://github.com/rspec/rspec-expectations/pull/238
27
+ https://github.com/rspec/rspec-expectations/pull/239
28
+ * There is a known issue with Rubinius in 1.9 mode reported in
29
+ rubinius/rubinius#2268 and demonstrated in the Travis CI builds. For all
30
+ other tested platforms, diff-lcs is considered stable. As soon as a suitably
31
+ small test-case can be created for the Rubinius team to examine, this will be
32
+ added to the Rubinius issue around this.
33
+ https://github.com/rubinius/rubinius/issues/2268
34
+ https://travis-ci.org/halostatue/diff-lcs/jobs/6241195
35
+
36
+ == 1.2.2 / 2013-03-30
37
+
38
+ * Bugs Fixed:
39
+ * Diff::LCS::Hunk could not properly generate a difference for comparison
40
+ sets that are not US-ASCII-compatible because of the use of literal regular
41
+ expressions and strings. Jon Rowe (JonRowe) found this in
42
+ rspec/rspec-expectations#219 and provided a first pass implementation in
43
+ diff-lcs#15. I've reworked it because of test failures in Rubinius when
44
+ running in Ruby 1.9 mode. This coerces the added values to the encoding of
45
+ the old dataset (as determined by the first piece of the old dataset).
46
+ https://github.com/rspec/rspec-expectations/issues/219
47
+ https://github.com/halostatue/diff-lcs/pull/15
48
+ * Adding Travis CI testing for Ruby 2.0.
49
+
50
+ == 1.2.1 / 2013-02-09
51
+
52
+ * Bugs Fixed:
53
+ * As seen in https://github.com/rspec/rspec-expectations/pull/200, the
54
+ release of Diff::LCS 1.2 introduced an unnecessary public API change to
55
+ Diff::LCS::Hunk (see the change at
56
+ https://github.com/rspec/rspec-expectations/commit/3d6fc82c for details).
57
+ The new method name (and behaviour) is more correct, but I should not have
58
+ renamed the function or should have at least provided an alias. This
59
+ release restores Diff::LCS::Hunk#unshift as an alias to
60
+ #merge. Note that the old #unshift behaviour was incorrect and will not be
61
+ restored.
62
+
63
+ == 1.2.0 / 2013-01-21
64
+ * Minor Enhancements:
65
+ * Added special case handling for Diff::LCS.patch so that it handles patches
66
+ that are empty or contain no changes.
67
+ * Added two new methods (#patch\_me and #unpatch\_me) to the includable
68
+ module.
69
+ * Bugs Fixed:
70
+ * Fixed issue #1 patch direction detection.
71
+ https://github.com/halostatue/diff-lcs/issues/1
72
+ * Resolved issue #2 by handling string[string.size, 1] properly (it returns
73
+ "" not nil). https://github.com/halostatue/diff-lcs/issues/2
74
+ * Michael Granger (ged) fixed an implementation error in Diff::LCS::Change
75
+ and added specs in pull request #8. Thanks!
76
+ https://github.com/halostatue/diff-lcs/issues/8
77
+ * Made the code auto-testable.
78
+ * Vít Ondruch (voxik) provided the latest version of the GPL2 license file in
79
+ pull request #10. Thanks! https://github.com/halostatue/diff-lcs/issues/10
80
+ * Fixed a documentation issue with the includable versions of #patch! and
81
+ #unpatch! where they implied that they would replace the original value.
82
+ Given that Diff::LCS.patch always returns a copy, the documentation was
83
+ incorrect and has been corrected. To provide the behaviour that was
84
+ originally documented, two new methods were added to provide this
85
+ behaviour. Found by scooter-dangle in issue #12. Thanks!
86
+ https://github.com/halostatue/diff-lcs/issues/12
87
+ * Code Style Changes:
88
+ * Removed trailing spaces.
89
+ * Calling class methods using '.' instead of '::'.
90
+ * Vít Ondruch (voxik) removed unnecessary shebangs in pull request #9.
91
+ Thanks! https://github.com/halostatue/diff-lcs/issues/9
92
+ * Kenichi Kamiya (kachick) removed some warnings of an unused variable in
93
+ lucky pull request #13. https://github.com/halostatue/diff-lcs/issues/13
94
+ Thanks!
95
+ * Embarked on a major refactoring to make the files a little more manageable
96
+ and understand the code on a deeper level.
97
+ * Adding to http://travis-ci.org.
98
+
99
+ == 1.1.3 / 2011-08-27
100
+ * Converted to 'hoe' for release.
101
+ * Converted tests to RSpec 2.
102
+ * Extracted the body of htmldiff into a class available from
103
+ diff/lcs/htmldiff.
104
+ * Migrated development and issue tracking to GitHub.
105
+ * Bugs fixed:
106
+ - Eliminated the explicit use of RubyGems in both bin/htmldiff and bin/ldiff.
107
+ Resolves issue 4 (https://github.com/halostatue/diff-lcs/issues/4).
108
+ - Eliminated Ruby warnings. Resolves issue 3
109
+ (https://github.com/halostatue/diff-lcs/issues/3).
110
+
111
+ == 1.1.2 / 2004-10-20
112
+ * Fixed a problem reported by Mauricio Fernandez in htmldiff.
113
+
114
+ == 1.1.1 / 2004-09-25
115
+ * Fixed bug #891:
116
+ http://rubyforge.org/tracker/?func=detail&atid=407&aid=891&group_id=84
117
+ * Fixed a problem with callback initialisation code (it assumed that all
118
+ callbacks passed as classes can be initialised; now, it rescues
119
+ NoMethodError in the event of private :new being called).
120
+ * Modified the non-initialisable callbacks to have a private #new method.
121
+ * Moved ldiff core code to Diff::LCS::Ldiff (diff/lcs/ldiff.rb).
122
+
123
+ == 1.1.0 / -
124
+ * Eliminated the need for Diff::LCS::Event and removed it.
125
+ * Added a contextual diff callback, Diff::LCS::ContextDiffCallback.
126
+ * Implemented patching/unpatching for standard Diff callback output formats
127
+ with both #diff and #sdiff.
128
+ * Extensive documentation changes.
129
+
130
+ == 1.0.4 / -
131
+ * Fixed a problem with bin/ldiff output, especially for unified format.
132
+ Newlines that should have been present weren't.
133
+ * Changed the .tar.gz installer to generate Windows batch files if ones do not
134
+ exist already. Removed the existing batch files as they didn't work.
135
+
136
+ == 1.0.3 / -
137
+ * Fixed a problem with #traverse\_sequences where the first difference from the
138
+ left sequence might not be appropriately captured.
139
+
140
+ == 1.0.2 / -
141
+ * Fixed an issue with ldiff not working because actions were changed from
142
+ symbols to strings.
143
+
144
+ == 1.0.1 / -
145
+ * Minor modifications to the gemspec, the README.
146
+ * Renamed the diff program to ldiff (as well as the companion batch file) so as
147
+ to not collide with the standard diff program.
148
+ * Fixed issues with RubyGems. Requires RubyGems > 0.6.1 or >= 0.6.1 with the
149
+ latest CVS version.
150
+
151
+ == 1.0 / -
152
+ * Initial release based mostly on Perl's Algorithm::Diff.
@@ -0,0 +1,39 @@
1
+ == License
2
+
3
+ This software is available under three licenses: the GNU GPL version 2 (or at
4
+ your option, a later version), the Perl Artistic license, or the MIT license.
5
+ Note that my preference for licensing is the MIT license, but Algorithm::Diff
6
+ was dually originally licensed with the Perl Artistic and the GNU GPL ("the
7
+ same terms as Perl itself") and given that the Ruby implementation originally
8
+ hewed pretty closely to the Perl version, I must maintain the additional
9
+ licensing terms.
10
+
11
+ * Copyright 2004–2013 Austin Ziegler.
12
+ * Adapted from Algorithm::Diff (Perl) by Ned Konz and a Smalltalk version by
13
+ Mario I. Wolczko.
14
+
15
+ === MIT License
16
+
17
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
18
+ this software and associated documentation files (the "Software"), to deal in
19
+ the Software without restriction, including without limitation the rights to
20
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
21
+ of the Software, and to permit persons to whom the Software is furnished to do
22
+ so, subject to the following conditions:
23
+
24
+ The above copyright notice and this permission notice shall be included in all
25
+ copies or substantial portions of the Software.
26
+
27
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33
+ SOFTWARE.
34
+
35
+ === Perl Artistic License (version 2)
36
+ See the file docs/artistic.txt in the main distribution.
37
+
38
+ === GNU GPL version 2
39
+ See the file docs/COPYING.txt in the main distribution.
@@ -0,0 +1,38 @@
1
+ .autotest
2
+ .gemtest
3
+ .hoerc
4
+ .rspec
5
+ .travis.yml
6
+ Contributing.rdoc
7
+ Gemfile
8
+ History.rdoc
9
+ License.rdoc
10
+ Manifest.txt
11
+ README.rdoc
12
+ Rakefile
13
+ autotest/discover.rb
14
+ bin/htmldiff
15
+ bin/ldiff
16
+ docs/COPYING.txt
17
+ docs/artistic.txt
18
+ lib/diff-lcs.rb
19
+ lib/diff/lcs.rb
20
+ lib/diff/lcs/array.rb
21
+ lib/diff/lcs/block.rb
22
+ lib/diff/lcs/callbacks.rb
23
+ lib/diff/lcs/change.rb
24
+ lib/diff/lcs/htmldiff.rb
25
+ lib/diff/lcs/hunk.rb
26
+ lib/diff/lcs/internals.rb
27
+ lib/diff/lcs/ldiff.rb
28
+ lib/diff/lcs/string.rb
29
+ spec/change_spec.rb
30
+ spec/diff_spec.rb
31
+ spec/hunk_spec.rb
32
+ spec/issues_spec.rb
33
+ spec/lcs_spec.rb
34
+ spec/patch_spec.rb
35
+ spec/sdiff_spec.rb
36
+ spec/spec_helper.rb
37
+ spec/traverse_balanced_spec.rb
38
+ spec/traverse_sequences_spec.rb