Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Jan 4, 2021
1 parent bcf5b10 commit 68753f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,22 @@ 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.
- Add noindent support.
- Use `@<br>{}` for Linebreak instead of linefeed.
- Refactoring.

### 1.0
### 1.0.0
- Initial Release.

---
Expand Down
10 changes: 5 additions & 5 deletions pandoc2review.gemspec
Original file line number Diff line number Diff line change
@@ -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 = ["[email protected]"]
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")

Expand Down

0 comments on commit 68753f1

Please sign in to comment.