davetron5000 / optparse-plus

Start your command line scripts off right in Ruby
http://davetron5000.github.com/optparse-plus
Apache License 2.0
521 stars 54 forks source link

Fix personalization of the Apache license template #78

Closed pjump closed 10 years ago

pjump commented 10 years ago

Fix a typo in retrieving the username from git. Add the Apache license to the cucumber scenario.

I had made a typo introduced in my previous pull request. It only affected the Apache license template, which didn't use the shared personalization header (templates/full/_license_head.txt.erb). This caused a git error message when using the Apache license and the error went unnoticed by the cucumber test suite because the Apache license wasn't included in the personalization scenario.

davetron5000 commented 10 years ago

This is now in 1.5.1. Thanks!