asciidoctor-pdf 1.5.0.alpha.1 → 1.5.0.alpha.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d25db647f4e7f34a63b63d2a09c5986b519f59a
4
- data.tar.gz: a574664f50ad919a6f9472a8977fb0ee94f510cd
3
+ metadata.gz: 9f25f31fb0fc35456b9b5ccb36081bdd0ac8b11c
4
+ data.tar.gz: d7a5cb8944af0287d3387ff7e1f004edc30bd1d5
5
5
  SHA512:
6
- metadata.gz: 3b8e6ccb9e7492587c046a195386170683c4609a567270e2b7233338075400e1715e6a1b125a4eb14390df2130ff6720becc43f9c1afe6ac9d64fab0aea71730
7
- data.tar.gz: a431f5501e7fd364ab272310a18613bc3203b025bfd13103750930af5177763c18fc157096a79cbc40190fb8a082f126434d14dfe44ace690943b6dc3f0bb909
6
+ metadata.gz: 9e2e72e43c9ee2d85596b260da7f5608881f82b6dd919c7dbd2b4098d929219595178fa4207bbba72763a1b799dfc1ef19e9b673f37289b812347a653b177a4a
7
+ data.tar.gz: 21c6efaf2aa230b103dbe2ce4e3870ca4f9992d8aeb1db2bd08624685ea5bbe320a06fe1c221af7907ad384f0484b3a3f0213eea7bd6a8e80d6ec53886c3f890
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  # TODO cleanup imports...decide what belongs in asciidoctor-pdf.rb
2
3
  require_relative 'core_ext/array'
3
4
  require 'prawn'
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Pdf
3
- VERSION = '1.5.0.alpha.1'
3
+ VERSION = '1.5.0.alpha.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0.alpha.1
4
+ version: 1.5.0.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Allen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-04 00:00:00.000000000 Z
12
+ date: 2014-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake