Skip to content

Commit ceca5f3

Browse files
committed
v3.2.0. See CHANGELOG.md for details.
1 parent 2189987 commit ceca5f3

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### 3.2.0 / 2015-05-29
2+
3+
[full changelog](https://github.com/jedcn/reveal-ck/compare/v3.1.0...v3.2.0)
4+
5+
This release allows you to supply a new configuration option in your
6+
`config.yml`: `requires`
7+
8+
This configuration option is list of things that will be required in
9+
when creating a presentation. It has been most useful for pulling in
10+
`HTML::Pipeline::Filter`s that are configured via the `filters` in the
11+
same `config.yml`.
12+
13+
It also supplies a bug fix for
14+
https://github.com/jedcn/reveal-ck/issues/45, in which font files were
15+
missing, and 404s were being returned.
16+
17+
There was also a fix for some erroneous output when running specs.
18+
19+
Big thanks to [@kbrock][kbrock]!
20+
21+
[kbrock]: https://github.com/kbrock
22+
123
### 3.1.0 / 2015-05-09
224

325
[full changelog](https://github.com/jedcn/reveal-ck/compare/v3.0.1...v3.1.0)

lib/reveal-ck/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# RevealCK::VERSION is the current version of reveal-ck
22
module RevealCK
3-
VERSION = '3.1.0'
3+
VERSION = '3.2.0'
44
end

reveal-ck.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require File.join([File.dirname(__FILE__),'lib','reveal-ck','version.rb'])
44

55
Gem::Specification.new do |s|
66
# DON'T FORGET TO CHANGE ME!
7-
s.date = '2015-05-09'
7+
s.date = '2015-05-29'
88
s.required_ruby_version = '>= 2.0.0'
99
s.name = 'reveal-ck'
1010
s.version = RevealCK::VERSION

0 commit comments

Comments
 (0)