Skip to content

agross/rake-funnel

Repository files navigation

rake-funnel

Gem Version Build Status Code Climate Coverage Status

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, 2.5.0, 2.6.0, 2.7.0 and ruby-head
  • Ruby < 2.0 is not supported

Installation

$ gem install rake-funnel

Development

Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.

Contributing

  1. Fork it (http://github.com/agross/rake-funnel/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request