From 68753f1d276dc1b00a8b01e282df97297f716281 Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Mon, 4 Jan 2021 22:00:42 +0900 Subject: [PATCH] release 1.2.0 --- README.md | 9 +++++++-- pandoc2review.gemspec | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cd8814b..984b9a7 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,14 @@ GNU General Public License Version 2 ## Special Thanks - [@atusy](https://github.com/atusy) - [@niszet](https://github.com/niszet) +- [@takahashim](https://github.com/takahashim) ## Changelog -### 1.1 +### 1.2.0 +- Release gem file for RubyGems. +- Refactoring for gem style. + +### 1.1.0 - Improve block (Div) convertion, in particular of caption and texequation. - Add sample how you can integrate Markdown files to your Re:VIEW project folder. - Add blankline support. @@ -58,7 +63,7 @@ GNU General Public License Version 2 - Use `@
{}` for Linebreak instead of linefeed. - Refactoring. -### 1.0 +### 1.0.0 - Initial Release. --- diff --git a/pandoc2review.gemspec b/pandoc2review.gemspec index e125940..54edb18 100644 --- a/pandoc2review.gemspec +++ b/pandoc2review.gemspec @@ -1,12 +1,12 @@ Gem::Specification.new do |spec| spec.name = "pandoc2review" - # spec.version = Pandoc2review::VERSION - spec.version = "1.1.0" - spec.authors = ["kmuto"] + spec.version = "1.2.0" + spec.authors = ["Kenshi Muto"] spec.email = ["kmuto@kmuto.jp"] + spec.license = "GPL-2.0" - spec.summary = %q{Re:VIEW Filter/Writer for Pandoc.} - spec.description = %q{Re:VIEW Filter/Writer for Pandoc.} + spec.summary = %q{Pandoc2review is a converter from any document to Re:VIEW format (using Pandoc)} + spec.description = %q{It provides Re:VIEW Writer/Filter for Pandoc, and Ruby script to make it easier to handle.} spec.homepage = "https://github.com/kmuto/pandoc2review" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")