tdiary-style-gfm 1.1.0 → 1.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8b21c6405c905b4153aedc65c191bf061ae866cce540e1b9b93761c1b467654
4
- data.tar.gz: 35837ccb2f54eb431464ad0573cfb89cc446c1134da019f637f683e2f633af2d
3
+ metadata.gz: 1f569485079ab542dc92edb2b9ea328194f7aac737259a6ffa5bad712e0fc426
4
+ data.tar.gz: 46ad416bbf00ba75b85fd0be66f36cf2a323da91e8482082dcbfa39ffa4cd458
5
5
  SHA512:
6
- metadata.gz: 79b0f20708e3a4f51280395ed669e2ab53fb494691484895d5aca18b54db56054da5a301f5d88c0ff5ccec19d56bd760b05727c3598fb71424d75383be11bdc4
7
- data.tar.gz: 9c32c247351908bb75452fde093044c97ad821fe93787d897ce3703fb6bb29e96afe9d2ea02aeb1171c7f8dbb32dabc11ea08fad5804e88e98108e45a895d134
6
+ metadata.gz: cff7186a0683843c49abad1ace2fa848982744349f45a9a4aeb2d3707a3d8136b41bc8241f91abeeaeec52d183c3ad6d6a6f15903bd5db7dface49575efbfa44
7
+ data.tar.gz: d4f24967ec113db65883b560f33e7935d3ec3fcded7e82bc880a6222c979f3ef4011cfcec5d9596d1adf95cf7b1145cd42c621f1750b61c79cc666fe98f58123
@@ -63,7 +63,7 @@ module TDiary
63
63
  r = replaced_r
64
64
 
65
65
  # 2. Apply markdown conversion
66
- r = CommonMarker.render_html(r, [:DEFAULT], [:autolink, :table])
66
+ r = CommonMarker.render_html(r, [:DEFAULT, :UNSAFE], [:autolink, :table])
67
67
 
68
68
  # 3. Stash <pre> and <code> tags
69
69
  pre_tag_stashes = []
@@ -1,7 +1,7 @@
1
1
  module TDiary
2
2
  module Style
3
3
  module Gfm
4
- VERSION = "1.1.0"
4
+ VERSION = "1.2.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tdiary-style-gfm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - SHIBATA Hiroshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-10 00:00:00.000000000 Z
11
+ date: 2019-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commonmarker
@@ -126,8 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubyforge_project:
130
- rubygems_version: 2.7.6
129
+ rubygems_version: 3.0.2
131
130
  signing_key:
132
131
  specification_version: 4
133
132
  summary: GFM Style for tDiary