-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #92 and update minumum supported Ruby version to 2.6
- Loading branch information
Showing
6 changed files
with
9 additions
and
9 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
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
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,13 +1,13 @@ | ||
Gem::Specification.new do |s| | ||
s.name = 'pandocomatic' | ||
s.version = '0.2.7.4' | ||
s.version = '0.2.7.5' | ||
s.license = 'GPL-3.0' | ||
s.date = '2020-11-04' | ||
s.date = '2021-03-04' | ||
s.summary = 'Automate the use of pandoc' | ||
s.description = 'Pandocomatic is a tool to automate using pandoc. With pandocomatic you can express common patterns of using pandoc for generating your documents. Applied to a directory, pandocomatic can act as a static site generator.' | ||
s.author = ['Huub de Beer'] | ||
s.email = '[email protected]' | ||
s.required_ruby_version = ">= 2.5" | ||
s.required_ruby_version = ">= 2.6" | ||
s.files = Dir['lib/pandocomatic/*.rb'] | ||
s.files += Dir['lib/pandocomatic/default_configuration.yaml'] | ||
s.files += Dir['lib/pandocomatic/command/*.rb'] | ||
|
Binary file not shown.