vocco 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README +3 -0
  2. data/VERSION +1 -1
  3. data/lib/vocco/generator.rb +1 -1
  4. data/vocco.gemspec +2 -2
  5. metadata +3 -3
data/README CHANGED
@@ -15,11 +15,14 @@
15
15
  Quick and dirty documentation using Vim
16
16
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
17
 
18
+
18
19
  Vocco is a super patchy literate programming-style
19
20
  documentation generator using Vim's :TOhtml feature.
20
21
  It renders groups of files as syntax highlighted HTML,
21
22
  using your everyday Vim settings.
22
23
 
24
+ <http://jbe.github.com/vocco/README.html>
25
+
23
26
  Make sure you have gvim or macvim and a nice default
24
27
  color scheme installed for optimum roi.
25
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -167,7 +167,7 @@ class Vocco::Generator::SourceFile
167
167
  @gen.notes.each do |dir|
168
168
  dirs << File.join(dir, short_dirname)
169
169
  end
170
- ext = '.{textile,md,mkd,markdowb,rdoc}'
170
+ ext = '.{textile,md,mkd,markdown,rdoc}'
171
171
  dir_glob = '{' + dirs.join(',') + '}/'
172
172
  dir_glob + basename + ext
173
173
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{vocco}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["jbe"]
12
- s.date = %q{2011-03-02}
12
+ s.date = %q{2011-03-03}
13
13
  s.default_executable = %q{vocco}
14
14
  s.description = %q{vocco is an extra super quick-and-dirty documentation generator based on Vim, written in Ruby.}
15
15
  s.email = %q{post@jostein.be}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - jbe
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-03-02 00:00:00 +01:00
17
+ date: 2011-03-03 00:00:00 +01:00
18
18
  default_executable: vocco
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency