redcar 0.3.0dev → 0.3.1dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (434) hide show
  1. data/CHANGES +29 -3
  2. data/README.md +33 -0
  3. data/ROADMAP.md +23 -25
  4. data/Rakefile +58 -85
  5. data/bin/redcar +8 -2
  6. data/lib/freebase2/lib/freebase/readers.rb +8 -1
  7. data/lib/redcar.rb +22 -7
  8. data/lib/redcar/boot.rb +2 -5
  9. data/lib/redcar/{install.rb → installer.rb} +24 -22
  10. data/lib/redcar/ruby_extensions.rb +4 -0
  11. data/plugins/application/features/step_definitions/menu_steps.rb +12 -0
  12. data/plugins/application/features/step_definitions/tree_steps.rb +14 -2
  13. data/plugins/application/features/support/env.rb +4 -0
  14. data/plugins/application/lib/application.rb +48 -4
  15. data/plugins/application/lib/application/command.rb +4 -0
  16. data/plugins/application/lib/application/command/executor.rb +4 -1
  17. data/plugins/application/lib/application/dialogs/filter_list_dialog.rb +45 -0
  18. data/plugins/application/lib/application/menu.rb +17 -2
  19. data/plugins/application/lib/application/menu/builder.rb +18 -15
  20. data/plugins/application/lib/application/notebook.rb +28 -1
  21. data/plugins/application/lib/application/sensitivity.rb +10 -6
  22. data/plugins/application/lib/application/tab.rb +0 -1
  23. data/plugins/application/lib/application/treebook.rb +5 -0
  24. data/plugins/application/lib/application/window.rb +21 -1
  25. data/plugins/application/spec/application/menu/builder_spec.rb +0 -12
  26. data/plugins/application/spec/application/menu_spec.rb +14 -0
  27. data/plugins/application/spec/spec_helper.rb +2 -1
  28. data/plugins/application_swt/lib/application_swt.rb +9 -2
  29. data/plugins/application_swt/lib/application_swt/dialogs/filter_list_dialog_controller.rb +128 -0
  30. data/plugins/application_swt/lib/application_swt/dialogs/no_buttons_dialog.rb +24 -0
  31. data/plugins/application_swt/lib/application_swt/menu.rb +3 -1
  32. data/plugins/application_swt/lib/application_swt/notebook.rb +20 -31
  33. data/plugins/application_swt/lib/application_swt/swt/listener_helpers.rb +20 -0
  34. data/plugins/application_swt/lib/application_swt/swt_wrapper.rb +11 -0
  35. data/plugins/application_swt/lib/application_swt/tab.rb +2 -1
  36. data/plugins/application_swt/lib/application_swt/window.rb +4 -6
  37. data/plugins/application_swt/spec/spec_helper.rb +4 -1
  38. data/plugins/core/lib/core.rb +21 -0
  39. data/plugins/core/lib/core/gui.rb +6 -1
  40. data/plugins/core/lib/core/observable.rb +7 -3
  41. data/plugins/core/lib/core/plugin/storage.rb +48 -0
  42. data/plugins/core/spec/core/storage_spec.rb +30 -0
  43. data/plugins/edit_view/features/step_definitions/editing_steps.rb +7 -0
  44. data/plugins/edit_view/features/step_definitions/notebook_steps.rb +4 -0
  45. data/plugins/edit_view/features/step_definitions/tab_steps.rb +24 -6
  46. data/plugins/edit_view/features/support/env.rb +4 -0
  47. data/plugins/edit_view/features/switch_tabs.feature +55 -0
  48. data/plugins/edit_view/features/undo_and_redo.feature +52 -0
  49. data/plugins/edit_view/lib/edit_view.rb +22 -12
  50. data/plugins/edit_view/lib/edit_view/command.rb +6 -0
  51. data/plugins/edit_view/lib/edit_view/document.rb +69 -8
  52. data/plugins/edit_view/lib/edit_view/edit_tab.rb +2 -1
  53. data/plugins/edit_view/spec/spec_helper.rb +2 -1
  54. data/plugins/edit_view_swt/lib/edit_view_swt.rb +36 -7
  55. data/plugins/edit_view_swt/lib/edit_view_swt/document.rb +42 -7
  56. data/plugins/project/features/open_and_save_files.feature +9 -0
  57. data/plugins/project/features/refresh_directory_tree.feature +37 -0
  58. data/plugins/project/features/step_definitions/directory_steps.rb +5 -1
  59. data/plugins/project/features/step_definitions/file_steps.rb +17 -0
  60. data/plugins/project/lib/project.rb +91 -20
  61. data/plugins/project/lib/project/dir_mirror.rb +10 -1
  62. data/plugins/project/lib/project/file_mirror.rb +2 -0
  63. data/plugins/project/lib/project/find_file_dialog.rb +86 -0
  64. data/plugins/project/lib/project/project_command.rb +5 -0
  65. data/plugins/project/spec/spec_helper.rb +2 -1
  66. data/plugins/redcar/plugin.yaml +0 -2
  67. data/plugins/redcar/redcar.rb +181 -14
  68. data/plugins/repl/lib/repl.rb +16 -8
  69. data/plugins/repl/lib/repl/internal_mirror.rb +3 -1
  70. data/plugins/repl/plugin.yaml +2 -2
  71. data/plugins/repl/spec/spec_helper.rb +2 -1
  72. data/plugins/tree/lib/tree.rb +5 -0
  73. data/plugins/tree/spec/spec_helper.rb +2 -1
  74. data/plugins/tree_view_swt/lib/tree_view_swt.rb +16 -0
  75. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Plain_Text_Feature.tmLanguage +186 -0
  76. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Steps.tmLanguage +249 -0
  77. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/plaintext_template.erb +187 -0
  78. data/textmate/Bundles/Java.tmbundle/Syntaxes/Java.plist +1153 -0
  79. data/textmate/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist +70 -0
  80. data/textmate/Bundles/Java.tmbundle/Syntaxes/Java_Server_Pages___JSP__.tmLanguage +256 -0
  81. data/textmate/Bundles/Perl.tmbundle/Syntaxes/Perl.plist +3209 -0
  82. data/textmate/Bundles/RedcarRepl.tmbundle/Syntaxes/InternalRuby.plist +2 -0
  83. data/textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/HTML___Rails__.plist +92 -0
  84. data/textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/JavaScript___Rails__.tmLanguage +82 -0
  85. data/textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/RJS.tmLanguage +25 -0
  86. data/textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/Ruby_on_Rails.plist +288 -0
  87. data/textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/SQL___Rails__.plist +51 -0
  88. metadata +342 -651
  89. data/ext/extconf.rb +0 -18
  90. data/textmate/Bundles/C.tmbundle/Snippets/010_main_______main__.plist +0 -20
  91. data/textmate/Bundles/C.tmbundle/Snippets/030_for_int_loop___fori__.plist +0 -19
  92. data/textmate/Bundles/C.tmbundle/Snippets/Include_header_once_only_guard.plist +0 -28
  93. data/textmate/Bundles/C.tmbundle/Snippets/Typedef.tmSnippet +0 -16
  94. data/textmate/Bundles/C.tmbundle/Snippets/__1_begin_________1_end_______beginend__.plist +0 -16
  95. data/textmate/Bundles/C.tmbundle/Snippets/__endif.plist +0 -17
  96. data/textmate/Bundles/C.tmbundle/Snippets/__ifndef__________define__________endif.tmSnippet +0 -18
  97. data/textmate/Bundles/C.tmbundle/Snippets/__include________inc__.plist +0 -16
  98. data/textmate/Bundles/C.tmbundle/Snippets/__pragma_mark___mark__.plist +0 -21
  99. data/textmate/Bundles/C.tmbundle/Snippets/class______class__.plist +0 -24
  100. data/textmate/Bundles/C.tmbundle/Snippets/do___while_loop___do__.plist +0 -18
  101. data/textmate/Bundles/C.tmbundle/Snippets/fprintf_______.tmSnippet +0 -16
  102. data/textmate/Bundles/C.tmbundle/Snippets/if______if__.plist +0 -19
  103. data/textmate/Bundles/C.tmbundle/Snippets/namespace______namespace__.plist +0 -20
  104. data/textmate/Bundles/C.tmbundle/Snippets/next___include________Inc__.plist +0 -16
  105. data/textmate/Bundles/C.tmbundle/Snippets/printf______printf__.plist +0 -16
  106. data/textmate/Bundles/C.tmbundle/Snippets/read_file___readF__.plist +0 -23
  107. data/textmate/Bundles/C.tmbundle/Snippets/std____map___map__.plist +0 -16
  108. data/textmate/Bundles/C.tmbundle/Snippets/std____vector___v__.plist +0 -16
  109. data/textmate/Bundles/C.tmbundle/Snippets/struct.plist +0 -19
  110. data/textmate/Bundles/C.tmbundle/Snippets/template___typename________template__.plist +0 -16
  111. data/textmate/Bundles/CSS.tmbundle/Snippets/Fixed_Position_Bottom_100___wide_IE6.tmSnippet +0 -18
  112. data/textmate/Bundles/CSS.tmbundle/Snippets/__important_CSS_______.plist +0 -18
  113. data/textmate/Bundles/CSS.tmbundle/Snippets/background____color_image_repeat_attachment_position___background__.plist +0 -16
  114. data/textmate/Bundles/CSS.tmbundle/Snippets/background__attachment___scroll__fixed___background__.plist +0 -16
  115. data/textmate/Bundles/CSS.tmbundle/Snippets/background__color____color__hex___background__.plist +0 -16
  116. data/textmate/Bundles/CSS.tmbundle/Snippets/background__color____color__name___background__.plist +0 -16
  117. data/textmate/Bundles/CSS.tmbundle/Snippets/background__color____color__rgb___background__.plist +0 -16
  118. data/textmate/Bundles/CSS.tmbundle/Snippets/background__color____transparent___background__.plist +0 -16
  119. data/textmate/Bundles/CSS.tmbundle/Snippets/background__image____none___background__.plist +0 -16
  120. data/textmate/Bundles/CSS.tmbundle/Snippets/background__image____url___background__.plist +0 -16
  121. data/textmate/Bundles/CSS.tmbundle/Snippets/background__position____position___background__.plist +0 -16
  122. data/textmate/Bundles/CSS.tmbundle/Snippets/background__repeat____r__r__x__r__y__n__r___background__.plist +0 -16
  123. data/textmate/Bundles/CSS.tmbundle/Snippets/border_____size_style_color___border__.plist +0 -16
  124. data/textmate/Bundles/CSS.tmbundle/Snippets/border__bottom___size_style_color___border__.plist +0 -16
  125. data/textmate/Bundles/CSS.tmbundle/Snippets/border__bottom__color___size_style_color___border__.plist +0 -16
  126. data/textmate/Bundles/CSS.tmbundle/Snippets/border__bottom__style___size_style_color___border__.plist +0 -16
  127. data/textmate/Bundles/CSS.tmbundle/Snippets/border__bottom__width___size_style_color___border__.plist +0 -16
  128. data/textmate/Bundles/CSS.tmbundle/Snippets/border__color___color___border__.plist +0 -16
  129. data/textmate/Bundles/CSS.tmbundle/Snippets/border__left___size_style_color___border__.plist +0 -16
  130. data/textmate/Bundles/CSS.tmbundle/Snippets/border__left__color___color___border__.plist +0 -16
  131. data/textmate/Bundles/CSS.tmbundle/Snippets/border__left__style___style___border__.plist +0 -16
  132. data/textmate/Bundles/CSS.tmbundle/Snippets/border__left__width___size___border__.plist +0 -16
  133. data/textmate/Bundles/CSS.tmbundle/Snippets/border__right___size_style_color___border__.plist +0 -16
  134. data/textmate/Bundles/CSS.tmbundle/Snippets/border__right__color___color___border__.plist +0 -16
  135. data/textmate/Bundles/CSS.tmbundle/Snippets/border__right__style___style___border__.plist +0 -16
  136. data/textmate/Bundles/CSS.tmbundle/Snippets/border__right__width___size___border__.plist +0 -16
  137. data/textmate/Bundles/CSS.tmbundle/Snippets/border__style___style___border__.plist +0 -16
  138. data/textmate/Bundles/CSS.tmbundle/Snippets/border__top___size_style_color___border__.plist +0 -16
  139. data/textmate/Bundles/CSS.tmbundle/Snippets/border__top__color___color___border__.plist +0 -16
  140. data/textmate/Bundles/CSS.tmbundle/Snippets/border__top__style___style___border__.plist +0 -16
  141. data/textmate/Bundles/CSS.tmbundle/Snippets/border__top__width___size___border__.plist +0 -16
  142. data/textmate/Bundles/CSS.tmbundle/Snippets/border__width___width___border__.plist +0 -16
  143. data/textmate/Bundles/CSS.tmbundle/Snippets/clear___value___clear__.plist +0 -16
  144. data/textmate/Bundles/CSS.tmbundle/Snippets/color____color__hex___color__.plist +0 -16
  145. data/textmate/Bundles/CSS.tmbundle/Snippets/color____color__name___color__.plist +0 -16
  146. data/textmate/Bundles/CSS.tmbundle/Snippets/color____color__rgb___color__.plist +0 -16
  147. data/textmate/Bundles/CSS.tmbundle/Snippets/cursor___type___cursor__.plist +0 -16
  148. data/textmate/Bundles/CSS.tmbundle/Snippets/cursor___url___cursor__.plist +0 -16
  149. data/textmate/Bundles/CSS.tmbundle/Snippets/direction___ltr__rtl___direction__.plist +0 -16
  150. data/textmate/Bundles/CSS.tmbundle/Snippets/display___block___display__.plist +0 -16
  151. data/textmate/Bundles/CSS.tmbundle/Snippets/display___common__types___display__.plist +0 -16
  152. data/textmate/Bundles/CSS.tmbundle/Snippets/display___inline___display__.plist +0 -16
  153. data/textmate/Bundles/CSS.tmbundle/Snippets/display___table__types___display__.plist +0 -16
  154. data/textmate/Bundles/CSS.tmbundle/Snippets/filter___AlphaImageLoader___for_IE_PNGs_____background__.plist +0 -19
  155. data/textmate/Bundles/CSS.tmbundle/Snippets/float___left__right__none___float__.plist +0 -16
  156. data/textmate/Bundles/CSS.tmbundle/Snippets/font_____style_variant_weight_size__line__height_font___family___font__.plist +0 -16
  157. data/textmate/Bundles/CSS.tmbundle/Snippets/font___size_font___font__.plist +0 -16
  158. data/textmate/Bundles/CSS.tmbundle/Snippets/font__family_____family___font__.plist +0 -16
  159. data/textmate/Bundles/CSS.tmbundle/Snippets/font__size___size___font__.plist +0 -16
  160. data/textmate/Bundles/CSS.tmbundle/Snippets/font__style_____normal__italic__oblique___font__.plist +0 -16
  161. data/textmate/Bundles/CSS.tmbundle/Snippets/font__variant_____normal__small__caps___font__.plist +0 -16
  162. data/textmate/Bundles/CSS.tmbundle/Snippets/font__weight___weight___font__.plist +0 -16
  163. data/textmate/Bundles/CSS.tmbundle/Snippets/letter__spacing_____length__em___letter__.plist +0 -16
  164. data/textmate/Bundles/CSS.tmbundle/Snippets/letter__spacing_____length__px___letter__.plist +0 -16
  165. data/textmate/Bundles/CSS.tmbundle/Snippets/list__style___type_position_image___list__.plist +0 -16
  166. data/textmate/Bundles/CSS.tmbundle/Snippets/list__style__image___url___list__.plist +0 -16
  167. data/textmate/Bundles/CSS.tmbundle/Snippets/list__style__position___pos___list__.plist +0 -16
  168. data/textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___asian___list__.plist +0 -16
  169. data/textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___marker__list__.plist +0 -16
  170. data/textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___numeric___list__.plist +0 -16
  171. data/textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___other___list__.plist +0 -16
  172. data/textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___roman__alpha__greek___list__.plist +0 -16
  173. data/textmate/Bundles/CSS.tmbundle/Snippets/margin___T_R_B_L___margin__.plist +0 -16
  174. data/textmate/Bundles/CSS.tmbundle/Snippets/margin___V_H___margin__.plist +0 -16
  175. data/textmate/Bundles/CSS.tmbundle/Snippets/margin_____all___margin__.plist +0 -16
  176. data/textmate/Bundles/CSS.tmbundle/Snippets/margin__bottom___length___margin__.plist +0 -16
  177. data/textmate/Bundles/CSS.tmbundle/Snippets/margin__left___length___margin__.plist +0 -16
  178. data/textmate/Bundles/CSS.tmbundle/Snippets/margin__right___length___margin__.plist +0 -16
  179. data/textmate/Bundles/CSS.tmbundle/Snippets/margin__top___length___margin__.plist +0 -16
  180. data/textmate/Bundles/CSS.tmbundle/Snippets/marker__offset___auto___marker__.plist +0 -16
  181. data/textmate/Bundles/CSS.tmbundle/Snippets/marker__offset___length___marker__.plist +0 -16
  182. data/textmate/Bundles/CSS.tmbundle/Snippets/opacity_____for_Safari___FF_and_IE_____opacity__.plist +0 -18
  183. data/textmate/Bundles/CSS.tmbundle/Snippets/overflow___type___overflow__.plist +0 -16
  184. data/textmate/Bundles/CSS.tmbundle/Snippets/padding_____T_R_B_L___padding__.plist +0 -16
  185. data/textmate/Bundles/CSS.tmbundle/Snippets/padding_____V_H___padding__.plist +0 -16
  186. data/textmate/Bundles/CSS.tmbundle/Snippets/padding_____all___padding__.plist +0 -16
  187. data/textmate/Bundles/CSS.tmbundle/Snippets/padding__bottom___length___margin__.plist +0 -16
  188. data/textmate/Bundles/CSS.tmbundle/Snippets/padding__left___length___margin__.plist +0 -16
  189. data/textmate/Bundles/CSS.tmbundle/Snippets/padding__right___length___margin__.plist +0 -16
  190. data/textmate/Bundles/CSS.tmbundle/Snippets/padding__top___length___margin__.plist +0 -16
  191. data/textmate/Bundles/CSS.tmbundle/Snippets/position___type___position__.plist +0 -16
  192. data/textmate/Bundles/CSS.tmbundle/Snippets/properties_______________.plist +0 -19
  193. data/textmate/Bundles/CSS.tmbundle/Snippets/scrollbar.tmSnippet +0 -23
  194. data/textmate/Bundles/CSS.tmbundle/Snippets/selection.tmSnippet +0 -20
  195. data/textmate/Bundles/CSS.tmbundle/Snippets/text__align___left__center__right___txt__.plist +0 -16
  196. data/textmate/Bundles/CSS.tmbundle/Snippets/text__decoration___none__underline__overline__line__through__blink___text__.plist +0 -16
  197. data/textmate/Bundles/CSS.tmbundle/Snippets/text__indent___length___text__.plist +0 -16
  198. data/textmate/Bundles/CSS.tmbundle/Snippets/text__shadow___color__hex_x_y_blur___text__.plist +0 -16
  199. data/textmate/Bundles/CSS.tmbundle/Snippets/text__shadow___color__rgb_x_y_blur___text__.plist +0 -16
  200. data/textmate/Bundles/CSS.tmbundle/Snippets/text__shadow___none___text__.plist +0 -16
  201. data/textmate/Bundles/CSS.tmbundle/Snippets/text__transform___capitalize__upper__lower___text__.plist +0 -16
  202. data/textmate/Bundles/CSS.tmbundle/Snippets/text__transform___none___text__.plist +0 -16
  203. data/textmate/Bundles/CSS.tmbundle/Snippets/vertical__align___type___vertical__.plist +0 -16
  204. data/textmate/Bundles/CSS.tmbundle/Snippets/visibility___type___visibility__.plist +0 -16
  205. data/textmate/Bundles/CSS.tmbundle/Snippets/white__space____normal__pre__nowrap___white__.plist +0 -16
  206. data/textmate/Bundles/CSS.tmbundle/Snippets/word__spacing____length___word__.plist +0 -16
  207. data/textmate/Bundles/CSS.tmbundle/Snippets/word__spacing____normal___word__.plist +0 -16
  208. data/textmate/Bundles/CSS.tmbundle/Snippets/z__index___index___z__.plist +0 -16
  209. data/textmate/Bundles/HTML.tmbundle/Snippets/Arrow___arrow__.plist +0 -16
  210. data/textmate/Bundles/HTML.tmbundle/Snippets/Backspace___backspace__.plist +0 -16
  211. data/textmate/Bundles/HTML.tmbundle/Snippets/Backtab___backtab__.plist +0 -16
  212. data/textmate/Bundles/HTML.tmbundle/Snippets/Command___command__.plist +0 -16
  213. data/textmate/Bundles/HTML.tmbundle/Snippets/Control___control__.plist +0 -16
  214. data/textmate/Bundles/HTML.tmbundle/Snippets/Delete___delete__.plist +0 -16
  215. data/textmate/Bundles/HTML.tmbundle/Snippets/DocType_HTML_4_0_Strict.plist +0 -18
  216. data/textmate/Bundles/HTML.tmbundle/Snippets/DocType_XHTL_1_0_Frameset.plist +0 -18
  217. data/textmate/Bundles/HTML.tmbundle/Snippets/DocType_XHTML_1_0_Strict.plist +0 -18
  218. data/textmate/Bundles/HTML.tmbundle/Snippets/DocType_XHTML_1_0_Transitional.plist +0 -18
  219. data/textmate/Bundles/HTML.tmbundle/Snippets/DocType_XHTML_1_1.plist +0 -18
  220. data/textmate/Bundles/HTML.tmbundle/Snippets/Down___down__.plist +0 -16
  221. data/textmate/Bundles/HTML.tmbundle/Snippets/Embed_QT_movie___movie__.plist +0 -26
  222. data/textmate/Bundles/HTML.tmbundle/Snippets/Emphasize.tmSnippet +0 -16
  223. data/textmate/Bundles/HTML.tmbundle/Snippets/Enter___enter__.plist +0 -16
  224. data/textmate/Bundles/HTML.tmbundle/Snippets/Escape___escape__.plist +0 -16
  225. data/textmate/Bundles/HTML.tmbundle/Snippets/Fieldset.tmSnippet +0 -22
  226. data/textmate/Bundles/HTML.tmbundle/Snippets/HTML________4_0_Transitional___doctype__.plist +0 -18
  227. data/textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer.tmSnippet +0 -16
  228. data/textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_5_0_only.tmSnippet +0 -16
  229. data/textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_5_5_only.tmSnippet +0 -16
  230. data/textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_5_x.tmSnippet +0 -16
  231. data/textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_6_and_below.tmSnippet +0 -16
  232. data/textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_6_only.tmSnippet +0 -16
  233. data/textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_7__.tmSnippet +0 -16
  234. data/textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___NOT_Internet_Explorer.tmSnippet +0 -16
  235. data/textmate/Bundles/HTML.tmbundle/Snippets/Input_with_Label.tmSnippet +0 -19
  236. data/textmate/Bundles/HTML.tmbundle/Snippets/Left___left__.plist +0 -16
  237. data/textmate/Bundles/HTML.tmbundle/Snippets/Option.tmSnippet +0 -18
  238. data/textmate/Bundles/HTML.tmbundle/Snippets/Option___option__.plist +0 -16
  239. data/textmate/Bundles/HTML.tmbundle/Snippets/Return___return__.plist +0 -16
  240. data/textmate/Bundles/HTML.tmbundle/Snippets/Right___right__.plist +0 -16
  241. data/textmate/Bundles/HTML.tmbundle/Snippets/Select_Box.tmSnippet +0 -22
  242. data/textmate/Bundles/HTML.tmbundle/Snippets/Shift___shift__.plist +0 -16
  243. data/textmate/Bundles/HTML.tmbundle/Snippets/Smart_return__indent_for_tag_pairs.plist +0 -18
  244. data/textmate/Bundles/HTML.tmbundle/Snippets/Strong.tmSnippet +0 -16
  245. data/textmate/Bundles/HTML.tmbundle/Snippets/Tab___tab__.plist +0 -16
  246. data/textmate/Bundles/HTML.tmbundle/Snippets/Up___up__.plist +0 -16
  247. data/textmate/Bundles/HTML.tmbundle/Snippets/Wrap_Selection_In_Tag.plist +0 -16
  248. data/textmate/Bundles/HTML.tmbundle/Snippets/Wrap_in___________________.plist +0 -14
  249. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML_____input__.plist +0 -16
  250. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML_____textarea__.plist +0 -16
  251. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___a_mailto_____.plist +0 -16
  252. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___base__.plist +0 -16
  253. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___body__.plist +0 -18
  254. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___br_____.plist +0 -16
  255. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___div__.plist +0 -18
  256. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___form__.plist +0 -20
  257. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___h1__.plist +0 -16
  258. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___head__.plist +0 -20
  259. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___link__.plist +0 -16
  260. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___meta__.plist +0 -16
  261. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___nbsp___NonBreakingSpace.plist +0 -16
  262. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___script__.plist +0 -18
  263. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___script_src_____.plist +0 -16
  264. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___style__.plist +0 -18
  265. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___table__.plist +0 -19
  266. data/textmate/Bundles/HTML.tmbundle/Snippets/XHTML___title__.plist +0 -16
  267. data/textmate/Bundles/HTML.tmbundle/Templates/HTML /342/200/223 4.0 Strict/index.html" +0 -15
  268. data/textmate/Bundles/HTML.tmbundle/Templates/HTML /342/200/223 4.0 Strict/info.plist" +0 -20
  269. data/textmate/Bundles/HTML.tmbundle/Templates/HTML /342/200/224 4.0 Transitional/index.html" +0 -15
  270. data/textmate/Bundles/HTML.tmbundle/Templates/HTML /342/200/224 4.0 Transitional/info.plist" +0 -20
  271. data/textmate/Bundles/HTML.tmbundle/Templates/XHTML /342/200/223 1.0 Frameset/index.html" +0 -16
  272. data/textmate/Bundles/HTML.tmbundle/Templates/XHTML /342/200/223 1.0 Frameset/info.plist" +0 -16
  273. data/textmate/Bundles/HTML.tmbundle/Templates/XHTML /342/200/223 1.0 Strict/index.html" +0 -16
  274. data/textmate/Bundles/HTML.tmbundle/Templates/XHTML /342/200/223 1.0 Strict/info.plist" +0 -16
  275. data/textmate/Bundles/HTML.tmbundle/Templates/XHTML /342/200/223 1.0 Transitional/index.html" +0 -16
  276. data/textmate/Bundles/HTML.tmbundle/Templates/XHTML /342/200/223 1.0 Transitional/info.plist" +0 -16
  277. data/textmate/Bundles/HTML.tmbundle/Templates/XHTML /342/200/223 1.1/index.html" +0 -15
  278. data/textmate/Bundles/HTML.tmbundle/Templates/XHTML /342/200/223 1.1/info.plist" +0 -16
  279. data/textmate/Bundles/Ruby.tmbundle/Snippets/060_ruby_if_else.plist +0 -20
  280. data/textmate/Bundles/Ruby.tmbundle/Snippets/070_ruby_if.plist +0 -18
  281. data/textmate/Bundles/Ruby.tmbundle/Snippets/080_ruby_case.plist +0 -19
  282. data/textmate/Bundles/Ruby.tmbundle/Snippets/Add_____________Marker.tmSnippet +0 -16
  283. data/textmate/Bundles/Ruby.tmbundle/Snippets/Array_new__10________i____________Arr__.plist +0 -16
  284. data/textmate/Bundles/Ruby.tmbundle/Snippets/Benchmark_bmbm_______do____end.tmSnippet +0 -19
  285. data/textmate/Bundles/Ruby.tmbundle/Snippets/Dir__________.tmSnippet +0 -16
  286. data/textmate/Bundles/Ruby.tmbundle/Snippets/Dir_glob___________do___file______end____Dir__.plist +0 -16
  287. data/textmate/Bundles/Ruby.tmbundle/Snippets/File_foreach____________do___line______end____File__.plist +0 -16
  288. data/textmate/Bundles/Ruby.tmbundle/Snippets/File_open________________file________.tmSnippet +0 -16
  289. data/textmate/Bundles/Ruby.tmbundle/Snippets/File_read__________.tmSnippet +0 -16
  290. data/textmate/Bundles/Ruby.tmbundle/Snippets/Hash_new______hash___key___hash__key_______________Has__.plist +0 -16
  291. data/textmate/Bundles/Ruby.tmbundle/Snippets/Insert_ERb__s______________or_______________.tmSnippet +0 -16
  292. data/textmate/Bundles/Ruby.tmbundle/Snippets/Marshal_dump__obj___file______Md__.plist +0 -16
  293. data/textmate/Bundles/Ruby.tmbundle/Snippets/Marshal_load__obj______Ml__.plist +0 -16
  294. data/textmate/Bundles/Ruby.tmbundle/Snippets/PStore_new________.tmSnippet +0 -16
  295. data/textmate/Bundles/Ruby.tmbundle/Snippets/RDoc_documentation_block.tmSnippet +0 -20
  296. data/textmate/Bundles/Ruby.tmbundle/Snippets/Wrap_in_Begin________Rescue________End.plist +0 -23
  297. data/textmate/Bundles/Ruby.tmbundle/Snippets/YAML_dump_______file______Yd____.plist +0 -16
  298. data/textmate/Bundles/Ruby.tmbundle/Snippets/YAML_load__file______Yl____.plist +0 -16
  299. data/textmate/Bundles/Ruby.tmbundle/Snippets/__END__.tmSnippet +0 -17
  300. data/textmate/Bundles/Ruby.tmbundle/Snippets/______usr__local__bin__ruby___w.plist +0 -17
  301. data/textmate/Bundles/Ruby.tmbundle/Snippets/__yields___RDoc_comment.tmSnippet +0 -16
  302. data/textmate/Bundles/Ruby.tmbundle/Snippets/alias_method_______am__.plist +0 -16
  303. data/textmate/Bundles/Ruby.tmbundle/Snippets/all________e____________all__.plist +0 -16
  304. data/textmate/Bundles/Ruby.tmbundle/Snippets/any________e____________any__.plist +0 -16
  305. data/textmate/Bundles/Ruby.tmbundle/Snippets/application_code_______app__.plist +0 -18
  306. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert__________as__.plist +0 -16
  307. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_equal.tmSnippet +0 -16
  308. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_in_delta__________asid__.plist +0 -16
  309. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_instance_of__________asio__.plist +0 -16
  310. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_kind_of__________asko__.plist +0 -16
  311. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_match__________asm__.plist +0 -16
  312. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_nil__________asn__.plist +0 -16
  313. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_no_match__________asnm__.plist +0 -16
  314. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_not_equal__________asne__.plist +0 -16
  315. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_not_nil__________asnn__.plist +0 -16
  316. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_not_same__________asns__.plist +0 -16
  317. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_nothing_raised___________________asnr__.plist +0 -16
  318. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_nothing_thrown_____________asnt__.plist +0 -16
  319. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_operator__________aso__.plist +0 -16
  320. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_raise___________________asr__.plist +0 -16
  321. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_respond_to__________asrt__.plist +0 -16
  322. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_same__________ass__.plist +0 -16
  323. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_send__________ass__.plist +0 -16
  324. data/textmate/Bundles/Ruby.tmbundle/Snippets/assert_throws___________________ast__.plist +0 -16
  325. data/textmate/Bundles/Ruby.tmbundle/Snippets/attr_accessor_______rw__.plist +0 -16
  326. data/textmate/Bundles/Ruby.tmbundle/Snippets/attr_reader_______r__.plist +0 -16
  327. data/textmate/Bundles/Ruby.tmbundle/Snippets/attr_writer_______w__.plist +0 -16
  328. data/textmate/Bundles/Ruby.tmbundle/Snippets/class_______DelegateClass____initialize____end____class__.plist +0 -24
  329. data/textmate/Bundles/Ruby.tmbundle/Snippets/class_______ParentClass____initialize____end.plist +0 -22
  330. data/textmate/Bundles/Ruby.tmbundle/Snippets/class_______Struct____initialize____end.plist +0 -22
  331. data/textmate/Bundles/Ruby.tmbundle/Snippets/class_______Test____Unit____TestCase____end____tc__.plist +0 -24
  332. data/textmate/Bundles/Ruby.tmbundle/Snippets/class______self____end.tmSnippet +0 -18
  333. data/textmate/Bundles/Ruby.tmbundle/Snippets/class____end____cla__.plist +0 -18
  334. data/textmate/Bundles/Ruby.tmbundle/Snippets/class____initialize____end.plist +0 -22
  335. data/textmate/Bundles/Ruby.tmbundle/Snippets/class____instance_methods____undef____initialize____end____class__.plist +0 -30
  336. data/textmate/Bundles/Ruby.tmbundle/Snippets/class_from_name________clafn__.plist +0 -16
  337. data/textmate/Bundles/Ruby.tmbundle/Snippets/classify______e____________clas__.plist +0 -16
  338. data/textmate/Bundles/Ruby.tmbundle/Snippets/collect______e____________col__.plist +0 -16
  339. data/textmate/Bundles/Ruby.tmbundle/Snippets/deep_copy__________dee__.plist +0 -16
  340. data/textmate/Bundles/Ruby.tmbundle/Snippets/def_delegator______defd__.plist +0 -16
  341. data/textmate/Bundles/Ruby.tmbundle/Snippets/def_delegators______defds__.plist +0 -16
  342. data/textmate/Bundles/Ruby.tmbundle/Snippets/def_end.plist +0 -18
  343. data/textmate/Bundles/Ruby.tmbundle/Snippets/def_method_missing____end____mm__.plist +0 -18
  344. data/textmate/Bundles/Ruby.tmbundle/Snippets/def_self____end____defs__.plist +0 -18
  345. data/textmate/Bundles/Ruby.tmbundle/Snippets/def_test_____end____t__.plist +0 -18
  346. data/textmate/Bundles/Ruby.tmbundle/Snippets/delete_if______e____________deli__.plist +0 -16
  347. data/textmate/Bundles/Ruby.tmbundle/Snippets/detect______e____________det__.plist +0 -16
  348. data/textmate/Bundles/Ruby.tmbundle/Snippets/directory____.tmSnippet +0 -16
  349. data/textmate/Bundles/Ruby.tmbundle/Snippets/do___obj______end___doo__.plist +0 -18
  350. data/textmate/Bundles/Ruby.tmbundle/Snippets/downto__0________n____________dow__.plist +0 -16
  351. data/textmate/Bundles/Ruby.tmbundle/Snippets/each______e____________ea__.plist +0 -16
  352. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_byte______byte____________eab__.plist +0 -16
  353. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_char______chr____________eac____.plist +0 -16
  354. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_cons____________group____________eac____.plist +0 -16
  355. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_index______i____________eai__.plist +0 -16
  356. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_key______key____________eak__.plist +0 -16
  357. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_line______line____________eal__.plist +0 -16
  358. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_pair______name___val____________eap__.plist +0 -16
  359. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_slice______group____________eas__.plist +0 -16
  360. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_value______val____________eav__.plist +0 -16
  361. data/textmate/Bundles/Ruby.tmbundle/Snippets/each_with_index______e___i____________eawi__.plist +0 -16
  362. data/textmate/Bundles/Ruby.tmbundle/Snippets/elsif____.tmSnippet +0 -17
  363. data/textmate/Bundles/Ruby.tmbundle/Snippets/embed_string_variable.plist +0 -16
  364. data/textmate/Bundles/Ruby.tmbundle/Snippets/extend_Forwardable____Forw__.plist +0 -16
  365. data/textmate/Bundles/Ruby.tmbundle/Snippets/fetch__name________key____________fet__.plist +0 -16
  366. data/textmate/Bundles/Ruby.tmbundle/Snippets/fill__range________i____________fil__.plist +0 -16
  367. data/textmate/Bundles/Ruby.tmbundle/Snippets/find______e____________fin__.plist +0 -16
  368. data/textmate/Bundles/Ruby.tmbundle/Snippets/find_all______e____________fina__.plist +0 -16
  369. data/textmate/Bundles/Ruby.tmbundle/Snippets/flatten_once____fla__.plist +0 -16
  370. data/textmate/Bundles/Ruby.tmbundle/Snippets/flunk__________fl__.plist +0 -16
  371. data/textmate/Bundles/Ruby.tmbundle/Snippets/grep____pattern__________match____________gre__.plist +0 -16
  372. data/textmate/Bundles/Ruby.tmbundle/Snippets/gsub________________match____________gsu__.plist +0 -16
  373. data/textmate/Bundles/Ruby.tmbundle/Snippets/hash_pair_______.plist +0 -16
  374. data/textmate/Bundles/Ruby.tmbundle/Snippets/hash_pointer.plist +0 -16
  375. data/textmate/Bundles/Ruby.tmbundle/Snippets/include_Comparable_______Comp__.plist +0 -20
  376. data/textmate/Bundles/Ruby.tmbundle/Snippets/include_Enumerable_______Enum__.plist +0 -20
  377. data/textmate/Bundles/Ruby.tmbundle/Snippets/inject__init________mem___var____________inj__.plist +0 -16
  378. data/textmate/Bundles/Ruby.tmbundle/Snippets/lambda______args____________lam__.plist +0 -16
  379. data/textmate/Bundles/Ruby.tmbundle/Snippets/loop_________.tmSnippet +0 -16
  380. data/textmate/Bundles/Ruby.tmbundle/Snippets/map______e____________map__.plist +0 -16
  381. data/textmate/Bundles/Ruby.tmbundle/Snippets/map_with_index______e___i____________mapwi__.plist +0 -16
  382. data/textmate/Bundles/Ruby.tmbundle/Snippets/max______a___b____________max__.plist +0 -16
  383. data/textmate/Bundles/Ruby.tmbundle/Snippets/min______a___b____________min__.plist +0 -16
  384. data/textmate/Bundles/Ruby.tmbundle/Snippets/module____ClassMethods____end.plist +0 -29
  385. data/textmate/Bundles/Ruby.tmbundle/Snippets/module____end.plist +0 -18
  386. data/textmate/Bundles/Ruby.tmbundle/Snippets/module____module_function____end.plist +0 -20
  387. data/textmate/Bundles/Ruby.tmbundle/Snippets/namespace______do____end.tmSnippet +0 -18
  388. data/textmate/Bundles/Ruby.tmbundle/Snippets/open____path__or__url_______w_____do___doc______end___ope__.plist +0 -16
  389. data/textmate/Bundles/Ruby.tmbundle/Snippets/open_yield_block_______.plist +0 -16
  390. data/textmate/Bundles/Ruby.tmbundle/Snippets/option_parse_____________optp__.plist +0 -43
  391. data/textmate/Bundles/Ruby.tmbundle/Snippets/partition______e____________par__.plist +0 -16
  392. data/textmate/Bundles/Ruby.tmbundle/Snippets/path_from_here________.tmSnippet +0 -16
  393. data/textmate/Bundles/Ruby.tmbundle/Snippets/randomize____ran__.plist +0 -16
  394. data/textmate/Bundles/Ruby.tmbundle/Snippets/reject______e____________rej__.plist +0 -16
  395. data/textmate/Bundles/Ruby.tmbundle/Snippets/require___________req__.plist +0 -16
  396. data/textmate/Bundles/Ruby.tmbundle/Snippets/require___tc____________ts__.plist +0 -20
  397. data/textmate/Bundles/Ruby.tmbundle/Snippets/require_gem_______.tmSnippet +0 -16
  398. data/textmate/Bundles/Ruby.tmbundle/Snippets/results_report_______________.tmSnippet +0 -16
  399. data/textmate/Bundles/Ruby.tmbundle/Snippets/reverse_each______e____________rea__.plist +0 -16
  400. data/textmate/Bundles/Ruby.tmbundle/Snippets/scan________________match____________sca__.plist +0 -16
  401. data/textmate/Bundles/Ruby.tmbundle/Snippets/select______e____________sel__.plist +0 -16
  402. data/textmate/Bundles/Ruby.tmbundle/Snippets/singleton_class____.tmSnippet +0 -16
  403. data/textmate/Bundles/Ruby.tmbundle/Snippets/sort______a___b____________sor__.plist +0 -16
  404. data/textmate/Bundles/Ruby.tmbundle/Snippets/sort_by______e____________sorb__.plist +0 -16
  405. data/textmate/Bundles/Ruby.tmbundle/Snippets/step__2________e____________ste__.plist +0 -16
  406. data/textmate/Bundles/Ruby.tmbundle/Snippets/sub________________match____________sub__.plist +0 -16
  407. data/textmate/Bundles/Ruby.tmbundle/Snippets/task___task_name__________dependent_____tasks___do____end.tmSnippet +0 -19
  408. data/textmate/Bundles/Ruby.tmbundle/Snippets/times______n____________tim__.plist +0 -16
  409. data/textmate/Bundles/Ruby.tmbundle/Snippets/transaction_________do____end.tmSnippet +0 -16
  410. data/textmate/Bundles/Ruby.tmbundle/Snippets/unix_filter______uni__.plist +0 -18
  411. data/textmate/Bundles/Ruby.tmbundle/Snippets/unless___unless__.plist +0 -18
  412. data/textmate/Bundles/Ruby.tmbundle/Snippets/until_____end.tmSnippet +0 -18
  413. data/textmate/Bundles/Ruby.tmbundle/Snippets/untitled.plist +0 -19
  414. data/textmate/Bundles/Ruby.tmbundle/Snippets/upto__1_0__0_0________n____________upt__.plist +0 -16
  415. data/textmate/Bundles/Ruby.tmbundle/Snippets/usage_if________usai__.plist +0 -18
  416. data/textmate/Bundles/Ruby.tmbundle/Snippets/usage_unless________usau__.plist +0 -18
  417. data/textmate/Bundles/Ruby.tmbundle/Snippets/when.plist +0 -17
  418. data/textmate/Bundles/Ruby.tmbundle/Snippets/while_____end.tmSnippet +0 -18
  419. data/textmate/Bundles/Ruby.tmbundle/Snippets/xmlread______.tmSnippet +0 -16
  420. data/textmate/Bundles/Ruby.tmbundle/Snippets/xpath_______________.tmSnippet +0 -18
  421. data/textmate/Bundles/Ruby.tmbundle/Snippets/zip__enums________row____________zip__.plist +0 -16
  422. data/textmate/Bundles/Source.tmbundle/Snippets/Continue_line_comment.plist +0 -35
  423. data/textmate/Bundles/Source.tmbundle/Snippets/Escaped_Quote_Pair_____________.plist +0 -14
  424. data/textmate/Bundles/Source.tmbundle/Snippets/Escaped_Single_Quote_Pair_____________.plist +0 -14
  425. data/textmate/Bundles/Source.tmbundle/Snippets/Frame_text.plist +0 -16
  426. data/textmate/Bundles/Source.tmbundle/Snippets/__n.plist +0 -16
  427. data/textmate/Bundles/Text.tmbundle/Snippets/010_Copyright.plist +0 -14
  428. data/textmate/Bundles/Text.tmbundle/Snippets/Conitnue_bullet.plist +0 -17
  429. data/textmate/Bundles/Text.tmbundle/Snippets/Conitnue_light_bullet.plist +0 -17
  430. data/textmate/Bundles/Text.tmbundle/Snippets/Conitnue_star_bullet.plist +0 -17
  431. data/textmate/Bundles/Text.tmbundle/Snippets/Insert_ISO_date.plist +0 -14
  432. data/textmate/Bundles/Text.tmbundle/Snippets/Lorem_ipsum.plist +0 -14
  433. data/textmate/Bundles/Text.tmbundle/Templates/Empty file/info.plist +0 -14
  434. data/textmate/Bundles/Text.tmbundle/Templates/From Clipboard/info.plist +0 -17
@@ -0,0 +1,51 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>fileTypes</key>
6
+ <array>
7
+ <string>erbsql</string>
8
+ <string>sql.erb</string>
9
+ </array>
10
+ <key>foldingStartMarker</key>
11
+ <string>\s*\(\s*$</string>
12
+ <key>foldingStopMarker</key>
13
+ <string>^\s*\)</string>
14
+ <key>keyEquivalent</key>
15
+ <string>^~R</string>
16
+ <key>name</key>
17
+ <string>SQL (Rails)</string>
18
+ <key>patterns</key>
19
+ <array>
20
+ <dict>
21
+ <key>begin</key>
22
+ <string>&lt;%+(?!&gt;)=?</string>
23
+ <key>end</key>
24
+ <string>%&gt;</string>
25
+ <key>name</key>
26
+ <string>source.ruby.rails.embedded.sql</string>
27
+ <key>patterns</key>
28
+ <array>
29
+ <dict>
30
+ <key>match</key>
31
+ <string>#.*?(?=%&gt;)</string>
32
+ <key>name</key>
33
+ <string>comment.line.number-sign.ruby</string>
34
+ </dict>
35
+ <dict>
36
+ <key>include</key>
37
+ <string>source.ruby.rails</string>
38
+ </dict>
39
+ </array>
40
+ </dict>
41
+ <dict>
42
+ <key>include</key>
43
+ <string>source.sql</string>
44
+ </dict>
45
+ </array>
46
+ <key>scopeName</key>
47
+ <string>source.sql.ruby</string>
48
+ <key>uuid</key>
49
+ <string>D54FBDED-5481-4CC7-B75F-66465A499882</string>
50
+ </dict>
51
+ </plist>
metadata CHANGED
@@ -1,680 +1,371 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redcar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0dev
4
+ version: 0.3.1dev
5
5
  platform: ruby
6
6
  authors:
7
- - Daniel Lucraft
7
+ - Daniel Lucraft
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-25 00:00:00 +00:00
12
+ date: 2010-01-09 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: cucumber
17
- type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
- version:
25
- - !ruby/object:Gem::Dependency
26
- name: rspec
27
- type: :development
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: "0"
34
- version:
15
+ - !ruby/object:Gem::Dependency
16
+ name: cucumber
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: rspec
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "0"
34
+ version:
35
35
  description:
36
36
  email: dan@fluentradical.com
37
37
  executables:
38
- - redcar
39
- extensions:
40
- - ext/extconf.rb
38
+ - redcar
39
+ extensions: []
40
+
41
41
  extra_rdoc_files:
42
- - README.md
42
+ - README.md
43
43
  files:
44
- - CHANGES
45
- - LICENSE
46
- - Rakefile
47
- - README.md
48
- - ROADMAP.md
49
- - bin/redcar
50
- - ext/extconf.rb
51
- - config/default.yaml
52
- - lib/redcar.rb
53
- - lib/regex_replace.rb
54
- - lib/freebase2/notes
55
- - lib/freebase2/README.txt
56
- - lib/freebase2/bin/default.yaml
57
- - lib/freebase2/bin/install.rb
58
- - lib/freebase2/bin/run.rb
59
- - lib/freebase2/lib/freebase/configuration.rb
60
- - lib/freebase2/lib/freebase/core.rb
61
- - lib/freebase2/lib/freebase/databus.rb
62
- - lib/freebase2/lib/freebase/freebase.rb
63
- - lib/freebase2/lib/freebase/logger.rb
64
- - lib/freebase2/lib/freebase/plugin.rb
65
- - lib/freebase2/lib/freebase/properties.rb
66
- - lib/freebase2/lib/freebase/readers.rb
67
- - lib/freebase2/plugins/raa_webrick/httpd.rb
68
- - lib/freebase2/plugins/raa_webrick/plugin.yaml
69
- - lib/freebase2/plugins/raa_webrick/webserver.yaml
70
- - lib/freebase2/plugins/raa_webrick/web_root/test.html
71
- - lib/freebase2/plugins/raa_xmlrpc4r/plugin.xml
72
- - lib/freebase2/plugins/raa_xmlrpc4r/rpcd.rb
73
- - lib/freebase2/regress/README
74
- - lib/little_plugger/History.txt
75
- - lib/little_plugger/Rakefile
76
- - lib/little_plugger/lib/little-plugger.rb
77
- - lib/little_plugger/spec/little-plugger_spec.rb
78
- - lib/little_plugger/spec/spec_helper.rb
79
- - lib/logging/History.txt
80
- - lib/logging/Rakefile
81
- - lib/logging/data/bad_logging_1.rb
82
- - lib/logging/data/bad_logging_2.rb
83
- - lib/logging/data/logging.rb
84
- - lib/logging/data/logging.yaml
85
- - lib/logging/data/simple_logging.rb
86
- - lib/logging/examples/appenders.rb
87
- - lib/logging/examples/classes.rb
88
- - lib/logging/examples/consolidation.rb
89
- - lib/logging/examples/formatting.rb
90
- - lib/logging/examples/hierarchies.rb
91
- - lib/logging/examples/layouts.rb
92
- - lib/logging/examples/loggers.rb
93
- - lib/logging/examples/names.rb
94
- - lib/logging/examples/simple.rb
95
- - lib/logging/lib/logging.rb
96
- - lib/logging/lib/logging/appender.rb
97
- - lib/logging/lib/logging/appenders.rb
98
- - lib/logging/lib/logging/layout.rb
99
- - lib/logging/lib/logging/layouts.rb
100
- - lib/logging/lib/logging/log_event.rb
101
- - lib/logging/lib/logging/logger.rb
102
- - lib/logging/lib/logging/repository.rb
103
- - lib/logging/lib/logging/root_logger.rb
104
- - lib/logging/lib/logging/stats.rb
105
- - lib/logging/lib/logging/utils.rb
106
- - lib/logging/lib/logging/appenders/buffering.rb
107
- - lib/logging/lib/logging/appenders/console.rb
108
- - lib/logging/lib/logging/appenders/email.rb
109
- - lib/logging/lib/logging/appenders/file.rb
110
- - lib/logging/lib/logging/appenders/growl.rb
111
- - lib/logging/lib/logging/appenders/io.rb
112
- - lib/logging/lib/logging/appenders/rolling_file.rb
113
- - lib/logging/lib/logging/appenders/string_io.rb
114
- - lib/logging/lib/logging/appenders/syslog.rb
115
- - lib/logging/lib/logging/config/configurator.rb
116
- - lib/logging/lib/logging/config/yaml_configurator.rb
117
- - lib/logging/lib/logging/layouts/basic.rb
118
- - lib/logging/lib/logging/layouts/parseable.rb
119
- - lib/logging/lib/logging/layouts/pattern.rb
120
- - lib/logging/lib/spec/logging_helper.rb
121
- - lib/logging/test/benchmark.rb
122
- - lib/logging/test/setup.rb
123
- - lib/logging/test/test_appender.rb
124
- - lib/logging/test/test_consolidate.rb
125
- - lib/logging/test/test_layout.rb
126
- - lib/logging/test/test_log_event.rb
127
- - lib/logging/test/test_logger.rb
128
- - lib/logging/test/test_logging.rb
129
- - lib/logging/test/test_repository.rb
130
- - lib/logging/test/test_root_logger.rb
131
- - lib/logging/test/test_stats.rb
132
- - lib/logging/test/test_utils.rb
133
- - lib/logging/test/appenders/test_buffered_io.rb
134
- - lib/logging/test/appenders/test_console.rb
135
- - lib/logging/test/appenders/test_email.rb
136
- - lib/logging/test/appenders/test_file.rb
137
- - lib/logging/test/appenders/test_growl.rb
138
- - lib/logging/test/appenders/test_io.rb
139
- - lib/logging/test/appenders/test_rolling_file.rb
140
- - lib/logging/test/appenders/test_syslog.rb
141
- - lib/logging/test/config/test_configurator.rb
142
- - lib/logging/test/config/test_yaml_configurator.rb
143
- - lib/logging/test/layouts/test_basic.rb
144
- - lib/logging/test/layouts/test_json.rb
145
- - lib/logging/test/layouts/test_pattern.rb
146
- - lib/logging/test/layouts/test_yaml.rb
147
- - lib/redcar/boot.rb
148
- - lib/redcar/install.rb
149
- - lib/redcar/plist.rb
150
- - lib/redcar/ruby_extensions.rb
151
- - lib/redcar/runner.rb
152
- - lib/redcar/usage.rb
153
- - plugins/application/plugin.yaml
154
- - plugins/application/features/main_menu.feature
155
- - plugins/application/features/main_window.feature
156
- - plugins/application/features/step_definitions/dialog_steps.rb
157
- - plugins/application/features/step_definitions/menu_steps.rb
158
- - plugins/application/features/step_definitions/tree_steps.rb
159
- - plugins/application/features/step_definitions/window_steps.rb
160
- - plugins/application/features/support/env.rb
161
- - plugins/application/icons/darwin-file.png
162
- - plugins/application/icons/darwin-folder.png
163
- - plugins/application/lib/application.rb
164
- - plugins/application/lib/application/command.rb
165
- - plugins/application/lib/application/dialog.rb
166
- - plugins/application/lib/application/menu.rb
167
- - plugins/application/lib/application/notebook.rb
168
- - plugins/application/lib/application/sensitive.rb
169
- - plugins/application/lib/application/sensitivity.rb
170
- - plugins/application/lib/application/tab.rb
171
- - plugins/application/lib/application/treebook.rb
172
- - plugins/application/lib/application/window.rb
173
- - plugins/application/lib/application/assets/file.png
174
- - plugins/application/lib/application/command/executor.rb
175
- - plugins/application/lib/application/command/history.rb
176
- - plugins/application/lib/application/menu/builder.rb
177
- - plugins/application/lib/application/menu/item.rb
178
- - plugins/application/lib/application/tab/command.rb
179
- - plugins/application/spec/spec_helper.rb
180
- - plugins/application/spec/application/application_spec.rb
181
- - plugins/application/spec/application/command_spec.rb
182
- - plugins/application/spec/application/menu_spec.rb
183
- - plugins/application/spec/application/notebook_spec.rb
184
- - plugins/application/spec/application/sensitive_spec.rb
185
- - plugins/application/spec/application/treebook_spec.rb
186
- - plugins/application/spec/application/window_spec.rb
187
- - plugins/application/spec/application/command/executor_spec.rb
188
- - plugins/application/spec/application/command/history_spec.rb
189
- - plugins/application/spec/application/controllers/application_controller.rb
190
- - plugins/application/spec/application/controllers/notebook_controller.rb
191
- - plugins/application/spec/application/controllers/window_controller.rb
192
- - plugins/application/spec/application/menu/builder_spec.rb
193
- - plugins/application/spec/application/menu/menu_item_spec.rb
194
- - plugins/application_swt/plugin.yaml
195
- - plugins/application_swt/lib/application_swt.rb
196
- - plugins/application_swt/lib/application_swt/cucumber_patches.rb
197
- - plugins/application_swt/lib/application_swt/cucumber_runner.rb
198
- - plugins/application_swt/lib/application_swt/dialog_adapter.rb
199
- - plugins/application_swt/lib/application_swt/event_loop.rb
200
- - plugins/application_swt/lib/application_swt/menu.rb
201
- - plugins/application_swt/lib/application_swt/notebook.rb
202
- - plugins/application_swt/lib/application_swt/swt_wrapper.rb
203
- - plugins/application_swt/lib/application_swt/tab.rb
204
- - plugins/application_swt/lib/application_swt/treebook.rb
205
- - plugins/application_swt/lib/application_swt/window.rb
206
- - plugins/application_swt/lib/application_swt/menu/binding_translator.rb
207
- - plugins/application_swt/lib/application_swt/notebook/drag_and_drop_listener.rb
208
- - plugins/application_swt/lib/application_swt/swt/grid_data.rb
209
- - plugins/application_swt/spec/spec_helper.rb
210
- - plugins/application_swt/spec/application_swt/menu_spec.rb
211
- - plugins/application_swt/spec/application_swt/menu/binding_translator_spec.rb
212
- - plugins/application_swt/vendor/swt/linux/dummy
213
- - plugins/application_swt/vendor/swt/osx/dummy
214
- - plugins/application_swt/vendor/swt/osx64/dummy
215
- - plugins/application_swt/vendor/swt/win32/dummy
216
- - plugins/auto_indenter/plugin.yaml
217
- - plugins/auto_indenter/lib/auto_indenter.rb
218
- - plugins/auto_indenter/lib/auto_indenter/document_controller.rb
219
- - plugins/core/plugin.yaml
220
- - plugins/core/lib/core.rb
221
- - plugins/core/lib/core/controller.rb
222
- - plugins/core/lib/core/gui.rb
223
- - plugins/core/lib/core/logger.rb
224
- - plugins/core/lib/core/model.rb
225
- - plugins/core/lib/core/observable.rb
226
- - plugins/core/lib/core/plugin.rb
227
- - plugins/core/spec/spec_helper.rb
228
- - plugins/core/spec/core/gui_spec.rb
229
- - plugins/core/spec/core/observable_spec.rb
230
- - plugins/edit_view/plugin.yaml
231
- - plugins/edit_view/features/multiple_notebooks.feature
232
- - plugins/edit_view/features/multiple_windows.feature
233
- - plugins/edit_view/features/new_tab.feature
234
- - plugins/edit_view/features/step_definitions/key_steps.rb
235
- - plugins/edit_view/features/step_definitions/notebook_steps.rb
236
- - plugins/edit_view/features/step_definitions/tab_steps.rb
237
- - plugins/edit_view/features/step_definitions/window_steps.rb
238
- - plugins/edit_view/features/support/env.rb
239
- - plugins/edit_view/lib/edit_view.rb
240
- - plugins/edit_view/lib/edit_view/command.rb
241
- - plugins/edit_view/lib/edit_view/document.rb
242
- - plugins/edit_view/lib/edit_view/edit_tab.rb
243
- - plugins/edit_view/lib/edit_view/document/controller.rb
244
- - plugins/edit_view/lib/edit_view/document/mirror.rb
245
- - plugins/edit_view/spec/spec_helper.rb
246
- - plugins/edit_view/spec/edit_view/document_spec.rb
247
- - plugins/edit_view_swt/plugin.yaml
248
- - plugins/edit_view_swt/lib/edit_view_swt.rb
249
- - plugins/edit_view_swt/lib/edit_view_swt/document.rb
250
- - plugins/edit_view_swt/lib/edit_view_swt/edit_tab.rb
251
- - plugins/edit_view_swt/vendor/dummy
252
- - plugins/edit_view_swt/vendor/java-mateview.rb
253
- - plugins/project/plugin.yaml
254
- - plugins/project/features/open_and_save_files.feature
255
- - plugins/project/features/open_directory_tree.feature
256
- - plugins/project/features/fixtures/winter.txt
257
- - plugins/project/features/step_definitions/directory_steps.rb
258
- - plugins/project/features/step_definitions/file_steps.rb
259
- - plugins/project/features/support/env.rb
260
- - plugins/project/lib/project.rb
261
- - plugins/project/lib/project/dir_controller.rb
262
- - plugins/project/lib/project/dir_mirror.rb
263
- - plugins/project/lib/project/file_mirror.rb
264
- - plugins/project/spec/spec_helper.rb
265
- - plugins/project/spec/project/dir_mirror_spec.rb
266
- - plugins/project/spec/project/file_mirror_spec.rb
267
- - plugins/redcar/plugin.yaml
268
- - plugins/redcar/redcar.rb
269
- - plugins/repl/plugin.yaml
270
- - plugins/repl/lib/repl.rb
271
- - plugins/repl/lib/repl/internal_mirror.rb
272
- - plugins/repl/spec/spec_helper.rb
273
- - plugins/repl/spec/repl/internal_mirror_spec.rb
274
- - plugins/tree/plugin.yaml
275
- - plugins/tree/lib/tree.rb
276
- - plugins/tree/lib/tree/controller.rb
277
- - plugins/tree/lib/tree/mirror.rb
278
- - plugins/tree/spec/spec_helper.rb
279
- - plugins/tree_view_swt/plugin.yaml
280
- - plugins/tree_view_swt/lib/tree_view_swt.rb
281
- - textmate/Bundles/C.tmbundle/Syntaxes/C.plist
282
- - textmate/Bundles/C.tmbundle/Syntaxes/C____.plist
283
- - textmate/Bundles/CSS.tmbundle/Syntaxes/CSS.plist
284
- - textmate/Bundles/HTML.tmbundle/Syntaxes/HTML.plist
285
- - textmate/Bundles/RedcarRepl.tmbundle/Syntaxes/InternalRuby.plist
286
- - textmate/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist
287
- - textmate/Bundles/Text.tmbundle/Syntaxes/Plain_text.plist
288
- - textmate/Bundles/C.tmbundle/Snippets/010_main_______main__.plist
289
- - textmate/Bundles/C.tmbundle/Snippets/030_for_int_loop___fori__.plist
290
- - textmate/Bundles/C.tmbundle/Snippets/__1_begin_________1_end_______beginend__.plist
291
- - textmate/Bundles/C.tmbundle/Snippets/__endif.plist
292
- - textmate/Bundles/C.tmbundle/Snippets/__ifndef__________define__________endif.tmSnippet
293
- - textmate/Bundles/C.tmbundle/Snippets/__include________inc__.plist
294
- - textmate/Bundles/C.tmbundle/Snippets/__pragma_mark___mark__.plist
295
- - textmate/Bundles/C.tmbundle/Snippets/class______class__.plist
296
- - textmate/Bundles/C.tmbundle/Snippets/do___while_loop___do__.plist
297
- - textmate/Bundles/C.tmbundle/Snippets/fprintf_______.tmSnippet
298
- - textmate/Bundles/C.tmbundle/Snippets/if______if__.plist
299
- - textmate/Bundles/C.tmbundle/Snippets/Include_header_once_only_guard.plist
300
- - textmate/Bundles/C.tmbundle/Snippets/namespace______namespace__.plist
301
- - textmate/Bundles/C.tmbundle/Snippets/next___include________Inc__.plist
302
- - textmate/Bundles/C.tmbundle/Snippets/printf______printf__.plist
303
- - textmate/Bundles/C.tmbundle/Snippets/read_file___readF__.plist
304
- - textmate/Bundles/C.tmbundle/Snippets/std____map___map__.plist
305
- - textmate/Bundles/C.tmbundle/Snippets/std____vector___v__.plist
306
- - textmate/Bundles/C.tmbundle/Snippets/struct.plist
307
- - textmate/Bundles/C.tmbundle/Snippets/template___typename________template__.plist
308
- - textmate/Bundles/C.tmbundle/Snippets/Typedef.tmSnippet
309
- - textmate/Bundles/CSS.tmbundle/Snippets/__important_CSS_______.plist
310
- - textmate/Bundles/CSS.tmbundle/Snippets/background____color_image_repeat_attachment_position___background__.plist
311
- - textmate/Bundles/CSS.tmbundle/Snippets/background__attachment___scroll__fixed___background__.plist
312
- - textmate/Bundles/CSS.tmbundle/Snippets/background__color____color__hex___background__.plist
313
- - textmate/Bundles/CSS.tmbundle/Snippets/background__color____color__name___background__.plist
314
- - textmate/Bundles/CSS.tmbundle/Snippets/background__color____color__rgb___background__.plist
315
- - textmate/Bundles/CSS.tmbundle/Snippets/background__color____transparent___background__.plist
316
- - textmate/Bundles/CSS.tmbundle/Snippets/background__image____none___background__.plist
317
- - textmate/Bundles/CSS.tmbundle/Snippets/background__image____url___background__.plist
318
- - textmate/Bundles/CSS.tmbundle/Snippets/background__position____position___background__.plist
319
- - textmate/Bundles/CSS.tmbundle/Snippets/background__repeat____r__r__x__r__y__n__r___background__.plist
320
- - textmate/Bundles/CSS.tmbundle/Snippets/border_____size_style_color___border__.plist
321
- - textmate/Bundles/CSS.tmbundle/Snippets/border__bottom___size_style_color___border__.plist
322
- - textmate/Bundles/CSS.tmbundle/Snippets/border__bottom__color___size_style_color___border__.plist
323
- - textmate/Bundles/CSS.tmbundle/Snippets/border__bottom__style___size_style_color___border__.plist
324
- - textmate/Bundles/CSS.tmbundle/Snippets/border__bottom__width___size_style_color___border__.plist
325
- - textmate/Bundles/CSS.tmbundle/Snippets/border__color___color___border__.plist
326
- - textmate/Bundles/CSS.tmbundle/Snippets/border__left___size_style_color___border__.plist
327
- - textmate/Bundles/CSS.tmbundle/Snippets/border__left__color___color___border__.plist
328
- - textmate/Bundles/CSS.tmbundle/Snippets/border__left__style___style___border__.plist
329
- - textmate/Bundles/CSS.tmbundle/Snippets/border__left__width___size___border__.plist
330
- - textmate/Bundles/CSS.tmbundle/Snippets/border__right___size_style_color___border__.plist
331
- - textmate/Bundles/CSS.tmbundle/Snippets/border__right__color___color___border__.plist
332
- - textmate/Bundles/CSS.tmbundle/Snippets/border__right__style___style___border__.plist
333
- - textmate/Bundles/CSS.tmbundle/Snippets/border__right__width___size___border__.plist
334
- - textmate/Bundles/CSS.tmbundle/Snippets/border__style___style___border__.plist
335
- - textmate/Bundles/CSS.tmbundle/Snippets/border__top___size_style_color___border__.plist
336
- - textmate/Bundles/CSS.tmbundle/Snippets/border__top__color___color___border__.plist
337
- - textmate/Bundles/CSS.tmbundle/Snippets/border__top__style___style___border__.plist
338
- - textmate/Bundles/CSS.tmbundle/Snippets/border__top__width___size___border__.plist
339
- - textmate/Bundles/CSS.tmbundle/Snippets/border__width___width___border__.plist
340
- - textmate/Bundles/CSS.tmbundle/Snippets/clear___value___clear__.plist
341
- - textmate/Bundles/CSS.tmbundle/Snippets/color____color__hex___color__.plist
342
- - textmate/Bundles/CSS.tmbundle/Snippets/color____color__name___color__.plist
343
- - textmate/Bundles/CSS.tmbundle/Snippets/color____color__rgb___color__.plist
344
- - textmate/Bundles/CSS.tmbundle/Snippets/cursor___type___cursor__.plist
345
- - textmate/Bundles/CSS.tmbundle/Snippets/cursor___url___cursor__.plist
346
- - textmate/Bundles/CSS.tmbundle/Snippets/direction___ltr__rtl___direction__.plist
347
- - textmate/Bundles/CSS.tmbundle/Snippets/display___block___display__.plist
348
- - textmate/Bundles/CSS.tmbundle/Snippets/display___common__types___display__.plist
349
- - textmate/Bundles/CSS.tmbundle/Snippets/display___inline___display__.plist
350
- - textmate/Bundles/CSS.tmbundle/Snippets/display___table__types___display__.plist
351
- - textmate/Bundles/CSS.tmbundle/Snippets/filter___AlphaImageLoader___for_IE_PNGs_____background__.plist
352
- - textmate/Bundles/CSS.tmbundle/Snippets/Fixed_Position_Bottom_100___wide_IE6.tmSnippet
353
- - textmate/Bundles/CSS.tmbundle/Snippets/float___left__right__none___float__.plist
354
- - textmate/Bundles/CSS.tmbundle/Snippets/font_____style_variant_weight_size__line__height_font___family___font__.plist
355
- - textmate/Bundles/CSS.tmbundle/Snippets/font___size_font___font__.plist
356
- - textmate/Bundles/CSS.tmbundle/Snippets/font__family_____family___font__.plist
357
- - textmate/Bundles/CSS.tmbundle/Snippets/font__size___size___font__.plist
358
- - textmate/Bundles/CSS.tmbundle/Snippets/font__style_____normal__italic__oblique___font__.plist
359
- - textmate/Bundles/CSS.tmbundle/Snippets/font__variant_____normal__small__caps___font__.plist
360
- - textmate/Bundles/CSS.tmbundle/Snippets/font__weight___weight___font__.plist
361
- - textmate/Bundles/CSS.tmbundle/Snippets/letter__spacing_____length__em___letter__.plist
362
- - textmate/Bundles/CSS.tmbundle/Snippets/letter__spacing_____length__px___letter__.plist
363
- - textmate/Bundles/CSS.tmbundle/Snippets/list__style___type_position_image___list__.plist
364
- - textmate/Bundles/CSS.tmbundle/Snippets/list__style__image___url___list__.plist
365
- - textmate/Bundles/CSS.tmbundle/Snippets/list__style__position___pos___list__.plist
366
- - textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___asian___list__.plist
367
- - textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___marker__list__.plist
368
- - textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___numeric___list__.plist
369
- - textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___other___list__.plist
370
- - textmate/Bundles/CSS.tmbundle/Snippets/list__style__type___roman__alpha__greek___list__.plist
371
- - textmate/Bundles/CSS.tmbundle/Snippets/margin_____all___margin__.plist
372
- - textmate/Bundles/CSS.tmbundle/Snippets/margin___T_R_B_L___margin__.plist
373
- - textmate/Bundles/CSS.tmbundle/Snippets/margin___V_H___margin__.plist
374
- - textmate/Bundles/CSS.tmbundle/Snippets/margin__bottom___length___margin__.plist
375
- - textmate/Bundles/CSS.tmbundle/Snippets/margin__left___length___margin__.plist
376
- - textmate/Bundles/CSS.tmbundle/Snippets/margin__right___length___margin__.plist
377
- - textmate/Bundles/CSS.tmbundle/Snippets/margin__top___length___margin__.plist
378
- - textmate/Bundles/CSS.tmbundle/Snippets/marker__offset___auto___marker__.plist
379
- - textmate/Bundles/CSS.tmbundle/Snippets/marker__offset___length___marker__.plist
380
- - textmate/Bundles/CSS.tmbundle/Snippets/opacity_____for_Safari___FF_and_IE_____opacity__.plist
381
- - textmate/Bundles/CSS.tmbundle/Snippets/overflow___type___overflow__.plist
382
- - textmate/Bundles/CSS.tmbundle/Snippets/padding_____all___padding__.plist
383
- - textmate/Bundles/CSS.tmbundle/Snippets/padding_____T_R_B_L___padding__.plist
384
- - textmate/Bundles/CSS.tmbundle/Snippets/padding_____V_H___padding__.plist
385
- - textmate/Bundles/CSS.tmbundle/Snippets/padding__bottom___length___margin__.plist
386
- - textmate/Bundles/CSS.tmbundle/Snippets/padding__left___length___margin__.plist
387
- - textmate/Bundles/CSS.tmbundle/Snippets/padding__right___length___margin__.plist
388
- - textmate/Bundles/CSS.tmbundle/Snippets/padding__top___length___margin__.plist
389
- - textmate/Bundles/CSS.tmbundle/Snippets/position___type___position__.plist
390
- - textmate/Bundles/CSS.tmbundle/Snippets/properties_______________.plist
391
- - textmate/Bundles/CSS.tmbundle/Snippets/scrollbar.tmSnippet
392
- - textmate/Bundles/CSS.tmbundle/Snippets/selection.tmSnippet
393
- - textmate/Bundles/CSS.tmbundle/Snippets/text__align___left__center__right___txt__.plist
394
- - textmate/Bundles/CSS.tmbundle/Snippets/text__decoration___none__underline__overline__line__through__blink___text__.plist
395
- - textmate/Bundles/CSS.tmbundle/Snippets/text__indent___length___text__.plist
396
- - textmate/Bundles/CSS.tmbundle/Snippets/text__shadow___color__hex_x_y_blur___text__.plist
397
- - textmate/Bundles/CSS.tmbundle/Snippets/text__shadow___color__rgb_x_y_blur___text__.plist
398
- - textmate/Bundles/CSS.tmbundle/Snippets/text__shadow___none___text__.plist
399
- - textmate/Bundles/CSS.tmbundle/Snippets/text__transform___capitalize__upper__lower___text__.plist
400
- - textmate/Bundles/CSS.tmbundle/Snippets/text__transform___none___text__.plist
401
- - textmate/Bundles/CSS.tmbundle/Snippets/vertical__align___type___vertical__.plist
402
- - textmate/Bundles/CSS.tmbundle/Snippets/visibility___type___visibility__.plist
403
- - textmate/Bundles/CSS.tmbundle/Snippets/white__space____normal__pre__nowrap___white__.plist
404
- - textmate/Bundles/CSS.tmbundle/Snippets/word__spacing____length___word__.plist
405
- - textmate/Bundles/CSS.tmbundle/Snippets/word__spacing____normal___word__.plist
406
- - textmate/Bundles/CSS.tmbundle/Snippets/z__index___index___z__.plist
407
- - textmate/Bundles/HTML.tmbundle/Snippets/Arrow___arrow__.plist
408
- - textmate/Bundles/HTML.tmbundle/Snippets/Backspace___backspace__.plist
409
- - textmate/Bundles/HTML.tmbundle/Snippets/Backtab___backtab__.plist
410
- - textmate/Bundles/HTML.tmbundle/Snippets/Command___command__.plist
411
- - textmate/Bundles/HTML.tmbundle/Snippets/Control___control__.plist
412
- - textmate/Bundles/HTML.tmbundle/Snippets/Delete___delete__.plist
413
- - textmate/Bundles/HTML.tmbundle/Snippets/DocType_HTML_4_0_Strict.plist
414
- - textmate/Bundles/HTML.tmbundle/Snippets/DocType_XHTL_1_0_Frameset.plist
415
- - textmate/Bundles/HTML.tmbundle/Snippets/DocType_XHTML_1_0_Strict.plist
416
- - textmate/Bundles/HTML.tmbundle/Snippets/DocType_XHTML_1_0_Transitional.plist
417
- - textmate/Bundles/HTML.tmbundle/Snippets/DocType_XHTML_1_1.plist
418
- - textmate/Bundles/HTML.tmbundle/Snippets/Down___down__.plist
419
- - textmate/Bundles/HTML.tmbundle/Snippets/Embed_QT_movie___movie__.plist
420
- - textmate/Bundles/HTML.tmbundle/Snippets/Emphasize.tmSnippet
421
- - textmate/Bundles/HTML.tmbundle/Snippets/Enter___enter__.plist
422
- - textmate/Bundles/HTML.tmbundle/Snippets/Escape___escape__.plist
423
- - textmate/Bundles/HTML.tmbundle/Snippets/Fieldset.tmSnippet
424
- - textmate/Bundles/HTML.tmbundle/Snippets/HTML________4_0_Transitional___doctype__.plist
425
- - textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer.tmSnippet
426
- - textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_5_0_only.tmSnippet
427
- - textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_5_5_only.tmSnippet
428
- - textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_5_x.tmSnippet
429
- - textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_6_and_below.tmSnippet
430
- - textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_6_only.tmSnippet
431
- - textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___Internet_Explorer_7__.tmSnippet
432
- - textmate/Bundles/HTML.tmbundle/Snippets/IE_Conditional_Comment___NOT_Internet_Explorer.tmSnippet
433
- - textmate/Bundles/HTML.tmbundle/Snippets/Input_with_Label.tmSnippet
434
- - textmate/Bundles/HTML.tmbundle/Snippets/Left___left__.plist
435
- - textmate/Bundles/HTML.tmbundle/Snippets/Option.tmSnippet
436
- - textmate/Bundles/HTML.tmbundle/Snippets/Option___option__.plist
437
- - textmate/Bundles/HTML.tmbundle/Snippets/Return___return__.plist
438
- - textmate/Bundles/HTML.tmbundle/Snippets/Right___right__.plist
439
- - textmate/Bundles/HTML.tmbundle/Snippets/Select_Box.tmSnippet
440
- - textmate/Bundles/HTML.tmbundle/Snippets/Shift___shift__.plist
441
- - textmate/Bundles/HTML.tmbundle/Snippets/Smart_return__indent_for_tag_pairs.plist
442
- - textmate/Bundles/HTML.tmbundle/Snippets/Strong.tmSnippet
443
- - textmate/Bundles/HTML.tmbundle/Snippets/Tab___tab__.plist
444
- - textmate/Bundles/HTML.tmbundle/Snippets/Up___up__.plist
445
- - textmate/Bundles/HTML.tmbundle/Snippets/Wrap_in___________________.plist
446
- - textmate/Bundles/HTML.tmbundle/Snippets/Wrap_Selection_In_Tag.plist
447
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML_____input__.plist
448
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML_____textarea__.plist
449
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___a_mailto_____.plist
450
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___base__.plist
451
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___body__.plist
452
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___br_____.plist
453
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___div__.plist
454
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___form__.plist
455
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___h1__.plist
456
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___head__.plist
457
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___link__.plist
458
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___meta__.plist
459
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___nbsp___NonBreakingSpace.plist
460
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___script__.plist
461
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___script_src_____.plist
462
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___style__.plist
463
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___table__.plist
464
- - textmate/Bundles/HTML.tmbundle/Snippets/XHTML___title__.plist
465
- - textmate/Bundles/Ruby.tmbundle/Snippets/060_ruby_if_else.plist
466
- - textmate/Bundles/Ruby.tmbundle/Snippets/070_ruby_if.plist
467
- - textmate/Bundles/Ruby.tmbundle/Snippets/080_ruby_case.plist
468
- - textmate/Bundles/Ruby.tmbundle/Snippets/______usr__local__bin__ruby___w.plist
469
- - textmate/Bundles/Ruby.tmbundle/Snippets/__END__.tmSnippet
470
- - textmate/Bundles/Ruby.tmbundle/Snippets/__yields___RDoc_comment.tmSnippet
471
- - textmate/Bundles/Ruby.tmbundle/Snippets/Add_____________Marker.tmSnippet
472
- - textmate/Bundles/Ruby.tmbundle/Snippets/alias_method_______am__.plist
473
- - textmate/Bundles/Ruby.tmbundle/Snippets/all________e____________all__.plist
474
- - textmate/Bundles/Ruby.tmbundle/Snippets/any________e____________any__.plist
475
- - textmate/Bundles/Ruby.tmbundle/Snippets/application_code_______app__.plist
476
- - textmate/Bundles/Ruby.tmbundle/Snippets/Array_new__10________i____________Arr__.plist
477
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert__________as__.plist
478
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_equal.tmSnippet
479
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_in_delta__________asid__.plist
480
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_instance_of__________asio__.plist
481
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_kind_of__________asko__.plist
482
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_match__________asm__.plist
483
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_nil__________asn__.plist
484
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_no_match__________asnm__.plist
485
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_not_equal__________asne__.plist
486
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_not_nil__________asnn__.plist
487
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_not_same__________asns__.plist
488
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_nothing_raised___________________asnr__.plist
489
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_nothing_thrown_____________asnt__.plist
490
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_operator__________aso__.plist
491
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_raise___________________asr__.plist
492
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_respond_to__________asrt__.plist
493
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_same__________ass__.plist
494
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_send__________ass__.plist
495
- - textmate/Bundles/Ruby.tmbundle/Snippets/assert_throws___________________ast__.plist
496
- - textmate/Bundles/Ruby.tmbundle/Snippets/attr_accessor_______rw__.plist
497
- - textmate/Bundles/Ruby.tmbundle/Snippets/attr_reader_______r__.plist
498
- - textmate/Bundles/Ruby.tmbundle/Snippets/attr_writer_______w__.plist
499
- - textmate/Bundles/Ruby.tmbundle/Snippets/Benchmark_bmbm_______do____end.tmSnippet
500
- - textmate/Bundles/Ruby.tmbundle/Snippets/class_______DelegateClass____initialize____end____class__.plist
501
- - textmate/Bundles/Ruby.tmbundle/Snippets/class_______ParentClass____initialize____end.plist
502
- - textmate/Bundles/Ruby.tmbundle/Snippets/class_______Struct____initialize____end.plist
503
- - textmate/Bundles/Ruby.tmbundle/Snippets/class_______Test____Unit____TestCase____end____tc__.plist
504
- - textmate/Bundles/Ruby.tmbundle/Snippets/class______self____end.tmSnippet
505
- - textmate/Bundles/Ruby.tmbundle/Snippets/class____end____cla__.plist
506
- - textmate/Bundles/Ruby.tmbundle/Snippets/class____initialize____end.plist
507
- - textmate/Bundles/Ruby.tmbundle/Snippets/class____instance_methods____undef____initialize____end____class__.plist
508
- - textmate/Bundles/Ruby.tmbundle/Snippets/class_from_name________clafn__.plist
509
- - textmate/Bundles/Ruby.tmbundle/Snippets/classify______e____________clas__.plist
510
- - textmate/Bundles/Ruby.tmbundle/Snippets/collect______e____________col__.plist
511
- - textmate/Bundles/Ruby.tmbundle/Snippets/deep_copy__________dee__.plist
512
- - textmate/Bundles/Ruby.tmbundle/Snippets/def_delegator______defd__.plist
513
- - textmate/Bundles/Ruby.tmbundle/Snippets/def_delegators______defds__.plist
514
- - textmate/Bundles/Ruby.tmbundle/Snippets/def_end.plist
515
- - textmate/Bundles/Ruby.tmbundle/Snippets/def_method_missing____end____mm__.plist
516
- - textmate/Bundles/Ruby.tmbundle/Snippets/def_self____end____defs__.plist
517
- - textmate/Bundles/Ruby.tmbundle/Snippets/def_test_____end____t__.plist
518
- - textmate/Bundles/Ruby.tmbundle/Snippets/delete_if______e____________deli__.plist
519
- - textmate/Bundles/Ruby.tmbundle/Snippets/detect______e____________det__.plist
520
- - textmate/Bundles/Ruby.tmbundle/Snippets/Dir__________.tmSnippet
521
- - textmate/Bundles/Ruby.tmbundle/Snippets/Dir_glob___________do___file______end____Dir__.plist
522
- - textmate/Bundles/Ruby.tmbundle/Snippets/directory____.tmSnippet
523
- - textmate/Bundles/Ruby.tmbundle/Snippets/do___obj______end___doo__.plist
524
- - textmate/Bundles/Ruby.tmbundle/Snippets/downto__0________n____________dow__.plist
525
- - textmate/Bundles/Ruby.tmbundle/Snippets/each______e____________ea__.plist
526
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_byte______byte____________eab__.plist
527
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_char______chr____________eac____.plist
528
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_cons____________group____________eac____.plist
529
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_index______i____________eai__.plist
530
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_key______key____________eak__.plist
531
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_line______line____________eal__.plist
532
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_pair______name___val____________eap__.plist
533
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_slice______group____________eas__.plist
534
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_value______val____________eav__.plist
535
- - textmate/Bundles/Ruby.tmbundle/Snippets/each_with_index______e___i____________eawi__.plist
536
- - textmate/Bundles/Ruby.tmbundle/Snippets/elsif____.tmSnippet
537
- - textmate/Bundles/Ruby.tmbundle/Snippets/embed_string_variable.plist
538
- - textmate/Bundles/Ruby.tmbundle/Snippets/extend_Forwardable____Forw__.plist
539
- - textmate/Bundles/Ruby.tmbundle/Snippets/fetch__name________key____________fet__.plist
540
- - textmate/Bundles/Ruby.tmbundle/Snippets/File_foreach____________do___line______end____File__.plist
541
- - textmate/Bundles/Ruby.tmbundle/Snippets/File_open________________file________.tmSnippet
542
- - textmate/Bundles/Ruby.tmbundle/Snippets/File_read__________.tmSnippet
543
- - textmate/Bundles/Ruby.tmbundle/Snippets/fill__range________i____________fil__.plist
544
- - textmate/Bundles/Ruby.tmbundle/Snippets/find______e____________fin__.plist
545
- - textmate/Bundles/Ruby.tmbundle/Snippets/find_all______e____________fina__.plist
546
- - textmate/Bundles/Ruby.tmbundle/Snippets/flatten_once____fla__.plist
547
- - textmate/Bundles/Ruby.tmbundle/Snippets/flunk__________fl__.plist
548
- - textmate/Bundles/Ruby.tmbundle/Snippets/grep____pattern__________match____________gre__.plist
549
- - textmate/Bundles/Ruby.tmbundle/Snippets/gsub________________match____________gsu__.plist
550
- - textmate/Bundles/Ruby.tmbundle/Snippets/Hash_new______hash___key___hash__key_______________Has__.plist
551
- - textmate/Bundles/Ruby.tmbundle/Snippets/hash_pair_______.plist
552
- - textmate/Bundles/Ruby.tmbundle/Snippets/hash_pointer.plist
553
- - textmate/Bundles/Ruby.tmbundle/Snippets/include_Comparable_______Comp__.plist
554
- - textmate/Bundles/Ruby.tmbundle/Snippets/include_Enumerable_______Enum__.plist
555
- - textmate/Bundles/Ruby.tmbundle/Snippets/inject__init________mem___var____________inj__.plist
556
- - textmate/Bundles/Ruby.tmbundle/Snippets/Insert_ERb__s______________or_______________.tmSnippet
557
- - textmate/Bundles/Ruby.tmbundle/Snippets/lambda______args____________lam__.plist
558
- - textmate/Bundles/Ruby.tmbundle/Snippets/loop_________.tmSnippet
559
- - textmate/Bundles/Ruby.tmbundle/Snippets/map______e____________map__.plist
560
- - textmate/Bundles/Ruby.tmbundle/Snippets/map_with_index______e___i____________mapwi__.plist
561
- - textmate/Bundles/Ruby.tmbundle/Snippets/Marshal_dump__obj___file______Md__.plist
562
- - textmate/Bundles/Ruby.tmbundle/Snippets/Marshal_load__obj______Ml__.plist
563
- - textmate/Bundles/Ruby.tmbundle/Snippets/max______a___b____________max__.plist
564
- - textmate/Bundles/Ruby.tmbundle/Snippets/min______a___b____________min__.plist
565
- - textmate/Bundles/Ruby.tmbundle/Snippets/module____ClassMethods____end.plist
566
- - textmate/Bundles/Ruby.tmbundle/Snippets/module____end.plist
567
- - textmate/Bundles/Ruby.tmbundle/Snippets/module____module_function____end.plist
568
- - textmate/Bundles/Ruby.tmbundle/Snippets/namespace______do____end.tmSnippet
569
- - textmate/Bundles/Ruby.tmbundle/Snippets/open____path__or__url_______w_____do___doc______end___ope__.plist
570
- - textmate/Bundles/Ruby.tmbundle/Snippets/open_yield_block_______.plist
571
- - textmate/Bundles/Ruby.tmbundle/Snippets/option_parse_____________optp__.plist
572
- - textmate/Bundles/Ruby.tmbundle/Snippets/partition______e____________par__.plist
573
- - textmate/Bundles/Ruby.tmbundle/Snippets/path_from_here________.tmSnippet
574
- - textmate/Bundles/Ruby.tmbundle/Snippets/PStore_new________.tmSnippet
575
- - textmate/Bundles/Ruby.tmbundle/Snippets/randomize____ran__.plist
576
- - textmate/Bundles/Ruby.tmbundle/Snippets/RDoc_documentation_block.tmSnippet
577
- - textmate/Bundles/Ruby.tmbundle/Snippets/reject______e____________rej__.plist
578
- - textmate/Bundles/Ruby.tmbundle/Snippets/require___________req__.plist
579
- - textmate/Bundles/Ruby.tmbundle/Snippets/require___tc____________ts__.plist
580
- - textmate/Bundles/Ruby.tmbundle/Snippets/require_gem_______.tmSnippet
581
- - textmate/Bundles/Ruby.tmbundle/Snippets/results_report_______________.tmSnippet
582
- - textmate/Bundles/Ruby.tmbundle/Snippets/reverse_each______e____________rea__.plist
583
- - textmate/Bundles/Ruby.tmbundle/Snippets/scan________________match____________sca__.plist
584
- - textmate/Bundles/Ruby.tmbundle/Snippets/select______e____________sel__.plist
585
- - textmate/Bundles/Ruby.tmbundle/Snippets/singleton_class____.tmSnippet
586
- - textmate/Bundles/Ruby.tmbundle/Snippets/sort______a___b____________sor__.plist
587
- - textmate/Bundles/Ruby.tmbundle/Snippets/sort_by______e____________sorb__.plist
588
- - textmate/Bundles/Ruby.tmbundle/Snippets/step__2________e____________ste__.plist
589
- - textmate/Bundles/Ruby.tmbundle/Snippets/sub________________match____________sub__.plist
590
- - textmate/Bundles/Ruby.tmbundle/Snippets/task___task_name__________dependent_____tasks___do____end.tmSnippet
591
- - textmate/Bundles/Ruby.tmbundle/Snippets/times______n____________tim__.plist
592
- - textmate/Bundles/Ruby.tmbundle/Snippets/transaction_________do____end.tmSnippet
593
- - textmate/Bundles/Ruby.tmbundle/Snippets/unix_filter______uni__.plist
594
- - textmate/Bundles/Ruby.tmbundle/Snippets/unless___unless__.plist
595
- - textmate/Bundles/Ruby.tmbundle/Snippets/until_____end.tmSnippet
596
- - textmate/Bundles/Ruby.tmbundle/Snippets/untitled.plist
597
- - textmate/Bundles/Ruby.tmbundle/Snippets/upto__1_0__0_0________n____________upt__.plist
598
- - textmate/Bundles/Ruby.tmbundle/Snippets/usage_if________usai__.plist
599
- - textmate/Bundles/Ruby.tmbundle/Snippets/usage_unless________usau__.plist
600
- - textmate/Bundles/Ruby.tmbundle/Snippets/when.plist
601
- - textmate/Bundles/Ruby.tmbundle/Snippets/while_____end.tmSnippet
602
- - textmate/Bundles/Ruby.tmbundle/Snippets/Wrap_in_Begin________Rescue________End.plist
603
- - textmate/Bundles/Ruby.tmbundle/Snippets/xmlread______.tmSnippet
604
- - textmate/Bundles/Ruby.tmbundle/Snippets/xpath_______________.tmSnippet
605
- - textmate/Bundles/Ruby.tmbundle/Snippets/YAML_dump_______file______Yd____.plist
606
- - textmate/Bundles/Ruby.tmbundle/Snippets/YAML_load__file______Yl____.plist
607
- - textmate/Bundles/Ruby.tmbundle/Snippets/zip__enums________row____________zip__.plist
608
- - textmate/Bundles/Source.tmbundle/Snippets/__n.plist
609
- - textmate/Bundles/Source.tmbundle/Snippets/Continue_line_comment.plist
610
- - textmate/Bundles/Source.tmbundle/Snippets/Escaped_Quote_Pair_____________.plist
611
- - textmate/Bundles/Source.tmbundle/Snippets/Escaped_Single_Quote_Pair_____________.plist
612
- - textmate/Bundles/Source.tmbundle/Snippets/Frame_text.plist
613
- - textmate/Bundles/Text.tmbundle/Snippets/010_Copyright.plist
614
- - textmate/Bundles/Text.tmbundle/Snippets/Conitnue_bullet.plist
615
- - textmate/Bundles/Text.tmbundle/Snippets/Conitnue_light_bullet.plist
616
- - textmate/Bundles/Text.tmbundle/Snippets/Conitnue_star_bullet.plist
617
- - textmate/Bundles/Text.tmbundle/Snippets/Insert_ISO_date.plist
618
- - textmate/Bundles/Text.tmbundle/Snippets/Lorem_ipsum.plist
619
- - "textmate/Bundles/HTML.tmbundle/Templates/HTML \xE2\x80\x93 4.0 Strict/index.html"
620
- - "textmate/Bundles/HTML.tmbundle/Templates/HTML \xE2\x80\x93 4.0 Strict/info.plist"
621
- - "textmate/Bundles/HTML.tmbundle/Templates/HTML \xE2\x80\x94 4.0 Transitional/index.html"
622
- - "textmate/Bundles/HTML.tmbundle/Templates/HTML \xE2\x80\x94 4.0 Transitional/info.plist"
623
- - "textmate/Bundles/HTML.tmbundle/Templates/XHTML \xE2\x80\x93 1.0 Frameset/index.html"
624
- - "textmate/Bundles/HTML.tmbundle/Templates/XHTML \xE2\x80\x93 1.0 Frameset/info.plist"
625
- - "textmate/Bundles/HTML.tmbundle/Templates/XHTML \xE2\x80\x93 1.0 Strict/index.html"
626
- - "textmate/Bundles/HTML.tmbundle/Templates/XHTML \xE2\x80\x93 1.0 Strict/info.plist"
627
- - "textmate/Bundles/HTML.tmbundle/Templates/XHTML \xE2\x80\x93 1.0 Transitional/index.html"
628
- - "textmate/Bundles/HTML.tmbundle/Templates/XHTML \xE2\x80\x93 1.0 Transitional/info.plist"
629
- - "textmate/Bundles/HTML.tmbundle/Templates/XHTML \xE2\x80\x93 1.1/index.html"
630
- - "textmate/Bundles/HTML.tmbundle/Templates/XHTML \xE2\x80\x93 1.1/info.plist"
631
- - textmate/Bundles/Text.tmbundle/Templates/Empty file/info.plist
632
- - textmate/Bundles/Text.tmbundle/Templates/From Clipboard/info.plist
633
- - textmate/Themes/Active4D.tmTheme
634
- - textmate/Themes/All Hallow's Eve.tmTheme
635
- - textmate/Themes/Amy.tmTheme
636
- - textmate/Themes/Blackboard.tmTheme
637
- - textmate/Themes/Brilliance Black.tmTheme
638
- - textmate/Themes/Brilliance Dull.tmTheme
639
- - textmate/Themes/choco.tmTheme
640
- - textmate/Themes/Cobalt.tmTheme
641
- - textmate/Themes/Dawn.tmTheme
642
- - textmate/Themes/Eiffel.tmTheme
643
- - textmate/Themes/Espresso Libre.tmTheme
644
- - textmate/Themes/IDLE.tmTheme
645
- - textmate/Themes/iPlastic.tmTheme
646
- - textmate/Themes/LAZY.tmTheme
647
- - textmate/Themes/Mac Classic.tmTheme
648
- - textmate/Themes/MagicWB (Amiga).tmTheme
649
- - textmate/Themes/Pastels on Dark.tmTheme
650
- - textmate/Themes/Railscasts.tmTheme
651
- - textmate/Themes/Slush & Poppies.tmTheme
652
- - textmate/Themes/SpaceCadet.tmTheme
653
- - textmate/Themes/Sunburst.tmTheme
654
- - textmate/Themes/Twilight.tmTheme
655
- - textmate/Themes/Vibrant Ink.tmTheme
656
- - textmate/Themes/Zenburnesque.tmTheme
44
+ - CHANGES
45
+ - LICENSE
46
+ - Rakefile
47
+ - README.md
48
+ - ROADMAP.md
49
+ - bin/redcar
50
+ - config/default.yaml
51
+ - lib/freebase2/bin/default.yaml
52
+ - lib/freebase2/bin/install.rb
53
+ - lib/freebase2/bin/run.rb
54
+ - lib/freebase2/lib/freebase/configuration.rb
55
+ - lib/freebase2/lib/freebase/core.rb
56
+ - lib/freebase2/lib/freebase/databus.rb
57
+ - lib/freebase2/lib/freebase/freebase.rb
58
+ - lib/freebase2/lib/freebase/logger.rb
59
+ - lib/freebase2/lib/freebase/plugin.rb
60
+ - lib/freebase2/lib/freebase/properties.rb
61
+ - lib/freebase2/lib/freebase/readers.rb
62
+ - lib/freebase2/notes
63
+ - lib/freebase2/plugins/raa_webrick/httpd.rb
64
+ - lib/freebase2/plugins/raa_webrick/plugin.yaml
65
+ - lib/freebase2/plugins/raa_webrick/web_root/test.html
66
+ - lib/freebase2/plugins/raa_webrick/webserver.yaml
67
+ - lib/freebase2/plugins/raa_xmlrpc4r/plugin.xml
68
+ - lib/freebase2/plugins/raa_xmlrpc4r/rpcd.rb
69
+ - lib/freebase2/README.txt
70
+ - lib/freebase2/regress/README
71
+ - lib/little_plugger/History.txt
72
+ - lib/little_plugger/lib/little-plugger.rb
73
+ - lib/little_plugger/Rakefile
74
+ - lib/little_plugger/spec/little-plugger_spec.rb
75
+ - lib/little_plugger/spec/spec_helper.rb
76
+ - lib/logging/data/bad_logging_1.rb
77
+ - lib/logging/data/bad_logging_2.rb
78
+ - lib/logging/data/logging.rb
79
+ - lib/logging/data/logging.yaml
80
+ - lib/logging/data/simple_logging.rb
81
+ - lib/logging/examples/appenders.rb
82
+ - lib/logging/examples/classes.rb
83
+ - lib/logging/examples/consolidation.rb
84
+ - lib/logging/examples/formatting.rb
85
+ - lib/logging/examples/hierarchies.rb
86
+ - lib/logging/examples/layouts.rb
87
+ - lib/logging/examples/loggers.rb
88
+ - lib/logging/examples/names.rb
89
+ - lib/logging/examples/simple.rb
90
+ - lib/logging/History.txt
91
+ - lib/logging/lib/logging/appender.rb
92
+ - lib/logging/lib/logging/appenders/buffering.rb
93
+ - lib/logging/lib/logging/appenders/console.rb
94
+ - lib/logging/lib/logging/appenders/email.rb
95
+ - lib/logging/lib/logging/appenders/file.rb
96
+ - lib/logging/lib/logging/appenders/growl.rb
97
+ - lib/logging/lib/logging/appenders/io.rb
98
+ - lib/logging/lib/logging/appenders/rolling_file.rb
99
+ - lib/logging/lib/logging/appenders/string_io.rb
100
+ - lib/logging/lib/logging/appenders/syslog.rb
101
+ - lib/logging/lib/logging/appenders.rb
102
+ - lib/logging/lib/logging/config/configurator.rb
103
+ - lib/logging/lib/logging/config/yaml_configurator.rb
104
+ - lib/logging/lib/logging/layout.rb
105
+ - lib/logging/lib/logging/layouts/basic.rb
106
+ - lib/logging/lib/logging/layouts/parseable.rb
107
+ - lib/logging/lib/logging/layouts/pattern.rb
108
+ - lib/logging/lib/logging/layouts.rb
109
+ - lib/logging/lib/logging/log_event.rb
110
+ - lib/logging/lib/logging/logger.rb
111
+ - lib/logging/lib/logging/repository.rb
112
+ - lib/logging/lib/logging/root_logger.rb
113
+ - lib/logging/lib/logging/stats.rb
114
+ - lib/logging/lib/logging/utils.rb
115
+ - lib/logging/lib/logging.rb
116
+ - lib/logging/lib/spec/logging_helper.rb
117
+ - lib/logging/Rakefile
118
+ - lib/logging/test/appenders/test_buffered_io.rb
119
+ - lib/logging/test/appenders/test_console.rb
120
+ - lib/logging/test/appenders/test_email.rb
121
+ - lib/logging/test/appenders/test_file.rb
122
+ - lib/logging/test/appenders/test_growl.rb
123
+ - lib/logging/test/appenders/test_io.rb
124
+ - lib/logging/test/appenders/test_rolling_file.rb
125
+ - lib/logging/test/appenders/test_syslog.rb
126
+ - lib/logging/test/benchmark.rb
127
+ - lib/logging/test/config/test_configurator.rb
128
+ - lib/logging/test/config/test_yaml_configurator.rb
129
+ - lib/logging/test/layouts/test_basic.rb
130
+ - lib/logging/test/layouts/test_json.rb
131
+ - lib/logging/test/layouts/test_pattern.rb
132
+ - lib/logging/test/layouts/test_yaml.rb
133
+ - lib/logging/test/setup.rb
134
+ - lib/logging/test/test_appender.rb
135
+ - lib/logging/test/test_consolidate.rb
136
+ - lib/logging/test/test_layout.rb
137
+ - lib/logging/test/test_log_event.rb
138
+ - lib/logging/test/test_logger.rb
139
+ - lib/logging/test/test_logging.rb
140
+ - lib/logging/test/test_repository.rb
141
+ - lib/logging/test/test_root_logger.rb
142
+ - lib/logging/test/test_stats.rb
143
+ - lib/logging/test/test_utils.rb
144
+ - lib/redcar/boot.rb
145
+ - lib/redcar/installer.rb
146
+ - lib/redcar/plist.rb
147
+ - lib/redcar/ruby_extensions.rb
148
+ - lib/redcar/runner.rb
149
+ - lib/redcar/usage.rb
150
+ - lib/redcar.rb
151
+ - lib/regex_replace.rb
152
+ - plugins/application/features/main_menu.feature
153
+ - plugins/application/features/main_window.feature
154
+ - plugins/application/features/step_definitions/dialog_steps.rb
155
+ - plugins/application/features/step_definitions/menu_steps.rb
156
+ - plugins/application/features/step_definitions/tree_steps.rb
157
+ - plugins/application/features/step_definitions/window_steps.rb
158
+ - plugins/application/features/support/env.rb
159
+ - plugins/application/icons/darwin-file.png
160
+ - plugins/application/icons/darwin-folder.png
161
+ - plugins/application/lib/application/assets/file.png
162
+ - plugins/application/lib/application/command/executor.rb
163
+ - plugins/application/lib/application/command/history.rb
164
+ - plugins/application/lib/application/command.rb
165
+ - plugins/application/lib/application/dialog.rb
166
+ - plugins/application/lib/application/dialogs/filter_list_dialog.rb
167
+ - plugins/application/lib/application/menu/builder.rb
168
+ - plugins/application/lib/application/menu/item.rb
169
+ - plugins/application/lib/application/menu.rb
170
+ - plugins/application/lib/application/notebook.rb
171
+ - plugins/application/lib/application/sensitive.rb
172
+ - plugins/application/lib/application/sensitivity.rb
173
+ - plugins/application/lib/application/tab/command.rb
174
+ - plugins/application/lib/application/tab.rb
175
+ - plugins/application/lib/application/treebook.rb
176
+ - plugins/application/lib/application/window.rb
177
+ - plugins/application/lib/application.rb
178
+ - plugins/application/plugin.yaml
179
+ - plugins/application/spec/application/application_spec.rb
180
+ - plugins/application/spec/application/command/executor_spec.rb
181
+ - plugins/application/spec/application/command/history_spec.rb
182
+ - plugins/application/spec/application/command_spec.rb
183
+ - plugins/application/spec/application/controllers/application_controller.rb
184
+ - plugins/application/spec/application/controllers/notebook_controller.rb
185
+ - plugins/application/spec/application/controllers/window_controller.rb
186
+ - plugins/application/spec/application/menu/builder_spec.rb
187
+ - plugins/application/spec/application/menu/menu_item_spec.rb
188
+ - plugins/application/spec/application/menu_spec.rb
189
+ - plugins/application/spec/application/notebook_spec.rb
190
+ - plugins/application/spec/application/sensitive_spec.rb
191
+ - plugins/application/spec/application/treebook_spec.rb
192
+ - plugins/application/spec/application/window_spec.rb
193
+ - plugins/application/spec/spec_helper.rb
194
+ - plugins/application_swt/lib/application_swt/cucumber_patches.rb
195
+ - plugins/application_swt/lib/application_swt/cucumber_runner.rb
196
+ - plugins/application_swt/lib/application_swt/dialog_adapter.rb
197
+ - plugins/application_swt/lib/application_swt/dialogs/filter_list_dialog_controller.rb
198
+ - plugins/application_swt/lib/application_swt/dialogs/no_buttons_dialog.rb
199
+ - plugins/application_swt/lib/application_swt/event_loop.rb
200
+ - plugins/application_swt/lib/application_swt/menu/binding_translator.rb
201
+ - plugins/application_swt/lib/application_swt/menu.rb
202
+ - plugins/application_swt/lib/application_swt/notebook/drag_and_drop_listener.rb
203
+ - plugins/application_swt/lib/application_swt/notebook.rb
204
+ - plugins/application_swt/lib/application_swt/swt/grid_data.rb
205
+ - plugins/application_swt/lib/application_swt/swt/listener_helpers.rb
206
+ - plugins/application_swt/lib/application_swt/swt_wrapper.rb
207
+ - plugins/application_swt/lib/application_swt/tab.rb
208
+ - plugins/application_swt/lib/application_swt/treebook.rb
209
+ - plugins/application_swt/lib/application_swt/window.rb
210
+ - plugins/application_swt/lib/application_swt.rb
211
+ - plugins/application_swt/plugin.yaml
212
+ - plugins/application_swt/spec/application_swt/menu/binding_translator_spec.rb
213
+ - plugins/application_swt/spec/application_swt/menu_spec.rb
214
+ - plugins/application_swt/spec/spec_helper.rb
215
+ - plugins/application_swt/vendor/swt/linux/dummy
216
+ - plugins/application_swt/vendor/swt/osx/dummy
217
+ - plugins/application_swt/vendor/swt/osx64/dummy
218
+ - plugins/application_swt/vendor/swt/win32/dummy
219
+ - plugins/auto_indenter/lib/auto_indenter/document_controller.rb
220
+ - plugins/auto_indenter/lib/auto_indenter.rb
221
+ - plugins/auto_indenter/plugin.yaml
222
+ - plugins/core/lib/core/controller.rb
223
+ - plugins/core/lib/core/gui.rb
224
+ - plugins/core/lib/core/logger.rb
225
+ - plugins/core/lib/core/model.rb
226
+ - plugins/core/lib/core/observable.rb
227
+ - plugins/core/lib/core/plugin/storage.rb
228
+ - plugins/core/lib/core/plugin.rb
229
+ - plugins/core/lib/core.rb
230
+ - plugins/core/plugin.yaml
231
+ - plugins/core/spec/core/gui_spec.rb
232
+ - plugins/core/spec/core/observable_spec.rb
233
+ - plugins/core/spec/core/storage_spec.rb
234
+ - plugins/core/spec/spec_helper.rb
235
+ - plugins/edit_view/features/multiple_notebooks.feature
236
+ - plugins/edit_view/features/multiple_windows.feature
237
+ - plugins/edit_view/features/new_tab.feature
238
+ - plugins/edit_view/features/step_definitions/editing_steps.rb
239
+ - plugins/edit_view/features/step_definitions/key_steps.rb
240
+ - plugins/edit_view/features/step_definitions/notebook_steps.rb
241
+ - plugins/edit_view/features/step_definitions/tab_steps.rb
242
+ - plugins/edit_view/features/step_definitions/window_steps.rb
243
+ - plugins/edit_view/features/support/env.rb
244
+ - plugins/edit_view/features/switch_tabs.feature
245
+ - plugins/edit_view/features/undo_and_redo.feature
246
+ - plugins/edit_view/lib/edit_view/command.rb
247
+ - plugins/edit_view/lib/edit_view/document/controller.rb
248
+ - plugins/edit_view/lib/edit_view/document/mirror.rb
249
+ - plugins/edit_view/lib/edit_view/document.rb
250
+ - plugins/edit_view/lib/edit_view/edit_tab.rb
251
+ - plugins/edit_view/lib/edit_view.rb
252
+ - plugins/edit_view/plugin.yaml
253
+ - plugins/edit_view/spec/edit_view/document_spec.rb
254
+ - plugins/edit_view/spec/spec_helper.rb
255
+ - plugins/edit_view_swt/lib/edit_view_swt/document.rb
256
+ - plugins/edit_view_swt/lib/edit_view_swt/edit_tab.rb
257
+ - plugins/edit_view_swt/lib/edit_view_swt.rb
258
+ - plugins/edit_view_swt/plugin.yaml
259
+ - plugins/edit_view_swt/vendor/dummy
260
+ - plugins/edit_view_swt/vendor/java-mateview.rb
261
+ - plugins/project/features/fixtures/winter.txt
262
+ - plugins/project/features/open_and_save_files.feature
263
+ - plugins/project/features/open_directory_tree.feature
264
+ - plugins/project/features/refresh_directory_tree.feature
265
+ - plugins/project/features/step_definitions/directory_steps.rb
266
+ - plugins/project/features/step_definitions/file_steps.rb
267
+ - plugins/project/features/support/env.rb
268
+ - plugins/project/lib/project/dir_controller.rb
269
+ - plugins/project/lib/project/dir_mirror.rb
270
+ - plugins/project/lib/project/file_mirror.rb
271
+ - plugins/project/lib/project/find_file_dialog.rb
272
+ - plugins/project/lib/project/project_command.rb
273
+ - plugins/project/lib/project.rb
274
+ - plugins/project/plugin.yaml
275
+ - plugins/project/spec/project/dir_mirror_spec.rb
276
+ - plugins/project/spec/project/file_mirror_spec.rb
277
+ - plugins/project/spec/spec_helper.rb
278
+ - plugins/redcar/plugin.yaml
279
+ - plugins/redcar/redcar.rb
280
+ - plugins/repl/lib/repl/internal_mirror.rb
281
+ - plugins/repl/lib/repl.rb
282
+ - plugins/repl/plugin.yaml
283
+ - plugins/repl/spec/repl/internal_mirror_spec.rb
284
+ - plugins/repl/spec/spec_helper.rb
285
+ - plugins/tree/lib/tree/controller.rb
286
+ - plugins/tree/lib/tree/mirror.rb
287
+ - plugins/tree/lib/tree.rb
288
+ - plugins/tree/plugin.yaml
289
+ - plugins/tree/spec/spec_helper.rb
290
+ - plugins/tree_view_swt/lib/tree_view_swt.rb
291
+ - plugins/tree_view_swt/plugin.yaml
292
+ - textmate/Bundles/C.tmbundle/Syntaxes/C.plist
293
+ - textmate/Bundles/C.tmbundle/Syntaxes/C____.plist
294
+ - textmate/Bundles/CSS.tmbundle/Syntaxes/CSS.plist
295
+ - textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Plain_Text_Feature.tmLanguage
296
+ - textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Steps.tmLanguage
297
+ - textmate/Bundles/Cucumber.tmbundle/Syntaxes/plaintext_template.erb
298
+ - textmate/Bundles/HTML.tmbundle/Syntaxes/HTML.plist
299
+ - textmate/Bundles/Java.tmbundle/Syntaxes/Java.plist
300
+ - textmate/Bundles/Java.tmbundle/Syntaxes/Java_Server_Pages___JSP__.tmLanguage
301
+ - textmate/Bundles/Java.tmbundle/Syntaxes/JavaProperties.plist
302
+ - textmate/Bundles/Perl.tmbundle/Syntaxes/Perl.plist
303
+ - textmate/Bundles/RedcarRepl.tmbundle/Syntaxes/InternalRuby.plist
304
+ - textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/HTML___Rails__.plist
305
+ - textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/JavaScript___Rails__.tmLanguage
306
+ - textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/RJS.tmLanguage
307
+ - textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/Ruby_on_Rails.plist
308
+ - textmate/Bundles/Ruby on Rails.tmbundle/Syntaxes/SQL___Rails__.plist
309
+ - textmate/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist
310
+ - textmate/Bundles/Text.tmbundle/Syntaxes/Plain_text.plist
311
+ - textmate/Themes/Active4D.tmTheme
312
+ - textmate/Themes/All Hallow's Eve.tmTheme
313
+ - textmate/Themes/Amy.tmTheme
314
+ - textmate/Themes/Blackboard.tmTheme
315
+ - textmate/Themes/Brilliance Black.tmTheme
316
+ - textmate/Themes/Brilliance Dull.tmTheme
317
+ - textmate/Themes/choco.tmTheme
318
+ - textmate/Themes/Cobalt.tmTheme
319
+ - textmate/Themes/Dawn.tmTheme
320
+ - textmate/Themes/Eiffel.tmTheme
321
+ - textmate/Themes/Espresso Libre.tmTheme
322
+ - textmate/Themes/IDLE.tmTheme
323
+ - textmate/Themes/iPlastic.tmTheme
324
+ - textmate/Themes/LAZY.tmTheme
325
+ - textmate/Themes/Mac Classic.tmTheme
326
+ - textmate/Themes/MagicWB (Amiga).tmTheme
327
+ - textmate/Themes/Pastels on Dark.tmTheme
328
+ - textmate/Themes/Railscasts.tmTheme
329
+ - textmate/Themes/Slush & Poppies.tmTheme
330
+ - textmate/Themes/SpaceCadet.tmTheme
331
+ - textmate/Themes/Sunburst.tmTheme
332
+ - textmate/Themes/Twilight.tmTheme
333
+ - textmate/Themes/Vibrant Ink.tmTheme
334
+ - textmate/Themes/Zenburnesque.tmTheme
657
335
  has_rdoc: true
658
336
  homepage: http://redcareditor.com
659
337
  licenses: []
660
338
 
661
- post_install_message:
339
+ post_install_message: |+
340
+
341
+ ------------------------------------------------------------------------------------
342
+
343
+ Please now run:
344
+
345
+ $ redcar install
346
+
347
+ to complete the installation.
348
+
349
+ (If you installed the gem with 'sudo', you will need to run 'sudo redcar install').
350
+
351
+ ------------------------------------------------------------------------------------
352
+
662
353
  rdoc_options:
663
- - --main
664
- - README.md
354
+ - --main
355
+ - README.md
665
356
  require_paths:
666
- - lib
357
+ - lib
667
358
  required_ruby_version: !ruby/object:Gem::Requirement
668
359
  requirements:
669
- - - ">="
670
- - !ruby/object:Gem::Version
671
- version: "0"
360
+ - - ">="
361
+ - !ruby/object:Gem::Version
362
+ version: "0"
672
363
  version:
673
364
  required_rubygems_version: !ruby/object:Gem::Requirement
674
365
  requirements:
675
- - - ">"
676
- - !ruby/object:Gem::Version
677
- version: 1.3.1
366
+ - - ">"
367
+ - !ruby/object:Gem::Version
368
+ version: 1.3.1
678
369
  version:
679
370
  requirements: []
680
371
 
@@ -682,6 +373,6 @@ rubyforge_project:
682
373
  rubygems_version: 1.3.5
683
374
  signing_key:
684
375
  specification_version: 3
685
- summary: A JRuby text editor. (Installing the gem will take a while as it downloads assets during the install.)
376
+ summary: A JRuby text editor.
686
377
  test_files: []
687
378