-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix dependency to specific a version to clear warning * Upgrade the docker image to use the current ubuntu LTS This change increments the base image to Ubuntu 18.04 LTS and adds the required cmake and libss-dev ubuntu packages required by gem to build platform specific packages * This change adds "conf" file support conf files are commonly commented using hashtag lines this change adds support * This change adds contributor information for [email protected] * Include ext type detected and exception in console logging * This change adds language type declaration to ensure ruby does not fail with UTF-8 files * Remove copy paste vendor reference * Remove use of after condition for conf file type * Work with exception logging guidance from upstream
- Loading branch information
1 parent
7961b14
commit 94b7260
Showing
5 changed files
with
31 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Erik Osterman <[email protected]> - Initial version | ||
|
||
Ryan Faircloth <[email protected]> - Contributions |
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