certmaker 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/certmaker +2 -2
- data/history.txt +7 -0
- metadata +2 -1
data/bin/certmaker
CHANGED
|
@@ -24,11 +24,11 @@ begin
|
|
|
24
24
|
when "--certfilename"
|
|
25
25
|
@certfilename = arg
|
|
26
26
|
when "--usage"
|
|
27
|
-
puts "
|
|
27
|
+
puts "certmaker command SUB_DOMAIN [--certfilename=foo.crt]\n\n" +
|
|
28
28
|
latest_documentation_info
|
|
29
29
|
exit 0
|
|
30
30
|
when "--version"
|
|
31
|
-
puts "
|
|
31
|
+
puts "certmaker v0.0.3"
|
|
32
32
|
exit 0
|
|
33
33
|
end
|
|
34
34
|
end
|
data/history.txt
ADDED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: certmaker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Declan McGrath
|
|
@@ -26,6 +26,7 @@ files:
|
|
|
26
26
|
- samples/config.yml
|
|
27
27
|
- LICENSE
|
|
28
28
|
- README.md
|
|
29
|
+
- history.txt
|
|
29
30
|
homepage: http://rubygems.org/gems/certmaker
|
|
30
31
|
licenses: []
|
|
31
32
|
|