Sha256: 1c012134980606d2874ff974b61ff1c4c9febd081101897f9a4a4ad610b34789
Contents?: true
Size: 1.45 KB
Versions: 2
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.com/dry-rb/dry-monads [code_climate]: https://codeclimate.com/github/dry-rb/dry-monads [inch]: http://inch-ci.org/github/dry-rb/dry-monads [chat]: https://dry-rb.zulipchat.com # dry-monads [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][chat] [![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] 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry-monads-1.3.1 | README.md |
dry-monads-1.3.0 | README.md |