Sha256: 5dd3a4ce086c508a158a741184e5f9aa34fa430c6a9b13b33f0dd09ad14a76ee

Contents?: true

Size: 1.45 KB

Versions: 8

Compression:

Stored size: 1.45 KB

Contents

[gitter]: https://gitter.im/dry-rb/chat
[gem]: https://rubygems.org/gems/dry-monads
[travis]: https://travis-ci.org/dry-rb/dry-monads
[code_climate]: https://codeclimate.com/github/dry-rb/dry-monads
[inch]: http://inch-ci.org/github/dry-rb/dry-monads

# dry-monads [![Join the Gitter chat](https://badges.gitter.im/Join%20Chat.svg)][gitter]

[![Gem Version](https://img.shields.io/gem/v/dry-monads.svg)][gem]
[![Build Status](https://img.shields.io/travis/dry-rb/dry-monads.svg)][travis]
[![Code Climate](https://api.codeclimate.com/v1/badges/b0ea4d8023d53b7f0f50/maintainability)][code_climate]
[![Test Coverage](https://api.codeclimate.com/v1/badges/b0ea4d8023d53b7f0f50/test_coverage)][code_climate]
[![API Documentation Coverage](http://inch-ci.org/github/dry-rb/dry-monads.svg)][inch]
![No monkey-patches](https://img.shields.io/badge/monkey--patches-0-brightgreen.svg)

Monads for Ruby.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'dry-monads'
```

And then execute:

```sh
$ bundle
```

Or install it yourself as:

```sh
$ gem install dry-monads
```

## Links

* [Documentation](http://dry-rb.org/gems/dry-monads)

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run
`rake spec` to run the tests. You can also run `bin/console` for an interactive
prompt that will allow you to experiment.

## Contributing

Bug reports and pull requests are welcome on GitHub at <https://github.com/dry-rb/dry-monads>.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dry-monads-1.2.0 README.md
dry-monads-1.1.0 README.md
dry-monads-1.0.1 README.md
dry-monads-1.0.0 README.md
dry-monads-1.0.0.rc1 README.md
dry-monads-1.0.0.beta3 README.md
dry-monads-1.0.0.beta2 README.md
dry-monads-1.0.0.beta1 README.md