AoBane 0.1.15 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
data/lib/AoBane.rb CHANGED
@@ -52,8 +52,8 @@ require 'math_ml/string'
52
52
 
53
53
 
54
54
  module AoBane
55
- VERSION = '0.1.15'
56
- VERSION_NUMBER = 0.0115
55
+ VERSION = '0.1.16'
56
+ VERSION_NUMBER = 0.0116
57
57
  RELEASE_DATE = '2013-05-07'
58
58
  VERSION_LABEL = "#{VERSION} (#{RELEASE_DATE})"
59
59
 
@@ -234,7 +234,7 @@ def postProcFence(text)
234
234
  if $13.nil? then '' else 'margin:' + $13 + 'px;' end +
235
235
  if $15.nil? then '' else 'text-align:' + $15 + ';' end +
236
236
  'border-radius:' +
237
- if $16.nil? then '' else $16 end + 'px;"' +
237
+ if $17.nil? then '' else $17 end + 'px;"' +
238
238
  if $19.nil? then '' else 'class="#{$19}"' end +
239
239
  '>'
240
240
  output.each_with_index{|l,i = index|
@@ -1,3 +1,3 @@
1
1
  module AoBane
2
- VERSION = "0.1.15"
2
+ VERSION = "0.1.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: AoBane
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-06 00:00:00.000000000 Z
12
+ date: 2013-05-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: math_ml