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,7 @@
1
+ # -*- ruby encoding: utf-8 -*-
2
+
3
+ require 'diff/lcs'
4
+
5
+ class Array
6
+ include Diff::LCS
7
+ end
@@ -0,0 +1,37 @@
1
+ # -*- ruby encoding: utf-8 -*-
2
+
3
+ # A block is an operation removing, adding, or changing a group of items.
4
+ # Basically, this is just a list of changes, where each change adds or
5
+ # deletes a single item. Used by bin/ldiff.
6
+ class Diff::LCS::Block
7
+ attr_reader :changes, :insert, :remove
8
+
9
+ def initialize(chunk)
10
+ @changes = []
11
+ @insert = []
12
+ @remove = []
13
+
14
+ chunk.each do |item|
15
+ @changes << item
16
+ @remove << item if item.deleting?
17
+ @insert << item if item.adding?
18
+ end
19
+ end
20
+
21
+ def diff_size
22
+ @insert.size - @remove.size
23
+ end
24
+
25
+ def op
26
+ case [@remove.empty?, @insert.empty?]
27
+ when [false, false]
28
+ '!'
29
+ when [false, true]
30
+ '-'
31
+ when [true, false]
32
+ '+'
33
+ else # [true, true]
34
+ '^'
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,322 @@
1
+ # -*- ruby encoding: utf-8 -*-
2
+
3
+ require 'diff/lcs/change'
4
+
5
+ module Diff::LCS
6
+ # This callback object implements the default set of callback events,
7
+ # which only returns the event itself. Note that #finished_a and
8
+ # #finished_b are not implemented -- I haven't yet figured out where they
9
+ # would be useful.
10
+ #
11
+ # Note that this is intended to be called as is, e.g.,
12
+ #
13
+ # Diff::LCS.LCS(seq1, seq2, Diff::LCS::DefaultCallbacks)
14
+ class DefaultCallbacks
15
+ class << self
16
+ # Called when two items match.
17
+ def match(event)
18
+ event
19
+ end
20
+ # Called when the old value is discarded in favour of the new value.
21
+ def discard_a(event)
22
+ event
23
+ end
24
+ # Called when the new value is discarded in favour of the old value.
25
+ def discard_b(event)
26
+ event
27
+ end
28
+ # Called when both the old and new values have changed.
29
+ def change(event)
30
+ event
31
+ end
32
+
33
+ private :new
34
+ end
35
+ end
36
+
37
+ # An alias for DefaultCallbacks that is used in
38
+ # Diff::LCS#traverse_sequences.
39
+ #
40
+ # Diff::LCS.LCS(seq1, seq2, Diff::LCS::SequenceCallbacks)
41
+ SequenceCallbacks = DefaultCallbacks
42
+
43
+ # An alias for DefaultCallbacks that is used in
44
+ # Diff::LCS#traverse_balanced.
45
+ #
46
+ # Diff::LCS.LCS(seq1, seq2, Diff::LCS::BalancedCallbacks)
47
+ BalancedCallbacks = DefaultCallbacks
48
+
49
+ def self.callbacks_for(callbacks)
50
+ callbacks.new rescue callbacks
51
+ end
52
+ end
53
+
54
+ # This will produce a compound array of simple diff change objects. Each
55
+ # element in the #diffs array is a +hunk+ or +hunk+ array, where each
56
+ # element in each +hunk+ array is a single Change object representing the
57
+ # addition or removal of a single element from one of the two tested
58
+ # sequences. The +hunk+ provides the full context for the changes.
59
+ #
60
+ # diffs = Diff::LCS.diff(seq1, seq2)
61
+ # # This example shows a simplified array format.
62
+ # # [ [ [ '-', 0, 'a' ] ], # 1
63
+ # # [ [ '+', 2, 'd' ] ], # 2
64
+ # # [ [ '-', 4, 'h' ], # 3
65
+ # # [ '+', 4, 'f' ] ],
66
+ # # [ [ '+', 6, 'k' ] ], # 4
67
+ # # [ [ '-', 8, 'n' ], # 5
68
+ # # [ '-', 9, 'p' ],
69
+ # # [ '+', 9, 'r' ],
70
+ # # [ '+', 10, 's' ],
71
+ # # [ '+', 11, 't' ] ] ]
72
+ #
73
+ # There are five hunks here. The first hunk says that the +a+ at position 0
74
+ # of the first sequence should be deleted (<tt>'-'</tt>). The second hunk
75
+ # says that the +d+ at position 2 of the second sequence should be inserted
76
+ # (<tt>'+'</tt>). The third hunk says that the +h+ at position 4 of the
77
+ # first sequence should be removed and replaced with the +f+ from position 4
78
+ # of the second sequence. The other two hunks are described similarly.
79
+ #
80
+ # === Use
81
+ #
82
+ # This callback object must be initialised and is used by the Diff::LCS#diff
83
+ # method.
84
+ #
85
+ # cbo = Diff::LCS::DiffCallbacks.new
86
+ # Diff::LCS.LCS(seq1, seq2, cbo)
87
+ # cbo.finish
88
+ #
89
+ # Note that the call to #finish is absolutely necessary, or the last set of
90
+ # changes will not be visible. Alternatively, can be used as:
91
+ #
92
+ # cbo = Diff::LCS::DiffCallbacks.new { |tcbo| Diff::LCS.LCS(seq1, seq2, tcbo) }
93
+ #
94
+ # The necessary #finish call will be made.
95
+ #
96
+ # === Simplified Array Format
97
+ #
98
+ # The simplified array format used in the example above can be obtained
99
+ # with:
100
+ #
101
+ # require 'pp'
102
+ # pp diffs.map { |e| e.map { |f| f.to_a } }
103
+ class Diff::LCS::DiffCallbacks
104
+ # Returns the difference set collected during the diff process.
105
+ attr_reader :diffs
106
+
107
+ def initialize # :yields self:
108
+ @hunk = []
109
+ @diffs = []
110
+
111
+ if block_given?
112
+ begin
113
+ yield self
114
+ ensure
115
+ self.finish
116
+ end
117
+ end
118
+ end
119
+
120
+ # Finalizes the diff process. If an unprocessed hunk still exists, then it
121
+ # is appended to the diff list.
122
+ def finish
123
+ finish_hunk
124
+ end
125
+
126
+ def match(event)
127
+ finish_hunk
128
+ end
129
+
130
+ def discard_a(event)
131
+ @hunk << Diff::LCS::Change.new('-', event.old_position, event.old_element)
132
+ end
133
+
134
+ def discard_b(event)
135
+ @hunk << Diff::LCS::Change.new('+', event.new_position, event.new_element)
136
+ end
137
+
138
+ def finish_hunk
139
+ @diffs << @hunk unless @hunk.empty?
140
+ @hunk = []
141
+ end
142
+ private :finish_hunk
143
+ end
144
+
145
+ # This will produce a compound array of contextual diff change objects. Each
146
+ # element in the #diffs array is a "hunk" array, where each element in each
147
+ # "hunk" array is a single change. Each change is a Diff::LCS::ContextChange
148
+ # that contains both the old index and new index values for the change. The
149
+ # "hunk" provides the full context for the changes. Both old and new objects
150
+ # will be presented for changed objects. +nil+ will be substituted for a
151
+ # discarded object.
152
+ #
153
+ # seq1 = %w(a b c e h j l m n p)
154
+ # seq2 = %w(b c d e f j k l m r s t)
155
+ #
156
+ # diffs = Diff::LCS.diff(seq1, seq2, Diff::LCS::ContextDiffCallbacks)
157
+ # # This example shows a simplified array format.
158
+ # # [ [ [ '-', [ 0, 'a' ], [ 0, nil ] ] ], # 1
159
+ # # [ [ '+', [ 3, nil ], [ 2, 'd' ] ] ], # 2
160
+ # # [ [ '-', [ 4, 'h' ], [ 4, nil ] ], # 3
161
+ # # [ '+', [ 5, nil ], [ 4, 'f' ] ] ],
162
+ # # [ [ '+', [ 6, nil ], [ 6, 'k' ] ] ], # 4
163
+ # # [ [ '-', [ 8, 'n' ], [ 9, nil ] ], # 5
164
+ # # [ '+', [ 9, nil ], [ 9, 'r' ] ],
165
+ # # [ '-', [ 9, 'p' ], [ 10, nil ] ],
166
+ # # [ '+', [ 10, nil ], [ 10, 's' ] ],
167
+ # # [ '+', [ 10, nil ], [ 11, 't' ] ] ] ]
168
+ #
169
+ # The five hunks shown are comprised of individual changes; if there is a
170
+ # related set of changes, they are still shown individually.
171
+ #
172
+ # This callback can also be used with Diff::LCS#sdiff, which will produce
173
+ # results like:
174
+ #
175
+ # diffs = Diff::LCS.sdiff(seq1, seq2, Diff::LCS::ContextCallbacks)
176
+ # # This example shows a simplified array format.
177
+ # # [ [ [ "-", [ 0, "a" ], [ 0, nil ] ] ], # 1
178
+ # # [ [ "+", [ 3, nil ], [ 2, "d" ] ] ], # 2
179
+ # # [ [ "!", [ 4, "h" ], [ 4, "f" ] ] ], # 3
180
+ # # [ [ "+", [ 6, nil ], [ 6, "k" ] ] ], # 4
181
+ # # [ [ "!", [ 8, "n" ], [ 9, "r" ] ], # 5
182
+ # # [ "!", [ 9, "p" ], [ 10, "s" ] ],
183
+ # # [ "+", [ 10, nil ], [ 11, "t" ] ] ] ]
184
+ #
185
+ # The five hunks are still present, but are significantly shorter in total
186
+ # presentation, because changed items are shown as changes ("!") instead of
187
+ # potentially "mismatched" pairs of additions and deletions.
188
+ #
189
+ # The result of this operation is similar to that of
190
+ # Diff::LCS::SDiffCallbacks. They may be compared as:
191
+ #
192
+ # s = Diff::LCS.sdiff(seq1, seq2).reject { |e| e.action == "=" }
193
+ # c = Diff::LCS.sdiff(seq1, seq2, Diff::LCS::ContextDiffCallbacks).flatten
194
+ #
195
+ # s == c # -> true
196
+ #
197
+ # === Use
198
+ #
199
+ # This callback object must be initialised and can be used by the
200
+ # Diff::LCS#diff or Diff::LCS#sdiff methods.
201
+ #
202
+ # cbo = Diff::LCS::ContextDiffCallbacks.new
203
+ # Diff::LCS.LCS(seq1, seq2, cbo)
204
+ # cbo.finish
205
+ #
206
+ # Note that the call to #finish is absolutely necessary, or the last set of
207
+ # changes will not be visible. Alternatively, can be used as:
208
+ #
209
+ # cbo = Diff::LCS::ContextDiffCallbacks.new { |tcbo| Diff::LCS.LCS(seq1, seq2, tcbo) }
210
+ #
211
+ # The necessary #finish call will be made.
212
+ #
213
+ # === Simplified Array Format
214
+ #
215
+ # The simplified array format used in the example above can be obtained
216
+ # with:
217
+ #
218
+ # require 'pp'
219
+ # pp diffs.map { |e| e.map { |f| f.to_a } }
220
+ class Diff::LCS::ContextDiffCallbacks < Diff::LCS::DiffCallbacks
221
+ def discard_a(event)
222
+ @hunk << Diff::LCS::ContextChange.simplify(event)
223
+ end
224
+
225
+ def discard_b(event)
226
+ @hunk << Diff::LCS::ContextChange.simplify(event)
227
+ end
228
+
229
+ def change(event)
230
+ @hunk << Diff::LCS::ContextChange.simplify(event)
231
+ end
232
+ end
233
+
234
+ # This will produce a simple array of diff change objects. Each element in
235
+ # the #diffs array is a single ContextChange. In the set of #diffs provided
236
+ # by SDiffCallbacks, both old and new objects will be presented for both
237
+ # changed <strong>and unchanged</strong> objects. +nil+ will be substituted
238
+ # for a discarded object.
239
+ #
240
+ # The diffset produced by this callback, when provided to Diff::LCS#sdiff,
241
+ # will compute and display the necessary components to show two sequences
242
+ # and their minimized differences side by side, just like the Unix utility
243
+ # +sdiff+.
244
+ #
245
+ # same same
246
+ # before | after
247
+ # old < -
248
+ # - > new
249
+ #
250
+ # seq1 = %w(a b c e h j l m n p)
251
+ # seq2 = %w(b c d e f j k l m r s t)
252
+ #
253
+ # diffs = Diff::LCS.sdiff(seq1, seq2)
254
+ # # This example shows a simplified array format.
255
+ # # [ [ "-", [ 0, "a"], [ 0, nil ] ],
256
+ # # [ "=", [ 1, "b"], [ 0, "b" ] ],
257
+ # # [ "=", [ 2, "c"], [ 1, "c" ] ],
258
+ # # [ "+", [ 3, nil], [ 2, "d" ] ],
259
+ # # [ "=", [ 3, "e"], [ 3, "e" ] ],
260
+ # # [ "!", [ 4, "h"], [ 4, "f" ] ],
261
+ # # [ "=", [ 5, "j"], [ 5, "j" ] ],
262
+ # # [ "+", [ 6, nil], [ 6, "k" ] ],
263
+ # # [ "=", [ 6, "l"], [ 7, "l" ] ],
264
+ # # [ "=", [ 7, "m"], [ 8, "m" ] ],
265
+ # # [ "!", [ 8, "n"], [ 9, "r" ] ],
266
+ # # [ "!", [ 9, "p"], [ 10, "s" ] ],
267
+ # # [ "+", [ 10, nil], [ 11, "t" ] ] ]
268
+ #
269
+ # The result of this operation is similar to that of
270
+ # Diff::LCS::ContextDiffCallbacks. They may be compared as:
271
+ #
272
+ # s = Diff::LCS.sdiff(seq1, seq2).reject { |e| e.action == "=" }
273
+ # c = Diff::LCS.sdiff(seq1, seq2, Diff::LCS::ContextDiffCallbacks).flatten
274
+ #
275
+ # s == c # -> true
276
+ #
277
+ # === Use
278
+ #
279
+ # This callback object must be initialised and is used by the Diff::LCS#sdiff
280
+ # method.
281
+ #
282
+ # cbo = Diff::LCS::SDiffCallbacks.new
283
+ # Diff::LCS.LCS(seq1, seq2, cbo)
284
+ #
285
+ # As with the other initialisable callback objects,
286
+ # Diff::LCS::SDiffCallbacks can be initialised with a block. As there is no
287
+ # "fininishing" to be done, this has no effect on the state of the object.
288
+ #
289
+ # cbo = Diff::LCS::SDiffCallbacks.new { |tcbo| Diff::LCS.LCS(seq1, seq2, tcbo) }
290
+ #
291
+ # === Simplified Array Format
292
+ #
293
+ # The simplified array format used in the example above can be obtained
294
+ # with:
295
+ #
296
+ # require 'pp'
297
+ # pp diffs.map { |e| e.to_a }
298
+ class Diff::LCS::SDiffCallbacks
299
+ # Returns the difference set collected during the diff process.
300
+ attr_reader :diffs
301
+
302
+ def initialize #:yields self:
303
+ @diffs = []
304
+ yield self if block_given?
305
+ end
306
+
307
+ def match(event)
308
+ @diffs << Diff::LCS::ContextChange.simplify(event)
309
+ end
310
+
311
+ def discard_a(event)
312
+ @diffs << Diff::LCS::ContextChange.simplify(event)
313
+ end
314
+
315
+ def discard_b(event)
316
+ @diffs << Diff::LCS::ContextChange.simplify(event)
317
+ end
318
+
319
+ def change(event)
320
+ @diffs << Diff::LCS::ContextChange.simplify(event)
321
+ end
322
+ end
@@ -0,0 +1,177 @@
1
+ # -*- ruby encoding: utf-8 -*-
2
+
3
+ # Represents a simplistic (non-contextual) change. Represents the removal or
4
+ # addition of an element from either the old or the new sequenced
5
+ # enumerable.
6
+ class Diff::LCS::Change
7
+ # The only actions valid for changes are '+' (add), '-' (delete), '='
8
+ # (no change), '!' (changed), '<' (tail changes from first sequence), or
9
+ # '>' (tail changes from second sequence). The last two ('<>') are only
10
+ # found with Diff::LCS::diff and Diff::LCS::sdiff.
11
+ VALID_ACTIONS = %W(+ - = ! > <)
12
+
13
+ def self.valid_action?(action)
14
+ VALID_ACTIONS.include? action
15
+ end
16
+
17
+ # Returns the action this Change represents.
18
+ attr_reader :action
19
+
20
+ # Returns the position of the Change.
21
+ attr_reader :position
22
+ # Returns the sequence element of the Change.
23
+ attr_reader :element
24
+
25
+ def initialize(*args)
26
+ @action, @position, @element = *args
27
+
28
+ unless Diff::LCS::Change.valid_action?(@action)
29
+ raise "Invalid Change Action '#{@action}'"
30
+ end
31
+ raise "Invalid Position Type" unless @position.kind_of? Fixnum
32
+ end
33
+
34
+ def inspect
35
+ to_a.inspect
36
+ end
37
+
38
+ def to_a
39
+ [ @action, @position, @element ]
40
+ end
41
+
42
+ def self.from_a(arr)
43
+ arr = arr.flatten(1)
44
+ case arr.size
45
+ when 5
46
+ Diff::LCS::ContextChange.new(*(arr[0...5]))
47
+ when 3
48
+ Diff::LCS::Change.new(*(arr[0...3]))
49
+ else
50
+ raise "Invalid change array format provided."
51
+ end
52
+ end
53
+
54
+ include Comparable
55
+
56
+ def ==(other)
57
+ (self.action == other.action) and
58
+ (self.position == other.position) and
59
+ (self.element == other.element)
60
+ end
61
+
62
+ def <=>(other)
63
+ r = self.action <=> other.action
64
+ r = self.position <=> other.position if r.zero?
65
+ r = self.element <=> other.element if r.zero?
66
+ r
67
+ end
68
+
69
+ def adding?
70
+ @action == '+'
71
+ end
72
+
73
+ def deleting?
74
+ @action == '-'
75
+ end
76
+
77
+ def unchanged?
78
+ @action == '='
79
+ end
80
+
81
+ def changed?
82
+ @action == '!'
83
+ end
84
+
85
+ def finished_a?
86
+ @action == '>'
87
+ end
88
+
89
+ def finished_b?
90
+ @action == '<'
91
+ end
92
+ end
93
+
94
+ # Represents a contextual change. Contains the position and values of the
95
+ # elements in the old and the new sequenced enumerables as well as the action
96
+ # taken.
97
+ class Diff::LCS::ContextChange < Diff::LCS::Change
98
+ # We don't need these two values.
99
+ undef :position
100
+ undef :element
101
+
102
+ # Returns the old position being changed.
103
+ attr_reader :old_position
104
+ # Returns the new position being changed.
105
+ attr_reader :new_position
106
+ # Returns the old element being changed.
107
+ attr_reader :old_element
108
+ # Returns the new element being changed.
109
+ attr_reader :new_element
110
+
111
+ def initialize(*args)
112
+ @action, @old_position, @old_element, @new_position, @new_element = *args
113
+
114
+ unless Diff::LCS::Change.valid_action?(@action)
115
+ raise "Invalid Change Action '#{@action}'"
116
+ end
117
+ unless @old_position.nil? or @old_position.kind_of? Fixnum
118
+ raise "Invalid (Old) Position Type"
119
+ end
120
+ unless @new_position.nil? or @new_position.kind_of? Fixnum
121
+ raise "Invalid (New) Position Type"
122
+ end
123
+ end
124
+
125
+ def to_a
126
+ [ @action,
127
+ [ @old_position, @old_element ],
128
+ [ @new_position, @new_element ]
129
+ ]
130
+ end
131
+
132
+ def inspect(*args)
133
+ to_a.inspect
134
+ end
135
+
136
+ def self.from_a(arr)
137
+ Diff::LCS::Change.from_a(arr)
138
+ end
139
+
140
+ # Simplifies a context change for use in some diff callbacks. '<' actions
141
+ # are converted to '-' and '>' actions are converted to '+'.
142
+ def self.simplify(event)
143
+ ea = event.to_a
144
+
145
+ case ea[0]
146
+ when '-'
147
+ ea[2][1] = nil
148
+ when '<'
149
+ ea[0] = '-'
150
+ ea[2][1] = nil
151
+ when '+'
152
+ ea[1][1] = nil
153
+ when '>'
154
+ ea[0] = '+'
155
+ ea[1][1] = nil
156
+ end
157
+
158
+ Diff::LCS::ContextChange.from_a(ea)
159
+ end
160
+
161
+ def ==(other)
162
+ (@action == other.action) and
163
+ (@old_position == other.old_position) and
164
+ (@new_position == other.new_position) and
165
+ (@old_element == other.old_element) and
166
+ (@new_element == other.new_element)
167
+ end
168
+
169
+ def <=>(other)
170
+ r = @action <=> other.action
171
+ r = @old_position <=> other.old_position if r.zero?
172
+ r = @new_position <=> other.new_position if r.zero?
173
+ r = @old_element <=> other.old_element if r.zero?
174
+ r = @new_element <=> other.new_element if r.zero?
175
+ r
176
+ end
177
+ end