md2review 1.12.0 → 1.12.1

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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +4 -1
  3. data/lib/md2review/version.rb +1 -1
  4. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: daa4fc112578f2e831f799f507fbb6422c85c8e8
4
- data.tar.gz: 14f3cd47c2e1299f174480052bf11f37bf10e6bf
2
+ SHA256:
3
+ metadata.gz: ba03c50a6edf4df2624c263b2eb91536341dd887a72c6013f4f745f9d7fec21f
4
+ data.tar.gz: ce4a65492b183c6f106f3eaa24a2c2b6a48386db302ad8de9b60a862805285be
5
5
  SHA512:
6
- metadata.gz: e583507badaf5e273e48f0ad787684bf9101f871efc77af533e618a7fba81f033e478ae8497f4b6af22f243221505a5d93c087b536d8283bcce7337ad9c38031
7
- data.tar.gz: 3d6dabfe248a4788a75ec43ab2cd765a348ca9b0b35957ecdfb7e43bcab6246f8febeb78cbe71120057656e3a9662bea2479e3d67f49062a5031b7edd1fdc2a1
6
+ metadata.gz: 60cdedefd4143b6254a6fcec67c4d4a78049dd13ac5b6634bae32d50947c0257f04014433afe58cdc2b87f7034a2599fec14f63899f3e97fd25fd0730260a055
7
+ data.tar.gz: ab27f91386ad01b46b3c55058d91b6c1ffafd45627beb4b65fbe808db0b4ec377f57291370f90dc24fcbb6d54a20d055d5ec931d896109af21bcb45b150d77fe
data/README.md CHANGED
@@ -21,7 +21,7 @@ You can use the commmand md2review as:
21
21
  * `--render-link-in-footnote`: enable links in footnote.
22
22
  * `--render-enable-cmd`: support `//cmd{...//}` for `shell-session` and `console` blocks
23
23
  * `--render-math`: support `@<m>{...}` and `//texequation{...}`
24
- * `--render-table-cation`: support table caption before table like `Table: some captions`
24
+ * `--render-table-caption`: support table caption before table like `Table: some captions`
25
25
  * `--parse-no-intra-emphasis`: do not parse emphasis inside of words.
26
26
  * `--parse-autolink`: parse links even when they are not enclosed in `<>` characters.
27
27
  * `--render-empty-image-caption`: use `//image` with caption and use `//indepimage` without caption
@@ -43,6 +43,9 @@ Or install it yourself as:
43
43
 
44
44
  ## History
45
45
 
46
+ ### v1.12.1
47
+ * fix: typo (@yukirii)
48
+
46
49
  ### v1.12.0
47
50
  * fix: anchor content should be escaped
48
51
 
@@ -1,3 +1,3 @@
1
1
  module MD2ReVIEW
2
- VERSION = "1.12.0"
2
+ VERSION = "1.12.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: md2review
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - takahashim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-04 00:00:00.000000000 Z
11
+ date: 2019-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redcarpet
@@ -107,8 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubyforge_project:
111
- rubygems_version: 2.6.13
110
+ rubygems_version: 3.0.2
112
111
  signing_key:
113
112
  specification_version: 4
114
113
  summary: a converter from Markdown to Re:VIEW