asciidoctor-html5s 0.1.0.beta.4 → 0.1.0.beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Html5s
3
- VERSION = '0.1.0.beta.4'.freeze
3
+ VERSION = '0.1.0.beta.5'.freeze
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- require 'asciidoctor/extensions'
1
+ require 'asciidoctor/extensions' unless RUBY_PLATFORM == 'opal'
2
2
  require 'asciidoctor/html5s/version'
3
3
  require 'asciidoctor/html5s/converter'
4
4
  require 'asciidoctor/html5s/attached_colist_treeprocessor'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-html5s
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta.4
4
+ version: 0.1.0.beta.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Jirutka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-14 00:00:00.000000000 Z
11
+ date: 2018-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
220
  version: 1.3.1
221
221
  requirements: []
222
222
  rubyforge_project:
223
- rubygems_version: 2.6.13
223
+ rubygems_version: 2.7.6
224
224
  signing_key:
225
225
  specification_version: 4
226
226
  summary: Semantic HTML5 backend (converter) for Asciidoctor