cog 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/cog +1 -1
- data/lib/cog/version.rb +1 -1
- metadata +3 -3
data/bin/cog
CHANGED
@@ -78,7 +78,7 @@ arg_name 'generator_name'
|
|
78
78
|
command :run do |c|
|
79
79
|
|
80
80
|
c.action do |global_options, options, args|
|
81
|
-
args = Cog::Generator.
|
81
|
+
args = Cog::Generator.list if args.empty?
|
82
82
|
args.each do |gen|
|
83
83
|
filename = File.join Cog::Config.instance.project_generators_path, "#{gen}.rb"
|
84
84
|
if File.exists? filename
|
data/lib/cog/version.rb
CHANGED
metadata
CHANGED