fnando-kitabu 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.5
1
+ 0.3.6
data/kitabu.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{kitabu}
5
- s.version = "0.3.5"
5
+ s.version = "0.3.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nando Vieira"]
data/lib/kitabu.rb CHANGED
@@ -19,5 +19,5 @@ rescue LoadError => e
19
19
  end
20
20
 
21
21
  module Kitabu
22
- VERSION = "0.3.5"
22
+ VERSION = "0.3.6"
23
23
  end
data/lib/kitabu/base.rb CHANGED
@@ -28,7 +28,7 @@ module Kitabu
28
28
  end
29
29
 
30
30
  def config
31
- @config ||= YAML::load_file(config_path)
31
+ @config = YAML::load_file(config_path)
32
32
  end
33
33
 
34
34
  def parse_layout(contents)
data/lib/kitabu/tasks.rb CHANGED
@@ -119,8 +119,11 @@ namespace :kitabu do
119
119
  end unless latest_mtime == 0
120
120
  end
121
121
  latest_mtime = mtime
122
+
122
123
  Kitabu::Base.generate_html
123
124
  Kitabu::Base.generate_pdf
125
+ puts Colorize.green("== PDF exported!")
126
+
124
127
  puts
125
128
  end
126
129
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fnando-kitabu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira