redcar-dev 0.12.1dev-java → 0.12.3dev-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3176) hide show
  1. data/lib/redcar/runner.rb +11 -20
  2. data/lib/redcar.rb +9 -19
  3. data/plugins/application_swt/lib/application_swt/bring_to_front.rb +3 -0
  4. data/plugins/application_swt/lib/dist/application_swt.jar +0 -0
  5. data/plugins/edit_view_swt/lib/edit_view_swt.rb +1 -1
  6. data/plugins/groovy/features/fixtures/lib/classes.jar +0 -0
  7. data/plugins/java/features/fixtures/lib/classes.jar +0 -0
  8. data/plugins/project/lib/project/adapters/remote_protocols/ftp.rb +1 -0
  9. data/plugins/project/lib/project/adapters/remote_protocols/sftp.rb +2 -0
  10. data/plugins/project/lib/project.rb +0 -7
  11. data/plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof.jar +0 -0
  12. data/plugins/scm/lib/scm.rb +2 -4
  13. data/plugins/scm_git/lib/scm_git.rb +1 -4
  14. data/plugins/textmate/lib/textmate.rb +5 -2
  15. data/rubygems_plugin.rb +81 -0
  16. metadata +147 -3170
  17. data/lib/json/CHANGES +0 -166
  18. data/lib/json/COPYING +0 -58
  19. data/lib/json/GPL +0 -340
  20. data/lib/json/README +0 -358
  21. data/lib/json/Rakefile +0 -292
  22. data/lib/json/TODO +0 -1
  23. data/lib/json/VERSION +0 -1
  24. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast-autocorrelation.dat +0 -1000
  25. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast.dat +0 -1001
  26. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty-autocorrelation.dat +0 -900
  27. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty.dat +0 -901
  28. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe-autocorrelation.dat +0 -1000
  29. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe.dat +0 -1001
  30. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast-autocorrelation.dat +0 -1000
  31. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast.dat +0 -1001
  32. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty-autocorrelation.dat +0 -1000
  33. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty.dat +0 -1001
  34. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe-autocorrelation.dat +0 -1000
  35. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe.dat +0 -1001
  36. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator-autocorrelation.dat +0 -1000
  37. data/lib/json/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator.dat +0 -1001
  38. data/lib/json/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser-autocorrelation.dat +0 -900
  39. data/lib/json/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser.dat +0 -901
  40. data/lib/json/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser-autocorrelation.dat +0 -1000
  41. data/lib/json/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser.dat +0 -1001
  42. data/lib/json/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser-autocorrelation.dat +0 -1000
  43. data/lib/json/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser.dat +0 -1001
  44. data/lib/json/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser-autocorrelation.dat +0 -1000
  45. data/lib/json/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser.dat +0 -1001
  46. data/lib/json/benchmarks/generator2_benchmark.rb +0 -222
  47. data/lib/json/benchmarks/generator_benchmark.rb +0 -224
  48. data/lib/json/benchmarks/ohai.json +0 -1216
  49. data/lib/json/benchmarks/ohai.ruby +0 -1
  50. data/lib/json/benchmarks/parser2_benchmark.rb +0 -251
  51. data/lib/json/benchmarks/parser_benchmark.rb +0 -259
  52. data/lib/json/bin/edit_json.rb +0 -9
  53. data/lib/json/bin/prettify_json.rb +0 -75
  54. data/lib/json/data/example.json +0 -1
  55. data/lib/json/data/index.html +0 -38
  56. data/lib/json/data/prototype.js +0 -4184
  57. data/lib/json/ext/json/ext/generator/extconf.rb +0 -16
  58. data/lib/json/ext/json/ext/generator/generator.c +0 -1323
  59. data/lib/json/ext/json/ext/generator/generator.h +0 -170
  60. data/lib/json/ext/json/ext/parser/extconf.rb +0 -15
  61. data/lib/json/ext/json/ext/parser/parser.c +0 -1935
  62. data/lib/json/ext/json/ext/parser/parser.h +0 -71
  63. data/lib/json/ext/json/ext/parser/parser.rl +0 -792
  64. data/lib/json/install.rb +0 -26
  65. data/lib/json/lib/json/Array.xpm +0 -21
  66. data/lib/json/lib/json/FalseClass.xpm +0 -21
  67. data/lib/json/lib/json/Hash.xpm +0 -21
  68. data/lib/json/lib/json/Key.xpm +0 -73
  69. data/lib/json/lib/json/NilClass.xpm +0 -21
  70. data/lib/json/lib/json/Numeric.xpm +0 -28
  71. data/lib/json/lib/json/String.xpm +0 -96
  72. data/lib/json/lib/json/TrueClass.xpm +0 -21
  73. data/lib/json/lib/json/add/core.rb +0 -148
  74. data/lib/json/lib/json/add/rails.rb +0 -58
  75. data/lib/json/lib/json/common.rb +0 -397
  76. data/lib/json/lib/json/editor.rb +0 -1371
  77. data/lib/json/lib/json/ext.rb +0 -15
  78. data/lib/json/lib/json/json.xpm +0 -1499
  79. data/lib/json/lib/json/pure/generator.rb +0 -452
  80. data/lib/json/lib/json/pure/parser.rb +0 -307
  81. data/lib/json/lib/json/pure.rb +0 -77
  82. data/lib/json/lib/json/version.rb +0 -8
  83. data/lib/json/lib/json.rb +0 -10
  84. data/lib/json/tests/fixtures/fail1.json +0 -1
  85. data/lib/json/tests/fixtures/fail10.json +0 -1
  86. data/lib/json/tests/fixtures/fail11.json +0 -1
  87. data/lib/json/tests/fixtures/fail12.json +0 -1
  88. data/lib/json/tests/fixtures/fail13.json +0 -1
  89. data/lib/json/tests/fixtures/fail14.json +0 -1
  90. data/lib/json/tests/fixtures/fail18.json +0 -1
  91. data/lib/json/tests/fixtures/fail19.json +0 -1
  92. data/lib/json/tests/fixtures/fail2.json +0 -1
  93. data/lib/json/tests/fixtures/fail20.json +0 -1
  94. data/lib/json/tests/fixtures/fail21.json +0 -1
  95. data/lib/json/tests/fixtures/fail22.json +0 -1
  96. data/lib/json/tests/fixtures/fail23.json +0 -1
  97. data/lib/json/tests/fixtures/fail24.json +0 -1
  98. data/lib/json/tests/fixtures/fail25.json +0 -1
  99. data/lib/json/tests/fixtures/fail27.json +0 -2
  100. data/lib/json/tests/fixtures/fail28.json +0 -2
  101. data/lib/json/tests/fixtures/fail3.json +0 -1
  102. data/lib/json/tests/fixtures/fail4.json +0 -1
  103. data/lib/json/tests/fixtures/fail5.json +0 -1
  104. data/lib/json/tests/fixtures/fail6.json +0 -1
  105. data/lib/json/tests/fixtures/fail7.json +0 -1
  106. data/lib/json/tests/fixtures/fail8.json +0 -1
  107. data/lib/json/tests/fixtures/fail9.json +0 -1
  108. data/lib/json/tests/fixtures/pass1.json +0 -56
  109. data/lib/json/tests/fixtures/pass15.json +0 -1
  110. data/lib/json/tests/fixtures/pass16.json +0 -1
  111. data/lib/json/tests/fixtures/pass17.json +0 -1
  112. data/lib/json/tests/fixtures/pass2.json +0 -1
  113. data/lib/json/tests/fixtures/pass26.json +0 -1
  114. data/lib/json/tests/fixtures/pass3.json +0 -6
  115. data/lib/json/tests/test_json.rb +0 -361
  116. data/lib/json/tests/test_json_addition.rb +0 -162
  117. data/lib/json/tests/test_json_encoding.rb +0 -68
  118. data/lib/json/tests/test_json_fixtures.rb +0 -34
  119. data/lib/json/tests/test_json_generate.rb +0 -122
  120. data/lib/json/tests/test_json_rails.rb +0 -144
  121. data/lib/json/tests/test_json_unicode.rb +0 -76
  122. data/lib/json/tools/fuzz.rb +0 -139
  123. data/lib/json/tools/server.rb +0 -61
  124. data/lib/openssl/History.txt +0 -75
  125. data/lib/openssl/License.txt +0 -30
  126. data/lib/openssl/Manifest.txt +0 -99
  127. data/lib/openssl/README.txt +0 -24
  128. data/lib/openssl/Rakefile +0 -71
  129. data/lib/openssl/build.properties +0 -7
  130. data/lib/openssl/build.properties.SAMPLE +0 -7
  131. data/lib/openssl/build.xml +0 -57
  132. data/lib/openssl/lib/jopenssl/version.rb +0 -5
  133. data/lib/openssl/lib/openssl/bn.rb +0 -33
  134. data/lib/openssl/lib/openssl/buffering.rb +0 -239
  135. data/lib/openssl/lib/openssl/cipher.rb +0 -56
  136. data/lib/openssl/lib/openssl/digest.rb +0 -46
  137. data/lib/openssl/lib/openssl/dummy.rb +0 -34
  138. data/lib/openssl/lib/openssl/dummyssl.rb +0 -13
  139. data/lib/openssl/lib/openssl/ssl.rb +0 -135
  140. data/lib/openssl/lib/openssl/x509.rb +0 -154
  141. data/lib/openssl/lib/openssl.rb +0 -24
  142. data/lib/openssl/mocha/COPYING +0 -3
  143. data/lib/openssl/mocha/MIT-LICENSE +0 -7
  144. data/lib/openssl/mocha/README +0 -35
  145. data/lib/openssl/mocha/RELEASE +0 -171
  146. data/lib/openssl/mocha/Rakefile +0 -147
  147. data/lib/openssl/mocha/TODO +0 -48
  148. data/lib/openssl/mocha/examples/misc.rb +0 -36
  149. data/lib/openssl/mocha/examples/mocha.rb +0 -26
  150. data/lib/openssl/mocha/examples/stubba.rb +0 -65
  151. data/lib/openssl/mocha/init.rb +0 -3
  152. data/lib/openssl/mocha/lib/mocha/any_instance_method.rb +0 -35
  153. data/lib/openssl/mocha/lib/mocha/auto_verify.rb +0 -111
  154. data/lib/openssl/mocha/lib/mocha/central.rb +0 -35
  155. data/lib/openssl/mocha/lib/mocha/class_method.rb +0 -62
  156. data/lib/openssl/mocha/lib/mocha/deprecation.rb +0 -22
  157. data/lib/openssl/mocha/lib/mocha/exception_raiser.rb +0 -17
  158. data/lib/openssl/mocha/lib/mocha/expectation.rb +0 -382
  159. data/lib/openssl/mocha/lib/mocha/expectation_error.rb +0 -6
  160. data/lib/openssl/mocha/lib/mocha/expectation_list.rb +0 -45
  161. data/lib/openssl/mocha/lib/mocha/infinite_range.rb +0 -25
  162. data/lib/openssl/mocha/lib/mocha/inspect.rb +0 -39
  163. data/lib/openssl/mocha/lib/mocha/instance_method.rb +0 -8
  164. data/lib/openssl/mocha/lib/mocha/is_a.rb +0 -9
  165. data/lib/openssl/mocha/lib/mocha/metaclass.rb +0 -7
  166. data/lib/openssl/mocha/lib/mocha/missing_expectation.rb +0 -27
  167. data/lib/openssl/mocha/lib/mocha/mock.rb +0 -200
  168. data/lib/openssl/mocha/lib/mocha/multiple_yields.rb +0 -20
  169. data/lib/openssl/mocha/lib/mocha/no_yields.rb +0 -11
  170. data/lib/openssl/mocha/lib/mocha/object.rb +0 -110
  171. data/lib/openssl/mocha/lib/mocha/parameter_matchers/all_of.rb +0 -39
  172. data/lib/openssl/mocha/lib/mocha/parameter_matchers/any_of.rb +0 -44
  173. data/lib/openssl/mocha/lib/mocha/parameter_matchers/anything.rb +0 -30
  174. data/lib/openssl/mocha/lib/mocha/parameter_matchers/has_entry.rb +0 -39
  175. data/lib/openssl/mocha/lib/mocha/parameter_matchers/has_key.rb +0 -39
  176. data/lib/openssl/mocha/lib/mocha/parameter_matchers/has_value.rb +0 -39
  177. data/lib/openssl/mocha/lib/mocha/parameter_matchers/includes.rb +0 -37
  178. data/lib/openssl/mocha/lib/mocha/parameter_matchers/instance_of.rb +0 -39
  179. data/lib/openssl/mocha/lib/mocha/parameter_matchers/kind_of.rb +0 -39
  180. data/lib/openssl/mocha/lib/mocha/parameter_matchers.rb +0 -9
  181. data/lib/openssl/mocha/lib/mocha/pretty_parameters.rb +0 -28
  182. data/lib/openssl/mocha/lib/mocha/return_values.rb +0 -31
  183. data/lib/openssl/mocha/lib/mocha/setup_and_teardown.rb +0 -23
  184. data/lib/openssl/mocha/lib/mocha/single_return_value.rb +0 -24
  185. data/lib/openssl/mocha/lib/mocha/single_yield.rb +0 -18
  186. data/lib/openssl/mocha/lib/mocha/standalone.rb +0 -32
  187. data/lib/openssl/mocha/lib/mocha/stub.rb +0 -18
  188. data/lib/openssl/mocha/lib/mocha/test_case_adapter.rb +0 -49
  189. data/lib/openssl/mocha/lib/mocha/yield_parameters.rb +0 -31
  190. data/lib/openssl/mocha/lib/mocha.rb +0 -19
  191. data/lib/openssl/mocha/lib/mocha_standalone.rb +0 -2
  192. data/lib/openssl/mocha/lib/stubba.rb +0 -2
  193. data/lib/openssl/mocha/templates/html_with_google_analytics.rb +0 -742
  194. data/lib/openssl/mocha/test/acceptance/expected_invocation_count_acceptance_test.rb +0 -187
  195. data/lib/openssl/mocha/test/acceptance/mocha_acceptance_test.rb +0 -98
  196. data/lib/openssl/mocha/test/acceptance/mocked_methods_dispatch_acceptance_test.rb +0 -71
  197. data/lib/openssl/mocha/test/acceptance/parameter_matcher_acceptance_test.rb +0 -63
  198. data/lib/openssl/mocha/test/acceptance/standalone_acceptance_test.rb +0 -131
  199. data/lib/openssl/mocha/test/acceptance/stubba_acceptance_test.rb +0 -102
  200. data/lib/openssl/mocha/test/active_record_test_case.rb +0 -36
  201. data/lib/openssl/mocha/test/deprecation_disabler.rb +0 -15
  202. data/lib/openssl/mocha/test/execution_point.rb +0 -34
  203. data/lib/openssl/mocha/test/integration/mocha_test_result_integration_test.rb +0 -105
  204. data/lib/openssl/mocha/test/integration/stubba_integration_test.rb +0 -89
  205. data/lib/openssl/mocha/test/integration/stubba_test_result_integration_test.rb +0 -85
  206. data/lib/openssl/mocha/test/method_definer.rb +0 -18
  207. data/lib/openssl/mocha/test/test_helper.rb +0 -12
  208. data/lib/openssl/mocha/test/test_runner.rb +0 -31
  209. data/lib/openssl/mocha/test/unit/any_instance_method_test.rb +0 -124
  210. data/lib/openssl/mocha/test/unit/array_inspect_test.rb +0 -16
  211. data/lib/openssl/mocha/test/unit/auto_verify_test.rb +0 -122
  212. data/lib/openssl/mocha/test/unit/central_test.rb +0 -124
  213. data/lib/openssl/mocha/test/unit/class_method_test.rb +0 -196
  214. data/lib/openssl/mocha/test/unit/date_time_inspect_test.rb +0 -21
  215. data/lib/openssl/mocha/test/unit/expectation_list_test.rb +0 -69
  216. data/lib/openssl/mocha/test/unit/expectation_raiser_test.rb +0 -28
  217. data/lib/openssl/mocha/test/unit/expectation_test.rb +0 -399
  218. data/lib/openssl/mocha/test/unit/hash_inspect_test.rb +0 -16
  219. data/lib/openssl/mocha/test/unit/infinite_range_test.rb +0 -53
  220. data/lib/openssl/mocha/test/unit/metaclass_test.rb +0 -22
  221. data/lib/openssl/mocha/test/unit/missing_expectation_test.rb +0 -45
  222. data/lib/openssl/mocha/test/unit/mock_test.rb +0 -316
  223. data/lib/openssl/mocha/test/unit/multiple_yields_test.rb +0 -18
  224. data/lib/openssl/mocha/test/unit/no_yield_test.rb +0 -18
  225. data/lib/openssl/mocha/test/unit/object_inspect_test.rb +0 -35
  226. data/lib/openssl/mocha/test/unit/object_test.rb +0 -165
  227. data/lib/openssl/mocha/test/unit/parameter_matchers/all_of_test.rb +0 -26
  228. data/lib/openssl/mocha/test/unit/parameter_matchers/any_of_test.rb +0 -26
  229. data/lib/openssl/mocha/test/unit/parameter_matchers/anything_test.rb +0 -21
  230. data/lib/openssl/mocha/test/unit/parameter_matchers/has_entry_test.rb +0 -25
  231. data/lib/openssl/mocha/test/unit/parameter_matchers/has_key_test.rb +0 -25
  232. data/lib/openssl/mocha/test/unit/parameter_matchers/has_value_test.rb +0 -25
  233. data/lib/openssl/mocha/test/unit/parameter_matchers/includes_test.rb +0 -25
  234. data/lib/openssl/mocha/test/unit/parameter_matchers/instance_of_test.rb +0 -25
  235. data/lib/openssl/mocha/test/unit/parameter_matchers/kind_of_test.rb +0 -25
  236. data/lib/openssl/mocha/test/unit/parameter_matchers/stub_matcher.rb +0 -22
  237. data/lib/openssl/mocha/test/unit/pretty_parameters_test.rb +0 -32
  238. data/lib/openssl/mocha/test/unit/return_values_test.rb +0 -63
  239. data/lib/openssl/mocha/test/unit/setup_and_teardown_test.rb +0 -76
  240. data/lib/openssl/mocha/test/unit/single_return_value_test.rb +0 -33
  241. data/lib/openssl/mocha/test/unit/single_yield_test.rb +0 -18
  242. data/lib/openssl/mocha/test/unit/string_inspect_test.rb +0 -11
  243. data/lib/openssl/mocha/test/unit/stub_test.rb +0 -24
  244. data/lib/openssl/mocha/test/unit/yield_parameters_test.rb +0 -93
  245. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/FOLDERS +0 -53
  246. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/LICENSE +0 -340
  247. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/README +0 -117
  248. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/bin/coderay +0 -77
  249. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/bin/coderay_stylesheet +0 -4
  250. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/duo.rb +0 -29
  251. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoder.rb +0 -173
  252. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/_map.rb +0 -8
  253. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/count.rb +0 -21
  254. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/debug.rb +0 -46
  255. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/div.rb +0 -20
  256. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/html/classes.rb +0 -77
  257. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/html/css.rb +0 -65
  258. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/html/numerization.rb +0 -122
  259. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/html/output.rb +0 -195
  260. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/html.rb +0 -260
  261. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/null.rb +0 -26
  262. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/page.rb +0 -21
  263. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/span.rb +0 -20
  264. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/statistic.rb +0 -81
  265. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/text.rb +0 -33
  266. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/tokens.rb +0 -44
  267. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/xml.rb +0 -71
  268. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/encoders/yaml.rb +0 -22
  269. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/helpers/file_type.rb +0 -182
  270. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/helpers/gzip_simple.rb +0 -122
  271. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/helpers/plugin.rb +0 -326
  272. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/helpers/word_list.rb +0 -119
  273. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanner.rb +0 -238
  274. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/_map.rb +0 -15
  275. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/c.rb +0 -163
  276. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/debug.rb +0 -60
  277. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/delphi.rb +0 -149
  278. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/html.rb +0 -177
  279. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/nitro_xhtml.rb +0 -133
  280. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/plaintext.rb +0 -16
  281. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/rhtml.rb +0 -73
  282. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/ruby/patterns.rb +0 -230
  283. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/ruby.rb +0 -367
  284. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/scanners/xml.rb +0 -18
  285. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/style.rb +0 -20
  286. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/styles/_map.rb +0 -7
  287. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/styles/cycnus.rb +0 -125
  288. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/styles/murphy.rb +0 -119
  289. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay/tokens.rb +0 -368
  290. data/lib/openssl/mocha/vendor/coderay-0.7.4.215/lib/coderay.rb +0 -319
  291. data/lib/openssl/mocha/vendor/meta_project-0.4.15/CHANGES +0 -295
  292. data/lib/openssl/mocha/vendor/meta_project-0.4.15/MIT-LICENSE +0 -21
  293. data/lib/openssl/mocha/vendor/meta_project-0.4.15/README +0 -129
  294. data/lib/openssl/mocha/vendor/meta_project-0.4.15/Rakefile +0 -152
  295. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/core_ext/open_uri.rb +0 -22
  296. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/core_ext/pathname.rb +0 -36
  297. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/core_ext/string.rb +0 -5
  298. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/http/multipart.rb +0 -32
  299. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/patois/parser.rb +0 -99
  300. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/patois.rb +0 -1
  301. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/base.rb +0 -9
  302. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/codehaus/codehaus_project_svn.rb +0 -31
  303. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/codehaus.rb +0 -1
  304. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/trac/trac_project.rb +0 -54
  305. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/trac.rb +0 -1
  306. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/xforge/ruby_forge.rb +0 -47
  307. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/xforge/session.rb +0 -177
  308. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/xforge/source_forge.rb +0 -50
  309. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/xforge/xfile.rb +0 -45
  310. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/xforge/xforge_base.rb +0 -85
  311. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project/xforge.rb +0 -5
  312. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project.rb +0 -4
  313. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/project_analyzer.rb +0 -36
  314. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/release/freshmeat.rb +0 -267
  315. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/release/raa.rb +0 -572
  316. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/scm_web/browser.rb +0 -112
  317. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/scm_web/pathname.rb +0 -89
  318. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/scm_web.rb +0 -2
  319. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/base.rb +0 -24
  320. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/digit_issues.rb +0 -34
  321. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/issue.rb +0 -57
  322. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/jira/jira_issues.rb +0 -35
  323. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/jira/jira_tracker.rb +0 -149
  324. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/jira.rb +0 -2
  325. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/trac/trac_tracker.rb +0 -33
  326. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/trac.rb +0 -1
  327. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/xforge/ruby_forge_tracker.rb +0 -17
  328. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/xforge/source_forge_tracker.rb +0 -17
  329. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/xforge/xforge_tracker.rb +0 -191
  330. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker/xforge.rb +0 -3
  331. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/tracker.rb +0 -6
  332. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project/version_parser.rb +0 -52
  333. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/meta_project.rb +0 -19
  334. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/rake/contrib/xforge/base.rb +0 -64
  335. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/rake/contrib/xforge/news_publisher.rb +0 -97
  336. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/rake/contrib/xforge/release.rb +0 -134
  337. data/lib/openssl/mocha/vendor/meta_project-0.4.15/lib/rake/contrib/xforge.rb +0 -3
  338. data/lib/openssl/nbproject/genfiles.properties +0 -5
  339. data/lib/openssl/nbproject/jdk.xml +0 -157
  340. data/lib/openssl/nbproject/nbjdk.properties +0 -1
  341. data/lib/openssl/nbproject/nbjdk.xml +0 -16
  342. data/lib/openssl/nbproject/project.xml +0 -117
  343. data/lib/openssl/src/java/JopensslService.java +0 -41
  344. data/lib/openssl/src/java/org/jruby/ext/openssl/ASN1.java +0 -930
  345. data/lib/openssl/src/java/org/jruby/ext/openssl/Attribute.java +0 -132
  346. data/lib/openssl/src/java/org/jruby/ext/openssl/BN.java +0 -769
  347. data/lib/openssl/src/java/org/jruby/ext/openssl/BouncyCastlePEMHandler.java +0 -69
  348. data/lib/openssl/src/java/org/jruby/ext/openssl/Callable.java +0 -10
  349. data/lib/openssl/src/java/org/jruby/ext/openssl/Cipher.java +0 -661
  350. data/lib/openssl/src/java/org/jruby/ext/openssl/CipherStrings.java +0 -1827
  351. data/lib/openssl/src/java/org/jruby/ext/openssl/Config.java +0 -49
  352. data/lib/openssl/src/java/org/jruby/ext/openssl/DefaultPEMHandler.java +0 -44
  353. data/lib/openssl/src/java/org/jruby/ext/openssl/Digest.java +0 -207
  354. data/lib/openssl/src/java/org/jruby/ext/openssl/HMAC.java +0 -183
  355. data/lib/openssl/src/java/org/jruby/ext/openssl/NetscapeSPKI.java +0 -212
  356. data/lib/openssl/src/java/org/jruby/ext/openssl/OpenSSLImpl.java +0 -341
  357. data/lib/openssl/src/java/org/jruby/ext/openssl/OpenSSLReal.java +0 -113
  358. data/lib/openssl/src/java/org/jruby/ext/openssl/PEMHandler.java +0 -40
  359. data/lib/openssl/src/java/org/jruby/ext/openssl/PKCS10CertificationRequestExt.java +0 -159
  360. data/lib/openssl/src/java/org/jruby/ext/openssl/PKCS7.java +0 -642
  361. data/lib/openssl/src/java/org/jruby/ext/openssl/PKey.java +0 -154
  362. data/lib/openssl/src/java/org/jruby/ext/openssl/PKeyDH.java +0 -401
  363. data/lib/openssl/src/java/org/jruby/ext/openssl/PKeyDSA.java +0 -419
  364. data/lib/openssl/src/java/org/jruby/ext/openssl/PKeyRSA.java +0 -762
  365. data/lib/openssl/src/java/org/jruby/ext/openssl/Random.java +0 -103
  366. data/lib/openssl/src/java/org/jruby/ext/openssl/Request.java +0 -336
  367. data/lib/openssl/src/java/org/jruby/ext/openssl/SSL.java +0 -71
  368. data/lib/openssl/src/java/org/jruby/ext/openssl/SSLContext.java +0 -358
  369. data/lib/openssl/src/java/org/jruby/ext/openssl/SSLSocket.java +0 -561
  370. data/lib/openssl/src/java/org/jruby/ext/openssl/SimpleSecretKey.java +0 -53
  371. data/lib/openssl/src/java/org/jruby/ext/openssl/Utils.java +0 -60
  372. data/lib/openssl/src/java/org/jruby/ext/openssl/X509.java +0 -108
  373. data/lib/openssl/src/java/org/jruby/ext/openssl/X509CRL.java +0 -446
  374. data/lib/openssl/src/java/org/jruby/ext/openssl/X509Cert.java +0 -520
  375. data/lib/openssl/src/java/org/jruby/ext/openssl/X509Extensions.java +0 -751
  376. data/lib/openssl/src/java/org/jruby/ext/openssl/X509Name.java +0 -405
  377. data/lib/openssl/src/java/org/jruby/ext/openssl/X509Revoked.java +0 -111
  378. data/lib/openssl/src/java/org/jruby/ext/openssl/X509Store.java +0 -282
  379. data/lib/openssl/src/java/org/jruby/ext/openssl/X509StoreCtx.java +0 -206
  380. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/ASN1Registry.java +0 -5135
  381. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/Attribute.java +0 -79
  382. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/BIO.java +0 -345
  383. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/BIOFilter.java +0 -38
  384. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/Base64BIOFilter.java +0 -84
  385. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/CipherBIOFilter.java +0 -157
  386. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/Digest.java +0 -126
  387. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/EVP.java +0 -136
  388. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/EncContent.java +0 -178
  389. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/Encrypt.java +0 -77
  390. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/Envelope.java +0 -169
  391. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/IssuerAndSerial.java +0 -35
  392. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/MemBIO.java +0 -117
  393. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/MessageDigestBIOFilter.java +0 -76
  394. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/Mime.java +0 -245
  395. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/MimeHeader.java +0 -103
  396. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/MimeParam.java +0 -69
  397. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/NotVerifiedPKCS7Exception.java +0 -38
  398. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/NullSinkBIO.java +0 -52
  399. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/PKCS7.java +0 -1276
  400. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/PKCS7Data.java +0 -168
  401. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/PKCS7DataData.java +0 -88
  402. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/PKCS7DataDigest.java +0 -64
  403. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/PKCS7DataEncrypted.java +0 -61
  404. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/PKCS7DataEnveloped.java +0 -85
  405. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/PKCS7DataSigned.java +0 -127
  406. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/PKCS7DataSignedAndEnveloped.java +0 -91
  407. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/PKCS7Exception.java +0 -68
  408. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/RecipInfo.java +0 -244
  409. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/SMIME.java +0 -281
  410. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/SignEnvelope.java +0 -202
  411. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/Signed.java +0 -345
  412. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/SignerInfoWithPkey.java +0 -365
  413. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/TypeDiscriminating.java +0 -34
  414. data/lib/openssl/src/java/org/jruby/ext/openssl/impl/utils/Base64.java +0 -1809
  415. data/lib/openssl/src/java/org/jruby/ext/openssl/util/Base64Coder.java +0 -103
  416. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/CRL.java +0 -59
  417. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Certificate.java +0 -57
  418. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/CertificateFile.java +0 -46
  419. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/CertificateHashDir.java +0 -46
  420. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Function0.java +0 -43
  421. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Function1.java +0 -43
  422. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Function2.java +0 -43
  423. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Function3.java +0 -43
  424. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Function4.java +0 -43
  425. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Function5.java +0 -43
  426. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Lookup.java +0 -560
  427. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/LookupMethod.java +0 -84
  428. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Name.java +0 -85
  429. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/PEMInputOutput.java +0 -1210
  430. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/PKey.java +0 -41
  431. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/PolicyTree.java +0 -36
  432. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Purpose.java +0 -475
  433. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Store.java +0 -377
  434. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/StoreContext.java +0 -1356
  435. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/Trust.java +0 -279
  436. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/VerifyParameter.java +0 -324
  437. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/X509Aux.java +0 -43
  438. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/X509AuxCertificate.java +0 -170
  439. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/X509Error.java +0 -70
  440. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/X509Object.java +0 -88
  441. data/lib/openssl/src/java/org/jruby/ext/openssl/x509store/X509Utils.java +0 -541
  442. data/lib/openssl/test/cert_with_ec_pk.cer +0 -27
  443. data/lib/openssl/test/fixture/ca_path/72fa7371.0 +0 -19
  444. data/lib/openssl/test/fixture/ca_path/verisign.pem +0 -19
  445. data/lib/openssl/test/fixture/cacert.pem +0 -23
  446. data/lib/openssl/test/fixture/cert_localhost.pem +0 -19
  447. data/lib/openssl/test/fixture/common.pem +0 -48
  448. data/lib/openssl/test/fixture/localhost_keypair.pem +0 -18
  449. data/lib/openssl/test/fixture/max.pem +0 -29
  450. data/lib/openssl/test/fixture/purpose/b70a5bc1.0 +0 -24
  451. data/lib/openssl/test/fixture/purpose/ca/PASSWD_OF_CA_KEY_IS_1234 +0 -0
  452. data/lib/openssl/test/fixture/purpose/ca/ca_config.rb +0 -37
  453. data/lib/openssl/test/fixture/purpose/ca/cacert.pem +0 -24
  454. data/lib/openssl/test/fixture/purpose/ca/newcerts/2_cert.pem +0 -19
  455. data/lib/openssl/test/fixture/purpose/ca/newcerts/3_cert.pem +0 -19
  456. data/lib/openssl/test/fixture/purpose/ca/private/cakeypair.pem +0 -30
  457. data/lib/openssl/test/fixture/purpose/ca/serial +0 -1
  458. data/lib/openssl/test/fixture/purpose/cacert.pem +0 -24
  459. data/lib/openssl/test/fixture/purpose/scripts/gen_cert.rb +0 -127
  460. data/lib/openssl/test/fixture/purpose/scripts/gen_csr.rb +0 -50
  461. data/lib/openssl/test/fixture/purpose/scripts/init_ca.rb +0 -66
  462. data/lib/openssl/test/fixture/purpose/sslclient/csr.pem +0 -10
  463. data/lib/openssl/test/fixture/purpose/sslclient/keypair.pem +0 -15
  464. data/lib/openssl/test/fixture/purpose/sslclient/sslclient.pem +0 -19
  465. data/lib/openssl/test/fixture/purpose/sslclient.pem +0 -19
  466. data/lib/openssl/test/fixture/purpose/sslserver/csr.pem +0 -10
  467. data/lib/openssl/test/fixture/purpose/sslserver/keypair.pem +0 -15
  468. data/lib/openssl/test/fixture/purpose/sslserver/sslserver.pem +0 -19
  469. data/lib/openssl/test/fixture/purpose/sslserver.pem +0 -19
  470. data/lib/openssl/test/fixture/verisign.pem +0 -19
  471. data/lib/openssl/test/fixture/verisign_c3.pem +0 -14
  472. data/lib/openssl/test/openssl/ssl_server.rb +0 -99
  473. data/lib/openssl/test/openssl/test_asn1.rb +0 -199
  474. data/lib/openssl/test/openssl/test_cipher.rb +0 -196
  475. data/lib/openssl/test/openssl/test_digest.rb +0 -88
  476. data/lib/openssl/test/openssl/test_hmac.rb +0 -44
  477. data/lib/openssl/test/openssl/test_ns_spki.rb +0 -69
  478. data/lib/openssl/test/openssl/test_pair.rb +0 -149
  479. data/lib/openssl/test/openssl/test_pkcs7.rb +0 -160
  480. data/lib/openssl/test/openssl/test_pkey_rsa.rb +0 -49
  481. data/lib/openssl/test/openssl/test_ssl.rb +0 -413
  482. data/lib/openssl/test/openssl/test_x509cert.rb +0 -236
  483. data/lib/openssl/test/openssl/test_x509crl.rb +0 -234
  484. data/lib/openssl/test/openssl/test_x509ext.rb +0 -95
  485. data/lib/openssl/test/openssl/test_x509name.rb +0 -281
  486. data/lib/openssl/test/openssl/test_x509req.rb +0 -178
  487. data/lib/openssl/test/openssl/test_x509store.rb +0 -245
  488. data/lib/openssl/test/openssl/utils.rb +0 -135
  489. data/lib/openssl/test/pkcs7_mime_enveloped.message +0 -19
  490. data/lib/openssl/test/pkcs7_mime_signed.message +0 -30
  491. data/lib/openssl/test/pkcs7_multipart_signed.message +0 -45
  492. data/lib/openssl/test/ref/compile.rb +0 -8
  493. data/lib/openssl/test/ref/pkcs1 +0 -0
  494. data/lib/openssl/test/ref/pkcs1.c +0 -21
  495. data/lib/openssl/test/test_cipher.rb +0 -95
  496. data/lib/openssl/test/test_integration.rb +0 -139
  497. data/lib/openssl/test/test_java.rb +0 -98
  498. data/lib/openssl/test/test_java_attribute.rb +0 -25
  499. data/lib/openssl/test/test_java_bio.rb +0 -42
  500. data/lib/openssl/test/test_java_mime.rb +0 -173
  501. data/lib/openssl/test/test_java_pkcs7.rb +0 -769
  502. data/lib/openssl/test/test_java_smime.rb +0 -177
  503. data/lib/openssl/test/test_openssl.rb +0 -34
  504. data/lib/openssl/test/test_openssl_x509.rb +0 -34
  505. data/lib/openssl/test/test_parse_certificate.rb +0 -20
  506. data/lib/openssl/test/test_pkey.rb +0 -46
  507. data/lib/openssl/test/test_x509store.rb +0 -155
  508. data/lib/openssl/test/ut_eof.rb +0 -128
  509. data/lib/plugin_manager/README.md +0 -64
  510. data/lib/plugin_manager/Rakefile +0 -55
  511. data/lib/plugin_manager/bin/plugin_manager +0 -4
  512. data/lib/plugin_manager/lib/plugin_manager/definition_builder.rb +0 -55
  513. data/lib/plugin_manager/lib/plugin_manager/plugin.rb +0 -9
  514. data/lib/plugin_manager/lib/plugin_manager/plugin_definition.rb +0 -64
  515. data/lib/plugin_manager/lib/plugin_manager.rb +0 -229
  516. data/lib/plugin_manager/spec/fixtures/plugin_loading/error_in_definition/core/plugin.rb +0 -2
  517. data/lib/plugin_manager/spec/fixtures/plugin_loading/error_in_plugin/core/core.rb +0 -4
  518. data/lib/plugin_manager/spec/fixtures/plugin_loading/error_in_plugin/core/plugin.rb +0 -7
  519. data/lib/plugin_manager/spec/fixtures/plugin_loading/example/core/core.rb +0 -20
  520. data/lib/plugin_manager/spec/fixtures/plugin_loading/example/core/plugin.rb +0 -7
  521. data/lib/plugin_manager/spec/fixtures/plugin_loading/example/debug/debug.rb +0 -6
  522. data/lib/plugin_manager/spec/fixtures/plugin_loading/example/debug/plugin.rb +0 -8
  523. data/lib/plugin_manager/spec/fixtures/plugin_loading/example/extras/extras.rb +0 -6
  524. data/lib/plugin_manager/spec/fixtures/plugin_loading/example/extras/plugin.rb +0 -8
  525. data/lib/plugin_manager/spec/fixtures/plugin_loading/two_versions1/core/core.rb +0 -20
  526. data/lib/plugin_manager/spec/fixtures/plugin_loading/two_versions1/core/plugin.rb +0 -7
  527. data/lib/plugin_manager/spec/fixtures/plugin_loading/two_versions1/core2/core.rb +0 -20
  528. data/lib/plugin_manager/spec/fixtures/plugin_loading/two_versions1/core2/plugin.rb +0 -7
  529. data/lib/plugin_manager/spec/fixtures/plugin_loading/two_versions2/core/core.rb +0 -20
  530. data/lib/plugin_manager/spec/fixtures/plugin_loading/two_versions2/core/plugin.rb +0 -7
  531. data/lib/plugin_manager/spec/fixtures/plugin_loading/two_versions2/core2/core.rb +0 -20
  532. data/lib/plugin_manager/spec/fixtures/plugin_loading/two_versions2/core2/plugin.rb +0 -8
  533. data/lib/plugin_manager/spec/fixtures/plugin_loading/unmet_dependencies1/core/core.rb +0 -10
  534. data/lib/plugin_manager/spec/fixtures/plugin_loading/unmet_dependencies1/core/plugin.rb +0 -7
  535. data/lib/plugin_manager/spec/fixtures/plugin_loading/unmet_dependencies1/debug/debug.rb +0 -6
  536. data/lib/plugin_manager/spec/fixtures/plugin_loading/unmet_dependencies1/debug/plugin.rb +0 -8
  537. data/lib/plugin_manager/spec/fixtures/plugin_loading/unmet_dependencies2/core/core.rb +0 -10
  538. data/lib/plugin_manager/spec/fixtures/plugin_loading/unmet_dependencies2/core/plugin.rb +0 -7
  539. data/lib/plugin_manager/spec/fixtures/plugin_loading/unmet_dependencies2/debug/debug.rb +0 -6
  540. data/lib/plugin_manager/spec/fixtures/plugin_loading/unmet_dependencies2/debug/plugin.rb +0 -8
  541. data/lib/plugin_manager/spec/plugin_manager_spec.rb +0 -250
  542. data/lib/plugin_manager/spec/spec_helper.rb +0 -3
  543. data/plugins/project/vendor/net-ftp-list/README.txt +0 -72
  544. data/plugins/project/vendor/net-ftp-list/Rakefile +0 -52
  545. data/plugins/project/vendor/net-ftp-list/VERSION.yml +0 -4
  546. data/plugins/project/vendor/net-ftp-list/lib/net/ftp/list/microsoft.rb +0 -53
  547. data/plugins/project/vendor/net-ftp-list/lib/net/ftp/list/netware.rb +0 -53
  548. data/plugins/project/vendor/net-ftp-list/lib/net/ftp/list/parser.rb +0 -97
  549. data/plugins/project/vendor/net-ftp-list/lib/net/ftp/list/unix.rb +0 -64
  550. data/plugins/project/vendor/net-ftp-list/lib/net/ftp/list.rb +0 -43
  551. data/plugins/project/vendor/net-ftp-list/test/test_net_ftp_list_microsoft.rb +0 -38
  552. data/plugins/project/vendor/net-ftp-list/test/test_net_ftp_list_netware.rb +0 -37
  553. data/plugins/project/vendor/net-ftp-list/test/test_net_ftp_list_unix.rb +0 -62
  554. data/plugins/project/vendor/net-sftp/CHANGELOG.rdoc +0 -43
  555. data/plugins/project/vendor/net-sftp/Manifest +0 -55
  556. data/plugins/project/vendor/net-sftp/README.rdoc +0 -96
  557. data/plugins/project/vendor/net-sftp/Rakefile +0 -30
  558. data/plugins/project/vendor/net-sftp/lib/net/sftp/constants.rb +0 -187
  559. data/plugins/project/vendor/net-sftp/lib/net/sftp/errors.rb +0 -39
  560. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/dir.rb +0 -93
  561. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/download.rb +0 -364
  562. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/file.rb +0 -176
  563. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/file_factory.rb +0 -60
  564. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/upload.rb +0 -387
  565. data/plugins/project/vendor/net-sftp/lib/net/sftp/packet.rb +0 -21
  566. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/01/attributes.rb +0 -315
  567. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/01/base.rb +0 -268
  568. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/01/name.rb +0 -43
  569. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/02/base.rb +0 -31
  570. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/03/base.rb +0 -35
  571. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/04/attributes.rb +0 -152
  572. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/04/base.rb +0 -94
  573. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/04/name.rb +0 -67
  574. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/05/base.rb +0 -66
  575. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/06/attributes.rb +0 -107
  576. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/06/base.rb +0 -63
  577. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/base.rb +0 -50
  578. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol.rb +0 -32
  579. data/plugins/project/vendor/net-sftp/lib/net/sftp/request.rb +0 -91
  580. data/plugins/project/vendor/net-sftp/lib/net/sftp/response.rb +0 -76
  581. data/plugins/project/vendor/net-sftp/lib/net/sftp/session.rb +0 -951
  582. data/plugins/project/vendor/net-sftp/lib/net/sftp/version.rb +0 -18
  583. data/plugins/project/vendor/net-sftp/lib/net/sftp.rb +0 -70
  584. data/plugins/project/vendor/net-sftp/setup.rb +0 -1331
  585. data/plugins/project/vendor/net-sftp/test/common.rb +0 -171
  586. data/plugins/project/vendor/net-sftp/test/protocol/01/test_attributes.rb +0 -97
  587. data/plugins/project/vendor/net-sftp/test/protocol/01/test_base.rb +0 -210
  588. data/plugins/project/vendor/net-sftp/test/protocol/01/test_name.rb +0 -27
  589. data/plugins/project/vendor/net-sftp/test/protocol/02/test_base.rb +0 -26
  590. data/plugins/project/vendor/net-sftp/test/protocol/03/test_base.rb +0 -27
  591. data/plugins/project/vendor/net-sftp/test/protocol/04/test_attributes.rb +0 -148
  592. data/plugins/project/vendor/net-sftp/test/protocol/04/test_base.rb +0 -74
  593. data/plugins/project/vendor/net-sftp/test/protocol/04/test_name.rb +0 -53
  594. data/plugins/project/vendor/net-sftp/test/protocol/05/test_base.rb +0 -62
  595. data/plugins/project/vendor/net-sftp/test/protocol/06/test_attributes.rb +0 -124
  596. data/plugins/project/vendor/net-sftp/test/protocol/06/test_base.rb +0 -51
  597. data/plugins/project/vendor/net-sftp/test/protocol/test_base.rb +0 -42
  598. data/plugins/project/vendor/net-sftp/test/test_all.rb +0 -7
  599. data/plugins/project/vendor/net-sftp/test/test_dir.rb +0 -47
  600. data/plugins/project/vendor/net-sftp/test/test_download.rb +0 -252
  601. data/plugins/project/vendor/net-sftp/test/test_file.rb +0 -159
  602. data/plugins/project/vendor/net-sftp/test/test_file_factory.rb +0 -48
  603. data/plugins/project/vendor/net-sftp/test/test_packet.rb +0 -9
  604. data/plugins/project/vendor/net-sftp/test/test_protocol.rb +0 -17
  605. data/plugins/project/vendor/net-sftp/test/test_request.rb +0 -71
  606. data/plugins/project/vendor/net-sftp/test/test_response.rb +0 -53
  607. data/plugins/project/vendor/net-sftp/test/test_session.rb +0 -741
  608. data/plugins/project/vendor/net-sftp/test/test_upload.rb +0 -219
  609. data/plugins/project/vendor/net-ssh/CHANGELOG.rdoc +0 -214
  610. data/plugins/project/vendor/net-ssh/Manifest +0 -110
  611. data/plugins/project/vendor/net-ssh/README.rdoc +0 -142
  612. data/plugins/project/vendor/net-ssh/Rakefile +0 -85
  613. data/plugins/project/vendor/net-ssh/Rudyfile +0 -96
  614. data/plugins/project/vendor/net-ssh/THANKS.rdoc +0 -16
  615. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/agent.rb +0 -179
  616. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/constants.rb +0 -18
  617. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/key_manager.rb +0 -193
  618. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/abstract.rb +0 -60
  619. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/hostbased.rb +0 -71
  620. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/keyboard_interactive.rb +0 -66
  621. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/password.rb +0 -39
  622. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/publickey.rb +0 -92
  623. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/pageant.rb +0 -183
  624. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/session.rb +0 -134
  625. data/plugins/project/vendor/net-ssh/lib/net/ssh/buffer.rb +0 -340
  626. data/plugins/project/vendor/net-ssh/lib/net/ssh/buffered_io.rb +0 -198
  627. data/plugins/project/vendor/net-ssh/lib/net/ssh/config.rb +0 -202
  628. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/channel.rb +0 -630
  629. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/constants.rb +0 -33
  630. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/session.rb +0 -597
  631. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/term.rb +0 -178
  632. data/plugins/project/vendor/net-ssh/lib/net/ssh/errors.rb +0 -85
  633. data/plugins/project/vendor/net-ssh/lib/net/ssh/key_factory.rb +0 -102
  634. data/plugins/project/vendor/net-ssh/lib/net/ssh/known_hosts.rb +0 -129
  635. data/plugins/project/vendor/net-ssh/lib/net/ssh/loggable.rb +0 -61
  636. data/plugins/project/vendor/net-ssh/lib/net/ssh/packet.rb +0 -102
  637. data/plugins/project/vendor/net-ssh/lib/net/ssh/prompt.rb +0 -93
  638. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/command.rb +0 -75
  639. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/errors.rb +0 -14
  640. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/http.rb +0 -94
  641. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/socks4.rb +0 -70
  642. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/socks5.rb +0 -142
  643. data/plugins/project/vendor/net-ssh/lib/net/ssh/ruby_compat.rb +0 -43
  644. data/plugins/project/vendor/net-ssh/lib/net/ssh/service/forward.rb +0 -288
  645. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/channel.rb +0 -129
  646. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/extensions.rb +0 -152
  647. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/kex.rb +0 -44
  648. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/local_packet.rb +0 -51
  649. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/packet.rb +0 -81
  650. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/remote_packet.rb +0 -38
  651. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/script.rb +0 -157
  652. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/socket.rb +0 -64
  653. data/plugins/project/vendor/net-ssh/lib/net/ssh/test.rb +0 -89
  654. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/algorithms.rb +0 -384
  655. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/cipher_factory.rb +0 -97
  656. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/constants.rb +0 -30
  657. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/abstract.rb +0 -79
  658. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/md5.rb +0 -12
  659. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/md5_96.rb +0 -11
  660. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/none.rb +0 -15
  661. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/sha1.rb +0 -13
  662. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/sha1_96.rb +0 -11
  663. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac.rb +0 -31
  664. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/identity_cipher.rb +0 -55
  665. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb +0 -208
  666. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb +0 -77
  667. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/kex.rb +0 -13
  668. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/openssl.rb +0 -128
  669. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/packet_stream.rb +0 -235
  670. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/server_version.rb +0 -71
  671. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/session.rb +0 -276
  672. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/state.rb +0 -206
  673. data/plugins/project/vendor/net-ssh/lib/net/ssh/verifiers/lenient.rb +0 -30
  674. data/plugins/project/vendor/net-ssh/lib/net/ssh/verifiers/null.rb +0 -12
  675. data/plugins/project/vendor/net-ssh/lib/net/ssh/verifiers/strict.rb +0 -53
  676. data/plugins/project/vendor/net-ssh/lib/net/ssh/version.rb +0 -62
  677. data/plugins/project/vendor/net-ssh/lib/net/ssh.rb +0 -215
  678. data/plugins/project/vendor/net-ssh/setup.rb +0 -1585
  679. data/plugins/project/vendor/net-ssh/support/arcfour_check.rb +0 -20
  680. data/plugins/project/vendor/net-ssh/support/ssh_tunnel_bug.rb +0 -65
  681. data/plugins/project/vendor/net-ssh/test/README.txt +0 -42
  682. data/plugins/project/vendor/net-ssh/test/authentication/methods/common.rb +0 -28
  683. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_abstract.rb +0 -51
  684. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_hostbased.rb +0 -114
  685. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_keyboard_interactive.rb +0 -98
  686. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_password.rb +0 -50
  687. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_publickey.rb +0 -127
  688. data/plugins/project/vendor/net-ssh/test/authentication/test_agent.rb +0 -205
  689. data/plugins/project/vendor/net-ssh/test/authentication/test_key_manager.rb +0 -105
  690. data/plugins/project/vendor/net-ssh/test/authentication/test_session.rb +0 -93
  691. data/plugins/project/vendor/net-ssh/test/common.rb +0 -107
  692. data/plugins/project/vendor/net-ssh/test/configs/eqsign +0 -3
  693. data/plugins/project/vendor/net-ssh/test/configs/exact_match +0 -8
  694. data/plugins/project/vendor/net-ssh/test/configs/host_plus +0 -10
  695. data/plugins/project/vendor/net-ssh/test/configs/multihost +0 -4
  696. data/plugins/project/vendor/net-ssh/test/configs/nohost +0 -19
  697. data/plugins/project/vendor/net-ssh/test/configs/numeric_host +0 -4
  698. data/plugins/project/vendor/net-ssh/test/configs/wild_cards +0 -14
  699. data/plugins/project/vendor/net-ssh/test/connection/test_channel.rb +0 -467
  700. data/plugins/project/vendor/net-ssh/test/connection/test_session.rb +0 -488
  701. data/plugins/project/vendor/net-ssh/test/manual/test_forward.rb +0 -185
  702. data/plugins/project/vendor/net-ssh/test/test_all.rb +0 -9
  703. data/plugins/project/vendor/net-ssh/test/test_buffer.rb +0 -336
  704. data/plugins/project/vendor/net-ssh/test/test_buffered_io.rb +0 -63
  705. data/plugins/project/vendor/net-ssh/test/test_config.rb +0 -117
  706. data/plugins/project/vendor/net-ssh/test/test_key_factory.rb +0 -67
  707. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_md5.rb +0 -39
  708. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_md5_96.rb +0 -25
  709. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_none.rb +0 -34
  710. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_sha1.rb +0 -34
  711. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_sha1_96.rb +0 -25
  712. data/plugins/project/vendor/net-ssh/test/transport/kex/test_diffie_hellman_group1_sha1.rb +0 -146
  713. data/plugins/project/vendor/net-ssh/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb +0 -92
  714. data/plugins/project/vendor/net-ssh/test/transport/test_algorithms.rb +0 -302
  715. data/plugins/project/vendor/net-ssh/test/transport/test_cipher_factory.rb +0 -213
  716. data/plugins/project/vendor/net-ssh/test/transport/test_hmac.rb +0 -34
  717. data/plugins/project/vendor/net-ssh/test/transport/test_identity_cipher.rb +0 -40
  718. data/plugins/project/vendor/net-ssh/test/transport/test_packet_stream.rb +0 -441
  719. data/plugins/project/vendor/net-ssh/test/transport/test_server_version.rb +0 -78
  720. data/plugins/project/vendor/net-ssh/test/transport/test_session.rb +0 -315
  721. data/plugins/project/vendor/net-ssh/test/transport/test_state.rb +0 -173
  722. data/plugins/scm/vendor/ruby-blockcache/LICENSE +0 -21
  723. data/plugins/scm/vendor/ruby-blockcache/README.md +0 -44
  724. data/plugins/scm/vendor/ruby-blockcache/lib/blockcache.rb +0 -120
  725. data/plugins/scm_git/vendor/ruby-git/History.txt +0 -21
  726. data/plugins/scm_git/vendor/ruby-git/LICENSE +0 -21
  727. data/plugins/scm_git/vendor/ruby-git/README +0 -240
  728. data/plugins/scm_git/vendor/ruby-git/Rakefile +0 -51
  729. data/plugins/scm_git/vendor/ruby-git/TODO +0 -27
  730. data/plugins/scm_git/vendor/ruby-git/VERSION +0 -1
  731. data/plugins/scm_git/vendor/ruby-git/benchmark.rb +0 -157
  732. data/plugins/scm_git/vendor/ruby-git/camping/gitweb.rb +0 -555
  733. data/plugins/scm_git/vendor/ruby-git/lib/git/author.rb +0 -14
  734. data/plugins/scm_git/vendor/ruby-git/lib/git/base.rb +0 -479
  735. data/plugins/scm_git/vendor/ruby-git/lib/git/branch.rb +0 -104
  736. data/plugins/scm_git/vendor/ruby-git/lib/git/branches.rb +0 -48
  737. data/plugins/scm_git/vendor/ruby-git/lib/git/diff.rb +0 -146
  738. data/plugins/scm_git/vendor/ruby-git/lib/git/index.rb +0 -5
  739. data/plugins/scm_git/vendor/ruby-git/lib/git/lib.rb +0 -730
  740. data/plugins/scm_git/vendor/ruby-git/lib/git/log.rb +0 -117
  741. data/plugins/scm_git/vendor/ruby-git/lib/git/object.rb +0 -273
  742. data/plugins/scm_git/vendor/ruby-git/lib/git/path.rb +0 -27
  743. data/plugins/scm_git/vendor/ruby-git/lib/git/remote.rb +0 -40
  744. data/plugins/scm_git/vendor/ruby-git/lib/git/repository.rb +0 -4
  745. data/plugins/scm_git/vendor/ruby-git/lib/git/stash.rb +0 -27
  746. data/plugins/scm_git/vendor/ruby-git/lib/git/stashes.rb +0 -44
  747. data/plugins/scm_git/vendor/ruby-git/lib/git/status.rb +0 -127
  748. data/plugins/scm_git/vendor/ruby-git/lib/git/working_directory.rb +0 -4
  749. data/plugins/scm_git/vendor/ruby-git/lib/git.rb +0 -156
  750. data/plugins/scm_git/vendor/ruby-git/tests/all_tests.rb +0 -4
  751. data/plugins/scm_git/vendor/ruby-git/tests/files/index +0 -0
  752. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/FETCH_HEAD +0 -1
  753. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/HEAD +0 -1
  754. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/config +0 -13
  755. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/description +0 -1
  756. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/applypatch-msg +0 -15
  757. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/commit-msg +0 -21
  758. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/post-commit +0 -8
  759. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/post-receive +0 -16
  760. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/post-update +0 -8
  761. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch +0 -14
  762. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-commit +0 -70
  763. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-rebase +0 -150
  764. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/update +0 -78
  765. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/index +0 -0
  766. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/info/exclude +0 -6
  767. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/HEAD +0 -75
  768. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/git_grep +0 -5
  769. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/master +0 -64
  770. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/test +0 -3
  771. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/test_branches +0 -1
  772. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/test_object +0 -2
  773. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/remotes/working/master +0 -1
  774. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/00/62cdf4c1e63069eececf54325535e91fd57c42 +0 -0
  775. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/00/ea60e1331b184386392037a7267dfb4a7c7d86 +0 -0
  776. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/01/0b7b79019cb510d8c5849704fd10541655916d +0 -0
  777. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/01/dd46ebe07fc30c10c85c2e926c70f2d7058a6b +0 -0
  778. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/02/b2a02844d00574c234d17bec6294e832f3c4c1 +0 -0
  779. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/06/f4e8a840d23fc0ab94895a5d16827a19f75fb7 +0 -0
  780. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0b/2fe00801b62b7760c23d554796b05abc16af92 +0 -0
  781. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0b/5262f6ee3552a99b7081a317e8289d6a4d8e72 +0 -0
  782. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0b/c0d846cf80b079e763e35c3af273171bf01fca +0 -0
  783. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0d/2c47f07277b3ea30b0884f8e3acd68440507c8 +0 -0
  784. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0d/519ca9c2eddc44431efe135d0fc8df00e0b975 +0 -0
  785. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0f/845a0a981bc2f61354fcdd2b6eafe2b2c55c2d +0 -3
  786. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0f/f4a0357c3d7221a2ef1e4c6b7d5c46d97fe250 +0 -0
  787. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/12/eb889f49f1464b32a51424d7724fb16f6c3a31 +0 -0
  788. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/15/34a65657edf4e5caaa5ce35652dca5e4c7d316 +0 -0
  789. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/15/378a1f3eafe4c5ab4f890883356df917ee5539 +0 -2
  790. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/16/9e6db43d4c09cd610179a7b9826483b4d94123 +0 -0
  791. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/16/d1f96acfd92d09c4f1f56d3441ac55dd30500e +0 -0
  792. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/16/ee5335538f11b4ffcc17b051f8d5db7570a055 +0 -0
  793. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/17/9ef0e0209e90af00f544ff414e0674dfb5f5c7 +0 -0
  794. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/19/9d2f8e60fddd1bb2a1b0bddedde35e5aa8b03f +0 -0
  795. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1c/c8667014381e2788a94777532a788307f38d26 +0 -1
  796. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1c/fcfba04eb4e461e9f930d22f528023ab1ddefc +0 -0
  797. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1d/7be4117ded4534789d85c42ab579644cd3fa12 +0 -0
  798. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1d/9e4767a95047ca5e395714985afaedb186f4cd +0 -1
  799. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1f/09f2edb9c0d9275d15960771b363ca6940fbe3 +0 -0
  800. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1f/691b879df15cf6742502ffc59833b4a40e7aef +0 -0
  801. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/23/751ef6c1fed1304ae1d07020aa73da6f2b93b0 +0 -1
  802. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/24/5582a71306d7360e40c07cd7d849a1aa14a31e +0 -0
  803. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/26/3e3c527004e7b742ed1f747c1bfb7e11825d7a +0 -0
  804. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/27/c0c003dda3e59ba236f53f6661faaf74432b5c +0 -0
  805. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/29/1b6be488d6abc586d3ee03ca61238766625a75 +0 -0
  806. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2a/f6f7d51b7afdd404a871581ebb3b6ac07fb8cc +0 -0
  807. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2c/ef51480d44dcc262d16be2812c692d940d5f29 +0 -0
  808. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2e/20132e8fd40cb3e82248919a10900d31f1816a +0 -0
  809. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2e/939fd37bbd2da971faa27c3e3de7d5aad40507 +0 -0
  810. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2f/53e667d1d88e75b3fa300f9ab6e2d8ffd32a15 +0 -0
  811. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/32/4968b9dc40253f2c52a8e3856398c761dea856 +0 -0
  812. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/33/8ecb0183d507498aedb669b796b4f9e8880f00 +0 -0
  813. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/33/edabb4334cbe849a477a0d2893cdb768fa3091 +0 -0
  814. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/34/a566d193dc4702f03149969a2aad1443231560 +0 -1
  815. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/36/fe213c328fd280f33abe00069c4b92eb5a88d1 +0 -0
  816. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/39/66e9fa0e0b9fe9d3ef2fdaa6933f3d0bb82bc3 +0 -0
  817. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3a/9f195756f5bd26b67c5e1fffd92d68d61be14e +0 -2
  818. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3a/ac4b445017a8fc07502670ec2dbf744213dd48 +0 -0
  819. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3b/6eeed9ce43ea893cf48d263da93448edae9f1c +0 -0
  820. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3c/644f22b9b8edb06e7e298ecac8e71b133061f1 +0 -0
  821. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3c/c71b13d906e445da52785ddeff40dad1163d49 +0 -2
  822. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3c/f35bd14cf5f2dd08bbeef8698d700f3a038e5c +0 -0
  823. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3d/331db92a8ead0565679efb76f328ae69ed1b77 +0 -0
  824. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/44/88516c3c936db58ea485ec2213dab9d13e6628 +0 -0
  825. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/44/987dd95c338fb573726541f270f1a7b55c9d51 +0 -0
  826. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/45/20c29b885e9db9b0df3c7bab7870157e1d00c3 +0 -0
  827. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/45/b983be36b73c0788dc9cbcb76cbb80fc7bb057 +0 -0
  828. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/46/00557506be20eb1501a4f15a52e684d4b9ee61 +0 -0
  829. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/46/a60232117527e7b57ac0dd5ea4af2cd3fdb696 +0 -0
  830. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/47/0f6a87fa51dd25f6db0f4725ae37791d449356 +0 -0
  831. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/47/2650d42fa9454e2e61e3da9f5c158b8af6d298 +0 -0
  832. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/47/8e5ee111572790b248eaa99140c5a8f728abc7 +0 -0
  833. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/48/bbf0db7e813affab7d8dd2842b8455ff9876be +0 -0
  834. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/49/b352299735fda3a333c69c6273178b0c3dfa08 +0 -0
  835. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4a/1e3e4500962c3631a479726bf2e40469594cba +0 -0
  836. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4a/2bee50944e9285e8f82216c9b0b8a7d3cdd315 +0 -0
  837. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4a/4e676afe275afecf23130390fe96d0e6d00057 +0 -0
  838. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4a/de99433ac3e4bcc874cd7de488de29399e9096 +0 -1
  839. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4b/7c90536eaa830d8c1f6ff49a7885b581d6acef +0 -1
  840. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4c/411dc8e6ea6fcba0ed56e84aa7707f881d24c7 +0 -0
  841. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4c/ce9432b2f80461324a61611f6143f8544cd80f +0 -1
  842. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4c/e44a75510cbfe200b131fdbcc56a86f1b2dc08 +0 -0
  843. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4d/35ba97a858072c240d327e3ce30c28b333a1b0 +0 -0
  844. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4d/ff9ef38ef09cbf0e36031bbee22b7cf0c7a8fc +0 -1
  845. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4e/aafb1d843aec4f8f1612d03de46a08c2143ea9 +0 -0
  846. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4e/ebc1b62c53241b7fbf7fb33b5230362595bfdd +0 -0
  847. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4f/4065121cb78fe6116ae7e3075f5c5a446bd08b +0 -0
  848. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/50/3d77289b054742f507d8a8ce7cc51d3841d5b9 +0 -0
  849. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/52/4038b20b297f40d78e7d83e04e38049457312b +0 -0
  850. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/53/a72df554e585e239e41cb1fc498d5aee9bb164 +0 -0
  851. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/0200385c3b0b299c7a87ecf59ca94c32fbbe99 +0 -0
  852. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/5c81a2e8d1112d5f7356f840a22e8f6abcef8f +0 -2
  853. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/5ffc79786f268524c35e1e05b1770c7c74faf1 +0 -3
  854. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/6bec6f8872efa41d5d97a369f669165ecda0de +0 -0
  855. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/7a4bae347658f0d9eed0d35d31b4561aea7cf8 +0 -2
  856. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/56/195ef83e9e20ca75dddef0630633fc8060ed11 +0 -0
  857. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/57/7ddd894033c46a5fcf2c6f3c4e71cc72f86909 +0 -0
  858. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/58/501cbd0fc5ce832f6b34d37243a520dc19a6cc +0 -1
  859. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/58/73a650a91eb238005444d2c637b451f687951b +0 -0
  860. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5a/28efd2fcf55b7b58eb7cc66b5db836155bc2bb +0 -0
  861. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5b/0be7da7cc9ecdb6c2de5f818c30a42fbd2c9fa +0 -1
  862. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5c/16fb8b958b51f6008f9722b279b1fde0defb76 +0 -3
  863. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5d/4606820736043f9eed2a6336661d6892c820a5 +0 -0
  864. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5e/392652a881999392c2757cf9b783c5d47b67f7 +0 -0
  865. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5e/53019b3238362144c2766f02a2c00d91fcc023 +0 -2
  866. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/62/70c7f48ca41e6fb41b745ddc1bffe521d83194 +0 -2
  867. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/62/7e1097cda3b2e3ad6ba4d3772c0985e1ff349c +0 -0
  868. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/62/bb94c53efae4d53fd0649d129baef4aca87af7 +0 -3
  869. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/62/c9331ffe97bb6388fb7968662b4e97d121e2da +0 -0
  870. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/63/1446ec50808846e31fff786c065e69da2c673b +0 -0
  871. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/64/d0c52ac4c061cf1705e3005dfd86fb70374a14 +0 -0
  872. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/66/80a909b0e02b297bedbe143ef789d297235358 +0 -0
  873. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/6b/790ddc5eab30f18cabdd0513e8f8dac0d2d3ed +0 -0
  874. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/6c/2d312ebd67eed4c7e97e3923b3667764e7360e +0 -0
  875. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/6d/e8fb35c2e4a69addd030f2dbb4f73fd4742b5b +0 -0
  876. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/6e/d281c757a969ffe22f3dcfa5830c532479c726 +0 -0
  877. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/70/714b02913c1a249a5ab05021742f0bc7065df7 +0 -0
  878. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/71/894b736711ea0a5def4f536009364d07ee4db3 +0 -2
  879. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/71/c9a23879ff0ac8c49b92d107f3f89c6d1b2d92 +0 -1
  880. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/73/b171450704ea4350f9f884426389fe04c6cd51 +0 -0
  881. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/74/32b657191a10587335e74ae6f0966a7eed2976 +0 -0
  882. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/79/e5b9e6ee5a1e6c52676a6332fe9163adaa92cb +0 -0
  883. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7c/076f209839d7f910e8c84e41cc94898287ef45 +0 -0
  884. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7c/60c6ab64c74d52f973d18cd1933318a8d9ae2e +0 -0
  885. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7c/ac4f8d519d524ed025732ee220f6451665a770 +0 -0
  886. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7f/5625f6b3c7213287a12c89017361248ed88936 +0 -0
  887. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7f/86d16e0254f64f784198c6a55ef9bf7adbe7ce +0 -0
  888. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7f/bfee9f8882ada1ec45c4925baf5649d96c4a16 +0 -0
  889. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/81/25fbe8605d2884e732a185c9a24abcc0d12a1f +0 -0
  890. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/81/d4d5e9b6db474d0f432aa31d44bf690d841e94 +0 -0
  891. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/81/f545324202466d44115656ea463a5bb114345f +0 -0
  892. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/82/d331cf4d3d4ee537c4f866cab2633b46a8d090 +0 -0
  893. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/83/c6a1f0d7d8df18a9d9bfe917707aec37868418 +0 -0
  894. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/85/8f46dd7496faf7af72102ca15cccff832b5377 +0 -0
  895. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/87/c56502c73149f006631129f85dff697e000356 +0 -0
  896. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/88/cf23d06f519bec7b824acd52b87a729555f2e7 +0 -0
  897. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8a/3fb747983bf2a7f4ef136af4bfcf7993a19307 +0 -0
  898. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8b/00d915a0ee5aeb32e0b166e1054c2901338c9d +0 -0
  899. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8c/e3ee48a7e7ec697a99ee33700ec624548ad9e8 +0 -0
  900. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8d/ae07ab9d98b5fe04d4d7ed804cc36441b68dab +0 -0
  901. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8d/c79ae7616abf1e2d4d5d97d566f2b2f6cee043 +0 -0
  902. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/92/4dec9203af851c3b3e564697ab3004b35b3c2f +0 -0
  903. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/93/06c056ba3ef9dca6f6365af38148c71196533a +0 -0
  904. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/93/5badc874edd62a8629aaf103418092c73f0a56 +0 -1
  905. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/94/c827875e2cadb8bc8d4cdd900f19aa9e8634c7 +0 -0
  906. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/95/ef665df6ebd69842c5e74a24cb8a12225dee3e +0 -0
  907. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/98/fb6a686563963b8f7e552d747158adbc1c2bd6 +0 -0
  908. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/99/3dd9b1cdeab53e305886c91dbcbc8929eff22e +0 -1
  909. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9a/e1fbd7636c99d34fdd395cf9bb21ad51417ce7 +0 -1
  910. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9b/5149aa4ace4ef69461803b0ccbb21139e12626 +0 -0
  911. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9d/3ad2f09cb7a1d4f4c91182c96f2be537fbc4ff +0 -0
  912. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9d/6f937544dc3b936d6ee1466d6e216ba18d5686 +0 -0
  913. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9f/a43bcd45af28e109e6f7b9a6ccd26e8e193a63 +0 -0
  914. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a0/b3f35b3c39cfb12c4cc819bffe1cf54efb3642 +0 -2
  915. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a1/15413501949f4f09811fd1aaecf136c012c7d7 +0 -0
  916. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a1/a3069efcc64330fb6c66004e69b870da3d6186 +0 -0
  917. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a3/62d30d5fe1021cabc4c90f073ba2511d5a43a1 +0 -0
  918. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a3/c1f067074cdc9aa998cb5f3cad46a6f17aab2d +0 -0
  919. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a3/db7143944dcfa006fefe7fb49c48793cb29ade +0 -2
  920. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a4/4a5e945176ff31be83ffca3e7c68a8b6a45ea5 +0 -1
  921. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a5/1546fabf88ddef5a9fd91b3989dd8ccae2edf3 +0 -0
  922. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a6/b25c4b27ee99f93fd611154202af5f9e3c99de +0 -2
  923. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a7/88a1cba299638a2c898fcfaae1f69a1549853d +0 -0
  924. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a8/98e8a6b143188022863bc1cab0b5f7514624ba +0 -0
  925. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a8/b607b221454c4cd7bc7831b2d19712bb4ff888 +0 -0
  926. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a9/e2d9b71b616531f04a65ae5b972ba5d1f2cb93 +0 -0
  927. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a9/e2f17562ae78a75dc855bb3dc9e87364195dcf +0 -0
  928. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ab/16bc1812fd6226780a841300a2432dfd0c6719 +0 -0
  929. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ac/8f48bbb7b31c945ba6a4fbe6950d009a5d8373 +0 -0
  930. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ae/21cabd23aee99a719fc828977c0df9e8b19363 +0 -0
  931. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b0/3003311ad3fa368b475df58390353868e13c91 +0 -2
  932. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b0/ee249c5e5cc9464f3bc0034ab05632dcb87a23 +0 -0
  933. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b1/288f8beeaa6cf048c3a9f578d4e266fab8820e +0 -0
  934. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b1/5336206c9040f4c52660b3f3c76ee02ccece56 +0 -0
  935. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b1/b18f5bea24648a1b08e5bba88728c15ec3cb50 +0 -2
  936. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b4/5724ee906d2561901208ba924add09ab95ccb3 +0 -0
  937. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b5/d8fc3cb740eb643c66eb5f4a97345fdb806259 +0 -0
  938. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b6/153b8fe540288d66b974ae05113338ab1a61f0 +0 -0
  939. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b6/987bc1201ad19774c43c0ea8078f6f51d76bcb +0 -0
  940. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b6/9e6acd87e5f9114ce6580b095ef1057a8fe5bb +0 -0
  941. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b9/8f4909807c8c84a1dc1b62b4a339ae1777f369 +0 -3
  942. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ba/492c62b6227d7f3507b4dcc6e6d5f13790eabf +0 -0
  943. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ba/c335cb9dc058a477d04cde34c07d1f70d16fb9 +0 -0
  944. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/bb/0850568bb43049031a38b01ddb60e4a487f823 +0 -0
  945. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/be/b14380ef26540efcad06bedcd0e302b6bce70e +0 -0
  946. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/c1/3142dd26a1f6f38403a17f6c411cb621b9a1cd +0 -0
  947. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/c1/8b4e9b0829411705d7fa9a1570a20d88780817 +0 -0
  948. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/c5/a3fdb33f052b8f17dac83c533b62244226f4ba +0 -0
  949. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/c6/567e2feccce3893ae0aaac2bf97807338aa8d4 +0 -0
  950. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cb/45eef6fa1ad913137d91c6b81d2b42d69094a6 +0 -0
  951. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cd/0d59357b36a447ff27a7c176b46e0a319b42df +0 -0
  952. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cd/4291452a61ff8b57cf5510addc8ddc5630748e +0 -0
  953. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cf/7135368cc3bf4920ceeaeebd083e098cfad355 +0 -4
  954. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cf/b9952c3a28831144a0fac7ea5a2d8517f466c4 +0 -0
  955. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d0/0491fd7e5bb6fa28c517a0bb32b8b506539d4d +0 -0
  956. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d1/4cbc09cc34fb6450b2e96432102be51c8292b8 +0 -0
  957. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d3/d171221e87a30e059d638f155f899595d96b71 +0 -0
  958. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d5/b9587b65731e25216743b0caca72051a760211 +0 -2
  959. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d6/a3aab3e38bc16688b4e636a91e462434210878 +0 -0
  960. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d6/f31c35d7e010e50568c0d605227028aa7bac66 +0 -0
  961. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d7/875788aeafdd8e317880c00e3372f683cad91e +0 -0
  962. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d7/d8a71a719e2a4ca501991a66dab47df804f6ad +0 -0
  963. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d7/e844eec32d74a3d37c4ce02d7138658e1035d6 +0 -0
  964. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/da/597fb7fba247a5b59d917e90342cf4b9695905 +0 -0
  965. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/da/7b788b1575936a4381050610a37737c70b55a0 +0 -1
  966. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/de/996da0ef3dcee1a28aef9243aa3e255eb825b5 +0 -0
  967. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/de/d54b45e4d49816f6d4256e74d45ba2bb351357 +0 -0
  968. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e3/6f723934fd1d67c7d21538751f0b1e941141db +0 -0
  969. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e3/ebef76525fe9e6e8dc739934a08512dff777c0 +0 -0
  970. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e5/0fa6835cb99747346f19fea5f1ba939da4205f +0 -2
  971. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e5/650a5c9c4b5a4415195bfb01d4d8dccbc8221b +0 -0
  972. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e5/76bdfc9ed4627ac954f9390cf7a6151ad2a73e +0 -0
  973. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
  974. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e7/ea5938f9c009d32235050bca991d0b9533e440 +0 -0
  975. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e8/183f05f5db68b3934e93f4bf6bed2bb664e0b5 +0 -0
  976. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e8/bd03b163f82fba4560c11839d49361a78dec85 +0 -0
  977. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e9/0de8268373e4fd5ab13310b7745d47ec16813c +0 -0
  978. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ec/16a327a6a98367d03369b4e998baf3db379313 +0 -0
  979. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ec/1e3d44e160e18dbfbaa80b5b0780ccc03e678e +0 -0
  980. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ed/551aa66cf0c6f1a078832f80899faff0ae88dc +0 -0
  981. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f1/25480ee106989ec4d86554c0d5a1487ad4336a +0 -1
  982. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f1/410f8735f6f73d3599eb9b5cdd2fb70373335c +0 -3
  983. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f2/02cb755135d4263589602783b04fb32a079d88 +0 -0
  984. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f2/ff401fb3fc81f8abb3ca15247aadc1e22b6288 +0 -0
  985. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f5/501de98279c6454f510188873476f3ead0cee6 +0 -4
  986. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f7/5f313ca30e534aa9c42463e85108e682d3a14a +0 -0
  987. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f8/e9c6748331411c0d3511f90bd4e0a1a30acff0 +0 -0
  988. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f9/bce8995109cfab475d043a7dd9156d5e574ed3 +0 -0
  989. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/fa/6312f71abb153ada6a0399ad710d21bb61e4d8 +0 -0
  990. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/fb/8e78840d79085abf50edebf5b9d6b73ee0fb4c +0 -0
  991. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/fc/b49fa99454f804799a12095292edbca48779ab +0 -0
  992. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/fe/b2ccf88397c2d93f381176067be2727eba330b +0 -0
  993. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/git_grep +0 -1
  994. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/master +0 -1
  995. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/test +0 -1
  996. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/test_branches +0 -1
  997. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/test_object +0 -1
  998. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/remotes/working/master +0 -1
  999. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/gitsearch1 +0 -1
  1000. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/v2.5 +0 -1
  1001. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/v2.6 +0 -1
  1002. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/v2.7 +0 -1
  1003. data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/v2.8 +0 -1
  1004. data/plugins/scm_git/vendor/ruby-git/tests/files/working/ex_dir/ex.txt +0 -0
  1005. data/plugins/scm_git/vendor/ruby-git/tests/files/working/example.txt +0 -1
  1006. data/plugins/scm_git/vendor/ruby-git/tests/files/working/scott/newfile +0 -1
  1007. data/plugins/scm_git/vendor/ruby-git/tests/files/working/scott/text.txt +0 -8
  1008. data/plugins/scm_git/vendor/ruby-git/tests/test_helper.rb +0 -67
  1009. data/plugins/scm_git/vendor/ruby-git/tests/units/test_archive.rb +0 -55
  1010. data/plugins/scm_git/vendor/ruby-git/tests/units/test_bare.rb +0 -41
  1011. data/plugins/scm_git/vendor/ruby-git/tests/units/test_branch.rb +0 -92
  1012. data/plugins/scm_git/vendor/ruby-git/tests/units/test_config.rb +0 -31
  1013. data/plugins/scm_git/vendor/ruby-git/tests/units/test_diff.rb +0 -88
  1014. data/plugins/scm_git/vendor/ruby-git/tests/units/test_each_conflict.rb +0 -49
  1015. data/plugins/scm_git/vendor/ruby-git/tests/units/test_git_path.rb +0 -45
  1016. data/plugins/scm_git/vendor/ruby-git/tests/units/test_index_ops.rb +0 -94
  1017. data/plugins/scm_git/vendor/ruby-git/tests/units/test_init.rb +0 -75
  1018. data/plugins/scm_git/vendor/ruby-git/tests/units/test_lib.rb +0 -168
  1019. data/plugins/scm_git/vendor/ruby-git/tests/units/test_log.rb +0 -69
  1020. data/plugins/scm_git/vendor/ruby-git/tests/units/test_logger.rb +0 -38
  1021. data/plugins/scm_git/vendor/ruby-git/tests/units/test_merge.rb +0 -104
  1022. data/plugins/scm_git/vendor/ruby-git/tests/units/test_object.rb +0 -138
  1023. data/plugins/scm_git/vendor/ruby-git/tests/units/test_remotes.rb +0 -85
  1024. data/plugins/scm_git/vendor/ruby-git/tests/units/test_repack.rb +0 -30
  1025. data/plugins/scm_git/vendor/ruby-git/tests/units/test_stashes.rb +0 -36
  1026. data/plugins/scm_git/vendor/ruby-git/tests/units/test_tags.rb +0 -35
  1027. data/plugins/scm_git/vendor/ruby-git/tests/units/test_tree_ops.rb +0 -121
  1028. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ant.tmbundle/Preferences/Autocompletions.tmPreferences +0 -345
  1029. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ant.tmbundle/Preferences/Symbol List Target.tmPreferences +0 -22
  1030. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ant.tmbundle/Snippets/Doc Banner.tmSnippet +0 -20
  1031. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ant.tmbundle/Syntaxes/Ant.tmLanguage +0 -247
  1032. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ant.tmbundle/info.plist +0 -55
  1033. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Comments.tmPreferences +0 -24
  1034. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Completions.plist +0 -404
  1035. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Completions___Modules.tmPreferences +0 -95
  1036. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Completions___Modules_Identifiers.tmPreferences +0 -80
  1037. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Default_Tag_Inside_Virtual_Host.tmPreferences +0 -24
  1038. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Miscellaneous.plist +0 -31
  1039. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Symbols___Directory.tmPreferences +0 -19
  1040. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Symbols___Location.tmPreferences +0 -19
  1041. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Symbols___VHost_Directory.tmPreferences +0 -19
  1042. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Symbols___VHost_Location.tmPreferences +0 -19
  1043. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Preferences/Symbols___Virtual_Host.plist +0 -19
  1044. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Snippets/AllowOverride___allow__.tmSnippet +0 -16
  1045. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Snippets/Directory.tmSnippet +0 -19
  1046. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Snippets/Options___opt__.tmSnippet +0 -16
  1047. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Snippets/VirtualHost___vhost__.plist +0 -22
  1048. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Syntaxes/Apache.plist +0 -544
  1049. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/Syntaxes/mod_perl.tmLanguage +0 -120
  1050. data/plugins/textmate/vendor/redcar-bundles/Bundles/Apache.tmbundle/info.plist +0 -90
  1051. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Snippets/Comments___comments__.plist +0 -16
  1052. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Snippets/Cut___cut__.tmSnippet +0 -17
  1053. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Snippets/Date___date__.plist +0 -16
  1054. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Snippets/Keywords___keyw__.plist +0 -16
  1055. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Snippets/Ping___ping__.plist +0 -17
  1056. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Snippets/Pings___pings__.plist +0 -16
  1057. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Snippets/Tags___tags__.plist +0 -16
  1058. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Snippets/Title___title__.plist +0 -16
  1059. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Syntaxes/Blog___HTML__.plist +0 -88
  1060. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Syntaxes/Blog___Markdown__.plist +0 -89
  1061. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Syntaxes/Blog___Text__.plist +0 -74
  1062. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Syntaxes/Blog___Textile__.plist +0 -74
  1063. data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/info.plist +0 -85
  1064. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Preferences/Symbol_List.tmPreferences +0 -21
  1065. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Preferences/Symbol_List___Repository_Separator__.tmPreferences +0 -21
  1066. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Preferences/Symbol_List___Repository_item_scopes__.tmPreferences +0 -21
  1067. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Preferences/Symbol_List___Repository_items__.tmPreferences +0 -21
  1068. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Begin_Captures.tmSnippet +0 -18
  1069. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Captures.tmSnippet +0 -18
  1070. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Comment.tmSnippet +0 -16
  1071. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Content_Name.tmSnippet +0 -16
  1072. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Disable.tmSnippet +0 -16
  1073. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/ENV____TM___________.tmSnippet +0 -16
  1074. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/End_Captures.tmSnippet +0 -18
  1075. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Grammar____Single_Quotes.tmSnippet +0 -16
  1076. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Include.tmSnippet +0 -16
  1077. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Match.tmSnippet +0 -18
  1078. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Name.tmSnippet +0 -16
  1079. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Patterns.tmSnippet +0 -18
  1080. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Patterns___Repository__.tmSnippet +0 -20
  1081. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Repository.tmSnippet +0 -20
  1082. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Require___Support__lib__________.tmSnippet +0 -16
  1083. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Rule___Begin____End__.tmSnippet +0 -19
  1084. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Rule___Repository__.tmSnippet +0 -20
  1085. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Rule________Begin____End___Inside_Rule__.tmSnippet +0 -17
  1086. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Rule________Match___Inside_Rule__.tmSnippet +0 -16
  1087. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Snippets/Rule________Match___Repository__.tmSnippet +0 -19
  1088. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/Syntaxes/LanguageGrammar.tmLanguage +0 -1829
  1089. data/plugins/textmate/vendor/redcar-bundles/Bundles/Bundle Development.tmbundle/info.plist +0 -127
  1090. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Preferences/Miscellaneous___NAnt_Build_File__.tmPreferences +0 -59
  1091. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Preferences/Symbol_List___Method____Constructor.plist +0 -21
  1092. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Preferences/Unity___C_____Auto_Complete.plist +0 -123
  1093. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Case.tmSnippet +0 -19
  1094. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Class.tmSnippet +0 -22
  1095. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Console_WriteLine___writeline__.plist +0 -17
  1096. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Default.tmSnippet +0 -19
  1097. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Delegate.tmSnippet +0 -21
  1098. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Do_While.tmSnippet +0 -20
  1099. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Else.tmSnippet +0 -19
  1100. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Else_If.tmSnippet +0 -20
  1101. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/For.tmSnippet +0 -19
  1102. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/ForEach.tmSnippet +0 -19
  1103. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/If.tmSnippet +0 -19
  1104. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Interface.tmSnippet +0 -22
  1105. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Main_Method.tmSnippet +0 -24
  1106. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Namespace.tmSnippet +0 -20
  1107. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Private_Method.tmSnippet +0 -22
  1108. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Property_RO.tmSnippet +0 -23
  1109. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Property_RW.tmSnippet +0 -27
  1110. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Public_Method.tmSnippet +0 -22
  1111. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Singleton_Class.tmSnippet +0 -39
  1112. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Struct.tmSnippet +0 -22
  1113. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Switch.tmSnippet +0 -21
  1114. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Try_Catch_Finally.tmSnippet +0 -27
  1115. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Using.tmSnippet +0 -16
  1116. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/While.tmSnippet +0 -19
  1117. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Wrap_Selection_In_Try_Catch.tmSnippet +0 -23
  1118. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/Writeline.tmSnippet +0 -17
  1119. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/case.plist +0 -19
  1120. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/class.plist +0 -18
  1121. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/do_while.plist +0 -19
  1122. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/else.plist +0 -18
  1123. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/else_if___elseif__.plist +0 -19
  1124. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/for.plist +0 -18
  1125. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/foreach.plist +0 -18
  1126. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/if.plist +0 -18
  1127. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/namespace___ns__.plist +0 -19
  1128. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/property___prop__.plist +0 -23
  1129. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/read__only_property___roprop__.plist +0 -20
  1130. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/switch.plist +0 -18
  1131. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Snippets/while.plist +0 -18
  1132. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Syntaxes/Build.tmLanguage +0 -142
  1133. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Syntaxes/C__.tmLanguage +0 -524
  1134. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Syntaxes/Unity___C____.plist +0 -31
  1135. data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/info.plist +0 -106
  1136. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Preferences/Qt_C_____Completitions.tmPreferences +0 -161
  1137. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Preferences/Qt_C_____Indentation_Rules.tmPreferences +0 -19
  1138. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Preferences/qmake_Comments.tmPreferences +0 -24
  1139. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Preferences/qmake_Completitions.tmPreferences +0 -44
  1140. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Preferences/qmake_Typing_Pairs.tmPreferences +0 -22
  1141. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/Block_Comment.tmSnippet +0 -18
  1142. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/Block_Comment_Newline.tmSnippet +0 -17
  1143. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/QTimer____singleShot_______.tmSnippet +0 -16
  1144. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/Q_PROPERTY.tmSnippet +0 -16
  1145. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/connect.tmSnippet +0 -16
  1146. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/disconnect.tmSnippet +0 -16
  1147. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/foreach.tmSnippet +0 -19
  1148. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/main___qmain__.tmSnippet +0 -23
  1149. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/qSort_______.tmSnippet +0 -16
  1150. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/qWarning___warn__.tmSnippet +0 -16
  1151. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/qmake_Project_template_stub.tmSnippet +0 -36
  1152. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/toLatin1_____data_______latin__.tmSnippet +0 -16
  1153. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Snippets/toUtf8_____data____.tmSnippet +0 -16
  1154. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Syntaxes/Qt_C____.tmLanguage +0 -62
  1155. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Syntaxes/qmake_Project.tmLanguage +0 -308
  1156. data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/info.plist +0 -149
  1157. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Comments___C______.tmPreferences +0 -42
  1158. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Disable_Spell_Checking.plist +0 -17
  1159. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Include_Completion.plist +0 -19
  1160. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Include_Completion___System__.tmPreferences +0 -89
  1161. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Include_typing_pairs.plist +0 -37
  1162. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Indentation_Rules.plist +0 -38
  1163. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Indentation_Rules___Comments__.tmPreferences +0 -23
  1164. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Symbol_List___Indent_Class_Methods.tmPreferences +0 -20
  1165. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Symbol_List___Prefix_Banner_Items.tmPreferences +0 -20
  1166. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Preferences/Template__cast_typing_pairs.plist +0 -29
  1167. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/010_main_______main__.plist +0 -20
  1168. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/030_for_int_loop___fori__.plist +0 -19
  1169. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/Enumeration.tmSnippet +0 -16
  1170. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/Include_header_once_only_guard.plist +0 -28
  1171. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/Shared_Pointer.tmSnippet +0 -16
  1172. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/Typedef.tmSnippet +0 -16
  1173. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/__1_begin_________1_end_______beginend__.plist +0 -16
  1174. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/__endif.plist +0 -17
  1175. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/__ifndef__________define__________endif.tmSnippet +0 -18
  1176. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/__include________inc__.plist +0 -16
  1177. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/__pragma_mark___mark__.plist +0 -21
  1178. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/class______class__.plist +0 -24
  1179. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/do___while_loop___do__.plist +0 -18
  1180. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/fprintf_______.tmSnippet +0 -16
  1181. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/if______if__.plist +0 -19
  1182. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/namespace______namespace__.plist +0 -19
  1183. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/printf______printf__.plist +0 -16
  1184. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/read_file___readF__.plist +0 -23
  1185. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/std____map___map__.plist +0 -16
  1186. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/std____vector___v__.plist +0 -16
  1187. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/struct.plist +0 -19
  1188. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Snippets/template___typename________template__.plist +0 -16
  1189. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Syntaxes/C.plist +0 -1126
  1190. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Syntaxes/C____.plist +0 -521
  1191. data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/info.plist +0 -136
  1192. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Preferences/Comments.tmPreferences +0 -36
  1193. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Preferences/Completions.tmPreferences +0 -102
  1194. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Preferences/Miscellaneous.tmPreferences +0 -46
  1195. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Preferences/PropertyName.tmPreferences +0 -22
  1196. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Preferences/Property_Completions.tmPreferences +0 -151
  1197. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Preferences/Property_Value_Completions.tmPreferences +0 -144
  1198. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Preferences/Symbol_List___Group.tmPreferences +0 -19
  1199. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Preferences/Symbol_list.tmPreferences +0 -19
  1200. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/Fixed_Position_Bottom_100___wide_IE6.tmSnippet +0 -18
  1201. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/__important_CSS_______.plist +0 -18
  1202. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background____color_image_repeat_attachment_position___background__.plist +0 -16
  1203. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background__attachment___scroll__fixed___background__.plist +0 -16
  1204. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background__color____color__hex___background__.plist +0 -16
  1205. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background__color____color__name___background__.plist +0 -16
  1206. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background__color____color__rgb___background__.plist +0 -16
  1207. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background__color____transparent___background__.plist +0 -16
  1208. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background__image____none___background__.plist +0 -16
  1209. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background__image____url___background__.plist +0 -16
  1210. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background__position____position___background__.plist +0 -16
  1211. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/background__repeat____r__r__x__r__y__n__r___background__.plist +0 -16
  1212. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border_____size_style_color___border__.plist +0 -16
  1213. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__bottom___size_style_color___border__.plist +0 -16
  1214. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__bottom__color___size_style_color___border__.plist +0 -16
  1215. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__bottom__style___size_style_color___border__.plist +0 -16
  1216. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__bottom__width___size_style_color___border__.plist +0 -16
  1217. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__color___color___border__.plist +0 -16
  1218. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__left___size_style_color___border__.plist +0 -16
  1219. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__left__color___color___border__.plist +0 -16
  1220. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__left__style___style___border__.plist +0 -16
  1221. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__left__width___size___border__.plist +0 -16
  1222. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__right___size_style_color___border__.plist +0 -16
  1223. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__right__color___color___border__.plist +0 -16
  1224. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__right__style___style___border__.plist +0 -16
  1225. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__right__width___size___border__.plist +0 -16
  1226. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__style___style___border__.plist +0 -16
  1227. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__top___size_style_color___border__.plist +0 -16
  1228. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__top__color___color___border__.plist +0 -16
  1229. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__top__style___style___border__.plist +0 -16
  1230. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__top__width___size___border__.plist +0 -16
  1231. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/border__width___width___border__.plist +0 -16
  1232. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/clear___value___clear__.plist +0 -16
  1233. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/color____color__hex___color__.plist +0 -16
  1234. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/color____color__name___color__.plist +0 -16
  1235. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/color____color__rgb___color__.plist +0 -16
  1236. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/cursor___type___cursor__.plist +0 -16
  1237. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/cursor___url___cursor__.plist +0 -16
  1238. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/direction___ltr__rtl___direction__.plist +0 -16
  1239. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/display___block___display__.plist +0 -16
  1240. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/display___common__types___display__.plist +0 -16
  1241. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/display___inline___display__.plist +0 -16
  1242. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/display___table__types___display__.plist +0 -16
  1243. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/filter___AlphaImageLoader___for_IE_PNGs_____background__.plist +0 -19
  1244. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/float___left__right__none___float__.plist +0 -16
  1245. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/font_____style_variant_weight_size__line__height_font___family___font__.plist +0 -16
  1246. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/font___size_font___font__.plist +0 -16
  1247. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/font__family_____family___font__.plist +0 -16
  1248. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/font__size___size___font__.plist +0 -16
  1249. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/font__style_____normal__italic__oblique___font__.plist +0 -16
  1250. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/font__variant_____normal__small__caps___font__.plist +0 -16
  1251. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/font__weight___weight___font__.plist +0 -16
  1252. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/letter__spacing_____length__em___letter__.plist +0 -16
  1253. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/letter__spacing_____length__px___letter__.plist +0 -16
  1254. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/list__style___type_position_image___list__.plist +0 -16
  1255. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/list__style__image___url___list__.plist +0 -16
  1256. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/list__style__position___pos___list__.plist +0 -16
  1257. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/list__style__type___asian___list__.plist +0 -16
  1258. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/list__style__type___marker__list__.plist +0 -16
  1259. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/list__style__type___numeric___list__.plist +0 -16
  1260. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/list__style__type___other___list__.plist +0 -16
  1261. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/list__style__type___roman__alpha__greek___list__.plist +0 -16
  1262. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/margin___T_R_B_L___margin__.plist +0 -16
  1263. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/margin___V_H___margin__.plist +0 -16
  1264. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/margin_____all___margin__.plist +0 -16
  1265. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/margin__bottom___length___margin__.plist +0 -16
  1266. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/margin__left___length___margin__.plist +0 -16
  1267. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/margin__right___length___margin__.plist +0 -16
  1268. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/margin__top___length___margin__.plist +0 -16
  1269. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/marker__offset___auto___marker__.plist +0 -16
  1270. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/marker__offset___length___marker__.plist +0 -16
  1271. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/opacity_____for_Safari___FF_and_IE_____opacity__.plist +0 -18
  1272. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/overflow___type___overflow__.plist +0 -16
  1273. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/padding_____T_R_B_L___padding__.plist +0 -16
  1274. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/padding_____V_H___padding__.plist +0 -16
  1275. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/padding_____all___padding__.plist +0 -16
  1276. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/padding__bottom___length___margin__.plist +0 -16
  1277. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/padding__left___length___margin__.plist +0 -16
  1278. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/padding__right___length___margin__.plist +0 -16
  1279. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/padding__top___length___margin__.plist +0 -16
  1280. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/position___type___position__.plist +0 -16
  1281. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/properties_______________.plist +0 -19
  1282. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/scrollbar.tmSnippet +0 -23
  1283. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/selection.tmSnippet +0 -20
  1284. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/text__align___left__center__right___txt__.plist +0 -16
  1285. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/text__decoration___none__underline__overline__line__through__blink___text__.plist +0 -16
  1286. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/text__indent___length___text__.plist +0 -16
  1287. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/text__shadow___color__hex_x_y_blur___text__.plist +0 -16
  1288. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/text__shadow___color__rgb_x_y_blur___text__.plist +0 -16
  1289. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/text__shadow___none___text__.plist +0 -16
  1290. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/text__transform___capitalize__upper__lower___text__.plist +0 -16
  1291. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/text__transform___none___text__.plist +0 -16
  1292. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/vertical__align___type___vertical__.plist +0 -16
  1293. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/visibility___type___visibility__.plist +0 -16
  1294. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/white__space____normal__pre__nowrap___white__.plist +0 -16
  1295. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/word__spacing____length___word__.plist +0 -16
  1296. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/word__spacing____normal___word__.plist +0 -16
  1297. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Snippets/z__index___index___z__.plist +0 -16
  1298. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/Syntaxes/CSS.plist +0 -543
  1299. data/plugins/textmate/vendor/redcar-bundles/Bundles/CSS.tmbundle/info.plist +0 -393
  1300. data/plugins/textmate/vendor/redcar-bundles/Bundles/CTags.tmbundle/info.plist +0 -21
  1301. data/plugins/textmate/vendor/redcar-bundles/Bundles/CVS.tmbundle/info.plist +0 -83
  1302. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Preferences/Completions.tmPreferences +0 -822
  1303. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Preferences/Miscellaneous.tmPreferences +0 -71
  1304. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Preferences/Symbols.tmPreferences +0 -28
  1305. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Preferences/Symbols__banner.tmPreferences +0 -21
  1306. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Preferences/Symbols__class__interface.tmPreferences +0 -21
  1307. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Preferences/Symbols__function__macro___multi__.tmPreferences +0 -27
  1308. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Preferences/Symbols__method.tmPreferences +0 -27
  1309. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Preferences/Symbols__proxy.tmPreferences +0 -21
  1310. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Preferences/Symbols__proxy__method.tmPreferences +0 -28
  1311. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/Insert_Comment_Banner.tmSnippet +0 -17
  1312. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/Newline_in_string.tmSnippet +0 -16
  1313. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/binding.tmSnippet +0 -17
  1314. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/comment.tmSnippet +0 -21
  1315. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/def.tmSnippet +0 -16
  1316. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/defmacro.tmSnippet +0 -19
  1317. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/defmethod.tmSnippet +0 -17
  1318. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/defmulti.tmSnippet +0 -16
  1319. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/defn.tmSnippet +0 -19
  1320. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/defonce.tmSnippet +0 -16
  1321. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/defstruct.tmSnippet +0 -16
  1322. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/fn.tmSnippet +0 -16
  1323. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/gen__class.tmSnippet +0 -120
  1324. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/gen__class_2.tmSnippet +0 -31
  1325. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/gen__interface.tmSnippet +0 -45
  1326. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/gen__interface_2.tmSnippet +0 -20
  1327. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/if.tmSnippet +0 -17
  1328. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/if__let.tmSnippet +0 -17
  1329. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/if__not.tmSnippet +0 -17
  1330. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/let.tmSnippet +0 -17
  1331. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/loop.tmSnippet +0 -17
  1332. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/ns.tmSnippet +0 -20
  1333. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/ns__newline.tmSnippet +0 -19
  1334. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/prefer__method.tmSnippet +0 -16
  1335. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/try__catch__finally.tmSnippet +0 -20
  1336. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/type_hint.tmSnippet +0 -18
  1337. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/when.tmSnippet +0 -17
  1338. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/when__first.tmSnippet +0 -17
  1339. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/when__let.tmSnippet +0 -17
  1340. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/when__not.tmSnippet +0 -17
  1341. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/with__local__vars.tmSnippet +0 -17
  1342. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Snippets/with__open.tmSnippet +0 -17
  1343. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/Syntaxes/Clojure.tmLanguage +0 -439
  1344. data/plugins/textmate/vendor/redcar-bundles/Bundles/Clojure.tmbundle/info.plist +0 -24
  1345. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Preferences/Comments.tmPreferences +0 -38
  1346. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Preferences/Cucumber_Plain_Text_Feature_Completions.tmPreferences +0 -30
  1347. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Preferences/Symbol_list___Scenario.tmPreferences +0 -19
  1348. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Preferences/Symbol_list___Steps.tmPreferences +0 -17
  1349. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Preferences/Symbol_list___Steps_with_String.tmPreferences +0 -17
  1350. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Snippets/Given_Step.tmSnippet +0 -20
  1351. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Snippets/Scenario.tmSnippet +0 -22
  1352. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Snippets/Scenario_Outline.tmSnippet +0 -20
  1353. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Snippets/Story.tmSnippet +0 -22
  1354. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Snippets/Then_Step.tmSnippet +0 -20
  1355. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Snippets/Then_Step_Plaintext.tmSnippet +0 -16
  1356. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Snippets/When_Step.tmSnippet +0 -20
  1357. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Snippets/When_Step_Plaintext.tmSnippet +0 -16
  1358. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Plain_Text_Feature.tmLanguage +0 -217
  1359. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Steps.tmLanguage +0 -424
  1360. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Syntaxes/plaintext_template.erb +0 -221
  1361. data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/info.plist +0 -36
  1362. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Preferences/Comments.tmPreferences +0 -60
  1363. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Preferences/Indentation_Rules.tmPreferences +0 -21
  1364. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Preferences/Symbol_List__Method__Constructor.tmPreferences +0 -20
  1365. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/Continue_Block_Comment.tmSnippet +0 -18
  1366. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/class.tmSnippet +0 -21
  1367. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/constant.tmSnippet +0 -16
  1368. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/debug.tmSnippet +0 -18
  1369. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/debugm.tmSnippet +0 -18
  1370. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/enum.tmSnippet +0 -16
  1371. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/err.tmSnippet +0 -16
  1372. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/err_format.tmSnippet +0 -16
  1373. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/foreach.tmSnippet +0 -18
  1374. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/foreach_reverse.tmSnippet +0 -18
  1375. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/if.tmSnippet +0 -18
  1376. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/if_else.tmSnippet +0 -21
  1377. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/import.tmSnippet +0 -16
  1378. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/log_error.tmSnippet +0 -16
  1379. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/log_fatal.tmSnippet +0 -16
  1380. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/log_info.tmSnippet +0 -16
  1381. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/log_trace.tmSnippet +0 -16
  1382. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/log_warn.tmSnippet +0 -16
  1383. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/logger.tmSnippet +0 -22
  1384. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/main.tmSnippet +0 -18
  1385. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/main_with_args.tmSnippet +0 -19
  1386. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/method.tmSnippet +0 -21
  1387. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/out.tmSnippet +0 -16
  1388. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/out_format.tmSnippet +0 -16
  1389. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/return.tmSnippet +0 -16
  1390. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/struct.tmSnippet +0 -21
  1391. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/try_catch.tmSnippet +0 -20
  1392. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/try_catch_finally.tmSnippet +0 -22
  1393. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/try_finally.tmSnippet +0 -20
  1394. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/unittest.tmSnippet +0 -18
  1395. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/version.tmSnippet +0 -18
  1396. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Snippets/while.tmSnippet +0 -18
  1397. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/Syntaxes/D.tmLanguage +0 -908
  1398. data/plugins/textmate/vendor/redcar-bundles/Bundles/D.tmbundle/info.plist +0 -161
  1399. data/plugins/textmate/vendor/redcar-bundles/Bundles/Diff.tmbundle/Preferences/Markup_style___Changed.plist +0 -19
  1400. data/plugins/textmate/vendor/redcar-bundles/Bundles/Diff.tmbundle/Preferences/Markup_style___Deleted.plist +0 -19
  1401. data/plugins/textmate/vendor/redcar-bundles/Bundles/Diff.tmbundle/Preferences/Markup_style___Diff_metadata.plist +0 -21
  1402. data/plugins/textmate/vendor/redcar-bundles/Bundles/Diff.tmbundle/Preferences/Markup_style___Header.plist +0 -19
  1403. data/plugins/textmate/vendor/redcar-bundles/Bundles/Diff.tmbundle/Preferences/Markup_style___Inserted.plist +0 -19
  1404. data/plugins/textmate/vendor/redcar-bundles/Bundles/Diff.tmbundle/Preferences/Markup_style___Range.plist +0 -21
  1405. data/plugins/textmate/vendor/redcar-bundles/Bundles/Diff.tmbundle/Preferences/Symbol_List___Indent_Ranges.plist +0 -24
  1406. data/plugins/textmate/vendor/redcar-bundles/Bundles/Diff.tmbundle/Syntaxes/Diff.plist +0 -229
  1407. data/plugins/textmate/vendor/redcar-bundles/Bundles/Diff.tmbundle/info.plist +0 -60
  1408. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Preferences/Disable_spell_checking_in_raw.tmPreferences +0 -17
  1409. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Preferences/Show_Heading_in_list.tmPreferences +0 -25
  1410. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Bold.tmSnippet +0 -16
  1411. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Code.tmSnippet +0 -19
  1412. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Footnote.tmSnippet +0 -16
  1413. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Heading_1.tmSnippet +0 -17
  1414. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Heading_2.tmSnippet +0 -17
  1415. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Heading_3.tmSnippet +0 -17
  1416. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Heading_4.tmSnippet +0 -17
  1417. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Heading_5.tmSnippet +0 -17
  1418. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Image.tmSnippet +0 -16
  1419. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Italic.tmSnippet +0 -16
  1420. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Left_Header.tmSnippet +0 -16
  1421. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Link.tmSnippet +0 -16
  1422. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Numbered_item.tmSnippet +0 -16
  1423. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Numbered_item_2.tmSnippet +0 -19
  1424. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Table.tmSnippet +0 -20
  1425. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Table_Cell.tmSnippet +0 -16
  1426. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Top_Header.tmSnippet +0 -16
  1427. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Underlined.tmSnippet +0 -16
  1428. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Unnumbered_item.tmSnippet +0 -16
  1429. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Snippets/Unnumbered_item_2.tmSnippet +0 -19
  1430. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/Syntaxes/DokuWiki.tmLanguage +0 -649
  1431. data/plugins/textmate/vendor/redcar-bundles/Bundles/DokuWiki.tmbundle/info.plist +0 -81
  1432. data/plugins/textmate/vendor/redcar-bundles/Bundles/Factor.tmbundle/Syntaxes/Factor.tmLanguage +0 -334
  1433. data/plugins/textmate/vendor/redcar-bundles/Bundles/Factor.tmbundle/Syntaxes/HTML___Factor__.tmLanguage +0 -53
  1434. data/plugins/textmate/vendor/redcar-bundles/Bundles/Factor.tmbundle/info.plist +0 -21
  1435. data/plugins/textmate/vendor/redcar-bundles/Bundles/GetBundle.tmbundle/info.plist +0 -47
  1436. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/New_Controller.tmSnippet +0 -20
  1437. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/New_Tag_2.tmSnippet +0 -18
  1438. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/New_Tag_Library.tmSnippet +0 -18
  1439. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/New_Unit_Test.tmSnippet +0 -34
  1440. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/New_short_tag_____g_______.tmSnippet +0 -18
  1441. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/New_tag_____g__.tmSnippet +0 -18
  1442. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__checkBox__.tmSnippet +0 -16
  1443. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__createLinkTo__.tmSnippet +0 -16
  1444. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__createLink__.tmSnippet +0 -16
  1445. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__currencySelect_____.tmSnippet +0 -16
  1446. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__each__.tmSnippet +0 -18
  1447. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__each_in__________.tmSnippet +0 -18
  1448. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__each_in_________var____e___status____i____.tmSnippet +0 -18
  1449. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__each_in_________var____i____.tmSnippet +0 -18
  1450. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__else__.tmSnippet +0 -18
  1451. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__elseif__.tmSnippet +0 -18
  1452. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__field_type__________.tmSnippet +0 -16
  1453. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__form_action__________.tmSnippet +0 -18
  1454. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__form_controller_________action___________.tmSnippet +0 -18
  1455. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__hasErrors__.tmSnippet +0 -19
  1456. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__hiddenField__.tmSnippet +0 -16
  1457. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__if_____.tmSnippet +0 -19
  1458. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__javascript__.tmSnippet +0 -18
  1459. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__javascript_library__________.tmSnippet +0 -16
  1460. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__link__.tmSnippet +0 -16
  1461. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__localeSelect_____.tmSnippet +0 -16
  1462. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__message__.tmSnippet +0 -16
  1463. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__radio___.tmSnippet +0 -16
  1464. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__render__.tmSnippet +0 -16
  1465. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__select_from___________.tmSnippet +0 -16
  1466. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__set__.tmSnippet +0 -16
  1467. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__submitButton__.tmSnippet +0 -16
  1468. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__textField__.tmSnippet +0 -16
  1469. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__timeZoneSelect_____.tmSnippet +0 -16
  1470. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/__g__while_____.tmSnippet +0 -19
  1471. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/belongsTo.tmSnippet +0 -16
  1472. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/constraints.tmSnippet +0 -18
  1473. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/g_message____.tmSnippet +0 -16
  1474. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/hasMany.tmSnippet +0 -16
  1475. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/hasOne.tmSnippet +0 -16
  1476. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/mockConstraints.tmSnippet +0 -19
  1477. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/mockDomain.tmSnippet +0 -18
  1478. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/mockFor.tmSnippet +0 -20
  1479. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/mockLogging.tmSnippet +0 -16
  1480. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/mockSession.tmSnippet +0 -16
  1481. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/namedQueries.tmSnippet +0 -20
  1482. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/out__________.tmSnippet +0 -16
  1483. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/redirect__action______.tmSnippet +0 -16
  1484. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/redirect__action_______id_______.tmSnippet +0 -16
  1485. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/redirect__controller______.tmSnippet +0 -16
  1486. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/redirect__controller_______action______.tmSnippet +0 -16
  1487. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/redirect__controller_______action________id______.tmSnippet +0 -16
  1488. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__contentType____text__json_______________.tmSnippet +0 -18
  1489. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__contentType____text__xml______________.tmSnippet +0 -18
  1490. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__template__________.tmSnippet +0 -16
  1491. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__template__________bean__b__.tmSnippet +0 -16
  1492. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__template__________bean__b__var____x____.tmSnippet +0 -16
  1493. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__template__________collection__c__.tmSnippet +0 -16
  1494. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__template__________collection__c___var____x____.tmSnippet +0 -16
  1495. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__template__________model__m___.tmSnippet +0 -16
  1496. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__text__________.tmSnippet +0 -16
  1497. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__text___________contentType__________.tmSnippet +0 -16
  1498. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__view__________.tmSnippet +0 -16
  1499. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Snippets/render__view___________model__m__.tmSnippet +0 -16
  1500. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/Syntaxes/GSP.tmLanguage +0 -385
  1501. data/plugins/textmate/vendor/redcar-bundles/Bundles/Groovy-Grails.tmbundle/info.plist +0 -321
  1502. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Preferences/Comments.plist +0 -30
  1503. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Preferences/Completions_HTML_Attributes.tmPreferences +0 -346
  1504. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Preferences/Empty_tag_typing_pairs.plist +0 -26
  1505. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Preferences/Miscellaneous.plist +0 -93
  1506. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Preferences/Symbol_List___ID.plist +0 -17
  1507. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Preferences/Tag_Completions.tmPreferences +0 -30
  1508. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Preferences/Tag_preferences.plist +0 -48
  1509. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Arrow___arrow__.plist +0 -16
  1510. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Backspace___backspace__.plist +0 -16
  1511. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Backtab___backtab__.plist +0 -16
  1512. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Command___command__.plist +0 -16
  1513. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Control___control__.plist +0 -16
  1514. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Delete___delete__.plist +0 -16
  1515. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/DocType_HTML_4_0_Strict.plist +0 -18
  1516. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/DocType_XHTL_1_0_Frameset.plist +0 -18
  1517. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/DocType_XHTML_1_0_Strict.plist +0 -18
  1518. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/DocType_XHTML_1_0_Transitional.plist +0 -18
  1519. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/DocType_XHTML_1_1.plist +0 -18
  1520. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Down___down__.plist +0 -16
  1521. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Embed_QT_movie___movie__.plist +0 -26
  1522. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Emphasize.tmSnippet +0 -16
  1523. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Enter___enter__.plist +0 -16
  1524. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Escape___escape__.plist +0 -16
  1525. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Fieldset.tmSnippet +0 -22
  1526. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/HTML________4_0_Transitional___doctype__.plist +0 -18
  1527. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer.tmSnippet +0 -16
  1528. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_5_0_only.tmSnippet +0 -16
  1529. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_5_5_only.tmSnippet +0 -16
  1530. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_5_x.tmSnippet +0 -16
  1531. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_6_and_below.tmSnippet +0 -16
  1532. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_6_only.tmSnippet +0 -16
  1533. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_7__.tmSnippet +0 -16
  1534. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___NOT_Internet_Explorer.tmSnippet +0 -16
  1535. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Input_with_Label.tmSnippet +0 -19
  1536. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Left___left__.plist +0 -16
  1537. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Option.tmSnippet +0 -18
  1538. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Option___option__.plist +0 -16
  1539. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Return___return__.plist +0 -16
  1540. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Right___right__.plist +0 -16
  1541. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Select_Box.tmSnippet +0 -22
  1542. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Shift___shift__.plist +0 -16
  1543. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Smart_return__indent_for_tag_pairs.plist +0 -18
  1544. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Strong.tmSnippet +0 -16
  1545. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Tab___tab__.plist +0 -16
  1546. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Up___up__.plist +0 -16
  1547. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Wrap_Selection_In_Tag.plist +0 -16
  1548. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/Wrap_in___________________.plist +0 -14
  1549. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML_____input__.plist +0 -16
  1550. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML_____textarea__.plist +0 -16
  1551. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___a_mailto_____.plist +0 -16
  1552. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___base__.plist +0 -16
  1553. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___body__.plist +0 -18
  1554. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___br_____.plist +0 -16
  1555. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___div__.plist +0 -18
  1556. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___form__.plist +0 -20
  1557. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___h1__.plist +0 -16
  1558. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___head__.plist +0 -20
  1559. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___link__.plist +0 -16
  1560. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___meta__.plist +0 -16
  1561. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___nbsp___NonBreakingSpace.plist +0 -16
  1562. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___script__.plist +0 -18
  1563. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___script_src_____.plist +0 -16
  1564. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___style__.plist +0 -18
  1565. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___table__.plist +0 -19
  1566. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Snippets/XHTML___title__.plist +0 -16
  1567. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/Syntaxes/HTML.plist +0 -960
  1568. data/plugins/textmate/vendor/redcar-bundles/Bundles/HTML.tmbundle/info.plist +0 -293
  1569. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Preferences/Comments.tmPreferences +0 -36
  1570. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Preferences/Indent_Patterns.plist +0 -17
  1571. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Preferences/Symbol_List.tmPreferences +0 -17
  1572. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Preferences/Typing_Pairs.plist +0 -42
  1573. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Snippets/Case.tmSnippet +0 -17
  1574. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Snippets/Instance.tmSnippet +0 -17
  1575. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Snippets/Main.tmSnippet +0 -18
  1576. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Snippets/__.plist +0 -16
  1577. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Snippets/module.plist +0 -18
  1578. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Snippets/t______f_t.tmSnippet +0 -16
  1579. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Syntaxes/Haskell.plist +0 -646
  1580. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Syntaxes/Literate_Haskell.plist +0 -90
  1581. data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/info.plist +0 -58
  1582. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/Bulletin_Board.tmPreferences +0 -24
  1583. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/DokuWiki.tmPreferences +0 -24
  1584. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/Fallback___not_supported__.tmPreferences +0 -22
  1585. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/HTML.tmPreferences +0 -24
  1586. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/LaTeX.tmPreferences +0 -24
  1587. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/Markdown.tmPreferences +0 -24
  1588. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/Mediawiki.tmPreferences +0 -24
  1589. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/MoinMoin.tmPreferences +0 -24
  1590. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/TWiki.tmPreferences +0 -24
  1591. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/Textile.tmPreferences +0 -24
  1592. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/Preferences/reStructuredText.tmPreferences +0 -24
  1593. data/plugins/textmate/vendor/redcar-bundles/Bundles/Hyperlink Helper.tmbundle/info.plist +0 -56
  1594. data/plugins/textmate/vendor/redcar-bundles/Bundles/ImageBrowser.tmbundle/info.plist +0 -20
  1595. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Preferences/Comments.tmPreferences +0 -42
  1596. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Preferences/Indentation_Rules.plist +0 -21
  1597. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Preferences/Typing_Pairs.plist +0 -37
  1598. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/Indented_Bracketed_Line.plist +0 -20
  1599. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/Indented_return.plist +0 -18
  1600. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/Method.plist +0 -18
  1601. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/Object_clone_do.plist +0 -18
  1602. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/UnitTest.plist +0 -18
  1603. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/assertEquals.plist +0 -16
  1604. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/clone_do.plist +0 -18
  1605. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/docSlot.plist +0 -16
  1606. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/newSlot.plist +0 -16
  1607. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Snippets/testMethod.plist +0 -18
  1608. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/Syntaxes/Io.plist +0 -225
  1609. data/plugins/textmate/vendor/redcar-bundles/Bundles/Io.tmbundle/info.plist +0 -61
  1610. data/plugins/textmate/vendor/redcar-bundles/Bundles/JSON.tmbundle/Syntaxes/JSON.tmLanguage +0 -285
  1611. data/plugins/textmate/vendor/redcar-bundles/Bundles/JSON.tmbundle/info.plist +0 -21
  1612. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Preferences/Comments.tmPreferences +0 -36
  1613. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Preferences/Indentation_Rules.tmPreferences +0 -21
  1614. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Preferences/Symbol_List___Classes.tmPreferences +0 -17
  1615. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Preferences/Symbol_List___Inner_Class_Methods.tmPreferences +0 -22
  1616. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Preferences/Symbol_List___Inner_Classes.tmPreferences +0 -19
  1617. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Preferences/Symbol_List___Inner_Inner_Class_Methods.tmPreferences +0 -22
  1618. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Preferences/Symbol_List___Inner_Inner_Classes.tmPreferences +0 -19
  1619. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Preferences/Symbol_List___Method.plist +0 -22
  1620. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/abstract.tmSnippet +0 -16
  1621. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/assert.tmSnippet +0 -16
  1622. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/break.tmSnippet +0 -17
  1623. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/case.tmSnippet +0 -18
  1624. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/catch.tmSnippet +0 -18
  1625. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/class.tmSnippet +0 -18
  1626. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/constant.tmSnippet +0 -16
  1627. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/constant_string.tmSnippet +0 -16
  1628. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/default.tmSnippet +0 -17
  1629. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/else.tmSnippet +0 -18
  1630. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/else_if.tmSnippet +0 -18
  1631. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/final.tmSnippet +0 -16
  1632. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/for.tmSnippet +0 -18
  1633. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/for___each__.tmSnippet +0 -18
  1634. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/if.tmSnippet +0 -18
  1635. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/import.tmSnippet +0 -16
  1636. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/import_junit_framework_TestCase__.tmSnippet +0 -17
  1637. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/interface.tmSnippet +0 -18
  1638. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/java_beans_.tmSnippet +0 -16
  1639. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/java_io.tmSnippet +0 -16
  1640. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/java_math.tmSnippet +0 -16
  1641. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/java_net_.tmSnippet +0 -16
  1642. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/java_util_.tmSnippet +0 -16
  1643. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/method.tmSnippet +0 -19
  1644. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/method___main__.tmSnippet +0 -18
  1645. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/package.tmSnippet +0 -16
  1646. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/print.tmSnippet +0 -16
  1647. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/println.tmSnippet +0 -16
  1648. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/private.tmSnippet +0 -16
  1649. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/protected.tmSnippet +0 -16
  1650. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/public.tmSnippet +0 -16
  1651. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/return.tmSnippet +0 -16
  1652. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/static.tmSnippet +0 -16
  1653. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/switch.tmSnippet +0 -18
  1654. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/synchronized.tmSnippet +0 -16
  1655. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/test.tmSnippet +0 -18
  1656. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/test_case.tmSnippet +0 -18
  1657. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/throw.tmSnippet +0 -16
  1658. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/variable.tmSnippet +0 -16
  1659. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Snippets/while.tmSnippet +0 -18
  1660. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/Java.plist +0 -1153
  1661. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist +0 -70
  1662. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/Java_Server_Pages___JSP__.tmLanguage +0 -256
  1663. data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/info.plist +0 -204
  1664. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Preferences/Prototype_Completions.tmPreferences +0 -185
  1665. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Ajax_Options.tmSnippet +0 -23
  1666. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Ajax_PeriodicalUpdater.tmSnippet +0 -16
  1667. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Ajax_Request.tmSnippet +0 -16
  1668. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Ajax_Updater.tmSnippet +0 -16
  1669. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Class_create.tmSnippet +0 -20
  1670. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Create_Class_Alt.tmSnippet +0 -23
  1671. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Appear.tmSnippet +0 -16
  1672. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_BlindDown.tmSnippet +0 -16
  1673. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_BlindUp.tmSnippet +0 -16
  1674. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_DropOut.tmSnippet +0 -16
  1675. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Fade.tmSnippet +0 -16
  1676. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Fold.tmSnippet +0 -16
  1677. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Grow.tmSnippet +0 -16
  1678. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Highlight.tmSnippet +0 -16
  1679. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Options.tmSnippet +0 -21
  1680. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Puff.tmSnippet +0 -16
  1681. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Pulsate.tmSnippet +0 -16
  1682. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Shake.tmSnippet +0 -16
  1683. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Shrink.tmSnippet +0 -16
  1684. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_SlideDown.tmSnippet +0 -16
  1685. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_SlideUp.tmSnippet +0 -16
  1686. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_Squish.tmSnippet +0 -16
  1687. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Effect_SwitchOff.tmSnippet +0 -16
  1688. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_all.tmSnippet +0 -18
  1689. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_any.tmSnippet +0 -18
  1690. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_collect.tmSnippet +0 -18
  1691. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_detect.tmSnippet +0 -18
  1692. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_each.tmSnippet +0 -18
  1693. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_each___element__.tmSnippet +0 -19
  1694. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_each___index__.tmSnippet +0 -18
  1695. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_inject.tmSnippet +0 -19
  1696. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_invoke.tmSnippet +0 -16
  1697. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_map.tmSnippet +0 -18
  1698. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Enum_reject.tmSnippet +0 -18
  1699. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Event_observe.tmSnippet +0 -16
  1700. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Field_activate.tmSnippet +0 -16
  1701. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Field_clear.tmSnippet +0 -16
  1702. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Field_focus.tmSnippet +0 -16
  1703. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Field_present.tmSnippet +0 -16
  1704. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Field_select.tmSnippet +0 -16
  1705. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Form_disable.tmSnippet +0 -16
  1706. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Form_enable.tmSnippet +0 -16
  1707. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Form_findFirstElement.tmSnippet +0 -16
  1708. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Form_focusFirstElement.tmSnippet +0 -16
  1709. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Form_getElements.tmSnippet +0 -16
  1710. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Form_getInputs.tmSnippet +0 -16
  1711. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Form_serialize.tmSnippet +0 -16
  1712. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Function_bind.tmSnippet +0 -16
  1713. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Function_bindAsEventListener.tmSnippet +0 -16
  1714. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Insertion_After.tmSnippet +0 -16
  1715. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Insertion_Before.tmSnippet +0 -16
  1716. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Insertion_Bottom.tmSnippet +0 -16
  1717. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Insertion_Top.tmSnippet +0 -16
  1718. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Object_extend.tmSnippet +0 -16
  1719. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Options.tmSnippet +0 -18
  1720. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_absolutize.tmSnippet +0 -16
  1721. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_clone.tmSnippet +0 -16
  1722. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_cumulativeOffset.tmSnippet +0 -16
  1723. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_offsetParent.tmSnippet +0 -16
  1724. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_overlap.tmSnippet +0 -16
  1725. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_page.tmSnippet +0 -16
  1726. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_positionedOffset.tmSnippet +0 -16
  1727. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_prepare.tmSnippet +0 -16
  1728. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_realOffset.tmSnippet +0 -16
  1729. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_relativize.tmSnippet +0 -16
  1730. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_within.tmSnippet +0 -16
  1731. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/Position_withinIncludingScrolloffsets.tmSnippet +0 -16
  1732. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/__.tmSnippet +0 -16
  1733. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Snippets/__function___________.tmSnippet +0 -18
  1734. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Syntaxes/JavaScript____Prototype.tmLanguage +0 -193
  1735. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Syntaxes/JavaScript____Prototype_Bracketed.tmLanguage +0 -394
  1736. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/info.plist +0 -270
  1737. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/_____Select_DOM_Element__.tmSnippet +0 -16
  1738. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/____this__.tmSnippet +0 -16
  1739. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___ajaxError.tmSnippet +0 -19
  1740. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___ajaxSend.tmSnippet +0 -19
  1741. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___ajaxSetup.tmSnippet +0 -28
  1742. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___ajaxSuccess.tmSnippet +0 -18
  1743. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___ajax__hash__.tmSnippet +0 -28
  1744. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___get.tmSnippet +0 -19
  1745. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___getIfModified.tmSnippet +0 -19
  1746. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___getJSON.tmSnippet +0 -21
  1747. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___getScript.tmSnippet +0 -19
  1748. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___post.tmSnippet +0 -23
  1749. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/___trim.tmSnippet +0 -16
  1750. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__checked.tmSnippet +0 -18
  1751. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__contains____test____.tmSnippet +0 -18
  1752. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__disabled.tmSnippet +0 -18
  1753. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__empty.tmSnippet +0 -18
  1754. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__enabled.tmSnippet +0 -18
  1755. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__eq__n__.tmSnippet +0 -18
  1756. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__even.tmSnippet +0 -18
  1757. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__first.tmSnippet +0 -18
  1758. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__first__child.tmSnippet +0 -18
  1759. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__first__of__type.tmSnippet +0 -18
  1760. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__gt__n__.tmSnippet +0 -18
  1761. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__hidden.tmSnippet +0 -19
  1762. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__last.tmSnippet +0 -18
  1763. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__last__child.tmSnippet +0 -18
  1764. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__last__of__type.tmSnippet +0 -18
  1765. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__lt__n__.tmSnippet +0 -18
  1766. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__not__s__.tmSnippet +0 -18
  1767. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__nth__child__n__.tmSnippet +0 -18
  1768. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__nth__last__child__n__.tmSnippet +0 -18
  1769. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__nth__of__type__n__.tmSnippet +0 -18
  1770. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__odd.tmSnippet +0 -18
  1771. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__only__child.tmSnippet +0 -18
  1772. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__only__of__type.tmSnippet +0 -18
  1773. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__parent.tmSnippet +0 -19
  1774. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__root.tmSnippet +0 -18
  1775. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/__visible.tmSnippet +0 -19
  1776. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/add.tmSnippet +0 -16
  1777. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/addClass.tmSnippet +0 -16
  1778. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/after.tmSnippet +0 -16
  1779. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStart.tmSnippet +0 -19
  1780. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStop.tmSnippet +0 -19
  1781. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/animate.tmSnippet +0 -16
  1782. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/append.tmSnippet +0 -16
  1783. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/appendTo.tmSnippet +0 -16
  1784. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/attr.tmSnippet +0 -16
  1785. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/attr__hash__.tmSnippet +0 -16
  1786. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/before.tmSnippet +0 -16
  1787. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/bind.tmSnippet +0 -18
  1788. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/blur.tmSnippet +0 -18
  1789. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/change.tmSnippet +0 -18
  1790. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/children.tmSnippet +0 -16
  1791. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/click.tmSnippet +0 -18
  1792. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/clone.tmSnippet +0 -16
  1793. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/contains.tmSnippet +0 -16
  1794. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/css.tmSnippet +0 -16
  1795. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/css__hash__.tmSnippet +0 -16
  1796. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/dblclick.tmSnippet +0 -18
  1797. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/each.tmSnippet +0 -18
  1798. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/end.tmSnippet +0 -16
  1799. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/error.tmSnippet +0 -18
  1800. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn.tmSnippet +0 -16
  1801. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn____with_callback.tmSnippet +0 -19
  1802. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut.tmSnippet +0 -16
  1803. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut____with_callback.tmSnippet +0 -19
  1804. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo.tmSnippet +0 -16
  1805. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo____with_callback.tmSnippet +0 -19
  1806. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/filter.tmSnippet +0 -16
  1807. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/find.tmSnippet +0 -16
  1808. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/focus.tmSnippet +0 -18
  1809. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/get.tmSnippet +0 -16
  1810. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/height.tmSnippet +0 -16
  1811. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/hide.tmSnippet +0 -16
  1812. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/hide____with_callback.tmSnippet +0 -19
  1813. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/hover.tmSnippet +0 -20
  1814. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/html.tmSnippet +0 -16
  1815. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/insertAfter.tmSnippet +0 -16
  1816. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/insertBefore.tmSnippet +0 -16
  1817. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/is.tmSnippet +0 -16
  1818. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/load.tmSnippet +0 -18
  1819. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/loadIfModified.tmSnippet +0 -21
  1820. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/load___AHAH__.tmSnippet +0 -21
  1821. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/mousedown.tmSnippet +0 -18
  1822. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/mousemove.tmSnippet +0 -18
  1823. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/mouseout.tmSnippet +0 -18
  1824. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/mouseover.tmSnippet +0 -18
  1825. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/mouseup.tmSnippet +0 -18
  1826. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/next.tmSnippet +0 -16
  1827. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/not.tmSnippet +0 -16
  1828. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/one.tmSnippet +0 -18
  1829. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/parent.tmSnippet +0 -16
  1830. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/parents.tmSnippet +0 -16
  1831. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/prepend.tmSnippet +0 -16
  1832. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/prependTo.tmSnippet +0 -16
  1833. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/prev.tmSnippet +0 -16
  1834. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/ready.tmSnippet +0 -19
  1835. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/remove.tmSnippet +0 -16
  1836. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/removeAttr.tmSnippet +0 -16
  1837. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/removeClass.tmSnippet +0 -16
  1838. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/reset.tmSnippet +0 -18
  1839. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/resize.tmSnippet +0 -18
  1840. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/scroll.tmSnippet +0 -18
  1841. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/select.tmSnippet +0 -18
  1842. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/show.tmSnippet +0 -16
  1843. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/show____with_callback.tmSnippet +0 -19
  1844. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/siblings.tmSnippet +0 -16
  1845. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/size.tmSnippet +0 -16
  1846. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/slideDown.tmSnippet +0 -16
  1847. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/slideDown____with_callback.tmSnippet +0 -19
  1848. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/slideToggle.tmSnippet +0 -16
  1849. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/slideUp.tmSnippet +0 -16
  1850. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/slideUp____with_callback.tmSnippet +0 -19
  1851. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/submit.tmSnippet +0 -18
  1852. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/text.tmSnippet +0 -16
  1853. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/toggle.tmSnippet +0 -21
  1854. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/toggleClass.tmSnippet +0 -16
  1855. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/toggle___show__hide__.tmSnippet +0 -16
  1856. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/trigger.tmSnippet +0 -16
  1857. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/unbind.tmSnippet +0 -16
  1858. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/val.tmSnippet +0 -16
  1859. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/width.tmSnippet +0 -16
  1860. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Snippets/wrap.tmSnippet +0 -16
  1861. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Syntaxes/jQuery___JavaScript__.tmLanguage +0 -440
  1862. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/info.plist +0 -387
  1863. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Preferences/Comments.tmPreferences +0 -36
  1864. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Preferences/JavaScript_Indent.tmPreferences +0 -19
  1865. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Preferences/Symbol_List_Banned.tmPreferences +0 -17
  1866. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Preferences/Symbol_List_Class.tmPreferences +0 -21
  1867. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Preferences/Symbol_List_Instance.tmPreferences +0 -21
  1868. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Preferences/Symbol_List_Sub_1.tmPreferences +0 -21
  1869. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Preferences/Symbol_List_Sub_2.tmPreferences +0 -21
  1870. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/Get_Elements.tmSnippet +0 -16
  1871. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/Object_Method.tmSnippet +0 -18
  1872. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/Object_Method_String.tmSnippet +0 -18
  1873. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/Object_Value_JS.tmSnippet +0 -16
  1874. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/Object_key________key_____value__.tmSnippet +0 -18
  1875. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/Prototype___proto__.plist +0 -19
  1876. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/for______________________.tmSnippet +0 -18
  1877. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/for_________________________faster__.tmSnippet +0 -18
  1878. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/function.tmSnippet +0 -16
  1879. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/function___fun__.plist +0 -18
  1880. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/if.tmSnippet +0 -16
  1881. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/if_____else.tmSnippet +0 -16
  1882. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Snippets/setTimeout_function.tmSnippet +0 -16
  1883. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/Syntaxes/JavaScript.plist +0 -712
  1884. data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript.tmbundle/info.plist +0 -136
  1885. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Beamer_Symbol_List.tmPreferences +0 -21
  1886. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Cite_Completion.plist +0 -19
  1887. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Comments.plist +0 -24
  1888. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Disable_Smart_Typing_after_Backslashes.tmPreferences +0 -19
  1889. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Label_Completion.plist +0 -19
  1890. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Miscellaneous.plist +0 -94
  1891. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Miscellaneous___BibTeX__.tmPreferences +0 -53
  1892. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Smart_Typing___Strings__.tmPreferences +0 -65
  1893. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Spell_Checking___Disable_for_Comments.tmPreferences +0 -17
  1894. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Spell_Checking_in_Strings.tmPreferences +0 -17
  1895. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/Symbol_list.plist +0 -28
  1896. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Preferences/TexShop_comments.plist +0 -17
  1897. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Align.tmSnippet +0 -20
  1898. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Beamer_Overlay_Specification.tmSnippet +0 -16
  1899. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Cases.tmSnippet +0 -19
  1900. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Change_Style_of_selected_text.plist +0 -16
  1901. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Chapter.tmSnippet +0 -19
  1902. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Description.tmSnippet +0 -18
  1903. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Displaymath_________.plist +0 -20
  1904. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Enumerate.tmSnippet +0 -18
  1905. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Equation.tmSnippet +0 -18
  1906. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Figure.tmSnippet +0 -16
  1907. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Gather__ed__.tmSnippet +0 -20
  1908. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Item__description__.plist +0 -16
  1909. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Itemize.tmSnippet +0 -18
  1910. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Lines_to_list_environment.plist +0 -19
  1911. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Listing.tmSnippet +0 -17
  1912. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Math_mode__________.plist +0 -16
  1913. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Matrix.tmSnippet +0 -18
  1914. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/New_Line.tmSnippet +0 -17
  1915. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Page.tmSnippet +0 -17
  1916. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Paragraph.tmSnippet +0 -19
  1917. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Part.tmSnippet +0 -19
  1918. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Section.tmSnippet +0 -17
  1919. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Split.tmSnippet +0 -18
  1920. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Sub_Paragraph.tmSnippet +0 -19
  1921. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Table.tmSnippet +0 -16
  1922. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Tabular.tmSnippet +0 -18
  1923. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Unnumbered_Equation.tmSnippet +0 -18
  1924. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Wrap_Selection_in_Environment.plist +0 -19
  1925. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Wrap_in___left____right.plist +0 -16
  1926. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/Wrap_selection_in_double_quotes.tmSnippet +0 -16
  1927. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/__begin____________end____.tmSnippet +0 -18
  1928. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/__section______section__.plist +0 -19
  1929. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/__subsection______sub__.plist +0 -19
  1930. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Snippets/__subsubsection______ssub__.plist +0 -19
  1931. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/Bibtex.plist +0 -406
  1932. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/LaTeX.plist +0 -1601
  1933. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/LaTeX_Beamer.plist +0 -106
  1934. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/LaTeX_Log.plist +0 -141
  1935. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/LaTeX_Memoir.tmLanguage +0 -165
  1936. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/TeX.plist +0 -246
  1937. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/TeX_Math.plist +0 -132
  1938. data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/info.plist +0 -360
  1939. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Preferences/Comments.tmPreferences +0 -36
  1940. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Preferences/Miscellaneous.tmPreferences +0 -51
  1941. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/____.tmSnippet +0 -16
  1942. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/defconstant.tmSnippet +0 -17
  1943. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/defmacro.tmSnippet +0 -18
  1944. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/defparameter.tmSnippet +0 -17
  1945. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/defun.tmSnippet +0 -18
  1946. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/defvar.tmSnippet +0 -17
  1947. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/if.tmSnippet +0 -17
  1948. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/let.tmSnippet +0 -17
  1949. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/let1.tmSnippet +0 -17
  1950. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Snippets/setf.tmSnippet +0 -16
  1951. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/Syntaxes/Lisp.plist +0 -160
  1952. data/plugins/textmate/vendor/redcar-bundles/Bundles/Lisp.tmbundle/info.plist +0 -63
  1953. data/plugins/textmate/vendor/redcar-bundles/Bundles/Makefile.tmbundle/Preferences/Miscellaneous.plist +0 -26
  1954. data/plugins/textmate/vendor/redcar-bundles/Bundles/Makefile.tmbundle/Syntaxes/Makefile.plist +0 -103
  1955. data/plugins/textmate/vendor/redcar-bundles/Bundles/Makefile.tmbundle/info.plist +0 -23
  1956. data/plugins/textmate/vendor/redcar-bundles/Bundles/Markdown.tmbundle/Preferences/Disable_spell_checking_for_raw.plist +0 -17
  1957. data/plugins/textmate/vendor/redcar-bundles/Bundles/Markdown.tmbundle/Preferences/Indent___Raw.plist +0 -19
  1958. data/plugins/textmate/vendor/redcar-bundles/Bundles/Markdown.tmbundle/Preferences/Miscellaneous.plist +0 -50
  1959. data/plugins/textmate/vendor/redcar-bundles/Bundles/Markdown.tmbundle/Preferences/Symbol_List___Heading.plist +0 -23
  1960. data/plugins/textmate/vendor/redcar-bundles/Bundles/Markdown.tmbundle/Preferences/Typing_Pairs___Disable___for_Raw.plist +0 -42
  1961. data/plugins/textmate/vendor/redcar-bundles/Bundles/Markdown.tmbundle/Snippets/Hard_linebreak.plist +0 -17
  1962. data/plugins/textmate/vendor/redcar-bundles/Bundles/Markdown.tmbundle/Syntaxes/Markdown.plist +0 -1192
  1963. data/plugins/textmate/vendor/redcar-bundles/Bundles/Markdown.tmbundle/Syntaxes/MultiMarkdown.tmLanguage +0 -80
  1964. data/plugins/textmate/vendor/redcar-bundles/Bundles/Markdown.tmbundle/info.plist +0 -135
  1965. data/plugins/textmate/vendor/redcar-bundles/Bundles/Math.tmbundle/info.plist +0 -62
  1966. data/plugins/textmate/vendor/redcar-bundles/Bundles/Mirah.tmbundle/Syntaxes/Mirah.plist +0 -22
  1967. data/plugins/textmate/vendor/redcar-bundles/Bundles/Mirah.tmbundle/info.plist +0 -14
  1968. data/plugins/textmate/vendor/redcar-bundles/Bundles/Navigation.tmbundle/info.plist +0 -21
  1969. data/plugins/textmate/vendor/redcar-bundles/Bundles/Outlines.tmbundle/info.plist +0 -26
  1970. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Preferences/Add_Magic_Methods_to_the_Symbol_List.tmPreferences +0 -17
  1971. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Preferences/Comments.plist +0 -42
  1972. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Preferences/Completion___includes.tmPreferences +0 -30
  1973. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Preferences/Completions.tmPreferences +0 -2531
  1974. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Preferences/Disable_spellcheck_in_require.tmPreferences +0 -17
  1975. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Preferences/Enable_Spellchecking_for_Docblocks.tmPreferences +0 -17
  1976. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Preferences/Indentation_Rules.tmPreferences +0 -19
  1977. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Preferences/Miscellaneous.plist +0 -34
  1978. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Preferences/Symbols_List___functions.tmPreferences +0 -19
  1979. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/Constructor.tmSnippet +0 -18
  1980. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/Continue_Block_Comment.tmSnippet +0 -18
  1981. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/Heredoc.tmSnippet +0 -19
  1982. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/Include_TextMate_Support_Script.tmSnippet +0 -25
  1983. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_class.tmSnippet +0 -26
  1984. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_class____post_doc.tmSnippet +0 -23
  1985. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_class_var.tmSnippet +0 -23
  1986. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_class_var____post_doc.tmSnippet +0 -22
  1987. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_constant_definition.tmSnippet +0 -21
  1988. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_constant_definition____post_doc.tmSnippet +0 -20
  1989. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_function.tmSnippet +0 -26
  1990. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_function____post_doc.tmSnippet +0 -23
  1991. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_function_signature.tmSnippet +0 -26
  1992. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_header.tmSnippet +0 -30
  1993. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHPDoc_interface.tmSnippet +0 -26
  1994. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/PHP_Error_Catching.tmSnippet +0 -17
  1995. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/Special___Return_Between_PHP_Tags.tmSnippet +0 -18
  1996. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/Start_Docblock.tmSnippet +0 -18
  1997. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/__GLOBALS________.tmSnippet +0 -16
  1998. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/___COOKIE________.tmSnippet +0 -16
  1999. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/___ENV________.tmSnippet +0 -16
  2000. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/___FILES________.tmSnippet +0 -16
  2001. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/___GET________.tmSnippet +0 -16
  2002. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/___POST________.tmSnippet +0 -16
  2003. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/___REQUEST________.tmSnippet +0 -16
  2004. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/___SERVER________.tmSnippet +0 -16
  2005. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/___SESSION________.tmSnippet +0 -16
  2006. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/______________php.tmSnippet +0 -16
  2007. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/____php_____.tmSnippet +0 -16
  2008. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/____php___this_______________.tmSnippet +0 -16
  2009. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/____php_echo_________.tmSnippet +0 -16
  2010. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/____php_echo___this_______________.tmSnippet +0 -16
  2011. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/____php_echo_htmlentities____________.tmSnippet +0 -16
  2012. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/____php_else_______.tmSnippet +0 -16
  2013. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/____php_foreach_________________php_endforeach_____.tmSnippet +0 -18
  2014. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/____php_if______________________php_else______________php_endif_____.tmSnippet +0 -20
  2015. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/____php_if______________________php_endif_____.tmSnippet +0 -18
  2016. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/class______.tmSnippet +0 -27
  2017. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/define_____.tmSnippet +0 -17
  2018. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/defined_____.tmSnippet +0 -16
  2019. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/do_while_____.tmSnippet +0 -18
  2020. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/echo____.tmSnippet +0 -16
  2021. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/else_____.tmSnippet +0 -18
  2022. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/elseif_____.tmSnippet +0 -18
  2023. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/for_____.tmSnippet +0 -18
  2024. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/foreach_____.tmSnippet +0 -18
  2025. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/function_xx_____.tmSnippet +0 -19
  2026. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/if_____.tmSnippet +0 -18
  2027. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/if______a____b__.tmSnippet +0 -16
  2028. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/if______else_____.tmSnippet +0 -21
  2029. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/include_____.tmSnippet +0 -16
  2030. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/include_once_____.tmSnippet +0 -16
  2031. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/new_array_____.tmSnippet +0 -16
  2032. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/require_____.tmSnippet +0 -16
  2033. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/require_once_____.tmSnippet +0 -16
  2034. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/return_FALSE__.tmSnippet +0 -16
  2035. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/return_TRUE__.tmSnippet +0 -16
  2036. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/return___retVal__.tmSnippet +0 -16
  2037. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/switch_____.tmSnippet +0 -24
  2038. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/switch______case__.tmSnippet +0 -18
  2039. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/throw.tmSnippet +0 -17
  2040. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/try___________catch__________________.tmSnippet +0 -22
  2041. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Snippets/while_____.tmSnippet +0 -18
  2042. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/Syntaxes/PHP.plist +0 -3481
  2043. data/plugins/textmate/vendor/redcar-bundles/Bundles/PHP.tmbundle/info.plist +0 -266
  2044. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Animation_animateStyle.tmSnippet +0 -23
  2045. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Event_listen.tmSnippet +0 -16
  2046. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Event_stop.tmSnippet +0 -16
  2047. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Event_stopListening.tmSnippet +0 -16
  2048. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/List_Model.tmSnippet +0 -21
  2049. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Log_addLoggingMethodsToPrototype.tmSnippet +0 -16
  2050. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Log_info.tmSnippet +0 -16
  2051. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Log_logProperties.tmSnippet +0 -16
  2052. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Model.tmSnippet +0 -18
  2053. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/__L____.tmSnippet +0 -16
  2054. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/_insert____.tmSnippet +0 -16
  2055. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/_update____.tmSnippet +0 -16
  2056. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_get.tmSnippet +0 -16
  2057. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_pushScene.tmSnippet +0 -16
  2058. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_serviceRequest.tmSnippet +0 -21
  2059. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_setupWidget.tmSnippet +0 -16
  2060. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_showBanner.tmSnippet +0 -16
  2061. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/Syntaxes/Mojo.tmLanguage +0 -713
  2062. data/plugins/textmate/vendor/redcar-bundles/Bundles/Palm-WebOS-Development.tmbundle/info.plist +0 -190
  2063. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl HTML-Template.tmbundle/Snippets/If.tmSnippet +0 -18
  2064. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl HTML-Template.tmbundle/Snippets/If__Else.tmSnippet +0 -20
  2065. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl HTML-Template.tmbundle/Snippets/Include.tmSnippet +0 -16
  2066. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl HTML-Template.tmbundle/Snippets/Loop.tmSnippet +0 -18
  2067. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl HTML-Template.tmbundle/Snippets/Unless.tmSnippet +0 -18
  2068. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl HTML-Template.tmbundle/Snippets/Var.tmSnippet +0 -16
  2069. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl HTML-Template.tmbundle/Syntaxes/Perl_HTML__Template.tmLanguage +0 -217
  2070. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl HTML-Template.tmbundle/info.plist +0 -26
  2071. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/Preferences/Filename_Settings.plist +0 -17
  2072. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/Preferences/Miscellaneous.plist +0 -50
  2073. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/Snippets/for.plist +0 -18
  2074. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/Snippets/if.plist +0 -20
  2075. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/Snippets/include.plist +0 -16
  2076. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/Snippets/unless.plist +0 -18
  2077. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/Snippets/wrapper.plist +0 -18
  2078. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/Syntaxes/HTML___Template_Toolkit__.tmLanguage +0 -339
  2079. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/info.plist +0 -27
  2080. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Preferences/Miscellaneous.plist +0 -24
  2081. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/Conditional_if__else___ife__.plist +0 -21
  2082. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/Conditional_if__elsif__else___ifee__.plist +0 -23
  2083. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/Conditional_one__line___unless__.plist +0 -17
  2084. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/Conditional_one__line___xif__.plist +0 -17
  2085. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/Function___sub__.plist +0 -19
  2086. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/Loop_one__line___xforeach__.plist +0 -17
  2087. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/Loop_one__line___xwhile__.plist +0 -17
  2088. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/Test.tmSnippet +0 -23
  2089. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/class.plist +0 -28
  2090. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/eval.plist +0 -22
  2091. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/for.plist +0 -19
  2092. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/foreach.plist +0 -19
  2093. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/hash_pointer.plist +0 -16
  2094. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/if.plist +0 -19
  2095. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/slurp.plist +0 -18
  2096. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/unless.plist +0 -19
  2097. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Snippets/while.plist +0 -19
  2098. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/Syntaxes/Perl.plist +0 -3209
  2099. data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl.tmbundle/info.plist +0 -84
  2100. data/plugins/textmate/vendor/redcar-bundles/Bundles/Postscript.tmbundle/Preferences/Comments.tmPreferences +0 -24
  2101. data/plugins/textmate/vendor/redcar-bundles/Bundles/Postscript.tmbundle/Syntaxes/Postscript.tmLanguage +0 -321
  2102. data/plugins/textmate/vendor/redcar-bundles/Bundles/Postscript.tmbundle/info.plist +0 -21
  2103. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Preferences/Miscellaneous.tmPreferences +0 -50
  2104. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/draw___se__.plist +0 -18
  2105. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/float_______float______.plist +0 -16
  2106. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/float___float__.plist +0 -16
  2107. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/int_______int______.plist +0 -16
  2108. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/int___int__.plist +0 -16
  2109. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/opengl___gl__.plist +0 -16
  2110. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/setup___se__.plist +0 -18
  2111. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/size___size__.plist +0 -16
  2112. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/string_______string______.plist +0 -16
  2113. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/string___str__.plist +0 -16
  2114. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Snippets/void_method___void__.plist +0 -18
  2115. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/Syntaxes/Processing.plist +0 -296
  2116. data/plugins/textmate/vendor/redcar-bundles/Bundles/Processing.tmbundle/info.plist +0 -54
  2117. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Preferences/Comments.plist +0 -36
  2118. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Preferences/Indentation_Rules.tmPreferences +0 -19
  2119. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Preferences/Symbol_List.plist +0 -17
  2120. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Preferences/Typing_Pairs.plist +0 -50
  2121. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/array.tmSnippet +0 -18
  2122. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/data.tmSnippet +0 -18
  2123. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/date.tmSnippet +0 -16
  2124. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/dict.tmSnippet +0 -18
  2125. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/false.tmSnippet +0 -16
  2126. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/integer.tmSnippet +0 -16
  2127. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/key.tmSnippet +0 -16
  2128. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/plist.tmSnippet +0 -20
  2129. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/real.tmSnippet +0 -16
  2130. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/string.tmSnippet +0 -16
  2131. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Snippets/true.tmSnippet +0 -16
  2132. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Syntaxes/Property_List.tmLanguage +0 -1650
  2133. data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/info.plist +0 -80
  2134. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Preferences/Preferences.tmPreferences +0 -54
  2135. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/Block_tag.tmSnippet +0 -16
  2136. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/Comment_tag.tmSnippet +0 -16
  2137. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/Variable_tag.tmSnippet +0 -16
  2138. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/add.tmSnippet +0 -16
  2139. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/addslashes.tmSnippet +0 -16
  2140. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/autoescape.tmSnippet +0 -18
  2141. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/block.tmSnippet +0 -18
  2142. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/blocktrans.tmSnippet +0 -18
  2143. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/center.tmSnippet +0 -16
  2144. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/comment.tmSnippet +0 -18
  2145. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/cut.tmSnippet +0 -16
  2146. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/cycle.tmSnippet +0 -16
  2147. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/date.tmSnippet +0 -16
  2148. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/debug.tmSnippet +0 -16
  2149. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/default.tmSnippet +0 -16
  2150. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/default_if_none.tmSnippet +0 -16
  2151. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/dictsort.tmSnippet +0 -16
  2152. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/dictsortreversed.tmSnippet +0 -16
  2153. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/divisibleby.tmSnippet +0 -16
  2154. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/escape.tmSnippet +0 -16
  2155. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/extends.tmSnippet +0 -16
  2156. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/filesizeformat.tmSnippet +0 -16
  2157. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/filter.tmSnippet +0 -18
  2158. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/first.tmSnippet +0 -16
  2159. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/firstof.tmSnippet +0 -16
  2160. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/fix_ampersands.tmSnippet +0 -16
  2161. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/floatformat.tmSnippet +0 -16
  2162. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/for.tmSnippet +0 -18
  2163. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/get_digit.tmSnippet +0 -16
  2164. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/if.tmSnippet +0 -18
  2165. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/ifchanged.tmSnippet +0 -16
  2166. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/ifequal.tmSnippet +0 -18
  2167. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/ifnotequal.tmSnippet +0 -18
  2168. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/include.tmSnippet +0 -16
  2169. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/join.tmSnippet +0 -16
  2170. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/length.tmSnippet +0 -16
  2171. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/length_is.tmSnippet +0 -16
  2172. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/linebreaks.tmSnippet +0 -16
  2173. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/linebreaksbr.tmSnippet +0 -16
  2174. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/linenumbers.tmSnippet +0 -16
  2175. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/ljust.tmSnippet +0 -16
  2176. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/load.tmSnippet +0 -16
  2177. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/lower.tmSnippet +0 -16
  2178. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/make_list.tmSnippet +0 -16
  2179. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/now.tmSnippet +0 -16
  2180. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/phone2numeric.tmSnippet +0 -16
  2181. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/pluralize.tmSnippet +0 -16
  2182. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/pprint.tmSnippet +0 -16
  2183. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/random.tmSnippet +0 -16
  2184. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/regroup.tmSnippet +0 -16
  2185. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/removetags.tmSnippet +0 -16
  2186. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/rjust.tmSnippet +0 -16
  2187. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/slice.tmSnippet +0 -16
  2188. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/slugify.tmSnippet +0 -16
  2189. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/ssi.tmSnippet +0 -16
  2190. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/stringformat.tmSnippet +0 -16
  2191. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/striptags.tmSnippet +0 -16
  2192. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/templatetag___closeblock.tmSnippet +0 -16
  2193. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/templatetag___closevariable.tmSnippet +0 -16
  2194. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/templatetag___openblock.tmSnippet +0 -16
  2195. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/templatetag___openvariable.tmSnippet +0 -16
  2196. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/time.tmSnippet +0 -16
  2197. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/timesince.tmSnippet +0 -16
  2198. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/title.tmSnippet +0 -16
  2199. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/trans.tmSnippet +0 -16
  2200. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/truncatewords.tmSnippet +0 -16
  2201. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/unordered_list.tmSnippet +0 -16
  2202. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/upper.tmSnippet +0 -16
  2203. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/url.tmSnippet +0 -16
  2204. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/urlencode.tmSnippet +0 -16
  2205. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/urlize.tmSnippet +0 -16
  2206. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/urlizetrunc.tmSnippet +0 -16
  2207. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/widthratio.tmSnippet +0 -16
  2208. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/wordcount.tmSnippet +0 -16
  2209. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/wordwrap.tmSnippet +0 -16
  2210. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Snippets/yesno.tmSnippet +0 -16
  2211. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/Syntaxes/HTML___Django__.tmLanguage +0 -104
  2212. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django Templates.tmbundle/info.plist +0 -190
  2213. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/AutoField___auto__.tmSnippet +0 -16
  2214. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/BooleanField___boolean__.tmSnippet +0 -16
  2215. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/CharField___char__.tmSnippet +0 -16
  2216. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/CommaSeparatedIntegerField___commaseparatedinteger__.tmSnippet +0 -16
  2217. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/DateField___date__.tmSnippet +0 -16
  2218. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/DateTimeField.tmSnippet +0 -16
  2219. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/DecimalField.tmSnippet +0 -16
  2220. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/EmailField___email__.tmSnippet +0 -16
  2221. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/FileField___file__.tmSnippet +0 -16
  2222. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/FilePathField___filepath__.tmSnippet +0 -16
  2223. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/FloatField___float__.tmSnippet +0 -16
  2224. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/ForeignKey___fk__.tmSnippet +0 -16
  2225. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/IPAddressField___ipaddress__.tmSnippet +0 -16
  2226. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/ImageField___image__.tmSnippet +0 -16
  2227. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/IntegerField___integer__.tmSnippet +0 -16
  2228. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/ManyToManyField___manytomany__.tmSnippet +0 -16
  2229. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/Model_Skeleton___model__.tmSnippet +0 -26
  2230. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/NullBooleanField___nullbool__.tmSnippet +0 -16
  2231. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/PhoneNumberField___phonenumber__.tmSnippet +0 -16
  2232. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/PositiveIntegerField___posint__.tmSnippet +0 -16
  2233. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/PositiveSmallIntegerField___possmall__.tmSnippet +0 -16
  2234. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/SlugField___slug__.tmSnippet +0 -16
  2235. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/SmallIntegerField___smallinteger__.tmSnippet +0 -16
  2236. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/TextField___text__.tmSnippet +0 -16
  2237. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/TimeField___time__.tmSnippet +0 -16
  2238. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/URLField___url__.tmSnippet +0 -16
  2239. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/USStateField___ussstate__.tmSnippet +0 -16
  2240. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/XMLField.tmSnippet +0 -16
  2241. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Snippets/send_mail.tmSnippet +0 -17
  2242. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/Syntaxes/Python_Django.tmLanguage +0 -57
  2243. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python Django.tmbundle/info.plist +0 -113
  2244. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Preferences/Miscellaneous.plist +0 -34
  2245. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Preferences/Symbol_List.tmPreferences +0 -22
  2246. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Preferences/Symbol_List___Hide_Decorator.tmPreferences +0 -17
  2247. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/Inside_Class_Def___Insert_________.tmSnippet +0 -16
  2248. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/Inside_Function___Insert_________.tmSnippet +0 -16
  2249. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/Inside_String___Insert___________.tmSnippet +0 -16
  2250. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet +0 -19
  2251. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Function.tmSnippet +0 -22
  2252. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Method.tmSnippet +0 -17
  2253. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Property.tmSnippet +0 -25
  2254. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/Try__Except.tmSnippet +0 -19
  2255. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/Try__Except__Else.tmSnippet +0 -21
  2256. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/Try__Except__Else__Finally.tmSnippet +0 -23
  2257. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/Try__Except__Finally.tmSnippet +0 -21
  2258. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/__magic__.tmSnippet +0 -16
  2259. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/if___name____________main____.tmSnippet +0 -17
  2260. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/self.tmSnippet +0 -16
  2261. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Syntaxes/Python.tmLanguage +0 -3016
  2262. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Syntaxes/Regular_Expressions___Python__.tmLanguage +0 -299
  2263. data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/info.plist +0 -157
  2264. data/plugins/textmate/vendor/redcar-bundles/Bundles/RedcarRepl.tmbundle/Syntaxes/ClojureRepl.plist +0 -40
  2265. data/plugins/textmate/vendor/redcar-bundles/Bundles/RedcarRepl.tmbundle/Syntaxes/GroovyRepl.plist +0 -40
  2266. data/plugins/textmate/vendor/redcar-bundles/Bundles/RedcarRepl.tmbundle/Syntaxes/RubyRepl.plist +0 -40
  2267. data/plugins/textmate/vendor/redcar-bundles/Bundles/RedcarRepl.tmbundle/info.plist +0 -14
  2268. data/plugins/textmate/vendor/redcar-bundles/Bundles/RegularExpressions.tmbundle/info.plist +0 -25
  2269. data/plugins/textmate/vendor/redcar-bundles/Bundles/Rez.tmbundle/Preferences/Miscellaneous.tmPreferences +0 -55
  2270. data/plugins/textmate/vendor/redcar-bundles/Bundles/Rez.tmbundle/Syntaxes/Rez.plist +0 -219
  2271. data/plugins/textmate/vendor/redcar-bundles/Bundles/Rez.tmbundle/info.plist +0 -21
  2272. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby Haml.tmbundle/Preferences/Comments.tmPreferences +0 -24
  2273. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby Haml.tmbundle/Syntaxes/Ruby_Haml.tmLanguage +0 -402
  2274. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby Haml.tmbundle/info.plist +0 -16
  2275. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Preferences/Symbol_List___Behaviour.tmPreferences +0 -19
  2276. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Preferences/Symbol_List___Example.tmPreferences +0 -19
  2277. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/Custom_Matcher.tmSnippet +0 -39
  2278. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/Describe.tmSnippet +0 -20
  2279. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/Describe_type.tmSnippet +0 -20
  2280. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/Describe_type_string.tmSnippet +0 -20
  2281. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/It.tmSnippet +0 -18
  2282. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/Require_spec_helper.tmSnippet +0 -16
  2283. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/Set_Controller_for_Spec.tmSnippet +0 -16
  2284. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/Story.tmSnippet +0 -21
  2285. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/and_raise.tmSnippet +0 -16
  2286. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/and_return_block.tmSnippet +0 -16
  2287. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/and_return_value.tmSnippet +0 -16
  2288. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/and_throw.tmSnippet +0 -16
  2289. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/and_yield.tmSnippet +0 -16
  2290. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/any_number_of_times.tmSnippet +0 -16
  2291. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/at_least.tmSnippet +0 -16
  2292. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/at_most.tmSnippet +0 -16
  2293. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/controller_context.tmSnippet +0 -20
  2294. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/controller_context_RESTful.tmSnippet +0 -18
  2295. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/exactly.tmSnippet +0 -16
  2296. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/it_should_behave_like.tmSnippet +0 -16
  2297. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/mock.tmSnippet +0 -17
  2298. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/once.tmSnippet +0 -16
  2299. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/ordered.tmSnippet +0 -16
  2300. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/response_should_be_success.tmSnippet +0 -17
  2301. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/response_should_not_be_success.tmSnippet +0 -17
  2302. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/setup.tmSnippet +0 -18
  2303. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_____.tmSnippet +0 -17
  2304. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_be.tmSnippet +0 -17
  2305. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_be_a_kind_of.tmSnippet +0 -17
  2306. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_be_an_instance_of.tmSnippet +0 -17
  2307. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_be_close.tmSnippet +0 -17
  2308. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_be_redirect.tmSnippet +0 -17
  2309. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_eql.tmSnippet +0 -17
  2310. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_equal.tmSnippet +0 -17
  2311. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_have.tmSnippet +0 -17
  2312. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_have_at_least.tmSnippet +0 -17
  2313. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_have_at_most.tmSnippet +0 -17
  2314. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_have_records.tmSnippet +0 -17
  2315. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_match.tmSnippet +0 -17
  2316. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_____.tmSnippet +0 -17
  2317. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_be.tmSnippet +0 -17
  2318. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_be_a_kind_of.tmSnippet +0 -17
  2319. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_be_an_instance_of.tmSnippet +0 -17
  2320. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_be_close.tmSnippet +0 -17
  2321. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_be_redirect.tmSnippet +0 -17
  2322. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_eql.tmSnippet +0 -17
  2323. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_equal.tmSnippet +0 -17
  2324. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_match.tmSnippet +0 -17
  2325. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_predicate.tmSnippet +0 -17
  2326. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_raise.tmSnippet +0 -17
  2327. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_receive.tmSnippet +0 -16
  2328. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_respond_to.tmSnippet +0 -17
  2329. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_satisfy.tmSnippet +0 -17
  2330. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_not_throw.tmSnippet +0 -17
  2331. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_predicate.tmSnippet +0 -17
  2332. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_raise.tmSnippet +0 -17
  2333. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_receive.tmSnippet +0 -16
  2334. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_receive_with_args.tmSnippet +0 -16
  2335. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_redirect_to.tmSnippet +0 -17
  2336. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_render.tmSnippet +0 -17
  2337. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_respond_to.tmSnippet +0 -17
  2338. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_satisfy.tmSnippet +0 -17
  2339. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/should_throw.tmSnippet +0 -17
  2340. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/teardown.tmSnippet +0 -18
  2341. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Snippets/twice.tmSnippet +0 -16
  2342. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/Syntaxes/RSpec.tmLanguage +0 -142
  2343. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby RSpec.tmbundle/info.plist +0 -295
  2344. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby Sass.tmbundle/Syntaxes/Ruby Sass.tmLanguage +0 -626
  2345. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby Sass.tmbundle/info.plist +0 -16
  2346. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Preferences/Template___ERB__.tmPreferences +0 -48
  2347. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Preferences/Template___Haml__.tmPreferences +0 -48
  2348. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/180_rails_form_tag.plist +0 -18
  2349. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_binary_column.tmSnippet +0 -17
  2350. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_boolean_column.tmSnippet +0 -17
  2351. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_controller_class.tmSnippet +0 -25
  2352. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_date_column.tmSnippet +0 -17
  2353. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_datetime_column.tmSnippet +0 -17
  2354. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_decimal_column.tmSnippet +0 -17
  2355. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_float_column.tmSnippet +0 -17
  2356. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_functional_test_class.tmSnippet +0 -21
  2357. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_integer_column.tmSnippet +0 -17
  2358. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_lock_version_column.tmSnippet +0 -17
  2359. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_references_column.tmSnippet +0 -17
  2360. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_string_column.tmSnippet +0 -17
  2361. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_text_column.tmSnippet +0 -17
  2362. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_time_column.tmSnippet +0 -17
  2363. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_timestamp_column.tmSnippet +0 -17
  2364. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Create_timestamps_columns.tmSnippet +0 -17
  2365. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Migration_Create_Column_Continue___mccc__.plist +0 -17
  2366. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Migration_Create_Column___mcc__.plist +0 -17
  2367. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Migration_Drop_Create_Table___mdct__.plist +0 -16
  2368. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Migration_Remove_and_Add_Column___mrac__.plist +0 -16
  2369. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/RAILS_DEFAULT_LOGGER_debug___rdb__.plist +0 -16
  2370. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Table_column__s___rename.tmSnippet +0 -17
  2371. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Test_Assert_Redirected_To___art__.plist +0 -16
  2372. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/Test_Assert_Response___are__.plist +0 -16
  2373. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/__3C_____Fixtures_identify____3Asymbol_______3E.tmSnippet +0 -16
  2374. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/__LABEL.tmSnippet +0 -16
  2375. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/after_create.tmSnippet +0 -16
  2376. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/after_destroy.tmSnippet +0 -16
  2377. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/after_save.tmSnippet +0 -16
  2378. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/after_update.tmSnippet +0 -16
  2379. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/after_validation.tmSnippet +0 -16
  2380. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/after_validation_on_create.tmSnippet +0 -16
  2381. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/after_validation_on_update.tmSnippet +0 -16
  2382. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/assert__var____assigns____3Avar____.tmSnippet +0 -17
  2383. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/assert_difference.tmSnippet +0 -18
  2384. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/assert_no_difference.tmSnippet +0 -18
  2385. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/assert_redirected_to___nested_path__.tmSnippet +0 -16
  2386. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/assert_redirected_to___nested_path_plural__.tmSnippet +0 -16
  2387. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/assert_redirected_to___path__.tmSnippet +0 -16
  2388. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/assert_redirected_to___path_plural__.tmSnippet +0 -16
  2389. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/assert_rjs.tmSnippet +0 -16
  2390. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/assert_select.tmSnippet +0 -18
  2391. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/before_create.tmSnippet +0 -16
  2392. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/before_destroy.tmSnippet +0 -16
  2393. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/before_save.tmSnippet +0 -16
  2394. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/before_update.tmSnippet +0 -16
  2395. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/before_validation.tmSnippet +0 -16
  2396. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/before_validation_on_create.tmSnippet +0 -16
  2397. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/before_validation_on_update.tmSnippet +0 -16
  2398. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/belongs_to___bt__.plist +0 -16
  2399. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/cattr_accessor.tmSnippet +0 -16
  2400. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/def_create____resource.tmSnippet +0 -30
  2401. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/def_get_request.tmSnippet +0 -21
  2402. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/def_post_request.tmSnippet +0 -21
  2403. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/end.tmSnippet +0 -16
  2404. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/find____3Aall__.tmSnippet +0 -16
  2405. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/find____3Afirst__.tmSnippet +0 -16
  2406. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/find__id__.tmSnippet +0 -16
  2407. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/for_loop_erb.tmSnippet +0 -23
  2408. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for.tmSnippet +0 -18
  2409. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_check_box.tmSnippet +0 -16
  2410. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_checkbox.tmSnippet +0 -16
  2411. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_file_field.tmSnippet +0 -16
  2412. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_file_field_2.tmSnippet +0 -16
  2413. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_hidden_field.tmSnippet +0 -16
  2414. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_hidden_field_2.tmSnippet +0 -16
  2415. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_label.tmSnippet +0 -16
  2416. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_label_2.tmSnippet +0 -16
  2417. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_password_field.tmSnippet +0 -16
  2418. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_password_field_2.tmSnippet +0 -16
  2419. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_radio_box.tmSnippet +0 -16
  2420. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_radio_box_2.tmSnippet +0 -16
  2421. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_submit.tmSnippet +0 -16
  2422. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_submit_2.tmSnippet +0 -16
  2423. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_text_area.tmSnippet +0 -16
  2424. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_text_area_2.tmSnippet +0 -16
  2425. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_text_field.tmSnippet +0 -16
  2426. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_text_field_2.tmSnippet +0 -16
  2427. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/form_for_with_errors.tmSnippet +0 -20
  2428. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/has_and_belongs_to_many___habtm__.plist +0 -16
  2429. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/has_many___dependent________destroy.tmSnippet +0 -16
  2430. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/has_many___hm__.plist +0 -16
  2431. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/has_many___through__.tmSnippet +0 -16
  2432. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/has_one___ho__.plist +0 -16
  2433. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/image_submit_tag.tmSnippet +0 -16
  2434. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/javascript_include_tag.tmSnippet +0 -16
  2435. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/lia.plist +0 -16
  2436. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/liai.plist +0 -16
  2437. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/lic.plist +0 -16
  2438. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/lica.plist +0 -16
  2439. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/licai.plist +0 -16
  2440. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/link_to___nested_path__.tmSnippet +0 -16
  2441. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/link_to___nested_path_plural__.tmSnippet +0 -16
  2442. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/link_to___path__.tmSnippet +0 -16
  2443. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/link_to___path_plural__.tmSnippet +0 -16
  2444. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/link_to_model.tmSnippet +0 -16
  2445. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/logger_debug.tmSnippet +0 -16
  2446. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/logger_error.tmSnippet +0 -16
  2447. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/logger_fatal.tmSnippet +0 -16
  2448. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/logger_info.tmSnippet +0 -16
  2449. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/logger_warn.tmSnippet +0 -16
  2450. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/map______3Asym_proc__.tmSnippet +0 -16
  2451. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/map_catch_all.tmSnippet +0 -17
  2452. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/map_named_route.tmSnippet +0 -16
  2453. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/map_resource.tmSnippet +0 -18
  2454. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/map_resources.tmSnippet +0 -18
  2455. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/map_with_options.tmSnippet +0 -19
  2456. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/mattr_accessor.tmSnippet +0 -16
  2457. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/named_scope.tmSnippet +0 -17
  2458. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/named_scope_lambda.tmSnippet +0 -17
  2459. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/page_hide_____2Aids__.tmSnippet +0 -16
  2460. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/page_insert_html___position___id___partial__.tmSnippet +0 -16
  2461. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/page_replace___id___partial__.tmSnippet +0 -16
  2462. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/page_replace_html___id___partial__.tmSnippet +0 -16
  2463. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/page_show_____2Aids__.tmSnippet +0 -16
  2464. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/page_toggle_____2Aids__.tmSnippet +0 -16
  2465. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/page_visual_effect___effect___id__.tmSnippet +0 -16
  2466. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/rails_flash.plist +0 -16
  2467. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/rails_params.plist +0 -16
  2468. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/rails_session.plist +0 -16
  2469. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/rea.plist +0 -16
  2470. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/reai.plist +0 -16
  2471. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/rec.plist +0 -16
  2472. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/reca.plist +0 -16
  2473. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/recai.plist +0 -16
  2474. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/redirect_to___nested_path__.tmSnippet +0 -16
  2475. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/redirect_to___nested_path_plural__.tmSnippet +0 -16
  2476. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/redirect_to___path__.tmSnippet +0 -16
  2477. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/redirect_to___path_plural__.tmSnippet +0 -16
  2478. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___action________ra__.plist +0 -16
  2479. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___action__layout_____ral__.plist +0 -16
  2480. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___file_____rf__.plist +0 -16
  2481. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___file__use_full_path_____rfu__.plist +0 -16
  2482. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___inline_____ri__.plist +0 -16
  2483. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___inline__locals_____ril__.plist +0 -16
  2484. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___inline__type_____rit__.plist +0 -16
  2485. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___layout_____rl__.plist +0 -16
  2486. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___nothing_____rn__.plist +0 -16
  2487. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___nothing__status_____rns__.plist +0 -16
  2488. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___partial_____rp__.plist +0 -16
  2489. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___partial__collection_____rpc__.plist +0 -16
  2490. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___partial__locals_____rpl__.plist +0 -16
  2491. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___partial__object_____rpo__.plist +0 -16
  2492. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___partial__status_____rps__.plist +0 -16
  2493. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___text_____rt__.plist +0 -16
  2494. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___text__layout____3Etrue_____rtlt__.plist +0 -16
  2495. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___text__layout_____rtl__.plist +0 -16
  2496. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___text__status_____rts__.plist +0 -16
  2497. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/render___update__.tmSnippet +0 -18
  2498. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/respond_to.tmSnippet +0 -18
  2499. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/respond_to___html__.tmSnippet +0 -21
  2500. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/returning_do___7Cvariable__7C___E2__80__A6_end.tmSnippet +0 -18
  2501. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/stylesheet_link_tag.tmSnippet +0 -16
  2502. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/submit_tag.tmSnippet +0 -16
  2503. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_binary___tcbi__.tmSnippet +0 -17
  2504. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_boolean___tcb__.tmSnippet +0 -17
  2505. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_date___tcda__.tmSnippet +0 -17
  2506. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_datetime___tcdt__.tmSnippet +0 -17
  2507. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_decimal___tcd__.tmSnippet +0 -17
  2508. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_float___tcf__.tmSnippet +0 -17
  2509. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_integer___tci__.tmSnippet +0 -17
  2510. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_lock_version___tcl__.tmSnippet +0 -17
  2511. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_references___tcr__.tmSnippet +0 -17
  2512. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_rename___tre__.tmSnippet +0 -17
  2513. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_string___tcs__.tmSnippet +0 -17
  2514. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_text___tct__.tmSnippet +0 -17
  2515. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_time___tcti__.tmSnippet +0 -17
  2516. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_timestamp___tcts__.tmSnippet +0 -17
  2517. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/t_timestamps___tctss__.tmSnippet +0 -17
  2518. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_acceptance_of.tmSnippet +0 -16
  2519. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_acceptance_of_if.tmSnippet +0 -16
  2520. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_associated___va__.plist +0 -16
  2521. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_associated_if___vaif__.plist +0 -16
  2522. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_confirmation_of___vc__.plist +0 -16
  2523. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_confirmation_of_if___vcif__.plist +0 -16
  2524. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_exclusion_of___ve__.plist +0 -16
  2525. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_exclusion_of_if___veif__.plist +0 -16
  2526. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_format_of.tmSnippet +0 -16
  2527. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_format_of_if.tmSnippet +0 -16
  2528. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_inclusion_of.tmSnippet +0 -16
  2529. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_inclusion_of_if.tmSnippet +0 -16
  2530. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_length_of___vl__.plist +0 -16
  2531. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_length_of_if.tmSnippet +0 -16
  2532. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_numericality_of.tmSnippet +0 -16
  2533. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_numericality_of_if.tmSnippet +0 -16
  2534. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_presence_of___vp__.plist +0 -16
  2535. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_presence_of_if___vpif___2.plist +0 -16
  2536. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_uniqueness_of___vu__.plist +0 -16
  2537. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/validates_uniqueness_of_if___vuif__.plist +0 -16
  2538. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/verify____redirect___verify__.plist +0 -19
  2539. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/verify___verify__.plist +0 -19
  2540. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/wants_format.tmSnippet +0 -16
  2541. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/xhr_delete.tmSnippet +0 -16
  2542. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/xhr_get.tmSnippet +0 -16
  2543. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/xhr_post.tmSnippet +0 -16
  2544. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Snippets/xhr_put.tmSnippet +0 -16
  2545. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Syntaxes/HTML___Rails__.plist +0 -92
  2546. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Syntaxes/JavaScript___Rails__.tmLanguage +0 -82
  2547. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Syntaxes/RJS.tmLanguage +0 -25
  2548. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Syntaxes/Ruby_on_Rails.plist +0 -288
  2549. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Syntaxes/SQL___Rails__.plist +0 -51
  2550. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/info.plist +0 -889
  2551. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Block_typing_pairs.plist +0 -42
  2552. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Comments.plist +0 -38
  2553. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___ENV___________variables.tmPreferences +0 -17
  2554. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences +0 -22
  2555. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Miscellaneous.plist +0 -44
  2556. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Symbo_List___Method.plist +0 -19
  2557. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Symbol_List___No_Function_Call.tmPreferences +0 -17
  2558. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/060_ruby_if_else.plist +0 -20
  2559. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/070_ruby_if.plist +0 -18
  2560. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/080_ruby_case.plist +0 -19
  2561. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Add_____________Marker.tmSnippet +0 -16
  2562. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Array_new__10________i____________Arr__.plist +0 -16
  2563. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Benchmark_bmbm_______do____end.tmSnippet +0 -19
  2564. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Dir__________.tmSnippet +0 -16
  2565. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Dir_glob___________do___file______end____Dir__.plist +0 -16
  2566. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/File_foreach____________do___line______end____File__.plist +0 -16
  2567. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/File_open________________file________.tmSnippet +0 -16
  2568. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/File_read__________.tmSnippet +0 -16
  2569. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Hash_new______hash___key___hash__key_______________Has__.plist +0 -16
  2570. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Insert_ERb__s______________or_______________.tmSnippet +0 -16
  2571. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Marshal_dump__obj___file______Md__.plist +0 -16
  2572. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Marshal_load__obj______Ml__.plist +0 -16
  2573. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/PStore_new________.tmSnippet +0 -16
  2574. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/RDoc_documentation_block.tmSnippet +0 -20
  2575. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/Wrap_in_Begin________Rescue________End.plist +0 -23
  2576. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/YAML_dump_______file______Yd____.plist +0 -16
  2577. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/YAML_load__file______Yl____.plist +0 -16
  2578. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/__END__.tmSnippet +0 -17
  2579. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/______usr__local__bin__ruby___w.plist +0 -17
  2580. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/__yields___RDoc_comment.tmSnippet +0 -16
  2581. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/alias_method_______am__.plist +0 -16
  2582. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/all________e____________all__.plist +0 -16
  2583. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/any________e____________any__.plist +0 -16
  2584. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/application_code_______app__.plist +0 -18
  2585. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert__________as__.plist +0 -16
  2586. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_equal.tmSnippet +0 -16
  2587. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_in_delta__________asid__.plist +0 -16
  2588. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_instance_of__________asio__.plist +0 -16
  2589. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_kind_of__________asko__.plist +0 -16
  2590. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_match__________asm__.plist +0 -16
  2591. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_nil__________asn__.plist +0 -16
  2592. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_no_match__________asnm__.plist +0 -16
  2593. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_not_equal__________asne__.plist +0 -16
  2594. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_not_nil__________asnn__.plist +0 -16
  2595. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_not_same__________asns__.plist +0 -16
  2596. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_nothing_raised___________________asnr__.plist +0 -16
  2597. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_nothing_thrown_____________asnt__.plist +0 -16
  2598. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_operator__________aso__.plist +0 -16
  2599. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_raise___________________asr__.plist +0 -16
  2600. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_respond_to__________asrt__.plist +0 -16
  2601. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_same__________ass__.plist +0 -16
  2602. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_send__________ass__.plist +0 -16
  2603. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/assert_throws___________________ast__.plist +0 -16
  2604. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/attr_accessor_______rw__.plist +0 -16
  2605. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/attr_reader_______r__.plist +0 -16
  2606. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/attr_writer_______w__.plist +0 -16
  2607. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/class_______DelegateClass____initialize____end____class__.plist +0 -24
  2608. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/class_______ParentClass____initialize____end.plist +0 -22
  2609. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/class_______Struct____initialize____end.plist +0 -22
  2610. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/class_______Test____Unit____TestCase____end____tc__.plist +0 -24
  2611. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/class______self____end.tmSnippet +0 -18
  2612. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/class____end____cla__.plist +0 -18
  2613. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/class____initialize____end.plist +0 -22
  2614. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/class____instance_methods____undef____initialize____end____class__.plist +0 -30
  2615. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/class_from_name________clafn__.plist +0 -16
  2616. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/classify______e____________clas__.plist +0 -16
  2617. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/collect______e____________col__.plist +0 -16
  2618. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/deep_copy__________dee__.plist +0 -16
  2619. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/def_delegator______defd__.plist +0 -16
  2620. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/def_delegators______defds__.plist +0 -16
  2621. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/def_end.plist +0 -18
  2622. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/def_method_missing____end____mm__.plist +0 -18
  2623. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/def_self____end____defs__.plist +0 -18
  2624. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/def_test_____end____t__.plist +0 -18
  2625. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/delete_if______e____________deli__.plist +0 -16
  2626. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/detect______e____________det__.plist +0 -16
  2627. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/directory____.tmSnippet +0 -16
  2628. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/do___obj______end___doo__.plist +0 -18
  2629. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/downto__0________n____________dow__.plist +0 -16
  2630. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each______e____________ea__.plist +0 -16
  2631. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_byte______byte____________eab__.plist +0 -16
  2632. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_char______chr____________eac____.plist +0 -16
  2633. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_cons____________group____________eac____.plist +0 -16
  2634. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_index______i____________eai__.plist +0 -16
  2635. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_key______key____________eak__.plist +0 -16
  2636. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_line______line____________eal__.plist +0 -16
  2637. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_pair______name___val____________eap__.plist +0 -16
  2638. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_slice______group____________eas__.plist +0 -16
  2639. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_value______val____________eav__.plist +0 -16
  2640. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/each_with_index______e___i____________eawi__.plist +0 -16
  2641. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/elsif____.tmSnippet +0 -17
  2642. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/embed_string_variable.plist +0 -16
  2643. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/extend_Forwardable____Forw__.plist +0 -16
  2644. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/fetch__name________key____________fet__.plist +0 -16
  2645. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/fill__range________i____________fil__.plist +0 -16
  2646. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/find______e____________fin__.plist +0 -16
  2647. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/find_all______e____________fina__.plist +0 -16
  2648. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/flatten_once____fla__.plist +0 -16
  2649. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/flunk__________fl__.plist +0 -16
  2650. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/grep____pattern__________match____________gre__.plist +0 -16
  2651. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/gsub________________match____________gsu__.plist +0 -16
  2652. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/hash_pair_______.plist +0 -16
  2653. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/hash_pointer.plist +0 -16
  2654. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/include_Comparable_______Comp__.plist +0 -20
  2655. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/include_Enumerable_______Enum__.plist +0 -20
  2656. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/inject__init________mem___var____________inj__.plist +0 -16
  2657. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/lambda______args____________lam__.plist +0 -16
  2658. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/loop_________.tmSnippet +0 -16
  2659. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/map______e____________map__.plist +0 -16
  2660. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/map_with_index______e___i____________mapwi__.plist +0 -16
  2661. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/max______a___b____________max__.plist +0 -16
  2662. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/min______a___b____________min__.plist +0 -16
  2663. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/module____ClassMethods____end.plist +0 -29
  2664. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/module____end.plist +0 -18
  2665. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/module____module_function____end.plist +0 -20
  2666. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/namespace______do____end.tmSnippet +0 -18
  2667. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/open____path__or__url_______w_____do___doc______end___ope__.plist +0 -16
  2668. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/open_yield_block_______.plist +0 -16
  2669. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/option_parse_____________optp__.plist +0 -43
  2670. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/partition______e____________par__.plist +0 -16
  2671. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/path_from_here________.tmSnippet +0 -16
  2672. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/randomize____ran__.plist +0 -16
  2673. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/reject______e____________rej__.plist +0 -16
  2674. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/require___________req__.plist +0 -16
  2675. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/require___tc____________ts__.plist +0 -20
  2676. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/require_gem_______.tmSnippet +0 -16
  2677. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/results_report_______________.tmSnippet +0 -16
  2678. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/reverse_each______e____________rea__.plist +0 -16
  2679. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/scan________________match____________sca__.plist +0 -16
  2680. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/select______e____________sel__.plist +0 -16
  2681. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/singleton_class____.tmSnippet +0 -16
  2682. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/sort______a___b____________sor__.plist +0 -16
  2683. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/sort_by______e____________sorb__.plist +0 -16
  2684. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/step__2________e____________ste__.plist +0 -16
  2685. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/sub________________match____________sub__.plist +0 -16
  2686. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/task___task_name__________dependent_____tasks___do____end.tmSnippet +0 -19
  2687. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/times______n____________tim__.plist +0 -16
  2688. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/transaction_________do____end.tmSnippet +0 -16
  2689. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/unix_filter______uni__.plist +0 -18
  2690. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/unless___unless__.plist +0 -18
  2691. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/until_____end.tmSnippet +0 -18
  2692. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/untitled.plist +0 -19
  2693. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/upto__1_0__0_0________n____________upt__.plist +0 -16
  2694. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/usage_if________usai__.plist +0 -18
  2695. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/usage_unless________usau__.plist +0 -18
  2696. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/when.plist +0 -17
  2697. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/while_____end.tmSnippet +0 -18
  2698. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/xmlread______.tmSnippet +0 -16
  2699. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/xpath_______________.tmSnippet +0 -18
  2700. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Snippets/zip__enums________row____________zip__.plist +0 -16
  2701. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist +0 -2856
  2702. data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/info.plist +0 -620
  2703. data/plugins/textmate/vendor/redcar-bundles/Bundles/SQL.tmbundle/Preferences/Comments.plist +0 -36
  2704. data/plugins/textmate/vendor/redcar-bundles/Bundles/SQL.tmbundle/Preferences/Miscellaneous.plist +0 -19
  2705. data/plugins/textmate/vendor/redcar-bundles/Bundles/SQL.tmbundle/Syntaxes/SQL.plist +0 -705
  2706. data/plugins/textmate/vendor/redcar-bundles/Bundles/SQL.tmbundle/info.plist +0 -46
  2707. data/plugins/textmate/vendor/redcar-bundles/Bundles/SSH-Config.tmbundle/Preferences/Comments.tmPreferences +0 -24
  2708. data/plugins/textmate/vendor/redcar-bundles/Bundles/SSH-Config.tmbundle/Snippets/DynamicForward___df__.tmSnippet +0 -16
  2709. data/plugins/textmate/vendor/redcar-bundles/Bundles/SSH-Config.tmbundle/Snippets/Host___host__.tmSnippet +0 -20
  2710. data/plugins/textmate/vendor/redcar-bundles/Bundles/SSH-Config.tmbundle/Snippets/IdentityFile___idf__.tmSnippet +0 -16
  2711. data/plugins/textmate/vendor/redcar-bundles/Bundles/SSH-Config.tmbundle/Snippets/LocalForward___lf__.tmSnippet +0 -16
  2712. data/plugins/textmate/vendor/redcar-bundles/Bundles/SSH-Config.tmbundle/Syntaxes/SSH__Config.tmLanguage +0 -88
  2713. data/plugins/textmate/vendor/redcar-bundles/Bundles/SSH-Config.tmbundle/info.plist +0 -25
  2714. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Comments.tmPreferences +0 -36
  2715. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Disable_Spellchecking.tmPreferences +0 -17
  2716. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Enable_Spellchecking.tmPreferences +0 -17
  2717. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Indentation_Rules.tmPreferences +0 -21
  2718. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Symbol_List___Classes.tmPreferences +0 -17
  2719. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Symbol_List___Inner_Class_Methods.tmPreferences +0 -22
  2720. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Symbol_List___Inner_Classes.tmPreferences +0 -19
  2721. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Symbol_List___Inner_Inner_Class_Methods.tmPreferences +0 -22
  2722. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Symbol_List___Inner_Inner_Classes.tmPreferences +0 -19
  2723. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Preferences/Symbol_List___Method____Constructor.tmPreferences +0 -21
  2724. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Application.tmSnippet +0 -23
  2725. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Case_Class.tmSnippet +0 -23
  2726. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Class.tmSnippet +0 -18
  2727. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Def.tmSnippet +0 -16
  2728. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Def_Block.tmSnippet +0 -19
  2729. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/If_Statement.tmSnippet +0 -19
  2730. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/If__Else_Statement.tmSnippet +0 -24
  2731. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Logger.tmSnippet +0 -18
  2732. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Method.tmSnippet +0 -23
  2733. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Object.tmSnippet +0 -16
  2734. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Pair.tmSnippet +0 -16
  2735. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Private.tmSnippet +0 -16
  2736. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Private____.tmSnippet +0 -16
  2737. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Protected.tmSnippet +0 -16
  2738. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Protected____.tmSnippet +0 -16
  2739. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Single.tmSnippet +0 -16
  2740. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Trait.tmSnippet +0 -16
  2741. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Triple.tmSnippet +0 -16
  2742. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Try__Catch.tmSnippet +0 -23
  2743. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/While_Statement.tmSnippet +0 -19
  2744. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/Wrap_Selection_in_Try__Catch.tmSnippet +0 -24
  2745. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/abstract.tmSnippet +0 -16
  2746. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/assert.tmSnippet +0 -16
  2747. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/case.tmSnippet +0 -16
  2748. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/catch.tmSnippet +0 -18
  2749. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/constant_string.tmSnippet +0 -17
  2750. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/else.tmSnippet +0 -18
  2751. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/else_if.tmSnippet +0 -18
  2752. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/field_accessors.tmSnippet +0 -21
  2753. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/for.tmSnippet +0 -18
  2754. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/for___each__.tmSnippet +0 -16
  2755. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/for___each____.tmSnippet +0 -16
  2756. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/for___each_____.tmSnippet +0 -16
  2757. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/format.tmSnippet +0 -16
  2758. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/if.tmSnippet +0 -18
  2759. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/if__else.tmSnippet +0 -22
  2760. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/if__else_inline.tmSnippet +0 -16
  2761. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/import.tmSnippet +0 -16
  2762. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/import_Actors.tmSnippet +0 -19
  2763. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/import_junit_framework_TestCase__.tmSnippet +0 -17
  2764. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/import_scalatest.tmSnippet +0 -17
  2765. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/import_specs.tmSnippet +0 -17
  2766. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/java_.tmSnippet +0 -16
  2767. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/main_method.tmSnippet +0 -18
  2768. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/map.tmSnippet +0 -16
  2769. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/map_.tmSnippet +0 -16
  2770. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/map__.tmSnippet +0 -16
  2771. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/match.tmSnippet +0 -18
  2772. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/match_default.tmSnippet +0 -16
  2773. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/method___one_line__.tmSnippet +0 -18
  2774. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/method___with_body_braces__.tmSnippet +0 -19
  2775. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/mustEqual.tmSnippet +0 -16
  2776. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/must_be.tmSnippet +0 -16
  2777. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/must_beDifferent.tmSnippet +0 -16
  2778. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/must_throw.tmSnippet +0 -16
  2779. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/package.tmSnippet +0 -16
  2780. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/print.tmSnippet +0 -16
  2781. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/println.tmSnippet +0 -16
  2782. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/return.tmSnippet +0 -16
  2783. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/scala_.tmSnippet +0 -16
  2784. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/scalatest_describe.tmSnippet +0 -21
  2785. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/scalatest_intercept.tmSnippet +0 -18
  2786. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/scalatest_it.tmSnippet +0 -19
  2787. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/scalatest_test.tmSnippet +0 -19
  2788. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/should.tmSnippet +0 -21
  2789. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/should_equal.tmSnippet +0 -17
  2790. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/specs_in.tmSnippet +0 -18
  2791. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/synchronized.tmSnippet +0 -16
  2792. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/test.tmSnippet +0 -16
  2793. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/test_case.tmSnippet +0 -16
  2794. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/throw.tmSnippet +0 -16
  2795. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/try__catch__finally.tmSnippet +0 -23
  2796. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/val.tmSnippet +0 -16
  2797. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/val_bean.tmSnippet +0 -19
  2798. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/var.tmSnippet +0 -16
  2799. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Snippets/while.tmSnippet +0 -18
  2800. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Syntaxes/Scala.tmLanguage +0 -609
  2801. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/Syntaxes/Scala_Properties.tmLanguage +0 -54
  2802. data/plugins/textmate/vendor/redcar-bundles/Bundles/Scala.tmbundle/info.plist +0 -186
  2803. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Preferences/Comments.plist +0 -24
  2804. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Preferences/Miscellaneous.plist +0 -21
  2805. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/Tempfile.tmSnippet +0 -21
  2806. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/______usr__bin__env_____env__.plist +0 -17
  2807. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/case____esac___case__.plist +0 -19
  2808. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/elif______elif__.plist +0 -17
  2809. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/for________in________done___forin__.plist +0 -18
  2810. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/for_____done___for__.plist +0 -18
  2811. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/here_document___here__.plist +0 -18
  2812. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/if_____then___if__.plist +0 -18
  2813. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/until__________done__.plist +0 -18
  2814. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Snippets/while__________done__.plist +0 -18
  2815. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Syntaxes/Shell__Unix__Generic.plist +0 -1855
  2816. data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/info.plist +0 -100
  2817. data/plugins/textmate/vendor/redcar-bundles/Bundles/Smalltalk.tmbundle/Preferences/GNU_Smalltalk.tmPreferences +0 -32
  2818. data/plugins/textmate/vendor/redcar-bundles/Bundles/Smalltalk.tmbundle/Preferences/GNU___Symbol_List___Method.tmPreferences +0 -23
  2819. data/plugins/textmate/vendor/redcar-bundles/Bundles/Smalltalk.tmbundle/Preferences/GNU___Symbol_List___Section.tmPreferences +0 -22
  2820. data/plugins/textmate/vendor/redcar-bundles/Bundles/Smalltalk.tmbundle/Preferences/MIST_Smalltalk_Format.tmPreferences +0 -17
  2821. data/plugins/textmate/vendor/redcar-bundles/Bundles/Smalltalk.tmbundle/Syntaxes/GNU_Smalltalk.tmLanguage +0 -493
  2822. data/plugins/textmate/vendor/redcar-bundles/Bundles/Smalltalk.tmbundle/Syntaxes/GNU_Smalltalk_2.tmLanguage +0 -807
  2823. data/plugins/textmate/vendor/redcar-bundles/Bundles/Smalltalk.tmbundle/Syntaxes/MIST_Smalltalk_Format.tmLanguage +0 -645
  2824. data/plugins/textmate/vendor/redcar-bundles/Bundles/Smalltalk.tmbundle/info.plist +0 -23
  2825. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Preferences/Comments.plist +0 -48
  2826. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Preferences/Disable_spell_checking_for_all.plist +0 -17
  2827. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Preferences/Enable_spell_checking_for_strings.plist +0 -17
  2828. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Preferences/Miscellaneous.plist +0 -56
  2829. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Preferences/String__comment_typing_pairs.plist +0 -42
  2830. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Preferences/Symbol_list.plist +0 -17
  2831. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Snippets/Continue_line_comment.plist +0 -35
  2832. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Snippets/Escaped_Quote_Pair_____________.plist +0 -14
  2833. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Snippets/Escaped_Single_Quote_Pair_____________.plist +0 -14
  2834. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Snippets/Frame_text.plist +0 -16
  2835. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/Snippets/__n.plist +0 -16
  2836. data/plugins/textmate/vendor/redcar-bundles/Bundles/Source.tmbundle/info.plist +0 -115
  2837. data/plugins/textmate/vendor/redcar-bundles/Bundles/TODO.tmbundle/info.plist +0 -36
  2838. data/plugins/textmate/vendor/redcar-bundles/Bundles/Tabular.tmbundle/Syntaxes/CSV.tmLanguage +0 -178
  2839. data/plugins/textmate/vendor/redcar-bundles/Bundles/Tabular.tmbundle/Syntaxes/TSV.tmLanguage +0 -135
  2840. data/plugins/textmate/vendor/redcar-bundles/Bundles/Tabular.tmbundle/info.plist +0 -21
  2841. data/plugins/textmate/vendor/redcar-bundles/Bundles/TerminalMate.tmbundle/Preferences/Haskell.tmPreferences +0 -36
  2842. data/plugins/textmate/vendor/redcar-bundles/Bundles/TerminalMate.tmbundle/Preferences/Ocaml.tmPreferences +0 -30
  2843. data/plugins/textmate/vendor/redcar-bundles/Bundles/TerminalMate.tmbundle/Preferences/Python.tmPreferences +0 -30
  2844. data/plugins/textmate/vendor/redcar-bundles/Bundles/TerminalMate.tmbundle/Preferences/Rails.tmPreferences +0 -30
  2845. data/plugins/textmate/vendor/redcar-bundles/Bundles/TerminalMate.tmbundle/Preferences/Ruby.tmPreferences +0 -30
  2846. data/plugins/textmate/vendor/redcar-bundles/Bundles/TerminalMate.tmbundle/Preferences/Shell.tmPreferences +0 -36
  2847. data/plugins/textmate/vendor/redcar-bundles/Bundles/TerminalMate.tmbundle/info.plist +0 -27
  2848. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Preferences/Markup_style___Bold.plist +0 -17
  2849. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Preferences/Markup_style___Italic.plist +0 -17
  2850. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Preferences/Markup_style___Underline.plist +0 -17
  2851. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Preferences/Miscellaneous.plist +0 -65
  2852. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Preferences/Spell_checking.plist +0 -17
  2853. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Snippets/010_Copyright.plist +0 -14
  2854. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Snippets/Conitnue_bullet.plist +0 -17
  2855. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Snippets/Conitnue_light_bullet.plist +0 -17
  2856. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Snippets/Conitnue_star_bullet.plist +0 -17
  2857. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Snippets/Insert_ISO_date.plist +0 -14
  2858. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Snippets/Lorem_ipsum.plist +0 -14
  2859. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Syntaxes/Plain_text.plist +0 -83
  2860. data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/info.plist +0 -139
  2861. data/plugins/textmate/vendor/redcar-bundles/Bundles/TextMate.tmbundle/Preferences/Smart_Pairs___Regex_Character_Class__.tmPreferences +0 -17
  2862. data/plugins/textmate/vendor/redcar-bundles/Bundles/TextMate.tmbundle/Preferences/Spell_Checking___Disable_for_CamelCase_Words.tmPreferences +0 -17
  2863. data/plugins/textmate/vendor/redcar-bundles/Bundles/TextMate.tmbundle/Preferences/Style___Separator.tmPreferences +0 -19
  2864. data/plugins/textmate/vendor/redcar-bundles/Bundles/TextMate.tmbundle/Preferences/Style___Separator____Release_Notes.tmPreferences +0 -19
  2865. data/plugins/textmate/vendor/redcar-bundles/Bundles/TextMate.tmbundle/Syntaxes/Regular_Expressions___Oniguruma__.tmLanguage +0 -295
  2866. data/plugins/textmate/vendor/redcar-bundles/Bundles/TextMate.tmbundle/Syntaxes/Release_Notes.tmLanguage +0 -126
  2867. data/plugins/textmate/vendor/redcar-bundles/Bundles/TextMate.tmbundle/info.plist +0 -115
  2868. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Preferences/Disable_Spell_Check_in_Raw.plist +0 -17
  2869. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Preferences/Preferences.plist +0 -66
  2870. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Preferences/Symbol_List___Heading.plist +0 -29
  2871. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Acronym.tmSnippet +0 -16
  2872. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Block_Quotes.tmSnippet +0 -18
  2873. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Bold.plist +0 -16
  2874. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Citation.tmSnippet +0 -16
  2875. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Class.tmSnippet +0 -16
  2876. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Class_and_Id.tmSnippet +0 -16
  2877. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Color.tmSnippet +0 -16
  2878. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Color_2.tmSnippet +0 -16
  2879. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Convert_Tabs_To_Table.plist +0 -14
  2880. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Footnote.tmSnippet +0 -18
  2881. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Heading_1.tmSnippet +0 -18
  2882. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Heading_2.tmSnippet +0 -18
  2883. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Heading_3.tmSnippet +0 -18
  2884. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Heading_4.tmSnippet +0 -18
  2885. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Heading_5.tmSnippet +0 -18
  2886. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Heading_6.tmSnippet +0 -18
  2887. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Id.tmSnippet +0 -16
  2888. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Image.tmSnippet +0 -16
  2889. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Italic.plist +0 -16
  2890. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Language.tmSnippet +0 -16
  2891. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Linked_Image.tmSnippet +0 -16
  2892. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Strikethrough.tmSnippet +0 -16
  2893. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Style.tmSnippet +0 -16
  2894. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Subscript.tmSnippet +0 -16
  2895. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Superscript.tmSnippet +0 -16
  2896. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Snippets/Underline.tmSnippet +0 -16
  2897. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/Syntaxes/Textile.plist +0 -490
  2898. data/plugins/textmate/vendor/redcar-bundles/Bundles/Textile.tmbundle/info.plist +0 -155
  2899. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Preferences/Symbol_List___enum.tmPreferences +0 -19
  2900. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Preferences/Symbol_List___exception.tmPreferences +0 -19
  2901. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Preferences/Symbol_List___function.tmPreferences +0 -19
  2902. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Preferences/Symbol_List___senum.tmPreferences +0 -19
  2903. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Preferences/Symbol_List___service.tmPreferences +0 -19
  2904. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Preferences/Symbol_List___struct.tmPreferences +0 -19
  2905. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Snippets/enum.tmSnippet +0 -18
  2906. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Snippets/exception.tmSnippet +0 -18
  2907. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Snippets/service.tmSnippet +0 -18
  2908. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Snippets/struct.tmSnippet +0 -18
  2909. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/Syntaxes/Thrift.tmLanguage +0 -1024
  2910. data/plugins/textmate/vendor/redcar-bundles/Bundles/Thrift.tmbundle/info.plist +0 -51
  2911. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Preferences/Comments___C______.tmPreferences +0 -42
  2912. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Preferences/Symbol_List___Method____Constructor.plist +0 -21
  2913. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/Console_WriteLine___writeline__.plist +0 -17
  2914. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/case.plist +0 -19
  2915. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/class.plist +0 -18
  2916. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/do_while.plist +0 -19
  2917. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/else.plist +0 -18
  2918. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/else_if___elseif__.plist +0 -19
  2919. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/for.plist +0 -18
  2920. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/foreach.plist +0 -18
  2921. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/if.plist +0 -18
  2922. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/namespace___ns__.plist +0 -19
  2923. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/property___prop__.plist +0 -23
  2924. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/read__only_property___roprop__.plist +0 -20
  2925. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/switch.plist +0 -18
  2926. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Snippets/while.plist +0 -18
  2927. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/Syntaxes/Vala.plist +0 -285
  2928. data/plugins/textmate/vendor/redcar-bundles/Bundles/Vala.tmbundle/info.plist +0 -12
  2929. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/attach_file.tmSnippet +0 -16
  2930. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/check.tmSnippet +0 -16
  2931. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/choose.tmSnippet +0 -16
  2932. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/click_button.tmSnippet +0 -16
  2933. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/click_delete_link.tmSnippet +0 -16
  2934. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/click_get_link.tmSnippet +0 -16
  2935. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/click_link.tmSnippet +0 -16
  2936. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/click_link_within.tmSnippet +0 -16
  2937. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/click_post_link.tmSnippet +0 -16
  2938. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/click_put_link.tmSnippet +0 -16
  2939. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/fill_in.tmSnippet +0 -16
  2940. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/save_and_open.tmSnippet +0 -16
  2941. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/select.tmSnippet +0 -16
  2942. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/select_date.tmSnippet +0 -16
  2943. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/select_datetime.tmSnippet +0 -16
  2944. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/select_time.tmSnippet +0 -16
  2945. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/uncheck.tmSnippet +0 -16
  2946. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/Snippets/visit.tmSnippet +0 -16
  2947. data/plugins/textmate/vendor/redcar-bundles/Bundles/Webrat.tmbundle/info.plist +0 -33
  2948. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Preferences/Comments.plist +0 -30
  2949. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Preferences/Miscellaneous.plist +0 -64
  2950. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Preferences/Symbol_List___Templates.plist +0 -19
  2951. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Snippets/CDATA.tmSnippet +0 -16
  2952. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Snippets/Smart_return__indent_for_tag_pairs.plist +0 -18
  2953. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Snippets/XML_Processing_Instruction.tmSnippet +0 -16
  2954. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Snippets/long_attribute_tag.plist +0 -17
  2955. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Snippets/long_tag.plist +0 -16
  2956. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Snippets/short_tag.plist +0 -16
  2957. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Syntaxes/XML.plist +0 -576
  2958. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/Syntaxes/XSL.plist +0 -157
  2959. data/plugins/textmate/vendor/redcar-bundles/Bundles/XML.tmbundle/info.plist +0 -57
  2960. data/plugins/textmate/vendor/redcar-bundles/Bundles/YAML.tmbundle/Preferences/Comments.plist +0 -24
  2961. data/plugins/textmate/vendor/redcar-bundles/Bundles/YAML.tmbundle/Preferences/Indenting.plist +0 -19
  2962. data/plugins/textmate/vendor/redcar-bundles/Bundles/YAML.tmbundle/Snippets/untitled.plist +0 -16
  2963. data/plugins/textmate/vendor/redcar-bundles/Bundles/YAML.tmbundle/Syntaxes/YAML.plist +0 -467
  2964. data/plugins/textmate/vendor/redcar-bundles/Bundles/YAML.tmbundle/info.plist +0 -42
  2965. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Preferences/Symbol_List___Class_Variables.tmPreferences +0 -21
  2966. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Preferences/Symbol_List___Classes.tmPreferences +0 -17
  2967. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Preferences/Symbol_List___Methods.tmPreferences +0 -21
  2968. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Preferences/Symbol_List___Methods_copy.tmPreferences +0 -21
  2969. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Preferences/Symbol_List___Variables.tmPreferences +0 -21
  2970. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/Ant____replace.tmSnippet +0 -16
  2971. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/Block_Comment.tmSnippet +0 -18
  2972. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/Constructor.tmSnippet +0 -18
  2973. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/Continue_Block_Comment.tmSnippet +0 -18
  2974. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/Hash_Pair.tmSnippet +0 -16
  2975. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/Thread_startDaemon__________.tmSnippet +0 -18
  2976. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/Thread_start_________.tmSnippet +0 -18
  2977. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/Wrap_Selection_in_Try__Catch.tmSnippet +0 -21
  2978. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/______usr__local__bin__groovy___w.tmSnippet +0 -18
  2979. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/all___e___________.tmSnippet +0 -18
  2980. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/any___e___________.tmSnippet +0 -18
  2981. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/as_BigDecimal.tmSnippet +0 -16
  2982. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/as_BigInteger.tmSnippet +0 -16
  2983. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/as_Double.tmSnippet +0 -16
  2984. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/as_Float.tmSnippet +0 -16
  2985. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/as_Immutable.tmSnippet +0 -16
  2986. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/as_Set.tmSnippet +0 -16
  2987. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/as_String.tmSnippet +0 -16
  2988. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/as_Synchronized.tmSnippet +0 -16
  2989. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/as_Writable.tmSnippet +0 -16
  2990. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/assertEquals______.tmSnippet +0 -16
  2991. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/assertFalse.tmSnippet +0 -16
  2992. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/assertNotEquals______.tmSnippet +0 -16
  2993. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/assertNotNull______.tmSnippet +0 -16
  2994. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/assertNull______.tmSnippet +0 -16
  2995. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/assertSame.tmSnippet +0 -16
  2996. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/assertTrue.tmSnippet +0 -16
  2997. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/assert______.tmSnippet +0 -16
  2998. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/case.tmSnippet +0 -18
  2999. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/class____.tmSnippet +0 -20
  3000. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/class_____TestCase.tmSnippet +0 -19
  3001. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/class____singleton.tmSnippet +0 -21
  3002. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/collect____e___________.tmSnippet +0 -18
  3003. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/copy___file.tmSnippet +0 -16
  3004. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/copy___fileset.tmSnippet +0 -18
  3005. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/copy___fileset_include__exclude.tmSnippet +0 -21
  3006. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/def____closure___________.tmSnippet +0 -20
  3007. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/def____method___________.tmSnippet +0 -20
  3008. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/downto__num______n___________.tmSnippet +0 -18
  3009. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachByte____byte___________.tmSnippet +0 -18
  3010. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachDirMatch.tmSnippet +0 -18
  3011. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachDirRecurse.tmSnippet +0 -18
  3012. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachDir____dir____________.tmSnippet +0 -18
  3013. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachFileMatch____file____________.tmSnippet +0 -18
  3014. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachFileRecurse____file___________.tmSnippet +0 -18
  3015. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachFile____file___________.tmSnippet +0 -18
  3016. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachKey____key___________.tmSnippet +0 -18
  3017. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachLine____line___________.tmSnippet +0 -18
  3018. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachMatch__regex______match____________.tmSnippet +0 -18
  3019. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachObject____obj___________.tmSnippet +0 -18
  3020. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachValue____val___________.tmSnippet +0 -18
  3021. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/eachWithIndex____e___i___________.tmSnippet +0 -18
  3022. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/each____e___________.tmSnippet +0 -18
  3023. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/else.tmSnippet +0 -18
  3024. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/elseif____.tmSnippet +0 -18
  3025. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/every____e___________.tmSnippet +0 -18
  3026. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/final_method.tmSnippet +0 -18
  3027. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/final_var.tmSnippet +0 -16
  3028. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/findAll____e___________.tmSnippet +0 -18
  3029. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/find____e___________.tmSnippet +0 -18
  3030. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/for_in.tmSnippet +0 -18
  3031. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/grep____pattern________match___________.tmSnippet +0 -18
  3032. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/if.tmSnippet +0 -18
  3033. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/if_else.tmSnippet +0 -20
  3034. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/import.tmSnippet +0 -16
  3035. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/mkdir.tmSnippet +0 -16
  3036. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/new_File_______eachLine_________.tmSnippet +0 -18
  3037. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/package.tmSnippet +0 -16
  3038. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/print.tmSnippet +0 -16
  3039. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/println_.tmSnippet +0 -16
  3040. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/private_final_method.tmSnippet +0 -18
  3041. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/private_final_var.tmSnippet +0 -16
  3042. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/private_method.tmSnippet +0 -18
  3043. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/private_static_final_String.tmSnippet +0 -16
  3044. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/private_static_final_method.tmSnippet +0 -18
  3045. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/private_static_method.tmSnippet +0 -18
  3046. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/private_static_var.tmSnippet +0 -16
  3047. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/private_var.tmSnippet +0 -16
  3048. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/replaceAll__regex______match__________.tmSnippet +0 -18
  3049. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/reverseEach____e____________.tmSnippet +0 -18
  3050. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/run_after.tmSnippet +0 -18
  3051. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/same_line___.tmSnippet +0 -18
  3052. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/setUp____.tmSnippet +0 -18
  3053. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/shouldFail_______________.tmSnippet +0 -18
  3054. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/sleep__secs__.tmSnippet +0 -16
  3055. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/sleep__secs______________on_interrupt___.tmSnippet +0 -18
  3056. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/sort_________.tmSnippet +0 -18
  3057. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/splitEachLine__separator______line____________copy.tmSnippet +0 -18
  3058. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/static_final_method.tmSnippet +0 -18
  3059. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/static_final_var.tmSnippet +0 -16
  3060. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/static_main_method.tmSnippet +0 -18
  3061. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/static_method.tmSnippet +0 -18
  3062. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/static_var.tmSnippet +0 -16
  3063. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/step__to__amount______n___________.tmSnippet +0 -18
  3064. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/switch__case.tmSnippet +0 -20
  3065. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/switch__case__default.tmSnippet +0 -23
  3066. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/tearDown____.tmSnippet +0 -18
  3067. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/test_case.tmSnippet +0 -18
  3068. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/times____n___________.tmSnippet +0 -18
  3069. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_Array.tmSnippet +0 -16
  3070. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_BigDecimal.tmSnippet +0 -16
  3071. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_BigInteger.tmSnippet +0 -16
  3072. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_Boolean.tmSnippet +0 -16
  3073. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_Character.tmSnippet +0 -16
  3074. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_Double.tmSnippet +0 -16
  3075. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_Float.tmSnippet +0 -16
  3076. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_Integer.tmSnippet +0 -16
  3077. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_List.tmSnippet +0 -16
  3078. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_String.tmSnippet +0 -16
  3079. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_URI.tmSnippet +0 -16
  3080. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/to_URL.tmSnippet +0 -16
  3081. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/try____catch__.tmSnippet +0 -23
  3082. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/try____catch___finally.tmSnippet +0 -26
  3083. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/upto__num______n___________.tmSnippet +0 -18
  3084. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/var.tmSnippet +0 -16
  3085. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/while____________.tmSnippet +0 -18
  3086. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/withInputStream____in___________.tmSnippet +0 -18
  3087. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/withOutputStream____out___________.tmSnippet +0 -18
  3088. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/withPrintWriter____pw__________.tmSnippet +0 -18
  3089. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/withReader____r___________.tmSnippet +0 -18
  3090. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/withStream____in___________.tmSnippet +0 -18
  3091. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/withStreams____Socket_s__________.tmSnippet +0 -18
  3092. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/withWriterAppend__charset___________.tmSnippet +0 -18
  3093. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/withWriter____w__________.tmSnippet +0 -18
  3094. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Snippets/withWriter__charset______w___________.tmSnippet +0 -18
  3095. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Syntaxes/Groovy.tmLanguage +0 -1846
  3096. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/Syntaxes/Test.groovy +0 -67
  3097. data/plugins/textmate/vendor/redcar-bundles/Bundles/groovy.tmbundle/info.plist +0 -492
  3098. data/plugins/textmate/vendor/redcar-bundles/Themes/Active4D.tmTheme +0 -407
  3099. data/plugins/textmate/vendor/redcar-bundles/Themes/All Hallow's Eve Custom.tmTheme +0 -273
  3100. data/plugins/textmate/vendor/redcar-bundles/Themes/All Hallow's Eve.tmTheme +0 -277
  3101. data/plugins/textmate/vendor/redcar-bundles/Themes/Amy.tmTheme +0 -557
  3102. data/plugins/textmate/vendor/redcar-bundles/Themes/BBEdit.tmTheme +0 -437
  3103. data/plugins/textmate/vendor/redcar-bundles/Themes/Black Pearl II.tmTheme +0 -496
  3104. data/plugins/textmate/vendor/redcar-bundles/Themes/Black Pearl.tmTheme +0 -400
  3105. data/plugins/textmate/vendor/redcar-bundles/Themes/Blackboard Black.tmTheme +0 -350
  3106. data/plugins/textmate/vendor/redcar-bundles/Themes/Blackboard.tmTheme +0 -350
  3107. data/plugins/textmate/vendor/redcar-bundles/Themes/Bongzilla.tmTheme +0 -223
  3108. data/plugins/textmate/vendor/redcar-bundles/Themes/Brilliance Black.tmTheme +0 -2619
  3109. data/plugins/textmate/vendor/redcar-bundles/Themes/Brilliance Dull.tmTheme +0 -2243
  3110. data/plugins/textmate/vendor/redcar-bundles/Themes/CSSEdit.tmTheme +0 -203
  3111. data/plugins/textmate/vendor/redcar-bundles/Themes/Clouds Midnight.tmTheme +0 -361
  3112. data/plugins/textmate/vendor/redcar-bundles/Themes/Clouds.tmTheme +0 -348
  3113. data/plugins/textmate/vendor/redcar-bundles/Themes/Cobalt.tmTheme +0 -559
  3114. data/plugins/textmate/vendor/redcar-bundles/Themes/Coda.tmTheme +0 -313
  3115. data/plugins/textmate/vendor/redcar-bundles/Themes/Cool Glow.tmTheme +0 -350
  3116. data/plugins/textmate/vendor/redcar-bundles/Themes/Dawn.tmTheme +0 -437
  3117. data/plugins/textmate/vendor/redcar-bundles/Themes/Django (Smoothy).tmTheme +0 -453
  3118. data/plugins/textmate/vendor/redcar-bundles/Themes/Django.tmTheme +0 -436
  3119. data/plugins/textmate/vendor/redcar-bundles/Themes/Eiffel.tmTheme +0 -439
  3120. data/plugins/textmate/vendor/redcar-bundles/Themes/Emacs Strict.tmTheme +0 -241
  3121. data/plugins/textmate/vendor/redcar-bundles/Themes/Espresso Libre.tmTheme +0 -402
  3122. data/plugins/textmate/vendor/redcar-bundles/Themes/Espresso Tutti.tmTheme +0 -392
  3123. data/plugins/textmate/vendor/redcar-bundles/Themes/Espresso.tmTheme +0 -329
  3124. data/plugins/textmate/vendor/redcar-bundles/Themes/Fade to Grey.tmTheme +0 -308
  3125. data/plugins/textmate/vendor/redcar-bundles/Themes/Fluidvision.tmTheme +0 -443
  3126. data/plugins/textmate/vendor/redcar-bundles/Themes/ForLaTeX.tmTheme +0 -214
  3127. data/plugins/textmate/vendor/redcar-bundles/Themes/Freckle.tmTheme +0 -279
  3128. data/plugins/textmate/vendor/redcar-bundles/Themes/Friendship Bracelet.tmTheme +0 -303
  3129. data/plugins/textmate/vendor/redcar-bundles/Themes/GitHub.tmTheme +0 -653
  3130. data/plugins/textmate/vendor/redcar-bundles/Themes/GlitterBomb.tmTheme +0 -387
  3131. data/plugins/textmate/vendor/redcar-bundles/Themes/Happy happy joy joy 2.tmTheme +0 -841
  3132. data/plugins/textmate/vendor/redcar-bundles/Themes/IDLE.tmTheme +0 -235
  3133. data/plugins/textmate/vendor/redcar-bundles/Themes/IR_Black.tmTheme +0 -810
  3134. data/plugins/textmate/vendor/redcar-bundles/Themes/IR_White.tmTheme +0 -792
  3135. data/plugins/textmate/vendor/redcar-bundles/Themes/LAZY.tmTheme +0 -291
  3136. data/plugins/textmate/vendor/redcar-bundles/Themes/Lowlight.tmTheme +0 -605
  3137. data/plugins/textmate/vendor/redcar-bundles/Themes/Mac Classic.tmTheme +0 -450
  3138. data/plugins/textmate/vendor/redcar-bundles/Themes/Made of Code.tmTheme +0 -695
  3139. data/plugins/textmate/vendor/redcar-bundles/Themes/MagicWB (Amiga).tmTheme +0 -376
  3140. data/plugins/textmate/vendor/redcar-bundles/Themes/Merbivore Soft.tmTheme +0 -285
  3141. data/plugins/textmate/vendor/redcar-bundles/Themes/Merbivore.tmTheme +0 -285
  3142. data/plugins/textmate/vendor/redcar-bundles/Themes/Monokai.tmTheme +0 -289
  3143. data/plugins/textmate/vendor/redcar-bundles/Themes/MultiMarkdown.tmTheme +0 -183
  3144. data/plugins/textmate/vendor/redcar-bundles/Themes/Pastels on Dark.tmTheme +0 -701
  3145. data/plugins/textmate/vendor/redcar-bundles/Themes/Pastie.tmTheme +0 -321
  3146. data/plugins/textmate/vendor/redcar-bundles/Themes/Putty.tmTheme +0 -275
  3147. data/plugins/textmate/vendor/redcar-bundles/Themes/RDark.tmTheme +0 -235
  3148. data/plugins/textmate/vendor/redcar-bundles/Themes/Rails Envy.tmTheme +0 -299
  3149. data/plugins/textmate/vendor/redcar-bundles/Themes/Railscasts.tmTheme +0 -278
  3150. data/plugins/textmate/vendor/redcar-bundles/Themes/Ryan Light.tmTheme +0 -232
  3151. data/plugins/textmate/vendor/redcar-bundles/Themes/Slush & Poppies.tmTheme +0 -336
  3152. data/plugins/textmate/vendor/redcar-bundles/Themes/Smoothy.tmTheme +0 -623
  3153. data/plugins/textmate/vendor/redcar-bundles/Themes/SpaceCadet.tmTheme +0 -212
  3154. data/plugins/textmate/vendor/redcar-bundles/Themes/Spectacular.tmTheme +0 -436
  3155. data/plugins/textmate/vendor/redcar-bundles/Themes/Starlight.tmTheme +0 -111
  3156. data/plugins/textmate/vendor/redcar-bundles/Themes/Summer Camp Mod.tmTheme +0 -229
  3157. data/plugins/textmate/vendor/redcar-bundles/Themes/Summer Camp.tmTheme +0 -229
  3158. data/plugins/textmate/vendor/redcar-bundles/Themes/Sunburst.tmTheme +0 -665
  3159. data/plugins/textmate/vendor/redcar-bundles/Themes/Swyphs II.tmTheme +0 -306
  3160. data/plugins/textmate/vendor/redcar-bundles/Themes/Tango.tmTheme +0 -450
  3161. data/plugins/textmate/vendor/redcar-bundles/Themes/Text Ex Machina.tmTheme +0 -295
  3162. data/plugins/textmate/vendor/redcar-bundles/Themes/Tubster.tmTheme +0 -280
  3163. data/plugins/textmate/vendor/redcar-bundles/Themes/Twilight.tmTheme +0 -516
  3164. data/plugins/textmate/vendor/redcar-bundles/Themes/Vibrant Fin.tmTheme +0 -447
  3165. data/plugins/textmate/vendor/redcar-bundles/Themes/Vibrant Ink.tmTheme +0 -447
  3166. data/plugins/textmate/vendor/redcar-bundles/Themes/Vibrant Tango.tmTheme +0 -438
  3167. data/plugins/textmate/vendor/redcar-bundles/Themes/WhysPoignant.tmTheme +0 -191
  3168. data/plugins/textmate/vendor/redcar-bundles/Themes/Zenburnesque.tmTheme +0 -343
  3169. data/plugins/textmate/vendor/redcar-bundles/Themes/[ Argonaut ].tmTheme +0 -387
  3170. data/plugins/textmate/vendor/redcar-bundles/Themes/choco.tmTheme +0 -542
  3171. data/plugins/textmate/vendor/redcar-bundles/Themes/fake.tmTheme +0 -669
  3172. data/plugins/textmate/vendor/redcar-bundles/Themes/iLife 05.tmTheme +0 -619
  3173. data/plugins/textmate/vendor/redcar-bundles/Themes/iPlastic.tmTheme +0 -286
  3174. data/plugins/textmate/vendor/redcar-bundles/Themes/idleFingers.tmTheme +0 -380
  3175. data/plugins/textmate/vendor/redcar-bundles/Themes/krTheme.tmTheme +0 -551
  3176. data/plugins/textmate/vendor/redcar-bundles/Themes/monoindustrial.tmTheme +0 -451
@@ -1,1809 +0,0 @@
1
- package org.jruby.ext.openssl.impl.utils;
2
-
3
- /**
4
- * <p>Encodes and decodes to and from Base64 notation.</p>
5
- * <p>Homepage: <a href="http://iharder.net/base64">http://iharder.net/base64</a>.</p>
6
- *
7
- * <p>The <tt>options</tt> parameter, which appears in a few places, is used to pass
8
- * several pieces of information to the encoder. In the "higher level" methods such as
9
- * encodeBytes( bytes, options ) the options parameter can be used to indicate such
10
- * things as first gzipping the bytes before encoding them, not inserting linefeeds
11
- * (though that breaks strict Base64 compatibility), and encoding using the URL-safe
12
- * and Ordered dialects.</p>
13
- *
14
- * <p>The constants defined in Base64 can be OR-ed together to combine options, so you
15
- * might make a call like this:</p>
16
- *
17
- * <code>String encoded = Base64.encodeBytes( mybytes, Base64.GZIP | Base64.DONT_BREAK_LINES );</code>
18
- *
19
- * <p>to compress the data before encoding it and then making the output have no newline characters.</p>
20
- *
21
- *
22
- * <p>
23
- * Change Log:
24
- * </p>
25
- * <ul>
26
- * <li>v2.2.2 - Fixed encodeFileToFile and decodeFileToFile to use the
27
- * Base64.InputStream class to encode and decode on the fly which uses
28
- * less memory than encoding/decoding an entire file into memory before writing.</li>
29
- * <li>v2.2.1 - Fixed bug using URL_SAFE and ORDERED encodings. Fixed bug
30
- * when using very small files (~< 40 bytes).</li>
31
- * <li>v2.2 - Added some helper methods for encoding/decoding directly from
32
- * one file to the next. Also added a main() method to support command line
33
- * encoding/decoding from one file to the next. Also added these Base64 dialects:
34
- * <ol>
35
- * <li>The default is RFC3548 format.</li>
36
- * <li>Calling Base64.setFormat(Base64.BASE64_FORMAT.URLSAFE_FORMAT) generates
37
- * URL and file name friendly format as described in Section 4 of RFC3548.
38
- * http://www.faqs.org/rfcs/rfc3548.html</li>
39
- * <li>Calling Base64.setFormat(Base64.BASE64_FORMAT.ORDERED_FORMAT) generates
40
- * URL and file name friendly format that preserves lexical ordering as described
41
- * in http://www.faqs.org/qa/rfcc-1940.html</li>
42
- * </ol>
43
- * Special thanks to Jim Kellerman at <a href="http://www.powerset.com/">http://www.powerset.com/</a>
44
- * for contributing the new Base64 dialects.
45
- * </li>
46
- *
47
- * <li>v2.1 - Cleaned up javadoc comments and unused variables and methods. Added
48
- * some convenience methods for reading and writing to and from files.</li>
49
- * <li>v2.0.2 - Now specifies UTF-8 encoding in places where the code fails on systems
50
- * with other encodings (like EBCDIC).</li>
51
- * <li>v2.0.1 - Fixed an error when decoding a single byte, that is, when the
52
- * encoded data was a single byte.</li>
53
- * <li>v2.0 - I got rid of methods that used booleans to set options.
54
- * Now everything is more consolidated and cleaner. The code now detects
55
- * when data that's being decoded is gzip-compressed and will decompress it
56
- * automatically. Generally things are cleaner. You'll probably have to
57
- * change some method calls that you were making to support the new
58
- * options format (<tt>int</tt>s that you "OR" together).</li>
59
- * <li>v1.5.1 - Fixed bug when decompressing and decoding to a
60
- * byte[] using <tt>decode( String s, boolean gzipCompressed )</tt>.
61
- * Added the ability to "suspend" encoding in the Output Stream so
62
- * you can turn on and off the encoding if you need to embed base64
63
- * data in an otherwise "normal" stream (like an XML file).</li>
64
- * <li>v1.5 - Output stream pases on flush() command but doesn't do anything itself.
65
- * This helps when using GZIP streams.
66
- * Added the ability to GZip-compress objects before encoding them.</li>
67
- * <li>v1.4 - Added helper methods to read/write files.</li>
68
- * <li>v1.3.6 - Fixed OutputStream.flush() so that 'position' is reset.</li>
69
- * <li>v1.3.5 - Added flag to turn on and off line breaks. Fixed bug in input stream
70
- * where last buffer being read, if not completely full, was not returned.</li>
71
- * <li>v1.3.4 - Fixed when "improperly padded stream" error was thrown at the wrong time.</li>
72
- * <li>v1.3.3 - Fixed I/O streams which were totally messed up.</li>
73
- * </ul>
74
- *
75
- * <p>
76
- * I am placing this code in the Public Domain. Do with it as you will.
77
- * This software comes with no guarantees or warranties but with
78
- * plenty of well-wishing instead!
79
- * Please visit <a href="http://iharder.net/base64">http://iharder.net/base64</a>
80
- * periodically to check for updates or to contribute improvements.
81
- * </p>
82
- *
83
- * @author Robert Harder
84
- * @author rob@iharder.net
85
- * @version 2.2.2
86
- */
87
- public class Base64
88
- {
89
-
90
- /* ******** P U B L I C F I E L D S ******** */
91
-
92
-
93
- /** No options specified. Value is zero. */
94
- public final static int NO_OPTIONS = 0;
95
-
96
- /** Specify encoding. */
97
- public final static int ENCODE = 1;
98
-
99
-
100
- /** Specify decoding. */
101
- public final static int DECODE = 0;
102
-
103
-
104
- /** Specify that data should be gzip-compressed. */
105
- public final static int GZIP = 2;
106
-
107
-
108
- /** Don't break lines when encoding (violates strict Base64 specification) */
109
- public final static int DONT_BREAK_LINES = 8;
110
-
111
- /**
112
- * Encode using Base64-like encoding that is URL- and Filename-safe as described
113
- * in Section 4 of RFC3548:
114
- * <a href="http://www.faqs.org/rfcs/rfc3548.html">http://www.faqs.org/rfcs/rfc3548.html</a>.
115
- * It is important to note that data encoded this way is <em>not</em> officially valid Base64,
116
- * or at the very least should not be called Base64 without also specifying that is
117
- * was encoded using the URL- and Filename-safe dialect.
118
- */
119
- public final static int URL_SAFE = 16;
120
-
121
-
122
- /**
123
- * Encode using the special "ordered" dialect of Base64 described here:
124
- * <a href="http://www.faqs.org/qa/rfcc-1940.html">http://www.faqs.org/qa/rfcc-1940.html</a>.
125
- */
126
- public final static int ORDERED = 32;
127
-
128
-
129
- /* ******** P R I V A T E F I E L D S ******** */
130
-
131
-
132
- /** Maximum line length (76) of Base64 output. */
133
- private final static int MAX_LINE_LENGTH = 76;
134
-
135
-
136
- /** The equals sign (=) as a byte. */
137
- private final static byte EQUALS_SIGN = (byte)'=';
138
-
139
-
140
- /** The new line character (\n) as a byte. */
141
- private final static byte NEW_LINE = (byte)'\n';
142
-
143
-
144
- /** Preferred encoding. */
145
- private final static String PREFERRED_ENCODING = "UTF-8";
146
-
147
-
148
- // I think I end up not using the BAD_ENCODING indicator.
149
- //private final static byte BAD_ENCODING = -9; // Indicates error in encoding
150
- private final static byte WHITE_SPACE_ENC = -5; // Indicates white space in encoding
151
- private final static byte EQUALS_SIGN_ENC = -1; // Indicates equals sign in encoding
152
-
153
-
154
- /* ******** S T A N D A R D B A S E 6 4 A L P H A B E T ******** */
155
-
156
- /** The 64 valid Base64 values. */
157
- //private final static byte[] ALPHABET;
158
- /* Host platform me be something funny like EBCDIC, so we hardcode these values. */
159
- private final static byte[] _STANDARD_ALPHABET =
160
- {
161
- (byte)'A', (byte)'B', (byte)'C', (byte)'D', (byte)'E', (byte)'F', (byte)'G',
162
- (byte)'H', (byte)'I', (byte)'J', (byte)'K', (byte)'L', (byte)'M', (byte)'N',
163
- (byte)'O', (byte)'P', (byte)'Q', (byte)'R', (byte)'S', (byte)'T', (byte)'U',
164
- (byte)'V', (byte)'W', (byte)'X', (byte)'Y', (byte)'Z',
165
- (byte)'a', (byte)'b', (byte)'c', (byte)'d', (byte)'e', (byte)'f', (byte)'g',
166
- (byte)'h', (byte)'i', (byte)'j', (byte)'k', (byte)'l', (byte)'m', (byte)'n',
167
- (byte)'o', (byte)'p', (byte)'q', (byte)'r', (byte)'s', (byte)'t', (byte)'u',
168
- (byte)'v', (byte)'w', (byte)'x', (byte)'y', (byte)'z',
169
- (byte)'0', (byte)'1', (byte)'2', (byte)'3', (byte)'4', (byte)'5',
170
- (byte)'6', (byte)'7', (byte)'8', (byte)'9', (byte)'+', (byte)'/'
171
- };
172
-
173
-
174
- /**
175
- * Translates a Base64 value to either its 6-bit reconstruction value
176
- * or a negative number indicating some other meaning.
177
- **/
178
- private final static byte[] _STANDARD_DECODABET =
179
- {
180
- -9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 0 - 8
181
- -5,-5, // Whitespace: Tab and Linefeed
182
- -9,-9, // Decimal 11 - 12
183
- -5, // Whitespace: Carriage Return
184
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 14 - 26
185
- -9,-9,-9,-9,-9, // Decimal 27 - 31
186
- -5, // Whitespace: Space
187
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 33 - 42
188
- 62, // Plus sign at decimal 43
189
- -9,-9,-9, // Decimal 44 - 46
190
- 63, // Slash at decimal 47
191
- 52,53,54,55,56,57,58,59,60,61, // Numbers zero through nine
192
- -9,-9,-9, // Decimal 58 - 60
193
- -1, // Equals sign at decimal 61
194
- -9,-9,-9, // Decimal 62 - 64
195
- 0,1,2,3,4,5,6,7,8,9,10,11,12,13, // Letters 'A' through 'N'
196
- 14,15,16,17,18,19,20,21,22,23,24,25, // Letters 'O' through 'Z'
197
- -9,-9,-9,-9,-9,-9, // Decimal 91 - 96
198
- 26,27,28,29,30,31,32,33,34,35,36,37,38, // Letters 'a' through 'm'
199
- 39,40,41,42,43,44,45,46,47,48,49,50,51, // Letters 'n' through 'z'
200
- -9,-9,-9,-9 // Decimal 123 - 126
201
- /*,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 127 - 139
202
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 140 - 152
203
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 153 - 165
204
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 166 - 178
205
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 179 - 191
206
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 192 - 204
207
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 205 - 217
208
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 218 - 230
209
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 231 - 243
210
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9 // Decimal 244 - 255 */
211
- };
212
-
213
-
214
- /* ******** U R L S A F E B A S E 6 4 A L P H A B E T ******** */
215
-
216
- /**
217
- * Used in the URL- and Filename-safe dialect described in Section 4 of RFC3548:
218
- * <a href="http://www.faqs.org/rfcs/rfc3548.html">http://www.faqs.org/rfcs/rfc3548.html</a>.
219
- * Notice that the last two bytes become "hyphen" and "underscore" instead of "plus" and "slash."
220
- */
221
- private final static byte[] _URL_SAFE_ALPHABET =
222
- {
223
- (byte)'A', (byte)'B', (byte)'C', (byte)'D', (byte)'E', (byte)'F', (byte)'G',
224
- (byte)'H', (byte)'I', (byte)'J', (byte)'K', (byte)'L', (byte)'M', (byte)'N',
225
- (byte)'O', (byte)'P', (byte)'Q', (byte)'R', (byte)'S', (byte)'T', (byte)'U',
226
- (byte)'V', (byte)'W', (byte)'X', (byte)'Y', (byte)'Z',
227
- (byte)'a', (byte)'b', (byte)'c', (byte)'d', (byte)'e', (byte)'f', (byte)'g',
228
- (byte)'h', (byte)'i', (byte)'j', (byte)'k', (byte)'l', (byte)'m', (byte)'n',
229
- (byte)'o', (byte)'p', (byte)'q', (byte)'r', (byte)'s', (byte)'t', (byte)'u',
230
- (byte)'v', (byte)'w', (byte)'x', (byte)'y', (byte)'z',
231
- (byte)'0', (byte)'1', (byte)'2', (byte)'3', (byte)'4', (byte)'5',
232
- (byte)'6', (byte)'7', (byte)'8', (byte)'9', (byte)'-', (byte)'_'
233
- };
234
-
235
- /**
236
- * Used in decoding URL- and Filename-safe dialects of Base64.
237
- */
238
- private final static byte[] _URL_SAFE_DECODABET =
239
- {
240
- -9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 0 - 8
241
- -5,-5, // Whitespace: Tab and Linefeed
242
- -9,-9, // Decimal 11 - 12
243
- -5, // Whitespace: Carriage Return
244
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 14 - 26
245
- -9,-9,-9,-9,-9, // Decimal 27 - 31
246
- -5, // Whitespace: Space
247
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 33 - 42
248
- -9, // Plus sign at decimal 43
249
- -9, // Decimal 44
250
- 62, // Minus sign at decimal 45
251
- -9, // Decimal 46
252
- -9, // Slash at decimal 47
253
- 52,53,54,55,56,57,58,59,60,61, // Numbers zero through nine
254
- -9,-9,-9, // Decimal 58 - 60
255
- -1, // Equals sign at decimal 61
256
- -9,-9,-9, // Decimal 62 - 64
257
- 0,1,2,3,4,5,6,7,8,9,10,11,12,13, // Letters 'A' through 'N'
258
- 14,15,16,17,18,19,20,21,22,23,24,25, // Letters 'O' through 'Z'
259
- -9,-9,-9,-9, // Decimal 91 - 94
260
- 63, // Underscore at decimal 95
261
- -9, // Decimal 96
262
- 26,27,28,29,30,31,32,33,34,35,36,37,38, // Letters 'a' through 'm'
263
- 39,40,41,42,43,44,45,46,47,48,49,50,51, // Letters 'n' through 'z'
264
- -9,-9,-9,-9 // Decimal 123 - 126
265
- /*,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 127 - 139
266
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 140 - 152
267
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 153 - 165
268
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 166 - 178
269
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 179 - 191
270
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 192 - 204
271
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 205 - 217
272
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 218 - 230
273
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 231 - 243
274
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9 // Decimal 244 - 255 */
275
- };
276
-
277
-
278
-
279
- /* ******** O R D E R E D B A S E 6 4 A L P H A B E T ******** */
280
-
281
- /**
282
- * I don't get the point of this technique, but it is described here:
283
- * <a href="http://www.faqs.org/qa/rfcc-1940.html">http://www.faqs.org/qa/rfcc-1940.html</a>.
284
- */
285
- private final static byte[] _ORDERED_ALPHABET =
286
- {
287
- (byte)'-',
288
- (byte)'0', (byte)'1', (byte)'2', (byte)'3', (byte)'4',
289
- (byte)'5', (byte)'6', (byte)'7', (byte)'8', (byte)'9',
290
- (byte)'A', (byte)'B', (byte)'C', (byte)'D', (byte)'E', (byte)'F', (byte)'G',
291
- (byte)'H', (byte)'I', (byte)'J', (byte)'K', (byte)'L', (byte)'M', (byte)'N',
292
- (byte)'O', (byte)'P', (byte)'Q', (byte)'R', (byte)'S', (byte)'T', (byte)'U',
293
- (byte)'V', (byte)'W', (byte)'X', (byte)'Y', (byte)'Z',
294
- (byte)'_',
295
- (byte)'a', (byte)'b', (byte)'c', (byte)'d', (byte)'e', (byte)'f', (byte)'g',
296
- (byte)'h', (byte)'i', (byte)'j', (byte)'k', (byte)'l', (byte)'m', (byte)'n',
297
- (byte)'o', (byte)'p', (byte)'q', (byte)'r', (byte)'s', (byte)'t', (byte)'u',
298
- (byte)'v', (byte)'w', (byte)'x', (byte)'y', (byte)'z'
299
- };
300
-
301
- /**
302
- * Used in decoding the "ordered" dialect of Base64.
303
- */
304
- private final static byte[] _ORDERED_DECODABET =
305
- {
306
- -9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 0 - 8
307
- -5,-5, // Whitespace: Tab and Linefeed
308
- -9,-9, // Decimal 11 - 12
309
- -5, // Whitespace: Carriage Return
310
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 14 - 26
311
- -9,-9,-9,-9,-9, // Decimal 27 - 31
312
- -5, // Whitespace: Space
313
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 33 - 42
314
- -9, // Plus sign at decimal 43
315
- -9, // Decimal 44
316
- 0, // Minus sign at decimal 45
317
- -9, // Decimal 46
318
- -9, // Slash at decimal 47
319
- 1,2,3,4,5,6,7,8,9,10, // Numbers zero through nine
320
- -9,-9,-9, // Decimal 58 - 60
321
- -1, // Equals sign at decimal 61
322
- -9,-9,-9, // Decimal 62 - 64
323
- 11,12,13,14,15,16,17,18,19,20,21,22,23, // Letters 'A' through 'M'
324
- 24,25,26,27,28,29,30,31,32,33,34,35,36, // Letters 'N' through 'Z'
325
- -9,-9,-9,-9, // Decimal 91 - 94
326
- 37, // Underscore at decimal 95
327
- -9, // Decimal 96
328
- 38,39,40,41,42,43,44,45,46,47,48,49,50, // Letters 'a' through 'm'
329
- 51,52,53,54,55,56,57,58,59,60,61,62,63, // Letters 'n' through 'z'
330
- -9,-9,-9,-9 // Decimal 123 - 126
331
- /*,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 127 - 139
332
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 140 - 152
333
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 153 - 165
334
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 166 - 178
335
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 179 - 191
336
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 192 - 204
337
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 205 - 217
338
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 218 - 230
339
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9, // Decimal 231 - 243
340
- -9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9 // Decimal 244 - 255 */
341
- };
342
-
343
-
344
- /* ******** D E T E R M I N E W H I C H A L H A B E T ******** */
345
-
346
-
347
- /**
348
- * Returns one of the _SOMETHING_ALPHABET byte arrays depending on
349
- * the options specified.
350
- * It's possible, though silly, to specify ORDERED and URLSAFE
351
- * in which case one of them will be picked, though there is
352
- * no guarantee as to which one will be picked.
353
- */
354
- private final static byte[] getAlphabet( int options )
355
- {
356
- if( (options & URL_SAFE) == URL_SAFE ) return _URL_SAFE_ALPHABET;
357
- else if( (options & ORDERED) == ORDERED ) return _ORDERED_ALPHABET;
358
- else return _STANDARD_ALPHABET;
359
-
360
- } // end getAlphabet
361
-
362
-
363
- /**
364
- * Returns one of the _SOMETHING_DECODABET byte arrays depending on
365
- * the options specified.
366
- * It's possible, though silly, to specify ORDERED and URL_SAFE
367
- * in which case one of them will be picked, though there is
368
- * no guarantee as to which one will be picked.
369
- */
370
- private final static byte[] getDecodabet( int options )
371
- {
372
- if( (options & URL_SAFE) == URL_SAFE ) return _URL_SAFE_DECODABET;
373
- else if( (options & ORDERED) == ORDERED ) return _ORDERED_DECODABET;
374
- else return _STANDARD_DECODABET;
375
-
376
- } // end getAlphabet
377
-
378
-
379
-
380
- /** Defeats instantiation. */
381
- private Base64(){}
382
-
383
-
384
- /**
385
- * Encodes or decodes two files from the command line;
386
- * <strong>feel free to delete this method (in fact you probably should)
387
- * if you're embedding this code into a larger program.</strong>
388
- */
389
- public final static void main( String[] args )
390
- {
391
- if( args.length < 3 ){
392
- usage("Not enough arguments.");
393
- } // end if: args.length < 3
394
- else {
395
- String flag = args[0];
396
- String infile = args[1];
397
- String outfile = args[2];
398
- if( flag.equals( "-e" ) ){
399
- Base64.encodeFileToFile( infile, outfile );
400
- } // end if: encode
401
- else if( flag.equals( "-d" ) ) {
402
- Base64.decodeFileToFile( infile, outfile );
403
- } // end else if: decode
404
- else {
405
- usage( "Unknown flag: " + flag );
406
- } // end else
407
- } // end else
408
- } // end main
409
-
410
- /**
411
- * Prints command line usage.
412
- *
413
- * @param msg A message to include with usage info.
414
- */
415
- private final static void usage( String msg )
416
- {
417
- System.err.println( msg );
418
- System.err.println( "Usage: java Base64 -e|-d inputfile outputfile" );
419
- } // end usage
420
-
421
-
422
- /* ******** E N C O D I N G M E T H O D S ******** */
423
-
424
-
425
- /**
426
- * Encodes up to the first three bytes of array <var>threeBytes</var>
427
- * and returns a four-byte array in Base64 notation.
428
- * The actual number of significant bytes in your array is
429
- * given by <var>numSigBytes</var>.
430
- * The array <var>threeBytes</var> needs only be as big as
431
- * <var>numSigBytes</var>.
432
- * Code can reuse a byte array by passing a four-byte array as <var>b4</var>.
433
- *
434
- * @param b4 A reusable byte array to reduce array instantiation
435
- * @param threeBytes the array to convert
436
- * @param numSigBytes the number of significant bytes in your array
437
- * @return four byte array in Base64 notation.
438
- * @since 1.5.1
439
- */
440
- private static byte[] encode3to4( byte[] b4, byte[] threeBytes, int numSigBytes, int options )
441
- {
442
- encode3to4( threeBytes, 0, numSigBytes, b4, 0, options );
443
- return b4;
444
- } // end encode3to4
445
-
446
-
447
- /**
448
- * <p>Encodes up to three bytes of the array <var>source</var>
449
- * and writes the resulting four Base64 bytes to <var>destination</var>.
450
- * The source and destination arrays can be manipulated
451
- * anywhere along their length by specifying
452
- * <var>srcOffset</var> and <var>destOffset</var>.
453
- * This method does not check to make sure your arrays
454
- * are large enough to accomodate <var>srcOffset</var> + 3 for
455
- * the <var>source</var> array or <var>destOffset</var> + 4 for
456
- * the <var>destination</var> array.
457
- * The actual number of significant bytes in your array is
458
- * given by <var>numSigBytes</var>.</p>
459
- * <p>This is the lowest level of the encoding methods with
460
- * all possible parameters.</p>
461
- *
462
- * @param source the array to convert
463
- * @param srcOffset the index where conversion begins
464
- * @param numSigBytes the number of significant bytes in your array
465
- * @param destination the array to hold the conversion
466
- * @param destOffset the index where output will be put
467
- * @return the <var>destination</var> array
468
- * @since 1.3
469
- */
470
- private static byte[] encode3to4(
471
- byte[] source, int srcOffset, int numSigBytes,
472
- byte[] destination, int destOffset, int options )
473
- {
474
- byte[] ALPHABET = getAlphabet( options );
475
-
476
- // 1 2 3
477
- // 01234567890123456789012345678901 Bit position
478
- // --------000000001111111122222222 Array position from threeBytes
479
- // --------| || || || | Six bit groups to index ALPHABET
480
- // >>18 >>12 >> 6 >> 0 Right shift necessary
481
- // 0x3f 0x3f 0x3f Additional AND
482
-
483
- // Create buffer with zero-padding if there are only one or two
484
- // significant bytes passed in the array.
485
- // We have to shift left 24 in order to flush out the 1's that appear
486
- // when Java treats a value as negative that is cast from a byte to an int.
487
- int inBuff = ( numSigBytes > 0 ? ((source[ srcOffset ] << 24) >>> 8) : 0 )
488
- | ( numSigBytes > 1 ? ((source[ srcOffset + 1 ] << 24) >>> 16) : 0 )
489
- | ( numSigBytes > 2 ? ((source[ srcOffset + 2 ] << 24) >>> 24) : 0 );
490
-
491
- switch( numSigBytes )
492
- {
493
- case 3:
494
- destination[ destOffset ] = ALPHABET[ (inBuff >>> 18) ];
495
- destination[ destOffset + 1 ] = ALPHABET[ (inBuff >>> 12) & 0x3f ];
496
- destination[ destOffset + 2 ] = ALPHABET[ (inBuff >>> 6) & 0x3f ];
497
- destination[ destOffset + 3 ] = ALPHABET[ (inBuff ) & 0x3f ];
498
- return destination;
499
-
500
- case 2:
501
- destination[ destOffset ] = ALPHABET[ (inBuff >>> 18) ];
502
- destination[ destOffset + 1 ] = ALPHABET[ (inBuff >>> 12) & 0x3f ];
503
- destination[ destOffset + 2 ] = ALPHABET[ (inBuff >>> 6) & 0x3f ];
504
- destination[ destOffset + 3 ] = EQUALS_SIGN;
505
- return destination;
506
-
507
- case 1:
508
- destination[ destOffset ] = ALPHABET[ (inBuff >>> 18) ];
509
- destination[ destOffset + 1 ] = ALPHABET[ (inBuff >>> 12) & 0x3f ];
510
- destination[ destOffset + 2 ] = EQUALS_SIGN;
511
- destination[ destOffset + 3 ] = EQUALS_SIGN;
512
- return destination;
513
-
514
- default:
515
- return destination;
516
- } // end switch
517
- } // end encode3to4
518
-
519
-
520
-
521
- /**
522
- * Serializes an object and returns the Base64-encoded
523
- * version of that serialized object. If the object
524
- * cannot be serialized or there is another error,
525
- * the method will return <tt>null</tt>.
526
- * The object is not GZip-compressed before being encoded.
527
- *
528
- * @param serializableObject The object to encode
529
- * @return The Base64-encoded object
530
- * @since 1.4
531
- */
532
- public static String encodeObject( java.io.Serializable serializableObject )
533
- {
534
- return encodeObject( serializableObject, NO_OPTIONS );
535
- } // end encodeObject
536
-
537
-
538
-
539
- /**
540
- * Serializes an object and returns the Base64-encoded
541
- * version of that serialized object. If the object
542
- * cannot be serialized or there is another error,
543
- * the method will return <tt>null</tt>.
544
- * <p>
545
- * Valid options:<pre>
546
- * GZIP: gzip-compresses object before encoding it.
547
- * DONT_BREAK_LINES: don't break lines at 76 characters
548
- * <i>Note: Technically, this makes your encoding non-compliant.</i>
549
- * </pre>
550
- * <p>
551
- * Example: <code>encodeObject( myObj, Base64.GZIP )</code> or
552
- * <p>
553
- * Example: <code>encodeObject( myObj, Base64.GZIP | Base64.DONT_BREAK_LINES )</code>
554
- *
555
- * @param serializableObject The object to encode
556
- * @param options Specified options
557
- * @return The Base64-encoded object
558
- * @see Base64#GZIP
559
- * @see Base64#DONT_BREAK_LINES
560
- * @since 2.0
561
- */
562
- public static String encodeObject( java.io.Serializable serializableObject, int options )
563
- {
564
- // Streams
565
- java.io.ByteArrayOutputStream baos = null;
566
- java.io.OutputStream b64os = null;
567
- java.io.ObjectOutputStream oos = null;
568
- java.util.zip.GZIPOutputStream gzos = null;
569
-
570
- // Isolate options
571
- int gzip = (options & GZIP);
572
- int dontBreakLines = (options & DONT_BREAK_LINES);
573
-
574
- try
575
- {
576
- // ObjectOutputStream -> (GZIP) -> Base64 -> ByteArrayOutputStream
577
- baos = new java.io.ByteArrayOutputStream();
578
- b64os = new Base64.OutputStream( baos, ENCODE | options );
579
-
580
- // GZip?
581
- if( gzip == GZIP )
582
- {
583
- gzos = new java.util.zip.GZIPOutputStream( b64os );
584
- oos = new java.io.ObjectOutputStream( gzos );
585
- } // end if: gzip
586
- else
587
- oos = new java.io.ObjectOutputStream( b64os );
588
-
589
- oos.writeObject( serializableObject );
590
- } // end try
591
- catch( java.io.IOException e )
592
- {
593
- e.printStackTrace();
594
- return null;
595
- } // end catch
596
- finally
597
- {
598
- try{ oos.close(); } catch( Exception e ){}
599
- try{ gzos.close(); } catch( Exception e ){}
600
- try{ b64os.close(); } catch( Exception e ){}
601
- try{ baos.close(); } catch( Exception e ){}
602
- } // end finally
603
-
604
- // Return value according to relevant encoding.
605
- try
606
- {
607
- return new String( baos.toByteArray(), PREFERRED_ENCODING );
608
- } // end try
609
- catch (java.io.UnsupportedEncodingException uue)
610
- {
611
- return new String( baos.toByteArray() );
612
- } // end catch
613
-
614
- } // end encode
615
-
616
-
617
-
618
- /**
619
- * Encodes a byte array into Base64 notation.
620
- * Does not GZip-compress data.
621
- *
622
- * @param source The data to convert
623
- * @since 1.4
624
- */
625
- public static String encodeBytes( byte[] source )
626
- {
627
- return encodeBytes( source, 0, source.length, NO_OPTIONS );
628
- } // end encodeBytes
629
-
630
-
631
-
632
- /**
633
- * Encodes a byte array into Base64 notation.
634
- * <p>
635
- * Valid options:<pre>
636
- * GZIP: gzip-compresses object before encoding it.
637
- * DONT_BREAK_LINES: don't break lines at 76 characters
638
- * <i>Note: Technically, this makes your encoding non-compliant.</i>
639
- * </pre>
640
- * <p>
641
- * Example: <code>encodeBytes( myData, Base64.GZIP )</code> or
642
- * <p>
643
- * Example: <code>encodeBytes( myData, Base64.GZIP | Base64.DONT_BREAK_LINES )</code>
644
- *
645
- *
646
- * @param source The data to convert
647
- * @param options Specified options
648
- * @see Base64#GZIP
649
- * @see Base64#DONT_BREAK_LINES
650
- * @since 2.0
651
- */
652
- public static String encodeBytes( byte[] source, int options )
653
- {
654
- return encodeBytes( source, 0, source.length, options );
655
- } // end encodeBytes
656
-
657
-
658
- /**
659
- * Encodes a byte array into Base64 notation.
660
- * Does not GZip-compress data.
661
- *
662
- * @param source The data to convert
663
- * @param off Offset in array where conversion should begin
664
- * @param len Length of data to convert
665
- * @since 1.4
666
- */
667
- public static String encodeBytes( byte[] source, int off, int len )
668
- {
669
- return encodeBytes( source, off, len, NO_OPTIONS );
670
- } // end encodeBytes
671
-
672
-
673
-
674
- /**
675
- * Encodes a byte array into Base64 notation.
676
- * <p>
677
- * Valid options:<pre>
678
- * GZIP: gzip-compresses object before encoding it.
679
- * DONT_BREAK_LINES: don't break lines at 76 characters
680
- * <i>Note: Technically, this makes your encoding non-compliant.</i>
681
- * </pre>
682
- * <p>
683
- * Example: <code>encodeBytes( myData, Base64.GZIP )</code> or
684
- * <p>
685
- * Example: <code>encodeBytes( myData, Base64.GZIP | Base64.DONT_BREAK_LINES )</code>
686
- *
687
- *
688
- * @param source The data to convert
689
- * @param off Offset in array where conversion should begin
690
- * @param len Length of data to convert
691
- * @param options Specified options
692
- * @param options alphabet type is pulled from this (standard, url-safe, ordered)
693
- * @see Base64#GZIP
694
- * @see Base64#DONT_BREAK_LINES
695
- * @since 2.0
696
- */
697
- public static String encodeBytes( byte[] source, int off, int len, int options )
698
- {
699
- // Isolate options
700
- int dontBreakLines = ( options & DONT_BREAK_LINES );
701
- int gzip = ( options & GZIP );
702
-
703
- // Compress?
704
- if( gzip == GZIP )
705
- {
706
- java.io.ByteArrayOutputStream baos = null;
707
- java.util.zip.GZIPOutputStream gzos = null;
708
- Base64.OutputStream b64os = null;
709
-
710
-
711
- try
712
- {
713
- // GZip -> Base64 -> ByteArray
714
- baos = new java.io.ByteArrayOutputStream();
715
- b64os = new Base64.OutputStream( baos, ENCODE | options );
716
- gzos = new java.util.zip.GZIPOutputStream( b64os );
717
-
718
- gzos.write( source, off, len );
719
- gzos.close();
720
- } // end try
721
- catch( java.io.IOException e )
722
- {
723
- e.printStackTrace();
724
- return null;
725
- } // end catch
726
- finally
727
- {
728
- try{ gzos.close(); } catch( Exception e ){}
729
- try{ b64os.close(); } catch( Exception e ){}
730
- try{ baos.close(); } catch( Exception e ){}
731
- } // end finally
732
-
733
- // Return value according to relevant encoding.
734
- try
735
- {
736
- return new String( baos.toByteArray(), PREFERRED_ENCODING );
737
- } // end try
738
- catch (java.io.UnsupportedEncodingException uue)
739
- {
740
- return new String( baos.toByteArray() );
741
- } // end catch
742
- } // end if: compress
743
-
744
- // Else, don't compress. Better not to use streams at all then.
745
- else
746
- {
747
- // Convert option to boolean in way that code likes it.
748
- boolean breakLines = dontBreakLines == 0;
749
-
750
- int len43 = len * 4 / 3;
751
- byte[] outBuff = new byte[ ( len43 ) // Main 4:3
752
- + ( (len % 3) > 0 ? 4 : 0 ) // Account for padding
753
- + (breakLines ? ( len43 / MAX_LINE_LENGTH ) : 0) ]; // New lines
754
- int d = 0;
755
- int e = 0;
756
- int len2 = len - 2;
757
- int lineLength = 0;
758
- for( ; d < len2; d+=3, e+=4 )
759
- {
760
- encode3to4( source, d+off, 3, outBuff, e, options );
761
-
762
- lineLength += 4;
763
- if( breakLines && lineLength == MAX_LINE_LENGTH )
764
- {
765
- outBuff[e+4] = NEW_LINE;
766
- e++;
767
- lineLength = 0;
768
- } // end if: end of line
769
- } // en dfor: each piece of array
770
-
771
- if( d < len )
772
- {
773
- encode3to4( source, d+off, len - d, outBuff, e, options );
774
- e += 4;
775
- } // end if: some padding needed
776
-
777
-
778
- // Return value according to relevant encoding.
779
- try
780
- {
781
- return new String( outBuff, 0, e, PREFERRED_ENCODING );
782
- } // end try
783
- catch (java.io.UnsupportedEncodingException uue)
784
- {
785
- return new String( outBuff, 0, e );
786
- } // end catch
787
-
788
- } // end else: don't compress
789
-
790
- } // end encodeBytes
791
-
792
-
793
-
794
-
795
-
796
- /* ******** D E C O D I N G M E T H O D S ******** */
797
-
798
-
799
- /**
800
- * Decodes four bytes from array <var>source</var>
801
- * and writes the resulting bytes (up to three of them)
802
- * to <var>destination</var>.
803
- * The source and destination arrays can be manipulated
804
- * anywhere along their length by specifying
805
- * <var>srcOffset</var> and <var>destOffset</var>.
806
- * This method does not check to make sure your arrays
807
- * are large enough to accomodate <var>srcOffset</var> + 4 for
808
- * the <var>source</var> array or <var>destOffset</var> + 3 for
809
- * the <var>destination</var> array.
810
- * This method returns the actual number of bytes that
811
- * were converted from the Base64 encoding.
812
- * <p>This is the lowest level of the decoding methods with
813
- * all possible parameters.</p>
814
- *
815
- *
816
- * @param source the array to convert
817
- * @param srcOffset the index where conversion begins
818
- * @param destination the array to hold the conversion
819
- * @param destOffset the index where output will be put
820
- * @param options alphabet type is pulled from this (standard, url-safe, ordered)
821
- * @return the number of decoded bytes converted
822
- * @since 1.3
823
- */
824
- private static int decode4to3( byte[] source, int srcOffset, byte[] destination, int destOffset, int options )
825
- {
826
- byte[] DECODABET = getDecodabet( options );
827
-
828
- // Example: Dk==
829
- if( source[ srcOffset + 2] == EQUALS_SIGN )
830
- {
831
- // Two ways to do the same thing. Don't know which way I like best.
832
- //int outBuff = ( ( DECODABET[ source[ srcOffset ] ] << 24 ) >>> 6 )
833
- // | ( ( DECODABET[ source[ srcOffset + 1] ] << 24 ) >>> 12 );
834
- int outBuff = ( ( DECODABET[ source[ srcOffset ] ] & 0xFF ) << 18 )
835
- | ( ( DECODABET[ source[ srcOffset + 1] ] & 0xFF ) << 12 );
836
-
837
- destination[ destOffset ] = (byte)( outBuff >>> 16 );
838
- return 1;
839
- }
840
-
841
- // Example: DkL=
842
- else if( source[ srcOffset + 3 ] == EQUALS_SIGN )
843
- {
844
- // Two ways to do the same thing. Don't know which way I like best.
845
- //int outBuff = ( ( DECODABET[ source[ srcOffset ] ] << 24 ) >>> 6 )
846
- // | ( ( DECODABET[ source[ srcOffset + 1 ] ] << 24 ) >>> 12 )
847
- // | ( ( DECODABET[ source[ srcOffset + 2 ] ] << 24 ) >>> 18 );
848
- int outBuff = ( ( DECODABET[ source[ srcOffset ] ] & 0xFF ) << 18 )
849
- | ( ( DECODABET[ source[ srcOffset + 1 ] ] & 0xFF ) << 12 )
850
- | ( ( DECODABET[ source[ srcOffset + 2 ] ] & 0xFF ) << 6 );
851
-
852
- destination[ destOffset ] = (byte)( outBuff >>> 16 );
853
- destination[ destOffset + 1 ] = (byte)( outBuff >>> 8 );
854
- return 2;
855
- }
856
-
857
- // Example: DkLE
858
- else
859
- {
860
- try{
861
- // Two ways to do the same thing. Don't know which way I like best.
862
- //int outBuff = ( ( DECODABET[ source[ srcOffset ] ] << 24 ) >>> 6 )
863
- // | ( ( DECODABET[ source[ srcOffset + 1 ] ] << 24 ) >>> 12 )
864
- // | ( ( DECODABET[ source[ srcOffset + 2 ] ] << 24 ) >>> 18 )
865
- // | ( ( DECODABET[ source[ srcOffset + 3 ] ] << 24 ) >>> 24 );
866
- int outBuff = ( ( DECODABET[ source[ srcOffset ] ] & 0xFF ) << 18 )
867
- | ( ( DECODABET[ source[ srcOffset + 1 ] ] & 0xFF ) << 12 )
868
- | ( ( DECODABET[ source[ srcOffset + 2 ] ] & 0xFF ) << 6)
869
- | ( ( DECODABET[ source[ srcOffset + 3 ] ] & 0xFF ) );
870
-
871
-
872
- destination[ destOffset ] = (byte)( outBuff >> 16 );
873
- destination[ destOffset + 1 ] = (byte)( outBuff >> 8 );
874
- destination[ destOffset + 2 ] = (byte)( outBuff );
875
-
876
- return 3;
877
- }catch( Exception e){
878
- System.out.println(""+source[srcOffset]+ ": " + ( DECODABET[ source[ srcOffset ] ] ) );
879
- System.out.println(""+source[srcOffset+1]+ ": " + ( DECODABET[ source[ srcOffset + 1 ] ] ) );
880
- System.out.println(""+source[srcOffset+2]+ ": " + ( DECODABET[ source[ srcOffset + 2 ] ] ) );
881
- System.out.println(""+source[srcOffset+3]+ ": " + ( DECODABET[ source[ srcOffset + 3 ] ] ) );
882
- return -1;
883
- } // end catch
884
- }
885
- } // end decodeToBytes
886
-
887
-
888
-
889
-
890
- /**
891
- * Very low-level access to decoding ASCII characters in
892
- * the form of a byte array. Does not support automatically
893
- * gunzipping or any other "fancy" features.
894
- *
895
- * @param source The Base64 encoded data
896
- * @param off The offset of where to begin decoding
897
- * @param len The length of characters to decode
898
- * @return decoded data
899
- * @since 1.3
900
- */
901
- public static byte[] decode( byte[] source, int off, int len, int options )
902
- {
903
- byte[] DECODABET = getDecodabet( options );
904
-
905
- int len34 = len * 3 / 4;
906
- byte[] outBuff = new byte[ len34 ]; // Upper limit on size of output
907
- int outBuffPosn = 0;
908
-
909
- byte[] b4 = new byte[4];
910
- int b4Posn = 0;
911
- int i = 0;
912
- byte sbiCrop = 0;
913
- byte sbiDecode = 0;
914
- for( i = off; i < off+len; i++ )
915
- {
916
- sbiCrop = (byte)(source[i] & 0x7f); // Only the low seven bits
917
- sbiDecode = DECODABET[ sbiCrop ];
918
-
919
- if( sbiDecode >= WHITE_SPACE_ENC ) // White space, Equals sign or better
920
- {
921
- if( sbiDecode >= EQUALS_SIGN_ENC )
922
- {
923
- b4[ b4Posn++ ] = sbiCrop;
924
- if( b4Posn > 3 )
925
- {
926
- outBuffPosn += decode4to3( b4, 0, outBuff, outBuffPosn, options );
927
- b4Posn = 0;
928
-
929
- // If that was the equals sign, break out of 'for' loop
930
- if( sbiCrop == EQUALS_SIGN )
931
- break;
932
- } // end if: quartet built
933
-
934
- } // end if: equals sign or better
935
-
936
- } // end if: white space, equals sign or better
937
- else
938
- {
939
- System.err.println( "Bad Base64 input character at " + i + ": " + source[i] + "(decimal)" );
940
- return null;
941
- } // end else:
942
- } // each input character
943
-
944
- byte[] out = new byte[ outBuffPosn ];
945
- System.arraycopy( outBuff, 0, out, 0, outBuffPosn );
946
- return out;
947
- } // end decode
948
-
949
-
950
-
951
-
952
- /**
953
- * Decodes data from Base64 notation, automatically
954
- * detecting gzip-compressed data and decompressing it.
955
- *
956
- * @param s the string to decode
957
- * @return the decoded data
958
- * @since 1.4
959
- */
960
- public static byte[] decode( String s )
961
- {
962
- return decode( s, NO_OPTIONS );
963
- }
964
-
965
-
966
- /**
967
- * Decodes data from Base64 notation, automatically
968
- * detecting gzip-compressed data and decompressing it.
969
- *
970
- * @param s the string to decode
971
- * @param options encode options such as URL_SAFE
972
- * @return the decoded data
973
- * @since 1.4
974
- */
975
- public static byte[] decode( String s, int options )
976
- {
977
- byte[] bytes;
978
- try
979
- {
980
- bytes = s.getBytes( PREFERRED_ENCODING );
981
- } // end try
982
- catch( java.io.UnsupportedEncodingException uee )
983
- {
984
- bytes = s.getBytes();
985
- } // end catch
986
- //</change>
987
-
988
- // Decode
989
- bytes = decode( bytes, 0, bytes.length, options );
990
-
991
-
992
- // Check to see if it's gzip-compressed
993
- // GZIP Magic Two-Byte Number: 0x8b1f (35615)
994
- if( bytes != null && bytes.length >= 4 )
995
- {
996
-
997
- int head = ((int)bytes[0] & 0xff) | ((bytes[1] << 8) & 0xff00);
998
- if( java.util.zip.GZIPInputStream.GZIP_MAGIC == head )
999
- {
1000
- java.io.ByteArrayInputStream bais = null;
1001
- java.util.zip.GZIPInputStream gzis = null;
1002
- java.io.ByteArrayOutputStream baos = null;
1003
- byte[] buffer = new byte[2048];
1004
- int length = 0;
1005
-
1006
- try
1007
- {
1008
- baos = new java.io.ByteArrayOutputStream();
1009
- bais = new java.io.ByteArrayInputStream( bytes );
1010
- gzis = new java.util.zip.GZIPInputStream( bais );
1011
-
1012
- while( ( length = gzis.read( buffer ) ) >= 0 )
1013
- {
1014
- baos.write(buffer,0,length);
1015
- } // end while: reading input
1016
-
1017
- // No error? Get new bytes.
1018
- bytes = baos.toByteArray();
1019
-
1020
- } // end try
1021
- catch( java.io.IOException e )
1022
- {
1023
- // Just return originally-decoded bytes
1024
- } // end catch
1025
- finally
1026
- {
1027
- try{ baos.close(); } catch( Exception e ){}
1028
- try{ gzis.close(); } catch( Exception e ){}
1029
- try{ bais.close(); } catch( Exception e ){}
1030
- } // end finally
1031
-
1032
- } // end if: gzipped
1033
- } // end if: bytes.length >= 2
1034
-
1035
- return bytes;
1036
- } // end decode
1037
-
1038
-
1039
-
1040
-
1041
- /**
1042
- * Attempts to decode Base64 data and deserialize a Java
1043
- * Object within. Returns <tt>null</tt> if there was an error.
1044
- *
1045
- * @param encodedObject The Base64 data to decode
1046
- * @return The decoded and deserialized object
1047
- * @since 1.5
1048
- */
1049
- public static Object decodeToObject( String encodedObject )
1050
- {
1051
- // Decode and gunzip if necessary
1052
- byte[] objBytes = decode( encodedObject );
1053
-
1054
- java.io.ByteArrayInputStream bais = null;
1055
- java.io.ObjectInputStream ois = null;
1056
- Object obj = null;
1057
-
1058
- try
1059
- {
1060
- bais = new java.io.ByteArrayInputStream( objBytes );
1061
- ois = new java.io.ObjectInputStream( bais );
1062
-
1063
- obj = ois.readObject();
1064
- } // end try
1065
- catch( java.io.IOException e )
1066
- {
1067
- e.printStackTrace();
1068
- obj = null;
1069
- } // end catch
1070
- catch( java.lang.ClassNotFoundException e )
1071
- {
1072
- e.printStackTrace();
1073
- obj = null;
1074
- } // end catch
1075
- finally
1076
- {
1077
- try{ bais.close(); } catch( Exception e ){}
1078
- try{ ois.close(); } catch( Exception e ){}
1079
- } // end finally
1080
-
1081
- return obj;
1082
- } // end decodeObject
1083
-
1084
-
1085
-
1086
- /**
1087
- * Convenience method for encoding data to a file.
1088
- *
1089
- * @param dataToEncode byte array of data to encode in base64 form
1090
- * @param filename Filename for saving encoded data
1091
- * @return <tt>true</tt> if successful, <tt>false</tt> otherwise
1092
- *
1093
- * @since 2.1
1094
- */
1095
- public static boolean encodeToFile( byte[] dataToEncode, String filename )
1096
- {
1097
- boolean success = false;
1098
- Base64.OutputStream bos = null;
1099
- try
1100
- {
1101
- bos = new Base64.OutputStream(
1102
- new java.io.FileOutputStream( filename ), Base64.ENCODE );
1103
- bos.write( dataToEncode );
1104
- success = true;
1105
- } // end try
1106
- catch( java.io.IOException e )
1107
- {
1108
-
1109
- success = false;
1110
- } // end catch: IOException
1111
- finally
1112
- {
1113
- try{ bos.close(); } catch( Exception e ){}
1114
- } // end finally
1115
-
1116
- return success;
1117
- } // end encodeToFile
1118
-
1119
-
1120
- /**
1121
- * Convenience method for decoding data to a file.
1122
- *
1123
- * @param dataToDecode Base64-encoded data as a string
1124
- * @param filename Filename for saving decoded data
1125
- * @return <tt>true</tt> if successful, <tt>false</tt> otherwise
1126
- *
1127
- * @since 2.1
1128
- */
1129
- public static boolean decodeToFile( String dataToDecode, String filename )
1130
- {
1131
- boolean success = false;
1132
- Base64.OutputStream bos = null;
1133
- try
1134
- {
1135
- bos = new Base64.OutputStream(
1136
- new java.io.FileOutputStream( filename ), Base64.DECODE );
1137
- bos.write( dataToDecode.getBytes( PREFERRED_ENCODING ) );
1138
- success = true;
1139
- } // end try
1140
- catch( java.io.IOException e )
1141
- {
1142
- success = false;
1143
- } // end catch: IOException
1144
- finally
1145
- {
1146
- try{ bos.close(); } catch( Exception e ){}
1147
- } // end finally
1148
-
1149
- return success;
1150
- } // end decodeToFile
1151
-
1152
-
1153
-
1154
-
1155
- /**
1156
- * Convenience method for reading a base64-encoded
1157
- * file and decoding it.
1158
- *
1159
- * @param filename Filename for reading encoded data
1160
- * @return decoded byte array or null if unsuccessful
1161
- *
1162
- * @since 2.1
1163
- */
1164
- public static byte[] decodeFromFile( String filename )
1165
- {
1166
- byte[] decodedData = null;
1167
- Base64.InputStream bis = null;
1168
- try
1169
- {
1170
- // Set up some useful variables
1171
- java.io.File file = new java.io.File( filename );
1172
- byte[] buffer = null;
1173
- int length = 0;
1174
- int numBytes = 0;
1175
-
1176
- // Check for size of file
1177
- if( file.length() > Integer.MAX_VALUE )
1178
- {
1179
- System.err.println( "File is too big for this convenience method (" + file.length() + " bytes)." );
1180
- return null;
1181
- } // end if: file too big for int index
1182
- buffer = new byte[ (int)file.length() ];
1183
-
1184
- // Open a stream
1185
- bis = new Base64.InputStream(
1186
- new java.io.BufferedInputStream(
1187
- new java.io.FileInputStream( file ) ), Base64.DECODE );
1188
-
1189
- // Read until done
1190
- while( ( numBytes = bis.read( buffer, length, 4096 ) ) >= 0 )
1191
- length += numBytes;
1192
-
1193
- // Save in a variable to return
1194
- decodedData = new byte[ length ];
1195
- System.arraycopy( buffer, 0, decodedData, 0, length );
1196
-
1197
- } // end try
1198
- catch( java.io.IOException e )
1199
- {
1200
- System.err.println( "Error decoding from file " + filename );
1201
- } // end catch: IOException
1202
- finally
1203
- {
1204
- try{ bis.close(); } catch( Exception e) {}
1205
- } // end finally
1206
-
1207
- return decodedData;
1208
- } // end decodeFromFile
1209
-
1210
-
1211
-
1212
- /**
1213
- * Convenience method for reading a binary file
1214
- * and base64-encoding it.
1215
- *
1216
- * @param filename Filename for reading binary data
1217
- * @return base64-encoded string or null if unsuccessful
1218
- *
1219
- * @since 2.1
1220
- */
1221
- public static String encodeFromFile( String filename )
1222
- {
1223
- String encodedData = null;
1224
- Base64.InputStream bis = null;
1225
- try
1226
- {
1227
- // Set up some useful variables
1228
- java.io.File file = new java.io.File( filename );
1229
- byte[] buffer = new byte[ Math.max((int)(file.length() * 1.4),40) ]; // Need max() for math on small files (v2.2.1)
1230
- int length = 0;
1231
- int numBytes = 0;
1232
-
1233
- // Open a stream
1234
- bis = new Base64.InputStream(
1235
- new java.io.BufferedInputStream(
1236
- new java.io.FileInputStream( file ) ), Base64.ENCODE );
1237
-
1238
- // Read until done
1239
- while( ( numBytes = bis.read( buffer, length, 4096 ) ) >= 0 )
1240
- length += numBytes;
1241
-
1242
- // Save in a variable to return
1243
- encodedData = new String( buffer, 0, length, Base64.PREFERRED_ENCODING );
1244
-
1245
- } // end try
1246
- catch( java.io.IOException e )
1247
- {
1248
- System.err.println( "Error encoding from file " + filename );
1249
- } // end catch: IOException
1250
- finally
1251
- {
1252
- try{ bis.close(); } catch( Exception e) {}
1253
- } // end finally
1254
-
1255
- return encodedData;
1256
- } // end encodeFromFile
1257
-
1258
-
1259
-
1260
-
1261
- /**
1262
- * Reads <tt>infile</tt> and encodes it to <tt>outfile</tt>.
1263
- *
1264
- * @param infile Input file
1265
- * @param outfile Output file
1266
- * @return true if the operation is successful
1267
- * @since 2.2
1268
- */
1269
- public static boolean encodeFileToFile( String infile, String outfile )
1270
- {
1271
- boolean success = false;
1272
- java.io.InputStream in = null;
1273
- java.io.OutputStream out = null;
1274
- try{
1275
- in = new Base64.InputStream(
1276
- new java.io.BufferedInputStream(
1277
- new java.io.FileInputStream( infile ) ),
1278
- Base64.ENCODE );
1279
- out = new java.io.BufferedOutputStream( new java.io.FileOutputStream( outfile ) );
1280
- byte[] buffer = new byte[65536]; // 64K
1281
- int read = -1;
1282
- while( ( read = in.read(buffer) ) >= 0 ){
1283
- out.write( buffer,0,read );
1284
- } // end while: through file
1285
- success = true;
1286
- } catch( java.io.IOException exc ){
1287
- exc.printStackTrace();
1288
- } finally{
1289
- try{ in.close(); } catch( Exception exc ){}
1290
- try{ out.close(); } catch( Exception exc ){}
1291
- } // end finally
1292
-
1293
- return success;
1294
- } // end encodeFileToFile
1295
-
1296
-
1297
-
1298
- /**
1299
- * Reads <tt>infile</tt> and decodes it to <tt>outfile</tt>.
1300
- *
1301
- * @param infile Input file
1302
- * @param outfile Output file
1303
- * @return true if the operation is successful
1304
- * @since 2.2
1305
- */
1306
- public static boolean decodeFileToFile( String infile, String outfile )
1307
- {
1308
- boolean success = false;
1309
- java.io.InputStream in = null;
1310
- java.io.OutputStream out = null;
1311
- try{
1312
- in = new Base64.InputStream(
1313
- new java.io.BufferedInputStream(
1314
- new java.io.FileInputStream( infile ) ),
1315
- Base64.DECODE );
1316
- out = new java.io.BufferedOutputStream( new java.io.FileOutputStream( outfile ) );
1317
- byte[] buffer = new byte[65536]; // 64K
1318
- int read = -1;
1319
- while( ( read = in.read(buffer) ) >= 0 ){
1320
- out.write( buffer,0,read );
1321
- } // end while: through file
1322
- success = true;
1323
- } catch( java.io.IOException exc ){
1324
- exc.printStackTrace();
1325
- } finally{
1326
- try{ in.close(); } catch( Exception exc ){}
1327
- try{ out.close(); } catch( Exception exc ){}
1328
- } // end finally
1329
-
1330
- return success;
1331
- } // end decodeFileToFile
1332
-
1333
-
1334
- /* ******** I N N E R C L A S S I N P U T S T R E A M ******** */
1335
-
1336
-
1337
-
1338
- /**
1339
- * A {@link Base64.InputStream} will read data from another
1340
- * <tt>java.io.InputStream</tt>, given in the constructor,
1341
- * and encode/decode to/from Base64 notation on the fly.
1342
- *
1343
- * @see Base64
1344
- * @since 1.3
1345
- */
1346
- public static class InputStream extends java.io.FilterInputStream
1347
- {
1348
- private boolean encode; // Encoding or decoding
1349
- private int position; // Current position in the buffer
1350
- private byte[] buffer; // Small buffer holding converted data
1351
- private int bufferLength; // Length of buffer (3 or 4)
1352
- private int numSigBytes; // Number of meaningful bytes in the buffer
1353
- private int lineLength;
1354
- private boolean breakLines; // Break lines at less than 80 characters
1355
- private int options; // Record options used to create the stream.
1356
- private byte[] alphabet; // Local copies to avoid extra method calls
1357
- private byte[] decodabet; // Local copies to avoid extra method calls
1358
-
1359
-
1360
- /**
1361
- * Constructs a {@link Base64.InputStream} in DECODE mode.
1362
- *
1363
- * @param in the <tt>java.io.InputStream</tt> from which to read data.
1364
- * @since 1.3
1365
- */
1366
- public InputStream( java.io.InputStream in )
1367
- {
1368
- this( in, DECODE );
1369
- } // end constructor
1370
-
1371
-
1372
- /**
1373
- * Constructs a {@link Base64.InputStream} in
1374
- * either ENCODE or DECODE mode.
1375
- * <p>
1376
- * Valid options:<pre>
1377
- * ENCODE or DECODE: Encode or Decode as data is read.
1378
- * DONT_BREAK_LINES: don't break lines at 76 characters
1379
- * (only meaningful when encoding)
1380
- * <i>Note: Technically, this makes your encoding non-compliant.</i>
1381
- * </pre>
1382
- * <p>
1383
- * Example: <code>new Base64.InputStream( in, Base64.DECODE )</code>
1384
- *
1385
- *
1386
- * @param in the <tt>java.io.InputStream</tt> from which to read data.
1387
- * @param options Specified options
1388
- * @see Base64#ENCODE
1389
- * @see Base64#DECODE
1390
- * @see Base64#DONT_BREAK_LINES
1391
- * @since 2.0
1392
- */
1393
- public InputStream( java.io.InputStream in, int options )
1394
- {
1395
- super( in );
1396
- this.breakLines = (options & DONT_BREAK_LINES) != DONT_BREAK_LINES;
1397
- this.encode = (options & ENCODE) == ENCODE;
1398
- this.bufferLength = encode ? 4 : 3;
1399
- this.buffer = new byte[ bufferLength ];
1400
- this.position = -1;
1401
- this.lineLength = 0;
1402
- this.options = options; // Record for later, mostly to determine which alphabet to use
1403
- this.alphabet = getAlphabet(options);
1404
- this.decodabet = getDecodabet(options);
1405
- } // end constructor
1406
-
1407
- /**
1408
- * Reads enough of the input stream to convert
1409
- * to/from Base64 and returns the next byte.
1410
- *
1411
- * @return next byte
1412
- * @since 1.3
1413
- */
1414
- public int read() throws java.io.IOException
1415
- {
1416
- // Do we need to get data?
1417
- if( position < 0 )
1418
- {
1419
- if( encode )
1420
- {
1421
- byte[] b3 = new byte[3];
1422
- int numBinaryBytes = 0;
1423
- for( int i = 0; i < 3; i++ )
1424
- {
1425
- try
1426
- {
1427
- int b = in.read();
1428
-
1429
- // If end of stream, b is -1.
1430
- if( b >= 0 )
1431
- {
1432
- b3[i] = (byte)b;
1433
- numBinaryBytes++;
1434
- } // end if: not end of stream
1435
-
1436
- } // end try: read
1437
- catch( java.io.IOException e )
1438
- {
1439
- // Only a problem if we got no data at all.
1440
- if( i == 0 )
1441
- throw e;
1442
-
1443
- } // end catch
1444
- } // end for: each needed input byte
1445
-
1446
- if( numBinaryBytes > 0 )
1447
- {
1448
- encode3to4( b3, 0, numBinaryBytes, buffer, 0, options );
1449
- position = 0;
1450
- numSigBytes = 4;
1451
- } // end if: got data
1452
- else
1453
- {
1454
- return -1;
1455
- } // end else
1456
- } // end if: encoding
1457
-
1458
- // Else decoding
1459
- else
1460
- {
1461
- byte[] b4 = new byte[4];
1462
- int i = 0;
1463
- for( i = 0; i < 4; i++ )
1464
- {
1465
- // Read four "meaningful" bytes:
1466
- int b = 0;
1467
- do{ b = in.read(); }
1468
- while( b >= 0 && decodabet[ b & 0x7f ] <= WHITE_SPACE_ENC );
1469
-
1470
- if( b < 0 )
1471
- break; // Reads a -1 if end of stream
1472
-
1473
- b4[i] = (byte)b;
1474
- } // end for: each needed input byte
1475
-
1476
- if( i == 4 )
1477
- {
1478
- numSigBytes = decode4to3( b4, 0, buffer, 0, options );
1479
- position = 0;
1480
- } // end if: got four characters
1481
- else if( i == 0 ){
1482
- return -1;
1483
- } // end else if: also padded correctly
1484
- else
1485
- {
1486
- // Must have broken out from above.
1487
- throw new java.io.IOException( "Improperly padded Base64 input." );
1488
- } // end
1489
-
1490
- } // end else: decode
1491
- } // end else: get data
1492
-
1493
- // Got data?
1494
- if( position >= 0 )
1495
- {
1496
- // End of relevant data?
1497
- if( /*!encode &&*/ position >= numSigBytes )
1498
- return -1;
1499
-
1500
- if( encode && breakLines && lineLength >= MAX_LINE_LENGTH )
1501
- {
1502
- lineLength = 0;
1503
- return '\n';
1504
- } // end if
1505
- else
1506
- {
1507
- lineLength++; // This isn't important when decoding
1508
- // but throwing an extra "if" seems
1509
- // just as wasteful.
1510
-
1511
- int b = buffer[ position++ ];
1512
-
1513
- if( position >= bufferLength )
1514
- position = -1;
1515
-
1516
- return b & 0xFF; // This is how you "cast" a byte that's
1517
- // intended to be unsigned.
1518
- } // end else
1519
- } // end if: position >= 0
1520
-
1521
- // Else error
1522
- else
1523
- {
1524
- // When JDK1.4 is more accepted, use an assertion here.
1525
- throw new java.io.IOException( "Error in Base64 code reading stream." );
1526
- } // end else
1527
- } // end read
1528
-
1529
-
1530
- /**
1531
- * Calls {@link #read()} repeatedly until the end of stream
1532
- * is reached or <var>len</var> bytes are read.
1533
- * Returns number of bytes read into array or -1 if
1534
- * end of stream is encountered.
1535
- *
1536
- * @param dest array to hold values
1537
- * @param off offset for array
1538
- * @param len max number of bytes to read into array
1539
- * @return bytes read into array or -1 if end of stream is encountered.
1540
- * @since 1.3
1541
- */
1542
- public int read( byte[] dest, int off, int len ) throws java.io.IOException
1543
- {
1544
- int i;
1545
- int b;
1546
- for( i = 0; i < len; i++ )
1547
- {
1548
- b = read();
1549
-
1550
- //if( b < 0 && i == 0 )
1551
- // return -1;
1552
-
1553
- if( b >= 0 )
1554
- dest[off + i] = (byte)b;
1555
- else if( i == 0 )
1556
- return -1;
1557
- else
1558
- break; // Out of 'for' loop
1559
- } // end for: each byte read
1560
- return i;
1561
- } // end read
1562
-
1563
- } // end inner class InputStream
1564
-
1565
-
1566
-
1567
-
1568
-
1569
-
1570
- /* ******** I N N E R C L A S S O U T P U T S T R E A M ******** */
1571
-
1572
-
1573
-
1574
- /**
1575
- * A {@link Base64.OutputStream} will write data to another
1576
- * <tt>java.io.OutputStream</tt>, given in the constructor,
1577
- * and encode/decode to/from Base64 notation on the fly.
1578
- *
1579
- * @see Base64
1580
- * @since 1.3
1581
- */
1582
- public static class OutputStream extends java.io.FilterOutputStream
1583
- {
1584
- private boolean encode;
1585
- private int position;
1586
- private byte[] buffer;
1587
- private int bufferLength;
1588
- private int lineLength;
1589
- private boolean breakLines;
1590
- private byte[] b4; // Scratch used in a few places
1591
- private boolean suspendEncoding;
1592
- private int options; // Record for later
1593
- private byte[] alphabet; // Local copies to avoid extra method calls
1594
- private byte[] decodabet; // Local copies to avoid extra method calls
1595
-
1596
- /**
1597
- * Constructs a {@link Base64.OutputStream} in ENCODE mode.
1598
- *
1599
- * @param out the <tt>java.io.OutputStream</tt> to which data will be written.
1600
- * @since 1.3
1601
- */
1602
- public OutputStream( java.io.OutputStream out )
1603
- {
1604
- this( out, ENCODE );
1605
- } // end constructor
1606
-
1607
-
1608
- /**
1609
- * Constructs a {@link Base64.OutputStream} in
1610
- * either ENCODE or DECODE mode.
1611
- * <p>
1612
- * Valid options:<pre>
1613
- * ENCODE or DECODE: Encode or Decode as data is read.
1614
- * DONT_BREAK_LINES: don't break lines at 76 characters
1615
- * (only meaningful when encoding)
1616
- * <i>Note: Technically, this makes your encoding non-compliant.</i>
1617
- * </pre>
1618
- * <p>
1619
- * Example: <code>new Base64.OutputStream( out, Base64.ENCODE )</code>
1620
- *
1621
- * @param out the <tt>java.io.OutputStream</tt> to which data will be written.
1622
- * @param options Specified options.
1623
- * @see Base64#ENCODE
1624
- * @see Base64#DECODE
1625
- * @see Base64#DONT_BREAK_LINES
1626
- * @since 1.3
1627
- */
1628
- public OutputStream( java.io.OutputStream out, int options )
1629
- {
1630
- super( out );
1631
- this.breakLines = (options & DONT_BREAK_LINES) != DONT_BREAK_LINES;
1632
- this.encode = (options & ENCODE) == ENCODE;
1633
- this.bufferLength = encode ? 3 : 4;
1634
- this.buffer = new byte[ bufferLength ];
1635
- this.position = 0;
1636
- this.lineLength = 0;
1637
- this.suspendEncoding = false;
1638
- this.b4 = new byte[4];
1639
- this.options = options;
1640
- this.alphabet = getAlphabet(options);
1641
- this.decodabet = getDecodabet(options);
1642
- } // end constructor
1643
-
1644
-
1645
- /**
1646
- * Writes the byte to the output stream after
1647
- * converting to/from Base64 notation.
1648
- * When encoding, bytes are buffered three
1649
- * at a time before the output stream actually
1650
- * gets a write() call.
1651
- * When decoding, bytes are buffered four
1652
- * at a time.
1653
- *
1654
- * @param theByte the byte to write
1655
- * @since 1.3
1656
- */
1657
- public void write(int theByte) throws java.io.IOException
1658
- {
1659
- // Encoding suspended?
1660
- if( suspendEncoding )
1661
- {
1662
- super.out.write( theByte );
1663
- return;
1664
- } // end if: supsended
1665
-
1666
- // Encode?
1667
- if( encode )
1668
- {
1669
- buffer[ position++ ] = (byte)theByte;
1670
- if( position >= bufferLength ) // Enough to encode.
1671
- {
1672
- out.write( encode3to4( b4, buffer, bufferLength, options ) );
1673
-
1674
- lineLength += 4;
1675
- if( breakLines && lineLength >= MAX_LINE_LENGTH )
1676
- {
1677
- out.write( NEW_LINE );
1678
- lineLength = 0;
1679
- } // end if: end of line
1680
-
1681
- position = 0;
1682
- } // end if: enough to output
1683
- } // end if: encoding
1684
-
1685
- // Else, Decoding
1686
- else
1687
- {
1688
- // Meaningful Base64 character?
1689
- if( decodabet[ theByte & 0x7f ] > WHITE_SPACE_ENC )
1690
- {
1691
- buffer[ position++ ] = (byte)theByte;
1692
- if( position >= bufferLength ) // Enough to output.
1693
- {
1694
- int len = Base64.decode4to3( buffer, 0, b4, 0, options );
1695
- out.write( b4, 0, len );
1696
- //out.write( Base64.decode4to3( buffer ) );
1697
- position = 0;
1698
- } // end if: enough to output
1699
- } // end if: meaningful base64 character
1700
- else if( decodabet[ theByte & 0x7f ] != WHITE_SPACE_ENC )
1701
- {
1702
- throw new java.io.IOException( "Invalid character in Base64 data." );
1703
- } // end else: not white space either
1704
- } // end else: decoding
1705
- } // end write
1706
-
1707
-
1708
-
1709
- /**
1710
- * Calls {@link #write(int)} repeatedly until <var>len</var>
1711
- * bytes are written.
1712
- *
1713
- * @param theBytes array from which to read bytes
1714
- * @param off offset for array
1715
- * @param len max number of bytes to read into array
1716
- * @since 1.3
1717
- */
1718
- public void write( byte[] theBytes, int off, int len ) throws java.io.IOException
1719
- {
1720
- // Encoding suspended?
1721
- if( suspendEncoding )
1722
- {
1723
- super.out.write( theBytes, off, len );
1724
- return;
1725
- } // end if: supsended
1726
-
1727
- for( int i = 0; i < len; i++ )
1728
- {
1729
- write( theBytes[ off + i ] );
1730
- } // end for: each byte written
1731
-
1732
- } // end write
1733
-
1734
-
1735
-
1736
- /**
1737
- * Method added by PHIL. [Thanks, PHIL. -Rob]
1738
- * This pads the buffer without closing the stream.
1739
- */
1740
- public void flushBase64() throws java.io.IOException
1741
- {
1742
- if( position > 0 )
1743
- {
1744
- if( encode )
1745
- {
1746
- out.write( encode3to4( b4, buffer, position, options ) );
1747
- position = 0;
1748
- } // end if: encoding
1749
- else
1750
- {
1751
- throw new java.io.IOException( "Base64 input not properly padded." );
1752
- } // end else: decoding
1753
- } // end if: buffer partially full
1754
-
1755
- } // end flush
1756
-
1757
-
1758
- /**
1759
- * Flushes and closes (I think, in the superclass) the stream.
1760
- *
1761
- * @since 1.3
1762
- */
1763
- public void close() throws java.io.IOException
1764
- {
1765
- // 1. Ensure that pending characters are written
1766
- flushBase64();
1767
-
1768
- // 2. Actually close the stream
1769
- // Base class both flushes and closes.
1770
- super.close();
1771
-
1772
- buffer = null;
1773
- out = null;
1774
- } // end close
1775
-
1776
-
1777
-
1778
- /**
1779
- * Suspends encoding of the stream.
1780
- * May be helpful if you need to embed a piece of
1781
- * base640-encoded data in a stream.
1782
- *
1783
- * @since 1.5.1
1784
- */
1785
- public void suspendEncoding() throws java.io.IOException
1786
- {
1787
- flushBase64();
1788
- this.suspendEncoding = true;
1789
- } // end suspendEncoding
1790
-
1791
-
1792
- /**
1793
- * Resumes encoding of the stream.
1794
- * May be helpful if you need to embed a piece of
1795
- * base640-encoded data in a stream.
1796
- *
1797
- * @since 1.5.1
1798
- */
1799
- public void resumeEncoding()
1800
- {
1801
- this.suspendEncoding = false;
1802
- } // end resumeEncoding
1803
-
1804
-
1805
-
1806
- } // end inner class OutputStream
1807
-
1808
-
1809
- } // end class Base64