jeremyevans / sequel

Sequel: The Database Toolkit for Ruby
http://sequel.jeremyevans.net
Other
5k stars 1.07k forks source link

Remove unused Rake tasks #2096

Closed v-kolesnikov closed 1 year ago

v-kolesnikov commented 1 year ago

These are unused since ce5b073d47

$ rake spec_w
rake aborted!
Don't know how to build task 'spec_core_w' (See the list of available tasks with `rake --tasks`)
Did you mean?  spec_core
               spec_core_ext
jeremyevans commented 1 year ago

Good catch, thanks for the patch!