asciidoctor 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of asciidoctor might be problematic. Click here for more details.

data/asciidoctor.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'asciidoctor'
16
- s.version = '0.0.6'
16
+ s.version = '0.0.7'
17
17
  s.date = '2012-12-17'
18
18
  s.rubyforge_project = 'asciidoctor'
19
19
 
data/lib/asciidoctor.rb CHANGED
@@ -177,6 +177,7 @@ module Asciidoctor
177
177
  ADMONITION_STYLES = ['NOTE', 'TIP', 'IMPORTANT', 'WARNING', 'CAUTION']
178
178
 
179
179
  INTRINSICS = Hash.new{|h,k| STDERR.puts "Missing intrinsic: #{k.inspect}"; "{#{k}}"}.merge(
180
+ {
180
181
  'startsb' => '[',
181
182
  'endsb' => ']',
182
183
  'brvbar' => '|',
@@ -203,6 +204,7 @@ module Asciidoctor
203
204
  'amp' => '&',
204
205
  'lt' => '<',
205
206
  'gt' => '>',
207
+ }
206
208
  )
207
209
 
208
210
  SPECIAL_CHARS = {
@@ -1,3 +1,3 @@
1
1
  module Asciidoctor
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: