ver 2009.10.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. data/CHANGELOG +1404 -0
  2. data/MANIFEST +187 -0
  3. data/Rakefile +30 -0
  4. data/TODO +169 -0
  5. data/bin/ver +19 -0
  6. data/config/detect.rb +109 -0
  7. data/config/keymap/vim.rb +239 -0
  8. data/config/rc.rb +0 -0
  9. data/config/scratch +3 -0
  10. data/config/syntax/ANTLR.json +275 -0
  11. data/config/syntax/ASP VB.net.json +228 -0
  12. data/config/syntax/ASP.json +135 -0
  13. data/config/syntax/ActionScript.json +168 -0
  14. data/config/syntax/Ada.json +108 -0
  15. data/config/syntax/Apache.json +342 -0
  16. data/config/syntax/AppleScript.json +721 -0
  17. data/config/syntax/Bibtex.json +253 -0
  18. data/config/syntax/Blog (HTML).json +47 -0
  19. data/config/syntax/Blog (Markdown).json +50 -0
  20. data/config/syntax/Blog (Text).json +45 -0
  21. data/config/syntax/Blog (Textile).json +45 -0
  22. data/config/syntax/Bulletin Board.json +428 -0
  23. data/config/syntax/C++.json +323 -0
  24. data/config/syntax/C.json +694 -0
  25. data/config/syntax/CSS.json +346 -0
  26. data/config/syntax/DOT.json +79 -0
  27. data/config/syntax/Diff.json +136 -0
  28. data/config/syntax/Dylan.json +104 -0
  29. data/config/syntax/Eiffel.json +128 -0
  30. data/config/syntax/Erlang.json +1636 -0
  31. data/config/syntax/F-Script.json +137 -0
  32. data/config/syntax/FXScript.json +260 -0
  33. data/config/syntax/Gri.json +141 -0
  34. data/config/syntax/HTML (Mason).json +207 -0
  35. data/config/syntax/HTML (Rails).json +52 -0
  36. data/config/syntax/HTML (Tcl).json +42 -0
  37. data/config/syntax/HTML for ASP.net.json +736 -0
  38. data/config/syntax/HTML-ASP.json +45 -0
  39. data/config/syntax/HTML.json +614 -0
  40. data/config/syntax/Haskell.json +407 -0
  41. data/config/syntax/Inform.json +80 -0
  42. data/config/syntax/Ini.json +91 -0
  43. data/config/syntax/Io.json +142 -0
  44. data/config/syntax/Java.json +745 -0
  45. data/config/syntax/JavaProperties.json +42 -0
  46. data/config/syntax/JavaScript.json +446 -0
  47. data/config/syntax/LaTeX Beamer.json +65 -0
  48. data/config/syntax/LaTeX Log.json +88 -0
  49. data/config/syntax/LaTeX.json +962 -0
  50. data/config/syntax/Lighttpd.json +93 -0
  51. data/config/syntax/Lisp.json +101 -0
  52. data/config/syntax/Literate Haskell.json +55 -0
  53. data/config/syntax/Logtalk.json +289 -0
  54. data/config/syntax/Lua.json +146 -0
  55. data/config/syntax/M.json +744 -0
  56. data/config/syntax/MEL.json +161 -0
  57. data/config/syntax/MIPS.json +114 -0
  58. data/config/syntax/Mail.json +224 -0
  59. data/config/syntax/Makefile.json +66 -0
  60. data/config/syntax/Markdown.json +644 -0
  61. data/config/syntax/Modula-3.json +80 -0
  62. data/config/syntax/Movable Type.json +348 -0
  63. data/config/syntax/OCaml.json +1391 -0
  64. data/config/syntax/Objective-C++.json +21 -0
  65. data/config/syntax/OpenGL.json +24 -0
  66. data/config/syntax/PHP.json +2184 -0
  67. data/config/syntax/Pascal.json +128 -0
  68. data/config/syntax/Perl.json +2091 -0
  69. data/config/syntax/Plain text.json +49 -0
  70. data/config/syntax/Processing.json +188 -0
  71. data/config/syntax/Quake3 Config.json +54 -0
  72. data/config/syntax/R.json +157 -0
  73. data/config/syntax/Rez.json +137 -0
  74. data/config/syntax/Ruby on Rails.json +170 -0
  75. data/config/syntax/Ruby.json +1753 -0
  76. data/config/syntax/SQL (Rails).json +31 -0
  77. data/config/syntax/SQL.json +435 -0
  78. data/config/syntax/SWIG.json +96 -0
  79. data/config/syntax/Scheme.json +359 -0
  80. data/config/syntax/Shell-Unix-Generic.json +1198 -0
  81. data/config/syntax/Slate.json +265 -0
  82. data/config/syntax/Smarty.json +110 -0
  83. data/config/syntax/Standard ML.json +322 -0
  84. data/config/syntax/Subversion commit message.json +62 -0
  85. data/config/syntax/Tcl.json +278 -0
  86. data/config/syntax/TeX Math.json +83 -0
  87. data/config/syntax/TeX.json +157 -0
  88. data/config/syntax/Textile.json +273 -0
  89. data/config/syntax/Twiki.json +436 -0
  90. data/config/syntax/Vectorscript.json +97 -0
  91. data/config/syntax/XML strict.json +148 -0
  92. data/config/syntax/XML.json +301 -0
  93. data/config/syntax/XSL.json +96 -0
  94. data/config/syntax/YAML.json +293 -0
  95. data/config/syntax/iCalendar.json +51 -0
  96. data/config/syntax/reStructuredText.json +403 -0
  97. data/config/theme/Active4D.json +260 -0
  98. data/config/theme/All Hallow's Eve.json +171 -0
  99. data/config/theme/Amy.json +359 -0
  100. data/config/theme/BBEdit.json +269 -0
  101. data/config/theme/Bespin.json +322 -0
  102. data/config/theme/Blackboard.json +215 -0
  103. data/config/theme/BoysAndGirls01.json +156 -0
  104. data/config/theme/Brilliance Black.json +1695 -0
  105. data/config/theme/Brilliance Dull.json +1451 -0
  106. data/config/theme/Classic Modified.json +288 -0
  107. data/config/theme/Cobalt.json +345 -0
  108. data/config/theme/Cool Glow.json +215 -0
  109. data/config/theme/Dawn.json +258 -0
  110. data/config/theme/Eiffel.json +270 -0
  111. data/config/theme/Espresso Libre.json +247 -0
  112. data/config/theme/Fluidvision.json +272 -0
  113. data/config/theme/IDLE.json +159 -0
  114. data/config/theme/LAZY.json +178 -0
  115. data/config/theme/Mac Classic.json +277 -0
  116. data/config/theme/MagicWB (Amiga).json +231 -0
  117. data/config/theme/Merbivore Soft.json +181 -0
  118. data/config/theme/Merbivore.json +181 -0
  119. data/config/theme/Monokai.json +177 -0
  120. data/config/theme/Notepad2.json +166 -0
  121. data/config/theme/Pastels on Dark.json +437 -0
  122. data/config/theme/RubyBlue.json +226 -0
  123. data/config/theme/Sin City 2.json +361 -0
  124. data/config/theme/Slate.json +270 -0
  125. data/config/theme/Slush & Poppies.json +232 -0
  126. data/config/theme/SpaceCadet.json +143 -0
  127. data/config/theme/Sunburst.json +415 -0
  128. data/config/theme/Twilight BG FG.json +633 -0
  129. data/config/theme/Twilight.json +321 -0
  130. data/config/theme/Whys Poignant.json +119 -0
  131. data/config/theme/Zenburnesque.json +237 -0
  132. data/config/theme/barf.json +155 -0
  133. data/config/theme/fake.json +418 -0
  134. data/config/theme/happydeluxe.json +114 -0
  135. data/config/theme/iLife 05.json +393 -0
  136. data/config/theme/iPlastic.json +177 -0
  137. data/config/theme/mintBlue Dark.json +414 -0
  138. data/config/theme/mintBlue.json +415 -0
  139. data/config/theme/monoindustrial.json +276 -0
  140. data/config/theme/starlight.json +67 -0
  141. data/config/tutorial +74 -0
  142. data/config/welcome +115 -0
  143. data/help/index.verh +14 -0
  144. data/lib/ver.rb +156 -0
  145. data/lib/ver/entry.rb +97 -0
  146. data/lib/ver/keymap.rb +96 -0
  147. data/lib/ver/layout.rb +107 -0
  148. data/lib/ver/methods.rb +19 -0
  149. data/lib/ver/methods/completion.rb +116 -0
  150. data/lib/ver/methods/control.rb +340 -0
  151. data/lib/ver/methods/insert.rb +6 -0
  152. data/lib/ver/methods/move.rb +65 -0
  153. data/lib/ver/methods/search.rb +33 -0
  154. data/lib/ver/methods/select.rb +145 -0
  155. data/lib/ver/methods/views.rb +21 -0
  156. data/lib/ver/mode.rb +160 -0
  157. data/lib/ver/options.rb +207 -0
  158. data/lib/ver/plist.rb +106 -0
  159. data/lib/ver/status.rb +67 -0
  160. data/lib/ver/syntax.rb +68 -0
  161. data/lib/ver/syntax/detector.rb +53 -0
  162. data/lib/ver/syntax/processor.rb +48 -0
  163. data/lib/ver/text.rb +374 -0
  164. data/lib/ver/textpow.rb +357 -0
  165. data/lib/ver/theme.rb +162 -0
  166. data/lib/ver/vendor/fuzzy_file_finder.rb +340 -0
  167. data/lib/ver/view.rb +163 -0
  168. data/lib/ver/view/entry.rb +28 -0
  169. data/lib/ver/view/list.rb +137 -0
  170. data/lib/ver/view/list/buffer.rb +27 -0
  171. data/lib/ver/view/list/fuzzy_file_finder.rb +44 -0
  172. data/lib/ver/view/list/syntax.rb +13 -0
  173. data/lib/ver/view/list/theme.rb +13 -0
  174. data/spec/keymap.rb +224 -0
  175. data/tasks/bacon.rake +49 -0
  176. data/tasks/changelog.rake +18 -0
  177. data/tasks/gem.rake +22 -0
  178. data/tasks/gem_installer.rake +76 -0
  179. data/tasks/grancher.rake +12 -0
  180. data/tasks/install_dependencies.rake +6 -0
  181. data/tasks/manifest.rake +4 -0
  182. data/tasks/plist2json.rake +35 -0
  183. data/tasks/rcov.rake +18 -0
  184. data/tasks/release.rake +12 -0
  185. data/tasks/reversion.rake +8 -0
  186. data/tasks/syntax_list.rake +31 -0
  187. data/ver.gemspec +29 -0
  188. metadata +241 -0
data/tasks/bacon.rake ADDED
@@ -0,0 +1,49 @@
1
+ desc 'Run all bacon specs with pretty output'
2
+ task :bacon => :install_dependencies do
3
+ require 'open3'
4
+ require 'scanf'
5
+
6
+ specs = PROJECT_SPECS
7
+
8
+ some_failed = false
9
+ total = specs.size
10
+ len = specs.map{|s| s.size }.sort.last
11
+ tt = ta = tf = te = 0
12
+
13
+ red, yellow, green = "\e[31m%s\e[0m", "\e[33m%s\e[0m", "\e[32m%s\e[0m"
14
+ left_format = "%4d/%d: %-#{len + 11}s"
15
+ spec_format = "%d specifications (%d requirements), %d failures, %d errors"
16
+
17
+ specs.each_with_index do |spec, idx|
18
+ print(left_format % [idx + 1, total, spec])
19
+
20
+ Open3.popen3(RUBY, spec) do |sin, sout, serr|
21
+ out = sout.read
22
+ err = serr.read
23
+
24
+ ran = false
25
+
26
+ out.each_line do |line|
27
+ tests, assertions, failures, errors = all = line.scanf(spec_format)
28
+ next unless all.any?
29
+ ran = true
30
+ tt += tests; ta += assertions; tf += failures; te += errors
31
+
32
+ if tests == 0 || failures + errors > 0
33
+ puts((red % spec_format) % all)
34
+ puts out
35
+ puts err
36
+ else
37
+ puts((green % "%6d passed") % tests)
38
+ end
39
+
40
+ break
41
+ end
42
+
43
+ puts(yellow % " skipped") unless ran
44
+ end
45
+ end
46
+
47
+ puts(spec_format % [tt, ta, tf, te])
48
+ exit 1 if some_failed
49
+ end
@@ -0,0 +1,18 @@
1
+ desc 'update changelog'
2
+ task :changelog do
3
+ File.open('CHANGELOG', 'w+') do |changelog|
4
+ `git log -z --abbrev-commit`.split("\0").each do |commit|
5
+ next if commit =~ /^Merge: \d*/
6
+ ref, author, time, _, title, _, message = commit.split("\n", 7)
7
+ ref = ref[/commit ([0-9a-f]+)/, 1]
8
+ author = author[/Author: (.*)/, 1].strip
9
+ time = Time.parse(time[/Date: (.*)/, 1]).utc
10
+ title.strip!
11
+
12
+ changelog.puts "[#{ref} | #{time}] #{author}"
13
+ changelog.puts '', " * #{title}"
14
+ changelog.puts '', message.rstrip if message
15
+ changelog.puts
16
+ end
17
+ end
18
+ end
data/tasks/gem.rake ADDED
@@ -0,0 +1,22 @@
1
+ require 'rake/gempackagetask'
2
+
3
+ task :gemspec => [:manifest, :changelog] do
4
+ gemspec_file = "#{GEMSPEC.name}.gemspec"
5
+ File.open(gemspec_file, 'w+'){|gs| gs.puts(GEMSPEC.to_ruby) }
6
+ end
7
+
8
+ desc "package and install from gemspec"
9
+ task :install => [:gemspec] do
10
+ sh "gem build #{GEMSPEC.name}.gemspec"
11
+ sh "gem install #{GEMSPEC.name}-#{GEMSPEC.version}.gem"
12
+ end
13
+
14
+ desc "uninstall the gem"
15
+ task :uninstall => [:clean] do
16
+ sh %{gem uninstall -x #{GEMSPEC.name}}
17
+ end
18
+
19
+ Rake::GemPackageTask.new(GEMSPEC) do |p|
20
+ p.need_tar = true
21
+ p.need_zip = true
22
+ end
@@ -0,0 +1,76 @@
1
+ task :gem_installer do
2
+ class GemInstaller
3
+ def initialize(options = {}, &block)
4
+ @gems = []
5
+ @options = options
6
+
7
+ run(&block)
8
+ end
9
+
10
+ def run(&block)
11
+ instance_eval(&block) if block_given?
12
+ end
13
+
14
+ def gem(name, version = nil, options = {})
15
+ if version.respond_to?(:merge!)
16
+ options = version
17
+ else
18
+ options[:version] = version
19
+ end
20
+
21
+ @gems << [name, options]
22
+ end
23
+
24
+ def setup_gemspec(gemspec)
25
+ gemspec.dependencies.each do |dependency|
26
+ dependency.version_requirements.as_list.each do |version|
27
+ gem(dependency.name, version)
28
+ end
29
+ end
30
+
31
+ setup
32
+ end
33
+
34
+ def setup
35
+ require 'rubygems'
36
+ require 'rubygems/dependency_installer'
37
+
38
+ @gems.each do |name, options|
39
+ setup_gem(name, options)
40
+ end
41
+ end
42
+
43
+ def setup_gem(name, options, try_install = true)
44
+ print "activating #{name} ... "
45
+ Gem.activate(name, *[options[:version]].compact)
46
+ require(options[:lib] || name)
47
+ puts "success."
48
+ rescue LoadError => error
49
+ puts error
50
+ install_gem(name, options) if try_install
51
+ setup_gem(name, options, try_install = false)
52
+ end
53
+
54
+ def install_gem(name, options)
55
+ installer = Gem::DependencyInstaller.new(options)
56
+
57
+ temp_argv(options[:extconf]) do
58
+ print "Installing #{name} ... "
59
+ installer.install(name, options[:version])
60
+ puts "done."
61
+ end
62
+ end
63
+
64
+ def temp_argv(extconf)
65
+ if extconf ||= @options[:extconf]
66
+ old_argv = ARGV.clone
67
+ ARGV.replace(extconf.split(' '))
68
+ end
69
+
70
+ yield
71
+
72
+ ensure
73
+ ARGV.replace(old_argv) if extconf
74
+ end
75
+ end
76
+ end
@@ -0,0 +1,12 @@
1
+ begin
2
+ require 'grancher/task'
3
+
4
+ Grancher::Task.new do |g|
5
+ g.branch = 'gh-pages'
6
+ g.push_to = 'origin'
7
+ g.message = 'Updated website'
8
+ g.directory 'ydoc', 'doc'
9
+ end
10
+ rescue LoadError
11
+ # oh well :)
12
+ end
@@ -0,0 +1,6 @@
1
+ desc 'install dependencies'
2
+ task :install_dependencies => [:gem_installer] do
3
+ GemInstaller.new do
4
+ setup_gemspec(GEMSPEC)
5
+ end
6
+ end
@@ -0,0 +1,4 @@
1
+ desc 'update manifest'
2
+ task :manifest do
3
+ File.open('MANIFEST', 'w+'){|io| io.puts(*GEMSPEC.files) }
4
+ end
@@ -0,0 +1,35 @@
1
+ desc 'Convert all plists to json'
2
+ task 'plist2json' do
3
+ require './lib/ver/plist'
4
+ require 'json'
5
+
6
+ # This could be improved by using proper dependencies.
7
+
8
+ # first we need location of the plist files, that is specific for my machine,
9
+ # but can be changed via env variables.
10
+ # The directory should point to the root directory of the svn trunk checkout:
11
+ # svn co http://svn.textmate.org/trunk/
12
+ location = ENV['DIR'] || '/home/manveru/prog/textmate/'
13
+ p location
14
+
15
+ { 'Themes/*.{tmTheme,tmtheme}' => 'lib/ver/theme',
16
+ 'Bundles/*.tmbundle/Syntaxes/*.plist' => 'lib/ver/syntax'
17
+ }.each do |glob, destination|
18
+ begin
19
+ Dir.glob(File.join(location, glob)) do |path|
20
+ basename = File.basename(path, File.extname(path))
21
+ jsonname = File.join(destination, "#{basename}.json")
22
+
23
+ puts "Conversion of #{path} to #{jsonname}"
24
+
25
+ File.open jsonname, 'w+' do |io|
26
+ io.write JSON.pretty_unparse(VER::Plist.parse_xml(path))
27
+ end
28
+ end
29
+ rescue => ex
30
+ p ex
31
+ mkdir_p destination
32
+ retry
33
+ end
34
+ end
35
+ end
data/tasks/rcov.rake ADDED
@@ -0,0 +1,18 @@
1
+ desc 'code coverage'
2
+ task :rcov => :clean do
3
+ specs = PROJECT_SPECS
4
+
5
+ # we ignore adapter as this has extensive specs in rack already.
6
+ ignore = %w[ gem rack bacon innate/adapter\.rb ]
7
+ ignore << 'fiber\.rb' if RUBY_VERSION < '1.9'
8
+
9
+ ignored = ignore.join(',')
10
+
11
+ cmd = "rcov --aggregate coverage.data --sort coverage -t --%s -x '#{ignored}' %s"
12
+
13
+ while spec = specs.shift
14
+ puts '', "Gather coverage for #{spec} ..."
15
+ html = specs.empty? ? 'html' : 'no-html'
16
+ sh(cmd % [html, spec])
17
+ end
18
+ end
@@ -0,0 +1,12 @@
1
+ desc 'publish to github'
2
+ task :release => [:reversion, :gemspec] do
3
+ name, version = GEMSPEC.name, GEMSPEC.version
4
+
5
+ sh("git add MANIFEST CHANGELOG #{name}.gemspec lib/#{name}/version.rb")
6
+
7
+ puts "I added the relevant files, you can now run:", ''
8
+ puts "git commit -m 'Version #{version}'"
9
+ puts "git tag -a -m '#{version}' '#{version}'"
10
+ puts "git push"
11
+ puts
12
+ end
@@ -0,0 +1,8 @@
1
+ desc "update version.rb"
2
+ task :reversion do
3
+ File.open("lib/#{GEMSPEC.name}/version.rb", 'w+') do |file|
4
+ file.puts("module #{PROJECT_MODULE}")
5
+ file.puts(' VERSION = %p' % GEMSPEC.version.to_s)
6
+ file.puts('end')
7
+ end
8
+ end
@@ -0,0 +1,31 @@
1
+ desc "Create syntax detection definitions"
2
+ task 'syntax_list' do
3
+ require 'json'
4
+
5
+ File.open 'config/detect.rb', 'w+' do |file|
6
+ file.puts '# Encoding: UTF-8'
7
+ file.puts
8
+ file.puts 'module VER::Syntax::Detector'
9
+
10
+ Dir.glob 'config/syntax/*.json' do |syntax|
11
+ plist = JSON.load(File.read(syntax))
12
+ name = plist['name']
13
+ file_types = plist['fileTypes']
14
+ regex = plist['firstLineMatch']
15
+
16
+ if file_types && file_types.any?
17
+ # this syntax is next to useless for ruby
18
+ file_types.delete('rb') if name == 'Ruby on Rails'
19
+
20
+ file.puts " exts %p, %p" % [name, file_types]
21
+ end
22
+
23
+ if regex
24
+ regex.gsub!('/', '\\/')
25
+ file.puts " head %p, /%s/" % [name, regex.strip]
26
+ end
27
+ end
28
+
29
+ file.puts 'end'
30
+ end
31
+ end
data/ver.gemspec ADDED
@@ -0,0 +1,29 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{ver}
5
+ s.version = "2009.10.14"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Michael 'manveru' Fellinger"]
9
+ s.date = %q{2009-10-14}
10
+ s.default_executable = %q{ver}
11
+ s.description = %q{An advanced text editor using tk and bringing world peace.}
12
+ s.email = %q{m.fellinger@gmail.com}
13
+ s.executables = ["ver"]
14
+ s.files = ["CHANGELOG", "MANIFEST", "Rakefile", "TODO", "bin/ver", "config/detect.rb", "config/keymap/vim.rb", "config/rc.rb", "config/scratch", "config/syntax/ANTLR.json", "config/syntax/ASP VB.net.json", "config/syntax/ASP.json", "config/syntax/ActionScript.json", "config/syntax/Ada.json", "config/syntax/Apache.json", "config/syntax/AppleScript.json", "config/syntax/Bibtex.json", "config/syntax/Blog (HTML).json", "config/syntax/Blog (Markdown).json", "config/syntax/Blog (Text).json", "config/syntax/Blog (Textile).json", "config/syntax/Bulletin Board.json", "config/syntax/C++.json", "config/syntax/C.json", "config/syntax/CSS.json", "config/syntax/DOT.json", "config/syntax/Diff.json", "config/syntax/Dylan.json", "config/syntax/Eiffel.json", "config/syntax/Erlang.json", "config/syntax/F-Script.json", "config/syntax/FXScript.json", "config/syntax/Gri.json", "config/syntax/HTML (Mason).json", "config/syntax/HTML (Rails).json", "config/syntax/HTML (Tcl).json", "config/syntax/HTML for ASP.net.json", "config/syntax/HTML-ASP.json", "config/syntax/HTML.json", "config/syntax/Haskell.json", "config/syntax/Inform.json", "config/syntax/Ini.json", "config/syntax/Io.json", "config/syntax/Java.json", "config/syntax/JavaProperties.json", "config/syntax/JavaScript.json", "config/syntax/LaTeX Beamer.json", "config/syntax/LaTeX Log.json", "config/syntax/LaTeX.json", "config/syntax/Lighttpd.json", "config/syntax/Lisp.json", "config/syntax/Literate Haskell.json", "config/syntax/Logtalk.json", "config/syntax/Lua.json", "config/syntax/M.json", "config/syntax/MEL.json", "config/syntax/MIPS.json", "config/syntax/Mail.json", "config/syntax/Makefile.json", "config/syntax/Markdown.json", "config/syntax/Modula-3.json", "config/syntax/Movable Type.json", "config/syntax/OCaml.json", "config/syntax/Objective-C++.json", "config/syntax/OpenGL.json", "config/syntax/PHP.json", "config/syntax/Pascal.json", "config/syntax/Perl.json", "config/syntax/Plain text.json", "config/syntax/Processing.json", "config/syntax/Quake3 Config.json", "config/syntax/R.json", "config/syntax/Rez.json", "config/syntax/Ruby on Rails.json", "config/syntax/Ruby.json", "config/syntax/SQL (Rails).json", "config/syntax/SQL.json", "config/syntax/SWIG.json", "config/syntax/Scheme.json", "config/syntax/Shell-Unix-Generic.json", "config/syntax/Slate.json", "config/syntax/Smarty.json", "config/syntax/Standard ML.json", "config/syntax/Subversion commit message.json", "config/syntax/Tcl.json", "config/syntax/TeX Math.json", "config/syntax/TeX.json", "config/syntax/Textile.json", "config/syntax/Twiki.json", "config/syntax/Vectorscript.json", "config/syntax/XML strict.json", "config/syntax/XML.json", "config/syntax/XSL.json", "config/syntax/YAML.json", "config/syntax/iCalendar.json", "config/syntax/reStructuredText.json", "config/theme/Active4D.json", "config/theme/All Hallow's Eve.json", "config/theme/Amy.json", "config/theme/BBEdit.json", "config/theme/Bespin.json", "config/theme/Blackboard.json", "config/theme/BoysAndGirls01.json", "config/theme/Brilliance Black.json", "config/theme/Brilliance Dull.json", "config/theme/Classic Modified.json", "config/theme/Cobalt.json", "config/theme/Cool Glow.json", "config/theme/Dawn.json", "config/theme/Eiffel.json", "config/theme/Espresso Libre.json", "config/theme/Fluidvision.json", "config/theme/IDLE.json", "config/theme/LAZY.json", "config/theme/Mac Classic.json", "config/theme/MagicWB (Amiga).json", "config/theme/Merbivore Soft.json", "config/theme/Merbivore.json", "config/theme/Monokai.json", "config/theme/Notepad2.json", "config/theme/Pastels on Dark.json", "config/theme/RubyBlue.json", "config/theme/Sin City 2.json", "config/theme/Slate.json", "config/theme/Slush & Poppies.json", "config/theme/SpaceCadet.json", "config/theme/Sunburst.json", "config/theme/Twilight BG FG.json", "config/theme/Twilight.json", "config/theme/Whys Poignant.json", "config/theme/Zenburnesque.json", "config/theme/barf.json", "config/theme/fake.json", "config/theme/happydeluxe.json", "config/theme/iLife 05.json", "config/theme/iPlastic.json", "config/theme/mintBlue Dark.json", "config/theme/mintBlue.json", "config/theme/monoindustrial.json", "config/theme/starlight.json", "config/tutorial", "config/welcome", "help/index.verh", "lib/ver.rb", "lib/ver/entry.rb", "lib/ver/keymap.rb", "lib/ver/layout.rb", "lib/ver/methods.rb", "lib/ver/methods/completion.rb", "lib/ver/methods/control.rb", "lib/ver/methods/insert.rb", "lib/ver/methods/move.rb", "lib/ver/methods/search.rb", "lib/ver/methods/select.rb", "lib/ver/methods/views.rb", "lib/ver/mode.rb", "lib/ver/options.rb", "lib/ver/plist.rb", "lib/ver/status.rb", "lib/ver/syntax.rb", "lib/ver/syntax/detector.rb", "lib/ver/syntax/processor.rb", "lib/ver/text.rb", "lib/ver/textpow.rb", "lib/ver/theme.rb", "lib/ver/vendor/fuzzy_file_finder.rb", "lib/ver/view.rb", "lib/ver/view/entry.rb", "lib/ver/view/list.rb", "lib/ver/view/list/buffer.rb", "lib/ver/view/list/fuzzy_file_finder.rb", "lib/ver/view/list/syntax.rb", "lib/ver/view/list/theme.rb", "spec/keymap.rb", "tasks/bacon.rake", "tasks/changelog.rake", "tasks/gem.rake", "tasks/gem_installer.rake", "tasks/grancher.rake", "tasks/install_dependencies.rake", "tasks/manifest.rake", "tasks/plist2json.rake", "tasks/rcov.rake", "tasks/release.rake", "tasks/reversion.rake", "tasks/syntax_list.rake", "ver.gemspec"]
15
+ s.homepage = %q{http://github.com/manveru/ver}
16
+ s.require_paths = ["lib"]
17
+ s.rubygems_version = %q{1.3.3}
18
+ s.summary = %q{VER is Vim & Emacs in Ruby}
19
+
20
+ if s.respond_to? :specification_version then
21
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
22
+ s.specification_version = 3
23
+
24
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
25
+ else
26
+ end
27
+ else
28
+ end
29
+ end
metadata ADDED
@@ -0,0 +1,241 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ver
3
+ version: !ruby/object:Gem::Version
4
+ version: 2009.10.14
5
+ platform: ruby
6
+ authors:
7
+ - Michael 'manveru' Fellinger
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-10-14 00:00:00 +09:00
13
+ default_executable: ver
14
+ dependencies: []
15
+
16
+ description: An advanced text editor using tk and bringing world peace.
17
+ email: m.fellinger@gmail.com
18
+ executables:
19
+ - ver
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - CHANGELOG
26
+ - MANIFEST
27
+ - Rakefile
28
+ - TODO
29
+ - bin/ver
30
+ - config/detect.rb
31
+ - config/keymap/vim.rb
32
+ - config/rc.rb
33
+ - config/scratch
34
+ - config/syntax/ANTLR.json
35
+ - config/syntax/ASP VB.net.json
36
+ - config/syntax/ASP.json
37
+ - config/syntax/ActionScript.json
38
+ - config/syntax/Ada.json
39
+ - config/syntax/Apache.json
40
+ - config/syntax/AppleScript.json
41
+ - config/syntax/Bibtex.json
42
+ - config/syntax/Blog (HTML).json
43
+ - config/syntax/Blog (Markdown).json
44
+ - config/syntax/Blog (Text).json
45
+ - config/syntax/Blog (Textile).json
46
+ - config/syntax/Bulletin Board.json
47
+ - config/syntax/C++.json
48
+ - config/syntax/C.json
49
+ - config/syntax/CSS.json
50
+ - config/syntax/DOT.json
51
+ - config/syntax/Diff.json
52
+ - config/syntax/Dylan.json
53
+ - config/syntax/Eiffel.json
54
+ - config/syntax/Erlang.json
55
+ - config/syntax/F-Script.json
56
+ - config/syntax/FXScript.json
57
+ - config/syntax/Gri.json
58
+ - config/syntax/HTML (Mason).json
59
+ - config/syntax/HTML (Rails).json
60
+ - config/syntax/HTML (Tcl).json
61
+ - config/syntax/HTML for ASP.net.json
62
+ - config/syntax/HTML-ASP.json
63
+ - config/syntax/HTML.json
64
+ - config/syntax/Haskell.json
65
+ - config/syntax/Inform.json
66
+ - config/syntax/Ini.json
67
+ - config/syntax/Io.json
68
+ - config/syntax/Java.json
69
+ - config/syntax/JavaProperties.json
70
+ - config/syntax/JavaScript.json
71
+ - config/syntax/LaTeX Beamer.json
72
+ - config/syntax/LaTeX Log.json
73
+ - config/syntax/LaTeX.json
74
+ - config/syntax/Lighttpd.json
75
+ - config/syntax/Lisp.json
76
+ - config/syntax/Literate Haskell.json
77
+ - config/syntax/Logtalk.json
78
+ - config/syntax/Lua.json
79
+ - config/syntax/M.json
80
+ - config/syntax/MEL.json
81
+ - config/syntax/MIPS.json
82
+ - config/syntax/Mail.json
83
+ - config/syntax/Makefile.json
84
+ - config/syntax/Markdown.json
85
+ - config/syntax/Modula-3.json
86
+ - config/syntax/Movable Type.json
87
+ - config/syntax/OCaml.json
88
+ - config/syntax/Objective-C++.json
89
+ - config/syntax/OpenGL.json
90
+ - config/syntax/PHP.json
91
+ - config/syntax/Pascal.json
92
+ - config/syntax/Perl.json
93
+ - config/syntax/Plain text.json
94
+ - config/syntax/Processing.json
95
+ - config/syntax/Quake3 Config.json
96
+ - config/syntax/R.json
97
+ - config/syntax/Rez.json
98
+ - config/syntax/Ruby on Rails.json
99
+ - config/syntax/Ruby.json
100
+ - config/syntax/SQL (Rails).json
101
+ - config/syntax/SQL.json
102
+ - config/syntax/SWIG.json
103
+ - config/syntax/Scheme.json
104
+ - config/syntax/Shell-Unix-Generic.json
105
+ - config/syntax/Slate.json
106
+ - config/syntax/Smarty.json
107
+ - config/syntax/Standard ML.json
108
+ - config/syntax/Subversion commit message.json
109
+ - config/syntax/Tcl.json
110
+ - config/syntax/TeX Math.json
111
+ - config/syntax/TeX.json
112
+ - config/syntax/Textile.json
113
+ - config/syntax/Twiki.json
114
+ - config/syntax/Vectorscript.json
115
+ - config/syntax/XML strict.json
116
+ - config/syntax/XML.json
117
+ - config/syntax/XSL.json
118
+ - config/syntax/YAML.json
119
+ - config/syntax/iCalendar.json
120
+ - config/syntax/reStructuredText.json
121
+ - config/theme/Active4D.json
122
+ - config/theme/All Hallow's Eve.json
123
+ - config/theme/Amy.json
124
+ - config/theme/BBEdit.json
125
+ - config/theme/Bespin.json
126
+ - config/theme/Blackboard.json
127
+ - config/theme/BoysAndGirls01.json
128
+ - config/theme/Brilliance Black.json
129
+ - config/theme/Brilliance Dull.json
130
+ - config/theme/Classic Modified.json
131
+ - config/theme/Cobalt.json
132
+ - config/theme/Cool Glow.json
133
+ - config/theme/Dawn.json
134
+ - config/theme/Eiffel.json
135
+ - config/theme/Espresso Libre.json
136
+ - config/theme/Fluidvision.json
137
+ - config/theme/IDLE.json
138
+ - config/theme/LAZY.json
139
+ - config/theme/Mac Classic.json
140
+ - config/theme/MagicWB (Amiga).json
141
+ - config/theme/Merbivore Soft.json
142
+ - config/theme/Merbivore.json
143
+ - config/theme/Monokai.json
144
+ - config/theme/Notepad2.json
145
+ - config/theme/Pastels on Dark.json
146
+ - config/theme/RubyBlue.json
147
+ - config/theme/Sin City 2.json
148
+ - config/theme/Slate.json
149
+ - config/theme/Slush & Poppies.json
150
+ - config/theme/SpaceCadet.json
151
+ - config/theme/Sunburst.json
152
+ - config/theme/Twilight BG FG.json
153
+ - config/theme/Twilight.json
154
+ - config/theme/Whys Poignant.json
155
+ - config/theme/Zenburnesque.json
156
+ - config/theme/barf.json
157
+ - config/theme/fake.json
158
+ - config/theme/happydeluxe.json
159
+ - config/theme/iLife 05.json
160
+ - config/theme/iPlastic.json
161
+ - config/theme/mintBlue Dark.json
162
+ - config/theme/mintBlue.json
163
+ - config/theme/monoindustrial.json
164
+ - config/theme/starlight.json
165
+ - config/tutorial
166
+ - config/welcome
167
+ - help/index.verh
168
+ - lib/ver.rb
169
+ - lib/ver/entry.rb
170
+ - lib/ver/keymap.rb
171
+ - lib/ver/layout.rb
172
+ - lib/ver/methods.rb
173
+ - lib/ver/methods/completion.rb
174
+ - lib/ver/methods/control.rb
175
+ - lib/ver/methods/insert.rb
176
+ - lib/ver/methods/move.rb
177
+ - lib/ver/methods/search.rb
178
+ - lib/ver/methods/select.rb
179
+ - lib/ver/methods/views.rb
180
+ - lib/ver/mode.rb
181
+ - lib/ver/options.rb
182
+ - lib/ver/plist.rb
183
+ - lib/ver/status.rb
184
+ - lib/ver/syntax.rb
185
+ - lib/ver/syntax/detector.rb
186
+ - lib/ver/syntax/processor.rb
187
+ - lib/ver/text.rb
188
+ - lib/ver/textpow.rb
189
+ - lib/ver/theme.rb
190
+ - lib/ver/vendor/fuzzy_file_finder.rb
191
+ - lib/ver/view.rb
192
+ - lib/ver/view/entry.rb
193
+ - lib/ver/view/list.rb
194
+ - lib/ver/view/list/buffer.rb
195
+ - lib/ver/view/list/fuzzy_file_finder.rb
196
+ - lib/ver/view/list/syntax.rb
197
+ - lib/ver/view/list/theme.rb
198
+ - spec/keymap.rb
199
+ - tasks/bacon.rake
200
+ - tasks/changelog.rake
201
+ - tasks/gem.rake
202
+ - tasks/gem_installer.rake
203
+ - tasks/grancher.rake
204
+ - tasks/install_dependencies.rake
205
+ - tasks/manifest.rake
206
+ - tasks/plist2json.rake
207
+ - tasks/rcov.rake
208
+ - tasks/release.rake
209
+ - tasks/reversion.rake
210
+ - tasks/syntax_list.rake
211
+ - ver.gemspec
212
+ has_rdoc: true
213
+ homepage: http://github.com/manveru/ver
214
+ licenses: []
215
+
216
+ post_install_message:
217
+ rdoc_options: []
218
+
219
+ require_paths:
220
+ - lib
221
+ required_ruby_version: !ruby/object:Gem::Requirement
222
+ requirements:
223
+ - - ">="
224
+ - !ruby/object:Gem::Version
225
+ version: "0"
226
+ version:
227
+ required_rubygems_version: !ruby/object:Gem::Requirement
228
+ requirements:
229
+ - - ">="
230
+ - !ruby/object:Gem::Version
231
+ version: "0"
232
+ version:
233
+ requirements: []
234
+
235
+ rubyforge_project:
236
+ rubygems_version: 1.3.3
237
+ signing_key:
238
+ specification_version: 3
239
+ summary: VER is Vim & Emacs in Ruby
240
+ test_files: []
241
+