cutagem 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cutagem.rb +2 -1
  2. metadata +2 -2
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.6"
9
+ VERSION = "0.0.7"
10
10
 
11
11
  include FileUtils
12
12
  def self.run(argv)
@@ -90,6 +90,7 @@ class CutAGemCommand
90
90
  exit
91
91
  end
92
92
 
93
+ config = {}
93
94
  begin
94
95
  config = YAML.load(@config.read)
95
96
  author = config["author"] if config["author"]
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.6
7
- date: 2007-10-13 00:00:00 +09:00
6
+ version: 0.0.7
7
+ date: 2007-11-11 00:00:00 +09:00
8
8
  summary: executable for making new gem skelton.
9
9
  require_paths:
10
10
  - lib