cog 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/cog +1 -1
  2. data/lib/cog/version.rb +1 -1
  3. 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.available if args.empty?
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
@@ -1,3 +1,3 @@
1
1
  module Cog
2
- VERSION = '0.0.12' unless const_defined? :VERSION
2
+ VERSION = '0.0.13' unless const_defined? :VERSION
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cog
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
9
+ - 13
10
+ version: 0.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kevin Tonon