Sha256: 73df1720e31953b813857a211d962cd4e1240c4a985e34115dfc3c5fd899d0df

Contents?: true

Size: 1.39 KB

Versions: 11

Compression:

Stored size: 1.39 KB

Contents

# rake-funnel

[![Gem Version](https://badge.fury.io/rb/rake-funnel.png)](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.png)](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.png)](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 and 2.2.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.3.2.pre README.md
rake-funnel-0.3.1.pre README.md
rake-funnel-0.3.0.pre README.md
rake-funnel-0.2.0.pre README.md
rake-funnel-0.1.0.pre README.md
rake-funnel-0.0.6.pre README.md
rake-funnel-0.0.5.pre README.md
rake-funnel-0.0.4.pre README.md
rake-funnel-0.0.3.pre README.md
rake-funnel-0.0.2.pre README.md
rake-funnel-0.0.1.pre README.md