asciidoctor-revealjs 1.1.1 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Revealjs
3
- VERSION = '1.1.1'
3
+ VERSION = '1.1.3'
4
4
  end
5
5
  end
@@ -53,7 +53,7 @@ module Slim::Helpers
53
53
  v = v.compact.join(' ') if v.is_a? Array
54
54
  attrs << (v == true ? k : %(#{k}="#{v}"))
55
55
  end
56
- attrs_str = attrs.empty? ? '' : attrs.join(' ').prepend(' ')
56
+ attrs_str = attrs.empty? ? '' : ' ' + attrs.join(' ')
57
57
 
58
58
 
59
59
  if VOID_ELEMENTS.include? name.to_s
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-revealjs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Bilodeau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-04 00:00:00.000000000 Z
11
+ date: 2018-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -274,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
274
274
  version: '0'
275
275
  requirements: []
276
276
  rubyforge_project:
277
- rubygems_version: 2.6.14
277
+ rubygems_version: 2.7.3
278
278
  signing_key:
279
279
  specification_version: 4
280
280
  summary: Converts AsciiDoc to HTML for a Reveal.js presentation