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

Remove rake from gemspec template #83

Closed chibicode closed 9 years ago

chibicode commented 9 years ago

bundle gem now includes rake on gemspec by default, so this is unnecessary. https://github.com/bundler/bundler/blob/78a60bf8c671dd3905d7b775511f9b677cb16dda/lib/bundler/templates/newgem/newgem.gemspec.tt#L30

davetron5000 commented 9 years ago

Sorry it took me a while. In order to be compatible with earlier bundler releases, what about leaving the dependency, but removing the version, e.g.

add_development_dependency('rake')
chibicode commented 9 years ago

@davetron5000 cool, changed :)

chibicode commented 9 years ago

Test failed but it seems to have nothing to do with my changes: https://travis-ci.org/davetron5000/methadone/jobs/38629948

davetron5000 commented 9 years ago

Yup, looks like a spurious failure.