davetron5000 / optparse-plus

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

Improvements (YARD, Version, Coverage, Dotfiles, README) #56

Closed DSIW closed 11 years ago

DSIW commented 12 years ago

Please see Diff for detailed changes.

Changes:

I'd like to hear from you.

DSIW commented 12 years ago

I think, I'll have to test it first, right?

davetron5000 commented 12 years ago

This is a massive change, with some stuff I like, and some stuff I'd rather not have or have as optional. For example, we should not be forcing pry on everyone. And webmock and vcr seem really odd default dependencies for a command-line app.

Also, rspec support should be there already, and bundler, which generates the intial gem dir, should include some of these files (e.g. version.rb).

I think what would make this easier to grok for me (as well as easier to merge) is to try to group this into several pull requests. At the very least, I'd like to have an understanding of exactly what all the changes are - there seems to be a ton here.

davetron5000 commented 11 years ago

Closing due to no response for 2 months. re-open or re-submit new patches if you get a chance and still want some of these changes.