cutagem 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2007-10-11 SATOH Hiroh <cho45@lowreal.net>
2
+
3
+ * 0.0.6 release:
4
+ * Fixed typo of default templates.
5
+
1
6
  2007-10-10 SATOH Hiroh <cho45@lowreal.net>
2
7
 
3
8
  * 0.0.5 release:
data/lib/cutagem.rb CHANGED
@@ -6,7 +6,7 @@ require "erb"
6
6
  require "yaml"
7
7
 
8
8
  class CutAGemCommand
9
- VERSION = "0.0.5"
9
+ VERSION = "0.0.6"
10
10
 
11
11
  include FileUtils
12
12
  def self.run(argv)
@@ -19,7 +19,7 @@
19
19
  == Features/Problems
20
20
 
21
21
 
22
- == Synopsys
22
+ == Synopsis
23
23
 
24
24
 
25
25
  == Copyright
@@ -19,7 +19,7 @@
19
19
  == Features/Problems
20
20
 
21
21
 
22
- == Synopsys
22
+ == Synopsis
23
23
 
24
24
 
25
25
  == Copyright
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: cutagem
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.5
7
- date: 2007-10-10 00:00:00 +09:00
6
+ version: 0.0.6
7
+ date: 2007-10-13 00:00:00 +09:00
8
8
  summary: executable for making new gem skelton.
9
9
  require_paths:
10
10
  - lib