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.
Files changed (3) hide show
  1. data/bin/certmaker +2 -2
  2. data/history.txt +7 -0
  3. metadata +2 -1
@@ -24,11 +24,11 @@ begin
24
24
  when "--certfilename"
25
25
  @certfilename = arg
26
26
  when "--usage"
27
- puts "certmake command SUB_DOMAIN [--certfilename=foo.crt]\n\n" +
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 "certmake v0.0.1"
31
+ puts "certmaker v0.0.3"
32
32
  exit 0
33
33
  end
34
34
  end
@@ -0,0 +1,7 @@
1
+ History
2
+ -------
3
+ v0.0.3 Fixed -v option of certmaker reporting the wrong version of the gem.
4
+
5
+ v0.0.2 Fixed issue #1 and bumped gemspec version number.
6
+
7
+ v0.0.1 Initial release.
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: certmaker
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
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