dry-transaction 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd63f3d5d018054cf586e579ccef6a9850ecce0a
4
- data.tar.gz: 1c0028e352968ef521ff95b14d94e91adbbd4c6f
3
+ metadata.gz: 8e09ce8534f0529de0e5feaeb72a882ac04b1b4a
4
+ data.tar.gz: 511ab8cb1bb59ca3c40e506e39a95b9b7c47898e
5
5
  SHA512:
6
- metadata.gz: 1e6c390997dc3f2273d2c2cbb55dc395a7f29011319f6f636a0ff3235f4f2110843ddb4dd2a200dda19a474cebf7228b0a55d85839fe0f243eef9b9d8e159bba
7
- data.tar.gz: 50b11cf0a69818f259881bfbc6b7fb50d048d932457dfdb3fd87e6d38f188772534d5810b1d59a428f76697e4838fa0760897f38c6aafee35b5ca89c287c658c
6
+ metadata.gz: 9e3cb97c3772c704e15c2e1bb76d58bd163c3eb88663d834d0964610f3eb413b216940f3a1271deea081e50745a13577ee144f6c25fc5cedd54955d47dbbc1a1
7
+ data.tar.gz: bb448e0f12ec06cc3abf6f753bb84d2f1b09430ef28deda5b7763f81e2d06b22ed97c20ea695dcd5eb24737537acf4d30e001148f026a1f7d9a9a2e84baebfac
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dry-transaction (0.4.0)
4
+ dry-transaction (0.5.0)
5
5
  kleisli
6
6
  wisper (>= 1.6.0)
7
7
 
data/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  [gitter]: https://gitter.im/dry-rb/chat
2
2
  [gem]: https://rubygems.org/gems/dry-transaction
3
+ [travis]: https://travis-ci.org/dry-rb/dry-transaction
3
4
  [code_climate]: https://codeclimate.com/github/dry-rb/dry-transaction
4
5
  [inch]: http://inch-ci.org/github/dry-rb/dry-transaction
5
6
 
6
7
  # dry-transaction [![Join the Gitter chat](https://badges.gitter.im/Join%20Chat.svg)][gitter]
7
8
 
8
9
  [![Gem Version](https://img.shields.io/gem/v/dry-transaction.svg)][gem]
10
+ [![Build Status](https://travis-ci.org/dry-rb/dry-transaction.svg?branch=master)][travis]
9
11
  [![Code Climate](https://img.shields.io/codeclimate/github/dry-rb/dry-transaction.svg)][code_climate]
10
12
  [![API Documentation Coverage](http://inch-ci.org/github/dry-rb/dry-transaction.svg)][inch]
11
13
 
@@ -1,6 +1,6 @@
1
1
  module Dry
2
2
  # Business transaction DSL.
3
3
  module Transaction
4
- VERSION = "0.4.0".freeze
4
+ VERSION = "0.5.0".freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-transaction
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Riley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-15 00:00:00.000000000 Z
11
+ date: 2016-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kleisli