Skip to content

Commit

Permalink
Merge pull request #1221 from 21purple/master
Browse files Browse the repository at this point in the history
fixes an issue with a gemified apps name being capitalized in the libname file
  • Loading branch information
nesquena committed Apr 4, 2013
2 parents c0530e7 + 1b072f8 commit 0dd67e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,5 +2,5 @@ require 'padrino-core'

module <%=name.camelcase%>
extend Padrino::Module
gem! <%=name.inspect%>
gem! <%=name.downcase.inspect%>
end

0 comments on commit 0dd67e0

Please sign in to comment.