github-markup 1.4.3 → 1.4.4

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: fb0b186dde5488e59a8ceab2c3f80b8e999ca13f
4
- data.tar.gz: 03e702681dcede73ac4a39bd3918e352aa0d139a
3
+ metadata.gz: 34d4258d2fea37a26fca212a6250c43851199c5b
4
+ data.tar.gz: 6a239388e5cfb1d1236dc2a12207aae4325ccc22
5
5
  SHA512:
6
- metadata.gz: 0016ddaebc4981103ad77bdef62489e41112e85434fe22866dc5180e7d6e7b4ec713e29be4ebb8ddd3b82a76eabb89cd4b895a49ca732791c6038e808216f760
7
- data.tar.gz: be8954b037d1f23ca0657da8a0f3004a659d1af4f064a7ef31187b1b004946d391f6f0a9649d0ffc34603560accb4e8a3d282c059541bd74c7517c32653bae74
6
+ metadata.gz: 4a6bdc8bfc40c80d48b09cf36b7f585a5370fe891d96670b43dd28392064f69b1207517745672f592ed7073333adb867bb7861dc6d4fe69a7c5e665e57b1c921
7
+ data.tar.gz: 18a49abef17b35df811e67a5ed3b8d5c95cf43e401001b8c53d4f5b1c50f7f9c810c2144f10591b1f2f7f06bef5bb493070edcd30d8e8f09bbb7f35fb819a59e
@@ -1,6 +1,6 @@
1
1
  module GitHub
2
2
  module Markup
3
- VERSION = '1.4.3'
3
+ VERSION = '1.4.4'
4
4
  Version = VERSION
5
5
  end
6
6
  end
@@ -23,7 +23,7 @@ end
23
23
 
24
24
  markup(:wikicloth, /mediawiki|wiki/) do |content|
25
25
  wikicloth = WikiCloth::WikiCloth.new(:data => content)
26
- WikiCloth::WikiBuffer::HTMLElement::ESCAPED_TAGS << 'tt'
26
+ WikiCloth::WikiBuffer::HTMLElement::ESCAPED_TAGS << 'tt' unless WikiCloth::WikiBuffer::HTMLElement::ESCAPED_TAGS.include?('tt')
27
27
  wikicloth.to_html(:noedit => true)
28
28
  end
29
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-markup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-14 00:00:00.000000000 Z
11
+ date: 2017-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport