Skip to content

Commit

Permalink
Renamed the base template to gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 1, 2015
1 parent 9058410 commit c9c0fda
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions lib/ore/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Generator < Thor::Group

Template.templates.each_key do |name|
# skip the `base` template
next if name == :base
next if name == :gem

generator_option name, :type => :boolean
end
Expand Down Expand Up @@ -176,7 +176,7 @@ def enable_templates!
@enabled_templates = Set[]
@disabled_templates = Set[]

enable_template :base
enable_template :gem

# enable the default templates first
Options.defaults.each_key do |name|
Expand Down

0 comments on commit c9c0fda

Please sign in to comment.