Skip to content

Commit

Permalink
also rename inside bin
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Sep 22, 2009
1 parent 00ed6e1 commit 0ede51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Thorfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Monk < Thor
STRING_TRANSFORMS = %w[to_s upcase downcase snake_case camel_case to_const_path to_const_string]
TEMPLATE_SEPERATOR = /^@@\s*([^\s]+)\s*$/
IDENT_SEPERATOR = /[\:\s\.\,\;\!\"\%\(\)\{\}\[\]'\|\<\>\?\+\*\=\&\\\/]/
DIRECTORIES = "{config,lib,public,routes,spec,templates,views}"
DIRECTORIES = "{config,lib,public,routes,spec,templates,views,bin}"
FILES = "{Rakefile,*.rb,*.ru,*.rdoc,*.haml,*.sass,*.yml,*.html,*.erb}"

desc "rename NAME", "rename the project to NAME"
Expand Down

0 comments on commit 0ede51f

Please sign in to comment.