# File lib/jeweler/generator.rb, line 127
    def constant_name
      self.project_name.split(/[-_]/).collect{|each| each.capitalize }.join
    end