Sha256: a5c781c81f71d6709966c94ed301510babbfce01dcad473df7e665662f6d6fde
Contents?: true
Size: 1.95 KB
Versions: 2
Compression:
Stored size: 1.95 KB
Contents
[gitter]: https://gitter.im/dry-rb/chat [gem]: https://img.shields.io/gem/v/dry-transaction.svg] [travis]: https://travis-ci.org/dry-rb/dry-transaction [codeclimate]: https://codeclimate.com/github/dry-rb/dry-transaction [coveralls]: https://coveralls.io/r/dry-rb/dry-transaction [inchpages]: http://inch-ci.org/github/dry-rb/dry-transaction # dry-transaction [![Join the chat at https://gitter.im/dry-rb/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dry-rb/chat) [![Gem Version](https://badge.fury.io/rb/dry-transaction.svg)][gem] [![Build Status](https://travis-ci.org/dry-rb/dry-transaction.svg?branch=master)][travis] [![Code Climate](https://codeclimate.com/github/dry-rb/dry-transaction/badges/gpa.svg)][codeclimate] [![Test Coverage](https://codeclimate.com/github/dry-rb/dry-transaction/badges/coverage.svg)][codeclimate] [![Inline docs](http://inch-ci.org/github/dry-rb/dry-transaction.svg?branch=master)][inchpages] 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry-transaction-0.13.0 | README.md |
dry-transaction-0.12.1 | README.md |