hoops 0.1.0 → 0.1.1

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: 7f1ccb54fd9d448082cc5029ccb138ccdaf5d564
4
- data.tar.gz: 99a701a0d9e65b059e5e5e70ca4e4a35fa8a95a5
3
+ metadata.gz: b770deebf36b57a101b6b9dffe16eff34295c7ed
4
+ data.tar.gz: 5842e8c9a12baec0cabd57d0ba16dfd1093d4be2
5
5
  SHA512:
6
- metadata.gz: 6ba92fafd692e25f5be274ba8c01796eec8f81d55d655578e663d1a061f6665cd58c5850e263c32c1d18ffe24a2c9c4a7e89cb0ce637c26dc5336013ec2924ea
7
- data.tar.gz: 69c5e2d1ebd43537b7d9d6d5f6937c15e59200414b6f0140895a0c485a6ef9e18c9c07d4bf84cb19d9b55ebbf398a70abc50510d3cd04dd0d3589497e2d772f6
6
+ metadata.gz: 68802749a0f01443097e87bc3c9a6c3b34b1a76d78131d68d1a3bc3a73efd15fca3b2b72ee7f090a602ab1db77e0cc89691c8c529029c41d103daef0a63b1a66
7
+ data.tar.gz: 8cde056af5130f0a073ab659d45097c969170f398c3155b8f36fa0b7f3fe32c9942c9368f6db52346b0286dc39316769e4aa8fb145c9fe025f07c5470dcc3c2d
@@ -72,7 +72,7 @@ module Hoops
72
72
  forward(:failure!, other_operation, *ev_codes, as: as)
73
73
  end
74
74
 
75
- def forward_failure(other_operation, *ev_codes, as: nil)
75
+ def forward_success(other_operation, *ev_codes, as: nil)
76
76
  forward(:success!, other_operation, *ev_codes, as: as)
77
77
  end
78
78
 
@@ -1,3 +1,3 @@
1
1
  module Hoops
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Scott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-08 00:00:00.000000000 Z
11
+ date: 2017-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: wisper