-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") | ||
|
||
|