VimMate 0.6.2

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.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: VimMate
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.6.2
7
+ date: 2006-12-20 00:00:00 -05:00
8
+ summary: VimMate is a graphical add-on to Vim with IDE-like features.
9
+ require_paths:
10
+ - lib
11
+ email:
12
+ homepage: http://vimmate.rubyforge.org
13
+ rubyforge_project:
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Guillaume Benny
30
+ files:
31
+ - README
32
+ - COPYING
33
+ - TODO
34
+ - CHANGELOG
35
+ - Rakefile
36
+ - setup.rb
37
+ - bin/vimmate
38
+ - lib/vimmatelib
39
+ - lib/vimmatelib/search_window.rb
40
+ - lib/vimmatelib/terminals_window.rb
41
+ - lib/vimmatelib/file_green.png
42
+ - lib/vimmatelib/dummy_window.rb
43
+ - lib/vimmatelib/vim_window.rb
44
+ - lib/vimmatelib/folder_red.png
45
+ - lib/vimmatelib/version.rb
46
+ - lib/vimmatelib/folder_orange.png
47
+ - lib/vimmatelib/files_menu.rb
48
+ - lib/vimmatelib/nice_singleton.rb
49
+ - lib/vimmatelib/vimmate32.png
50
+ - lib/vimmatelib/files_window.rb
51
+ - lib/vimmatelib/file_red.png
52
+ - lib/vimmatelib/vimmate16.png
53
+ - lib/vimmatelib/file_orange.png
54
+ - lib/vimmatelib/folder.png
55
+ - lib/vimmatelib/requirer.rb
56
+ - lib/vimmatelib/subversion.rb
57
+ - lib/vimmatelib/vimmate48.png
58
+ - lib/vimmatelib/config.rb
59
+ - lib/vimmatelib/file.png
60
+ - lib/vimmatelib/files.rb
61
+ - lib/vimmatelib/main_window.rb
62
+ - lib/vimmatelib/icons.rb
63
+ - lib/vimmatelib/folder_green.png
64
+ test_files: []
65
+
66
+ rdoc_options: []
67
+
68
+ extra_rdoc_files: []
69
+
70
+ executables:
71
+ - vimmate
72
+ extensions: []
73
+
74
+ requirements: []
75
+
76
+ dependencies: []
77
+