forked from scalingdata/liquidoc-gem
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Properly trigger dynamic config build Based on: * explicit --parse-config flag * passing of any --var during a config build * existence of Liquid tags in config file * Add Liquid detection proc; returns true if Liquid tags found * Stop passing Jekyll config params over CLI Pass config-based Jekyll arguments to jekyll as a Jekyll config file instead of over CLI * Version bump
- Loading branch information
1 parent
1b599d8
commit b26c1f9
Showing
2 changed files
with
23 additions
and
8 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,3 +1,3 @@ | ||
module Liquidoc | ||
VERSION = "0.9.2" | ||
VERSION = "0.9.3" | ||
end |