markdown2confluence 0.0.1a → 0.0.1b

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.
@@ -164,11 +164,11 @@ module Kramdown
164
164
  end
165
165
 
166
166
  def convert_codeblock(el, indent)
167
- "#{' '*indent}{code}#{inner(el, ident)}{code}\n"
167
+ "#{' '*indent}{code}#{inner(el, indent)}{code}\n"
168
168
  end
169
169
 
170
170
  def convert_codespan(el, indent)
171
- "#{' '*indent}{code}#{inner(el, ident)}{code}\n"
171
+ "#{' '*indent}{code}#{inner(el, indent)}{code}\n"
172
172
  end
173
173
 
174
174
  def convert_footnote(el, indent)
@@ -2,5 +2,5 @@ module Markdown2Confluence
2
2
  end
3
3
 
4
4
  unless defined?(Markdown2Confluence::VERSION)
5
- ::Markdown2Confluence::VERSION = "0.0.1a"
5
+ ::Markdown2Confluence::VERSION = "0.0.1b"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown2confluence
3
3
  version: !ruby/object:Gem::Version
4
- hash: 46
4
+ hash: 47
5
5
  prerelease: 5
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 1
10
- - a
11
- version: 0.0.1a
10
+ - b
11
+ version: 0.0.1b
12
12
  platform: ruby
13
13
  authors:
14
14
  - Patrick Debois