redcar 0.12.1 → 0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGES +18 -0
- data/bin/redcar +1 -0
- data/lib/redcar.rb +4 -5
- data/lib/redcar/usage.rb +0 -1
- data/lib/redcar_quick_start.rb +3 -1
- data/plugins/application/lib/application.rb +1 -0
- data/plugins/application/lib/application/commands/treebook_commands.rb +11 -18
- data/plugins/application/lib/application/dialog.rb +1 -1
- data/plugins/application/lib/application/dialogs/filter_list_dialog.rb +13 -5
- data/plugins/application/lib/application/global_state.rb +21 -0
- data/plugins/application/lib/application/menu/item.rb +37 -11
- data/plugins/application/lib/application/notebook.rb +12 -0
- data/plugins/application/lib/application/tree/mirror.rb +0 -11
- data/plugins/application/lib/application/window.rb +32 -7
- data/plugins/application_swt/lib/application_swt.rb +1 -1
- data/plugins/application_swt/lib/application_swt/dialogs/filter_list_dialog_controller.rb +35 -10
- data/plugins/application_swt/lib/application_swt/icon.rb +1 -1
- data/plugins/application_swt/lib/application_swt/menu.rb +47 -15
- data/plugins/application_swt/lib/application_swt/notebook.rb +11 -2
- data/plugins/application_swt/lib/application_swt/window.rb +37 -34
- data/plugins/auto_indenter/lib/auto_indenter/analyzer.rb +1 -1
- data/plugins/auto_indenter/spec/auto_indenter/analyzer_spec.rb +9 -0
- data/plugins/declarations/lib/declarations.rb +31 -66
- data/plugins/declarations/lib/declarations/commands.rb +142 -0
- data/plugins/declarations/lib/declarations/file.rb +1 -1
- data/plugins/{outline_view → declarations}/spec/fixtures/some_project/javascript.js +0 -0
- data/plugins/{outline_view → declarations}/spec/fixtures/some_project/nothing_to_see.rb +0 -0
- data/plugins/{outline_view → declarations}/spec/fixtures/some_project/one_lonely_class.rb +0 -0
- data/plugins/{outline_view → declarations}/spec/fixtures/some_project/similar_names.rb +0 -0
- data/plugins/{outline_view → declarations}/spec/fixtures/some_project/something_fancy.rb +0 -0
- data/plugins/{outline_view → declarations}/spec/fixtures/some_project/trailing_space.rb +0 -0
- data/plugins/edit_view/lib/edit_view.rb +35 -2
- data/plugins/edit_view/lib/edit_view/commands/change_language_command.rb +31 -0
- data/plugins/edit_view/lib/edit_view/commands/language_settings_commands.rb +45 -0
- data/plugins/edit_view/lib/edit_view/document/command.rb +1 -1
- data/plugins/edit_view/lib/edit_view/edit_tab.rb +11 -13
- data/plugins/key_bindings/lib/key_bindings.rb +6 -2
- data/plugins/project/lib/project.rb +27 -32
- data/plugins/project/lib/project/commands.rb +3 -88
- data/plugins/project/lib/project/dir_controller.rb +12 -18
- data/plugins/project/lib/project/dir_mirror.rb +20 -25
- data/plugins/project/lib/project/file_mirror.rb +10 -10
- data/plugins/project/lib/project/find_file_dialog.rb +20 -18
- data/plugins/project/lib/project/find_recent_dialog.rb +6 -3
- data/plugins/project/lib/project/{adapters/local.rb → local_filesystem.rb} +35 -35
- data/plugins/project/lib/project/manager.rb +21 -75
- data/plugins/project/lib/project/sub_project.rb +3 -3
- data/plugins/project/plugin.rb +0 -1
- data/plugins/project_search/lib/project_search/lucene_refresh.rb +0 -1
- data/plugins/redcar/plugin.rb +2 -2
- data/plugins/redcar/redcar.rb +34 -42
- data/plugins/ruby/lib/ruby/syntax_checker.rb +27 -7
- data/plugins/scm/lib/scm.rb +1 -12
- data/plugins/sessions/lib/sessions.rb +22 -0
- data/plugins/sessions/lib/sessions/cursor_saver.rb +162 -0
- data/plugins/sessions/lib/sessions/loader.rb +99 -0
- data/plugins/sessions/lib/sessions/memory.rb +59 -0
- data/plugins/sessions/plugin.rb +8 -0
- data/plugins/strip_trailing_spaces/lib/strip_trailing_spaces.rb +2 -2
- data/plugins/syntax_check/lib/syntax_check.rb +2 -2
- data/plugins/tree_view_swt/lib/tree_view_swt.rb +1 -3
- data/redcar.gemspec +1 -1
- metadata +195 -291
- data/plugins/connection_manager/lib/connection_manager.rb +0 -57
- data/plugins/connection_manager/lib/connection_manager/commands.rb +0 -14
- data/plugins/connection_manager/lib/connection_manager/connection_store.rb +0 -87
- data/plugins/connection_manager/lib/connection_manager/controller.rb +0 -100
- data/plugins/connection_manager/lib/connection_manager/filter_dialog.rb +0 -38
- data/plugins/connection_manager/lib/connection_manager/private_key_store.rb +0 -93
- data/plugins/connection_manager/plugin.rb +0 -12
- data/plugins/connection_manager/views/index.html.erb +0 -284
- data/plugins/edit_view/lib/edit_view/info_speedbar.rb +0 -98
- data/plugins/outline_view/features/outline_view.feature +0 -79
- data/plugins/outline_view/features/project_outline.feature +0 -23
- data/plugins/outline_view/features/step_definitions/outline_steps.rb +0 -61
- data/plugins/outline_view/lib/outline_view.rb +0 -97
- data/plugins/outline_view/lib/outline_view/commands.rb +0 -19
- data/plugins/outline_view/plugin.rb +0 -10
- data/plugins/outline_view_swt/lib/outline_view_swt.rb +0 -79
- data/plugins/outline_view_swt/plugin.rb +0 -7
- data/plugins/project/lib/project/adapters/remote.rb +0 -96
- data/plugins/project/lib/project/adapters/remote_protocols/ftp.rb +0 -93
- data/plugins/project/lib/project/adapters/remote_protocols/protocol.rb +0 -94
- data/plugins/project/lib/project/adapters/remote_protocols/sftp.rb +0 -181
| @@ -13,11 +13,11 @@ module Redcar | |
| 13 13 | 
             
                  Redcar::Menu::Builder.build do
         | 
| 14 14 | 
             
                    sub_menu "Plugins" do
         | 
| 15 15 | 
             
                      lazy_sub_menu "Syntax Checking" do
         | 
| 16 | 
            -
                        item "Enabled", :type => :check, : | 
| 16 | 
            +
                        item "Enabled", :type => :check, :checked => lambda { SyntaxCheck.enabled? }, :command => ToggleSyntaxChecking
         | 
| 17 17 | 
             
                        separator
         | 
| 18 18 | 
             
                        Checker.checkers.each do |checker|
         | 
| 19 19 | 
             
                          grammar = checker[0]
         | 
| 20 | 
            -
                          item "#{grammar}", :type => :check, : | 
| 20 | 
            +
                          item "#{grammar}", :type => :check, :checked => lambda { SyntaxCheck.check_type?(grammar) }, :command => ToggleGrammarChecking, :value => grammar
         | 
| 21 21 | 
             
                        end
         | 
| 22 22 | 
             
                      end
         | 
| 23 23 | 
             
                    end
         | 
| @@ -53,9 +53,7 @@ module Redcar | |
| 53 53 |  | 
| 54 54 | 
             
                  @model.add_listener(:refresh) do
         | 
| 55 55 | 
             
                    begin
         | 
| 56 | 
            -
                      @ | 
| 57 | 
            -
                        @viewer.refresh unless @viewer.getTree.isDisposed
         | 
| 58 | 
            -
                      end
         | 
| 56 | 
            +
                      @viewer.refresh unless @viewer.getTree.isDisposed
         | 
| 59 57 | 
             
                    rescue => e
         | 
| 60 58 | 
             
                      handle_mirror_error(e)
         | 
| 61 59 | 
             
                    end
         | 
    
        data/redcar.gemspec
    CHANGED
    
    | @@ -29,7 +29,7 @@ end | |
| 29 29 |  | 
| 30 30 | 
             
            Gem::Specification.new do |s|
         | 
| 31 31 | 
             
              s.name        = "redcar"
         | 
| 32 | 
            -
              s.version     = "0. | 
| 32 | 
            +
              s.version     = "0.13" # also change in lib/redcar.rb
         | 
| 33 33 | 
             
              s.platform    = "ruby"
         | 
| 34 34 | 
             
              s.authors     = ["Daniel Lucraft"]
         | 
| 35 35 | 
             
              s.email       = ["dan@fluentradical.com"]
         | 
    
        metadata
    CHANGED
    
    | @@ -1,318 +1,244 @@ | |
| 1 | 
            -
            --- !ruby/object:Gem::Specification | 
| 1 | 
            +
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: redcar
         | 
| 3 | 
            -
            version: !ruby/object:Gem::Version | 
| 4 | 
            -
               | 
| 3 | 
            +
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            +
              version: '0.13'
         | 
| 5 5 | 
             
              prerelease: 
         | 
| 6 | 
            -
              segments: 
         | 
| 7 | 
            -
              - 0
         | 
| 8 | 
            -
              - 12
         | 
| 9 | 
            -
              - 1
         | 
| 10 | 
            -
              version: 0.12.1
         | 
| 11 6 | 
             
            platform: ruby
         | 
| 12 | 
            -
            authors: | 
| 7 | 
            +
            authors:
         | 
| 13 8 | 
             
            - Daniel Lucraft
         | 
| 14 9 | 
             
            autorequire: 
         | 
| 15 10 | 
             
            bindir: bin
         | 
| 16 11 | 
             
            cert_chain: []
         | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
| 19 | 
            -
             | 
| 20 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 12 | 
            +
            date: 2012-01-21 00:00:00.000000000Z
         | 
| 13 | 
            +
            dependencies:
         | 
| 14 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 21 15 | 
             
              name: git
         | 
| 22 | 
            -
               | 
| 23 | 
            -
              requirement: &id001 !ruby/object:Gem::Requirement 
         | 
| 16 | 
            +
              requirement: &70365197875220 !ruby/object:Gem::Requirement
         | 
| 24 17 | 
             
                none: false
         | 
| 25 | 
            -
                requirements: | 
| 26 | 
            -
                - -  | 
| 27 | 
            -
                  - !ruby/object:Gem::Version | 
| 28 | 
            -
                     | 
| 29 | 
            -
                    segments: 
         | 
| 30 | 
            -
                    - 0
         | 
| 31 | 
            -
                    version: "0"
         | 
| 18 | 
            +
                requirements:
         | 
| 19 | 
            +
                - - ! '>='
         | 
| 20 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 21 | 
            +
                    version: '0'
         | 
| 32 22 | 
             
              type: :runtime
         | 
| 33 | 
            -
              version_requirements: *id001
         | 
| 34 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 35 | 
            -
              name: spoon
         | 
| 36 23 | 
             
              prerelease: false
         | 
| 37 | 
            -
               | 
| 24 | 
            +
              version_requirements: *70365197875220
         | 
| 25 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 26 | 
            +
              name: spoon
         | 
| 27 | 
            +
              requirement: &70365197891160 !ruby/object:Gem::Requirement
         | 
| 38 28 | 
             
                none: false
         | 
| 39 | 
            -
                requirements: | 
| 40 | 
            -
                - -  | 
| 41 | 
            -
                  - !ruby/object:Gem::Version | 
| 42 | 
            -
                     | 
| 43 | 
            -
                    segments: 
         | 
| 44 | 
            -
                    - 0
         | 
| 45 | 
            -
                    version: "0"
         | 
| 29 | 
            +
                requirements:
         | 
| 30 | 
            +
                - - ! '>='
         | 
| 31 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 32 | 
            +
                    version: '0'
         | 
| 46 33 | 
             
              type: :runtime
         | 
| 47 | 
            -
              version_requirements: *id002
         | 
| 48 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 49 | 
            -
              name: lucene
         | 
| 50 34 | 
             
              prerelease: false
         | 
| 51 | 
            -
               | 
| 35 | 
            +
              version_requirements: *70365197891160
         | 
| 36 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 37 | 
            +
              name: lucene
         | 
| 38 | 
            +
              requirement: &70365197890660 !ruby/object:Gem::Requirement
         | 
| 52 39 | 
             
                none: false
         | 
| 53 | 
            -
                requirements: | 
| 40 | 
            +
                requirements:
         | 
| 54 41 | 
             
                - - ~>
         | 
| 55 | 
            -
                  - !ruby/object:Gem::Version | 
| 56 | 
            -
                    hash: 62196465
         | 
| 57 | 
            -
                    segments: 
         | 
| 58 | 
            -
                    - 0
         | 
| 59 | 
            -
                    - 5
         | 
| 60 | 
            -
                    - 0
         | 
| 61 | 
            -
                    - beta
         | 
| 62 | 
            -
                    - 1
         | 
| 42 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 63 43 | 
             
                    version: 0.5.0.beta.1
         | 
| 64 44 | 
             
              type: :runtime
         | 
| 65 | 
            -
              version_requirements: *id003
         | 
| 66 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 67 | 
            -
              name: bundler
         | 
| 68 45 | 
             
              prerelease: false
         | 
| 69 | 
            -
               | 
| 46 | 
            +
              version_requirements: *70365197890660
         | 
| 47 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 48 | 
            +
              name: bundler
         | 
| 49 | 
            +
              requirement: &70365197890240 !ruby/object:Gem::Requirement
         | 
| 70 50 | 
             
                none: false
         | 
| 71 | 
            -
                requirements: | 
| 72 | 
            -
                - -  | 
| 73 | 
            -
                  - !ruby/object:Gem::Version | 
| 74 | 
            -
                     | 
| 75 | 
            -
                    segments: 
         | 
| 76 | 
            -
                    - 0
         | 
| 77 | 
            -
                    version: "0"
         | 
| 51 | 
            +
                requirements:
         | 
| 52 | 
            +
                - - ! '>='
         | 
| 53 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 54 | 
            +
                    version: '0'
         | 
| 78 55 | 
             
              type: :runtime
         | 
| 79 | 
            -
              version_requirements: *id004
         | 
| 80 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 81 | 
            -
              name: net-ssh
         | 
| 82 56 | 
             
              prerelease: false
         | 
| 83 | 
            -
               | 
| 57 | 
            +
              version_requirements: *70365197890240
         | 
| 58 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 59 | 
            +
              name: net-ssh
         | 
| 60 | 
            +
              requirement: &70365197889780 !ruby/object:Gem::Requirement
         | 
| 84 61 | 
             
                none: false
         | 
| 85 | 
            -
                requirements: | 
| 86 | 
            -
                - -  | 
| 87 | 
            -
                  - !ruby/object:Gem::Version | 
| 88 | 
            -
                     | 
| 89 | 
            -
                    segments: 
         | 
| 90 | 
            -
                    - 0
         | 
| 91 | 
            -
                    version: "0"
         | 
| 62 | 
            +
                requirements:
         | 
| 63 | 
            +
                - - ! '>='
         | 
| 64 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 65 | 
            +
                    version: '0'
         | 
| 92 66 | 
             
              type: :runtime
         | 
| 93 | 
            -
              version_requirements: *id005
         | 
| 94 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 95 | 
            -
              name: net-sftp
         | 
| 96 67 | 
             
              prerelease: false
         | 
| 97 | 
            -
               | 
| 68 | 
            +
              version_requirements: *70365197889780
         | 
| 69 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 70 | 
            +
              name: net-sftp
         | 
| 71 | 
            +
              requirement: &70365197889360 !ruby/object:Gem::Requirement
         | 
| 98 72 | 
             
                none: false
         | 
| 99 | 
            -
                requirements: | 
| 100 | 
            -
                - -  | 
| 101 | 
            -
                  - !ruby/object:Gem::Version | 
| 102 | 
            -
                     | 
| 103 | 
            -
                    segments: 
         | 
| 104 | 
            -
                    - 0
         | 
| 105 | 
            -
                    version: "0"
         | 
| 73 | 
            +
                requirements:
         | 
| 74 | 
            +
                - - ! '>='
         | 
| 75 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 76 | 
            +
                    version: '0'
         | 
| 106 77 | 
             
              type: :runtime
         | 
| 107 | 
            -
              version_requirements: *id006
         | 
| 108 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 109 | 
            -
              name: net-ftp-list
         | 
| 110 78 | 
             
              prerelease: false
         | 
| 111 | 
            -
               | 
| 79 | 
            +
              version_requirements: *70365197889360
         | 
| 80 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 81 | 
            +
              name: net-ftp-list
         | 
| 82 | 
            +
              requirement: &70365197888940 !ruby/object:Gem::Requirement
         | 
| 112 83 | 
             
                none: false
         | 
| 113 | 
            -
                requirements: | 
| 114 | 
            -
                - -  | 
| 115 | 
            -
                  - !ruby/object:Gem::Version | 
| 116 | 
            -
                     | 
| 117 | 
            -
                    segments: 
         | 
| 118 | 
            -
                    - 0
         | 
| 119 | 
            -
                    version: "0"
         | 
| 84 | 
            +
                requirements:
         | 
| 85 | 
            +
                - - ! '>='
         | 
| 86 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 87 | 
            +
                    version: '0'
         | 
| 120 88 | 
             
              type: :runtime
         | 
| 121 | 
            -
              version_requirements: *id007
         | 
| 122 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 123 | 
            -
              name: jruby-openssl
         | 
| 124 89 | 
             
              prerelease: false
         | 
| 125 | 
            -
               | 
| 90 | 
            +
              version_requirements: *70365197888940
         | 
| 91 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 92 | 
            +
              name: jruby-openssl
         | 
| 93 | 
            +
              requirement: &70365197888520 !ruby/object:Gem::Requirement
         | 
| 126 94 | 
             
                none: false
         | 
| 127 | 
            -
                requirements: | 
| 128 | 
            -
                - -  | 
| 129 | 
            -
                  - !ruby/object:Gem::Version | 
| 130 | 
            -
                     | 
| 131 | 
            -
                    segments: 
         | 
| 132 | 
            -
                    - 0
         | 
| 133 | 
            -
                    version: "0"
         | 
| 95 | 
            +
                requirements:
         | 
| 96 | 
            +
                - - ! '>='
         | 
| 97 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 98 | 
            +
                    version: '0'
         | 
| 134 99 | 
             
              type: :runtime
         | 
| 135 | 
            -
              version_requirements: *id008
         | 
| 136 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 137 | 
            -
              name: ruby-blockcache
         | 
| 138 100 | 
             
              prerelease: false
         | 
| 139 | 
            -
               | 
| 101 | 
            +
              version_requirements: *70365197888520
         | 
| 102 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 103 | 
            +
              name: ruby-blockcache
         | 
| 104 | 
            +
              requirement: &70365197888100 !ruby/object:Gem::Requirement
         | 
| 140 105 | 
             
                none: false
         | 
| 141 | 
            -
                requirements: | 
| 142 | 
            -
                - -  | 
| 143 | 
            -
                  - !ruby/object:Gem::Version | 
| 144 | 
            -
                     | 
| 145 | 
            -
                    segments: 
         | 
| 146 | 
            -
                    - 0
         | 
| 147 | 
            -
                    version: "0"
         | 
| 106 | 
            +
                requirements:
         | 
| 107 | 
            +
                - - ! '>='
         | 
| 108 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 109 | 
            +
                    version: '0'
         | 
| 148 110 | 
             
              type: :runtime
         | 
| 149 | 
            -
              version_requirements: *id009
         | 
| 150 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 151 | 
            -
              name: bouncy-castle-java
         | 
| 152 111 | 
             
              prerelease: false
         | 
| 153 | 
            -
               | 
| 112 | 
            +
              version_requirements: *70365197888100
         | 
| 113 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 114 | 
            +
              name: bouncy-castle-java
         | 
| 115 | 
            +
              requirement: &70365197887680 !ruby/object:Gem::Requirement
         | 
| 154 116 | 
             
                none: false
         | 
| 155 | 
            -
                requirements: | 
| 156 | 
            -
                - -  | 
| 157 | 
            -
                  - !ruby/object:Gem::Version | 
| 158 | 
            -
                     | 
| 159 | 
            -
                    segments: 
         | 
| 160 | 
            -
                    - 0
         | 
| 161 | 
            -
                    version: "0"
         | 
| 117 | 
            +
                requirements:
         | 
| 118 | 
            +
                - - ! '>='
         | 
| 119 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 120 | 
            +
                    version: '0'
         | 
| 162 121 | 
             
              type: :runtime
         | 
| 163 | 
            -
              version_requirements: *id010
         | 
| 164 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 165 | 
            -
              name: swt
         | 
| 166 122 | 
             
              prerelease: false
         | 
| 167 | 
            -
               | 
| 123 | 
            +
              version_requirements: *70365197887680
         | 
| 124 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 125 | 
            +
              name: swt
         | 
| 126 | 
            +
              requirement: &70365197887260 !ruby/object:Gem::Requirement
         | 
| 168 127 | 
             
                none: false
         | 
| 169 | 
            -
                requirements: | 
| 170 | 
            -
                - -  | 
| 171 | 
            -
                  - !ruby/object:Gem::Version | 
| 172 | 
            -
                     | 
| 173 | 
            -
                    segments: 
         | 
| 174 | 
            -
                    - 0
         | 
| 175 | 
            -
                    version: "0"
         | 
| 128 | 
            +
                requirements:
         | 
| 129 | 
            +
                - - ! '>='
         | 
| 130 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 131 | 
            +
                    version: '0'
         | 
| 176 132 | 
             
              type: :runtime
         | 
| 177 | 
            -
              version_requirements: *id011
         | 
| 178 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 179 | 
            -
              name: plugin_manager
         | 
| 180 133 | 
             
              prerelease: false
         | 
| 181 | 
            -
               | 
| 134 | 
            +
              version_requirements: *70365197887260
         | 
| 135 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 136 | 
            +
              name: plugin_manager
         | 
| 137 | 
            +
              requirement: &70365197886840 !ruby/object:Gem::Requirement
         | 
| 182 138 | 
             
                none: false
         | 
| 183 | 
            -
                requirements: | 
| 184 | 
            -
                - -  | 
| 185 | 
            -
                  - !ruby/object:Gem::Version | 
| 186 | 
            -
                     | 
| 187 | 
            -
                    segments: 
         | 
| 188 | 
            -
                    - 0
         | 
| 189 | 
            -
                    version: "0"
         | 
| 139 | 
            +
                requirements:
         | 
| 140 | 
            +
                - - ! '>='
         | 
| 141 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 142 | 
            +
                    version: '0'
         | 
| 190 143 | 
             
              type: :runtime
         | 
| 191 | 
            -
              version_requirements: *id012
         | 
| 192 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 193 | 
            -
              name: redcar-icons
         | 
| 194 144 | 
             
              prerelease: false
         | 
| 195 | 
            -
               | 
| 145 | 
            +
              version_requirements: *70365197886840
         | 
| 146 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 147 | 
            +
              name: redcar-icons
         | 
| 148 | 
            +
              requirement: &70365197886420 !ruby/object:Gem::Requirement
         | 
| 196 149 | 
             
                none: false
         | 
| 197 | 
            -
                requirements: | 
| 198 | 
            -
                - -  | 
| 199 | 
            -
                  - !ruby/object:Gem::Version | 
| 200 | 
            -
                     | 
| 201 | 
            -
                    segments: 
         | 
| 202 | 
            -
                    - 0
         | 
| 203 | 
            -
                    version: "0"
         | 
| 150 | 
            +
                requirements:
         | 
| 151 | 
            +
                - - ! '>='
         | 
| 152 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 153 | 
            +
                    version: '0'
         | 
| 204 154 | 
             
              type: :runtime
         | 
| 205 | 
            -
              version_requirements: *id013
         | 
| 206 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 207 | 
            -
              name: redcar-jruby
         | 
| 208 155 | 
             
              prerelease: false
         | 
| 209 | 
            -
               | 
| 156 | 
            +
              version_requirements: *70365197886420
         | 
| 157 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 158 | 
            +
              name: redcar-jruby
         | 
| 159 | 
            +
              requirement: &70365197886000 !ruby/object:Gem::Requirement
         | 
| 210 160 | 
             
                none: false
         | 
| 211 | 
            -
                requirements: | 
| 212 | 
            -
                - -  | 
| 213 | 
            -
                  - !ruby/object:Gem::Version | 
| 214 | 
            -
                     | 
| 215 | 
            -
                    segments: 
         | 
| 216 | 
            -
                    - 0
         | 
| 217 | 
            -
                    version: "0"
         | 
| 161 | 
            +
                requirements:
         | 
| 162 | 
            +
                - - ! '>='
         | 
| 163 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 164 | 
            +
                    version: '0'
         | 
| 218 165 | 
             
              type: :runtime
         | 
| 219 | 
            -
              version_requirements: *id014
         | 
| 220 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 221 | 
            -
              name: redcar-svnkit
         | 
| 222 166 | 
             
              prerelease: false
         | 
| 223 | 
            -
               | 
| 167 | 
            +
              version_requirements: *70365197886000
         | 
| 168 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 169 | 
            +
              name: redcar-svnkit
         | 
| 170 | 
            +
              requirement: &70365197885580 !ruby/object:Gem::Requirement
         | 
| 224 171 | 
             
                none: false
         | 
| 225 | 
            -
                requirements: | 
| 226 | 
            -
                - -  | 
| 227 | 
            -
                  - !ruby/object:Gem::Version | 
| 228 | 
            -
                     | 
| 229 | 
            -
                    segments: 
         | 
| 230 | 
            -
                    - 0
         | 
| 231 | 
            -
                    version: "0"
         | 
| 172 | 
            +
                requirements:
         | 
| 173 | 
            +
                - - ! '>='
         | 
| 174 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 175 | 
            +
                    version: '0'
         | 
| 232 176 | 
             
              type: :runtime
         | 
| 233 | 
            -
              version_requirements: *id015
         | 
| 234 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 235 | 
            -
              name: redcar-bundles
         | 
| 236 177 | 
             
              prerelease: false
         | 
| 237 | 
            -
               | 
| 178 | 
            +
              version_requirements: *70365197885580
         | 
| 179 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 180 | 
            +
              name: redcar-bundles
         | 
| 181 | 
            +
              requirement: &70365197885160 !ruby/object:Gem::Requirement
         | 
| 238 182 | 
             
                none: false
         | 
| 239 | 
            -
                requirements: | 
| 240 | 
            -
                - -  | 
| 241 | 
            -
                  - !ruby/object:Gem::Version | 
| 242 | 
            -
                     | 
| 243 | 
            -
                    segments: 
         | 
| 244 | 
            -
                    - 0
         | 
| 245 | 
            -
                    version: "0"
         | 
| 183 | 
            +
                requirements:
         | 
| 184 | 
            +
                - - ! '>='
         | 
| 185 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 186 | 
            +
                    version: '0'
         | 
| 246 187 | 
             
              type: :runtime
         | 
| 247 | 
            -
              version_requirements: *id016
         | 
| 248 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 249 | 
            -
              name: redcar-javamateview
         | 
| 250 188 | 
             
              prerelease: false
         | 
| 251 | 
            -
               | 
| 189 | 
            +
              version_requirements: *70365197885160
         | 
| 190 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 191 | 
            +
              name: redcar-javamateview
         | 
| 192 | 
            +
              requirement: &70365197884740 !ruby/object:Gem::Requirement
         | 
| 252 193 | 
             
                none: false
         | 
| 253 | 
            -
                requirements: | 
| 254 | 
            -
                - -  | 
| 255 | 
            -
                  - !ruby/object:Gem::Version | 
| 256 | 
            -
                     | 
| 257 | 
            -
                    segments: 
         | 
| 258 | 
            -
                    - 0
         | 
| 259 | 
            -
                    version: "0"
         | 
| 194 | 
            +
                requirements:
         | 
| 195 | 
            +
                - - ! '>='
         | 
| 196 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 197 | 
            +
                    version: '0'
         | 
| 260 198 | 
             
              type: :runtime
         | 
| 261 | 
            -
              version_requirements: *id017
         | 
| 262 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 263 | 
            -
              name: cucumber
         | 
| 264 199 | 
             
              prerelease: false
         | 
| 265 | 
            -
               | 
| 200 | 
            +
              version_requirements: *70365197884740
         | 
| 201 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 202 | 
            +
              name: cucumber
         | 
| 203 | 
            +
              requirement: &70365197884220 !ruby/object:Gem::Requirement
         | 
| 266 204 | 
             
                none: false
         | 
| 267 | 
            -
                requirements: | 
| 268 | 
            -
                - -  | 
| 269 | 
            -
                  - !ruby/object:Gem::Version | 
| 270 | 
            -
                    hash: 23
         | 
| 271 | 
            -
                    segments: 
         | 
| 272 | 
            -
                    - 1
         | 
| 273 | 
            -
                    - 1
         | 
| 274 | 
            -
                    - 2
         | 
| 205 | 
            +
                requirements:
         | 
| 206 | 
            +
                - - =
         | 
| 207 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 275 208 | 
             
                    version: 1.1.2
         | 
| 276 209 | 
             
              type: :development
         | 
| 277 | 
            -
              version_requirements: *id018
         | 
| 278 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 279 | 
            -
              name: rspec
         | 
| 280 210 | 
             
              prerelease: false
         | 
| 281 | 
            -
               | 
| 211 | 
            +
              version_requirements: *70365197884220
         | 
| 212 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 213 | 
            +
              name: rspec
         | 
| 214 | 
            +
              requirement: &70365197883800 !ruby/object:Gem::Requirement
         | 
| 282 215 | 
             
                none: false
         | 
| 283 | 
            -
                requirements: | 
| 284 | 
            -
                - -  | 
| 285 | 
            -
                  - !ruby/object:Gem::Version | 
| 286 | 
            -
                     | 
| 287 | 
            -
                    segments: 
         | 
| 288 | 
            -
                    - 0
         | 
| 289 | 
            -
                    version: "0"
         | 
| 216 | 
            +
                requirements:
         | 
| 217 | 
            +
                - - ! '>='
         | 
| 218 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 219 | 
            +
                    version: '0'
         | 
| 290 220 | 
             
              type: :development
         | 
| 291 | 
            -
              version_requirements: *id019
         | 
| 292 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 293 | 
            -
              name: watchr
         | 
| 294 221 | 
             
              prerelease: false
         | 
| 295 | 
            -
               | 
| 222 | 
            +
              version_requirements: *70365197883800
         | 
| 223 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 224 | 
            +
              name: watchr
         | 
| 225 | 
            +
              requirement: &70365197899700 !ruby/object:Gem::Requirement
         | 
| 296 226 | 
             
                none: false
         | 
| 297 | 
            -
                requirements: | 
| 298 | 
            -
                - -  | 
| 299 | 
            -
                  - !ruby/object:Gem::Version | 
| 300 | 
            -
                     | 
| 301 | 
            -
                    segments: 
         | 
| 302 | 
            -
                    - 0
         | 
| 303 | 
            -
                    version: "0"
         | 
| 227 | 
            +
                requirements:
         | 
| 228 | 
            +
                - - ! '>='
         | 
| 229 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 230 | 
            +
                    version: '0'
         | 
| 304 231 | 
             
              type: :development
         | 
| 305 | 
            -
               | 
| 306 | 
            -
             | 
| 307 | 
            -
             | 
| 232 | 
            +
              prerelease: false
         | 
| 233 | 
            +
              version_requirements: *70365197899700
         | 
| 234 | 
            +
            description: ''
         | 
| 235 | 
            +
            email:
         | 
| 308 236 | 
             
            - dan@fluentradical.com
         | 
| 309 | 
            -
            executables: | 
| 237 | 
            +
            executables:
         | 
| 310 238 | 
             
            - redcar
         | 
| 311 239 | 
             
            extensions: []
         | 
| 312 | 
            -
             | 
| 313 240 | 
             
            extra_rdoc_files: []
         | 
| 314 | 
            -
             | 
| 315 | 
            -
            files: 
         | 
| 241 | 
            +
            files:
         | 
| 316 242 | 
             
            - CHANGES
         | 
| 317 243 | 
             
            - LICENSE
         | 
| 318 244 | 
             
            - Rakefile
         | 
| @@ -396,6 +322,7 @@ files: | |
| 396 322 | 
             
            - plugins/application/lib/application/dialogs/filter_list_dialog.rb
         | 
| 397 323 | 
             
            - plugins/application/lib/application/dialogs/modeless_list_dialog.rb
         | 
| 398 324 | 
             
            - plugins/application/lib/application/event_spewer.rb
         | 
| 325 | 
            +
            - plugins/application/lib/application/global_state.rb
         | 
| 399 326 | 
             
            - plugins/application/lib/application/keymap/builder.rb
         | 
| 400 327 | 
             
            - plugins/application/lib/application/keymap.rb
         | 
| 401 328 | 
             
            - plugins/application/lib/application/menu/builder/group.rb
         | 
| @@ -532,14 +459,6 @@ files: | |
| 532 459 | 
             
            - plugins/comment/lib/comment.rb
         | 
| 533 460 | 
             
            - plugins/comment/plugin.rb
         | 
| 534 461 | 
             
            - plugins/comment/vendor/comment_lib.json
         | 
| 535 | 
            -
            - plugins/connection_manager/lib/connection_manager/commands.rb
         | 
| 536 | 
            -
            - plugins/connection_manager/lib/connection_manager/connection_store.rb
         | 
| 537 | 
            -
            - plugins/connection_manager/lib/connection_manager/controller.rb
         | 
| 538 | 
            -
            - plugins/connection_manager/lib/connection_manager/filter_dialog.rb
         | 
| 539 | 
            -
            - plugins/connection_manager/lib/connection_manager/private_key_store.rb
         | 
| 540 | 
            -
            - plugins/connection_manager/lib/connection_manager.rb
         | 
| 541 | 
            -
            - plugins/connection_manager/plugin.rb
         | 
| 542 | 
            -
            - plugins/connection_manager/views/index.html.erb
         | 
| 543 462 | 
             
            - plugins/core/lib/core/controller.rb
         | 
| 544 463 | 
             
            - plugins/core/lib/core/gui.rb
         | 
| 545 464 | 
             
            - plugins/core/lib/core/has_spi.rb
         | 
| @@ -565,6 +484,7 @@ files: | |
| 565 484 | 
             
            - plugins/core/spec/core/storage_spec.rb
         | 
| 566 485 | 
             
            - plugins/core/spec/core/task_queue_spec.rb
         | 
| 567 486 | 
             
            - plugins/core/spec/spec_helper.rb
         | 
| 487 | 
            +
            - plugins/declarations/lib/declarations/commands.rb
         | 
| 568 488 | 
             
            - plugins/declarations/lib/declarations/completion_source.rb
         | 
| 569 489 | 
             
            - plugins/declarations/lib/declarations/file.rb
         | 
| 570 490 | 
             
            - plugins/declarations/lib/declarations/parser.rb
         | 
| @@ -573,6 +493,12 @@ files: | |
| 573 493 | 
             
            - plugins/declarations/plugin.rb
         | 
| 574 494 | 
             
            - plugins/declarations/spec/declarations/file_spec.rb
         | 
| 575 495 | 
             
            - plugins/declarations/spec/fixtures/federalist.rb
         | 
| 496 | 
            +
            - plugins/declarations/spec/fixtures/some_project/javascript.js
         | 
| 497 | 
            +
            - plugins/declarations/spec/fixtures/some_project/nothing_to_see.rb
         | 
| 498 | 
            +
            - plugins/declarations/spec/fixtures/some_project/one_lonely_class.rb
         | 
| 499 | 
            +
            - plugins/declarations/spec/fixtures/some_project/similar_names.rb
         | 
| 500 | 
            +
            - plugins/declarations/spec/fixtures/some_project/something_fancy.rb
         | 
| 501 | 
            +
            - plugins/declarations/spec/fixtures/some_project/trailing_space.rb
         | 
| 576 502 | 
             
            - plugins/declarations/spec/spec_helper.rb
         | 
| 577 503 | 
             
            - plugins/document_search/features/find.feature
         | 
| 578 504 | 
             
            - plugins/document_search/features/incremental_search.feature
         | 
| @@ -617,6 +543,8 @@ files: | |
| 617 543 | 
             
            - plugins/edit_view/lib/edit_view/actions/tab.rb
         | 
| 618 544 | 
             
            - plugins/edit_view/lib/edit_view/command.rb
         | 
| 619 545 | 
             
            - plugins/edit_view/lib/edit_view/commands/align_assignment_command.rb
         | 
| 546 | 
            +
            - plugins/edit_view/lib/edit_view/commands/change_language_command.rb
         | 
| 547 | 
            +
            - plugins/edit_view/lib/edit_view/commands/language_settings_commands.rb
         | 
| 620 548 | 
             
            - plugins/edit_view/lib/edit_view/commands/text_conversion_commands.rb
         | 
| 621 549 | 
             
            - plugins/edit_view/lib/edit_view/document/command.rb
         | 
| 622 550 | 
             
            - plugins/edit_view/lib/edit_view/document/controller.rb
         | 
| @@ -629,7 +557,6 @@ files: | |
| 629 557 | 
             
            - plugins/edit_view/lib/edit_view/grammars/default.rb
         | 
| 630 558 | 
             
            - plugins/edit_view/lib/edit_view/grammars/ruby.rb
         | 
| 631 559 | 
             
            - plugins/edit_view/lib/edit_view/grammars/ruby_on_rails.rb
         | 
| 632 | 
            -
            - plugins/edit_view/lib/edit_view/info_speedbar.rb
         | 
| 633 560 | 
             
            - plugins/edit_view/lib/edit_view/modified_tabs_checker.rb
         | 
| 634 561 | 
             
            - plugins/edit_view/lib/edit_view/select_font_dialog.rb
         | 
| 635 562 | 
             
            - plugins/edit_view/lib/edit_view/select_theme_dialog.rb
         | 
| @@ -730,20 +657,6 @@ files: | |
| 730 657 | 
             
            - plugins/open_default_app/lib/open_default_app.rb
         | 
| 731 658 | 
             
            - plugins/open_default_app/plugin.rb
         | 
| 732 659 | 
             
            - plugins/open_default_app/screenshot.png
         | 
| 733 | 
            -
            - plugins/outline_view/features/outline_view.feature
         | 
| 734 | 
            -
            - plugins/outline_view/features/project_outline.feature
         | 
| 735 | 
            -
            - plugins/outline_view/features/step_definitions/outline_steps.rb
         | 
| 736 | 
            -
            - plugins/outline_view/lib/outline_view/commands.rb
         | 
| 737 | 
            -
            - plugins/outline_view/lib/outline_view.rb
         | 
| 738 | 
            -
            - plugins/outline_view/plugin.rb
         | 
| 739 | 
            -
            - plugins/outline_view/spec/fixtures/some_project/javascript.js
         | 
| 740 | 
            -
            - plugins/outline_view/spec/fixtures/some_project/nothing_to_see.rb
         | 
| 741 | 
            -
            - plugins/outline_view/spec/fixtures/some_project/one_lonely_class.rb
         | 
| 742 | 
            -
            - plugins/outline_view/spec/fixtures/some_project/similar_names.rb
         | 
| 743 | 
            -
            - plugins/outline_view/spec/fixtures/some_project/something_fancy.rb
         | 
| 744 | 
            -
            - plugins/outline_view/spec/fixtures/some_project/trailing_space.rb
         | 
| 745 | 
            -
            - plugins/outline_view_swt/lib/outline_view_swt.rb
         | 
| 746 | 
            -
            - plugins/outline_view_swt/plugin.rb
         | 
| 747 660 | 
             
            - plugins/pair_highlighter/lib/pair_highlighter/document_controller.rb
         | 
| 748 661 | 
             
            - plugins/pair_highlighter/lib/pair_highlighter.rb
         | 
| 749 662 | 
             
            - plugins/pair_highlighter/plugin.rb
         | 
| @@ -765,11 +678,6 @@ files: | |
| 765 678 | 
             
            - plugins/project/features/sub_project.feature
         | 
| 766 679 | 
             
            - plugins/project/features/support/env.rb
         | 
| 767 680 | 
             
            - plugins/project/features/watch_for_modified_files.feature
         | 
| 768 | 
            -
            - plugins/project/lib/project/adapters/local.rb
         | 
| 769 | 
            -
            - plugins/project/lib/project/adapters/remote.rb
         | 
| 770 | 
            -
            - plugins/project/lib/project/adapters/remote_protocols/ftp.rb
         | 
| 771 | 
            -
            - plugins/project/lib/project/adapters/remote_protocols/protocol.rb
         | 
| 772 | 
            -
            - plugins/project/lib/project/adapters/remote_protocols/sftp.rb
         | 
| 773 681 | 
             
            - plugins/project/lib/project/commands.rb
         | 
| 774 682 | 
             
            - plugins/project/lib/project/dir_controller.rb
         | 
| 775 683 | 
             
            - plugins/project/lib/project/dir_mirror.rb
         | 
| @@ -778,6 +686,7 @@ files: | |
| 778 686 | 
             
            - plugins/project/lib/project/file_mirror.rb
         | 
| 779 687 | 
             
            - plugins/project/lib/project/find_file_dialog.rb
         | 
| 780 688 | 
             
            - plugins/project/lib/project/find_recent_dialog.rb
         | 
| 689 | 
            +
            - plugins/project/lib/project/local_filesystem.rb
         | 
| 781 690 | 
             
            - plugins/project/lib/project/manager.rb
         | 
| 782 691 | 
             
            - plugins/project/lib/project/project_tree_controller.rb
         | 
| 783 692 | 
             
            - plugins/project/lib/project/recent.rb
         | 
| @@ -926,6 +835,11 @@ files: | |
| 926 835 | 
             
            - plugins/scm_svn/lib/scm_svn.rb
         | 
| 927 836 | 
             
            - plugins/scm_svn/LICENSE
         | 
| 928 837 | 
             
            - plugins/scm_svn/plugin.rb
         | 
| 838 | 
            +
            - plugins/sessions/lib/sessions/cursor_saver.rb
         | 
| 839 | 
            +
            - plugins/sessions/lib/sessions/loader.rb
         | 
| 840 | 
            +
            - plugins/sessions/lib/sessions/memory.rb
         | 
| 841 | 
            +
            - plugins/sessions/lib/sessions.rb
         | 
| 842 | 
            +
            - plugins/sessions/plugin.rb
         | 
| 929 843 | 
             
            - plugins/snippets/features/snippet_indenting.feature
         | 
| 930 844 | 
             
            - plugins/snippets/features/snippets.feature
         | 
| 931 845 | 
             
            - plugins/snippets/features/step_definitions/snippet_steps.rb
         | 
| @@ -1014,36 +928,26 @@ files: | |
| 1014 928 | 
             
            - plugins/web_bookmarks/Screenshot.png
         | 
| 1015 929 | 
             
            homepage: http://github.com/danlucraft/redcar
         | 
| 1016 930 | 
             
            licenses: []
         | 
| 1017 | 
            -
             | 
| 1018 931 | 
             
            post_install_message: 
         | 
| 1019 932 | 
             
            rdoc_options: []
         | 
| 1020 | 
            -
             | 
| 1021 | 
            -
            require_paths: 
         | 
| 933 | 
            +
            require_paths:
         | 
| 1022 934 | 
             
            - lib
         | 
| 1023 | 
            -
            required_ruby_version: !ruby/object:Gem::Requirement | 
| 935 | 
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         | 
| 1024 936 | 
             
              none: false
         | 
| 1025 | 
            -
              requirements: | 
| 1026 | 
            -
              - -  | 
| 1027 | 
            -
                - !ruby/object:Gem::Version | 
| 1028 | 
            -
                   | 
| 1029 | 
            -
             | 
| 1030 | 
            -
                  - 0
         | 
| 1031 | 
            -
                  version: "0"
         | 
| 1032 | 
            -
            required_rubygems_version: !ruby/object:Gem::Requirement 
         | 
| 937 | 
            +
              requirements:
         | 
| 938 | 
            +
              - - ! '>='
         | 
| 939 | 
            +
                - !ruby/object:Gem::Version
         | 
| 940 | 
            +
                  version: '0'
         | 
| 941 | 
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 1033 942 | 
             
              none: false
         | 
| 1034 | 
            -
              requirements: | 
| 1035 | 
            -
              - -  | 
| 1036 | 
            -
                - !ruby/object:Gem::Version | 
| 1037 | 
            -
                   | 
| 1038 | 
            -
                  segments: 
         | 
| 1039 | 
            -
                  - 0
         | 
| 1040 | 
            -
                  version: "0"
         | 
| 943 | 
            +
              requirements:
         | 
| 944 | 
            +
              - - ! '>='
         | 
| 945 | 
            +
                - !ruby/object:Gem::Version
         | 
| 946 | 
            +
                  version: '0'
         | 
| 1041 947 | 
             
            requirements: []
         | 
| 1042 | 
            -
             | 
| 1043 948 | 
             
            rubyforge_project: 
         | 
| 1044 | 
            -
            rubygems_version: 1.8. | 
| 949 | 
            +
            rubygems_version: 1.8.10
         | 
| 1045 950 | 
             
            signing_key: 
         | 
| 1046 951 | 
             
            specification_version: 3
         | 
| 1047 952 | 
             
            summary: A pure Ruby text editor
         | 
| 1048 953 | 
             
            test_files: []
         | 
| 1049 | 
            -
             |