Sha256: 7356ff41c8be1914a7c63711e8756c5cdc646fbc1619889434821e05fd01a34c

Contents?: true

Size: 1.4 KB

Versions: 11

Compression:

Stored size: 1.4 KB

Contents

# rake-funnel

[![Gem Version](https://badge.fury.io/rb/rake-funnel.svg)](http://badge.fury.io/rb/rake-funnel) [![Build Status](https://travis-ci.org/agross/rake-funnel.png?branch=master)](https://travis-ci.org/agross/rake-funnel) [![Dependency Status](https://gemnasium.com/agross/rake-funnel.svg)](https://gemnasium.com/agross/rake-funnel) [![Code Climate](https://codeclimate.com/github/agross/rake-funnel.png)](https://codeclimate.com/github/agross/rake-funnel) [![Coverage Status](https://coveralls.io/repos/agross/rake-funnel/badge.svg)](https://coveralls.io/r/agross/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

```bash
$ gem install rake-funnel
```

## Development

* Source hosted at [GitHub](https://github.com/agross/rake-funnel)
* Report issues/Questions/Feature requests on [GitHub Issues](https://github.com/agross/rake-funnel/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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rake-funnel-0.22.3 README.md
rake-funnel-0.22.2 README.md
rake-funnel-0.22.1 README.md
rake-funnel-0.22.0 README.md
rake-funnel-0.21.2 README.md
rake-funnel-0.21.1 README.md
rake-funnel-0.21.0 README.md
rake-funnel-0.20.2 README.md
rake-funnel-0.20.1 README.md
rake-funnel-0.20.0 README.md
rake-funnel-0.19.0 README.md