asciidoctor-html5s 0.1.0.beta.1 → 0.1.0.beta.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 Html5s
3
- VERSION = '0.1.0.beta.1'
3
+ VERSION = '0.1.0.beta.3'.freeze
4
4
  end
5
5
  end
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.1
4
+ version: 0.1.0.beta.3
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-08-24 00:00:00.000000000 Z
11
+ date: 2017-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 0.1.2
61
+ version: 0.3.0
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 0.1.2
68
+ version: 0.3.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bundler
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -137,9 +137,10 @@ dependencies:
137
137
  - !ruby/object:Gem::Version
138
138
  version: 0.1.0
139
139
  description: |
140
- This project provides alternative HTML5 converter (backend) for Asciidoctor
141
- that focuses on correct semantics, accessibility and compatibility with common
142
- typographic CSS styles.
140
+ Semantic HTML5 backend (converter) for Asciidoctor
141
+
142
+ This converter focuses on correct semantics, accessibility and compatibility
143
+ with common typographic CSS styles.
143
144
  email: jakub@jirutka.cz
144
145
  executables: []
145
146
  extensions: []
@@ -219,8 +220,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
220
  version: 1.3.1
220
221
  requirements: []
221
222
  rubyforge_project:
222
- rubygems_version: 2.6.11
223
+ rubygems_version: 2.6.13
223
224
  signing_key:
224
225
  specification_version: 4
225
- summary: Semantic HTML5 converter (backend) for Asciidoctor
226
+ summary: Semantic HTML5 backend (converter) for Asciidoctor
226
227
  test_files: []