Sha256: 4f3f1d01c15fca2151b18f5e04d79cb4ed34ae16ccffc79f9b8e6b55d2d3b0f9

Contents?: true

Size: 1.73 KB

Versions: 1

Compression:

Stored size: 1.73 KB

Contents

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

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

[![Gem Version](https://img.shields.io/gem/v/dry-transaction.svg)][gem]
[![Build Status](https://travis-ci.org/dry-rb/dry-transaction.svg?branch=master)][travis]
[![Code Climate](https://img.shields.io/codeclimate/github/dry-rb/dry-transaction.svg)][code_climate]
[![API Documentation Coverage](http://inch-ci.org/github/dry-rb/dry-transaction.svg)][inch]

dry-transaction is a business transaction DSL. It provides a simple way to define a complex business transaction that includes processing by many different objects.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'dry-transaction'
```

And then execute:

```sh
$ bundle
```

Or install it yourself as:

```sh
$ gem install dry-transaction
```

## Links

* [Documentation](http://dry-rb.org/gems/dry-transaction)
* [API documentation](http://www.rubydoc.info/github/dry-rb/dry-transaction)

## Development

After checking out the repo, run `bundle install` 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-transaction>.

## License

Copyright © 2015-2016 [Icelab](http://icelab.com.au/). dry-transaction is free software, and may be redistributed under the terms specified in the [license](LICENSE.md).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dry-transaction-0.9.0 README.md