rake-funnel
rake-funnel is my set of rake tasks, mostly targeted at .NET development.
- Tested against Ruby 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0 and ruby-head
- Ruby < 2.0 is not supported
Installation
$ gem install rake-funnel
Development
- Source hosted at GitHub
- Report issues/Questions/Feature requests on GitHub Issues
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.
Contributing
- Fork it (http://github.com/agross/rake-funnel/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request

