Sha256: 47059850ecda3383806cf12171796bff4f1aeee4b7a150b9d9c9de42bb56b2dd

Contents?: true

Size: 1.75 KB

Versions: 15

Compression:

Stored size: 1.75 KB

Contents

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

# dry-core

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

A collection of small modules used in the dry-rb ecosystem.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'dry-core'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install dry-core

## 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.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

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


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dry-core-0.4.3 README.md
dry-core-0.4.2 README.md
dry-core-0.4.1 README.md
dry-core-0.4.0 README.md
dry-core-0.3.4 README.md
dry-core-0.3.3 README.md
dry-core-0.3.2 README.md
dry-core-0.3.1 README.md
dry-core-0.3.0 README.md
dry-core-0.2.4 README.md
dry-core-0.2.3 README.md
dry-core-0.2.2 README.md
dry-core-0.2.1 README.md
dry-core-0.2.0 README.md
dry-core-0.1.0 README.md