dokkit 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/dokkit.rb +1 -1
  3. metadata +10 -1
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ PROJ.url = 'http://dokkit.rubyforge.org'
18
18
  PROJ.description = paragraphs_of('README.txt', 1).join("\n\n")
19
19
  PROJ.changes = paragraphs_of('History.txt', 0..1).join("\n\n")
20
20
  PROJ.rubyforge_name = 'dokkit'
21
- PROJ.dependencies = ['deplate', 'rake', 'maruku']
21
+ PROJ.dependencies = ['deplate', 'rake', 'maruku', 'haml']
22
22
  PROJ.spec_opts << ['--format', 'specdoc', '--color']
23
23
  PROJ.rdoc_exclude << "models/simple"
24
24
  # EOF
data/lib/dokkit.rb CHANGED
@@ -51,5 +51,5 @@ rescue LoadError
51
51
  end
52
52
 
53
53
  module Dokkit
54
- VERSION = '0.4.2'
54
+ VERSION = '0.4.3'
55
55
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dokkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrea Fazzi
@@ -39,6 +39,15 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: "0"
41
41
  version:
42
+ - !ruby/object:Gem::Dependency
43
+ name: haml
44
+ version_requirement:
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: "0"
50
+ version:
42
51
  description: "== DESCRIPTION: dokkit is a document generator. It was inspired by rote but now it is completely independent from it. dokkit uses filters like deplate and maruku to generate output in a large variety of formats (tex, html, docbook, plain text, ...)."
43
52
  email: andrea.fazzi@alca.le.it
44
53
  executables: