-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue with heading white space in updatekey.rb script.
Updated version to 0.0.4
- Loading branch information
Rui Castro
committed
Feb 5, 2013
1 parent
efff889
commit 0325266
Showing
2 changed files
with
2 additions
and
2 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,4 +1,4 @@ | ||
#!/usr/bin/env ruby | ||
#!/usr/bin/env ruby | ||
require 'pg' | ||
require 'digest' | ||
require 'openssl' | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
author 'Sébastien Leroux' | ||
author_url 'mailto:[email protected]' | ||
description 'This plugin adds the ability to encrypt section of text' | ||
version '0.0.3' | ||
version '0.0.4' | ||
url 'https://github.com/keeps/redmine_wikicipher' | ||
end | ||
|
||
|