pragma-operation 1.6.2 → 1.6.3

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: ba4d10e6a54785f131916c5fb218a0822766a2d4
4
- data.tar.gz: 3436527f5e44dda5ae8bf931498d9f0ae7380b4b
3
+ metadata.gz: 155c66fd00efabe09496be40e05ba3b2c93b5434
4
+ data.tar.gz: a724471382751d9e1d588f2cbdd8677c7489ee17
5
5
  SHA512:
6
- metadata.gz: c51282d6a7efbe1e853d733c8aefd844b8fad9a8ad822f540a86ad785f4835b3466c70a1021d60fa35cb66f618ec117363fdf1366e51e1d1b409f7c37be91c96
7
- data.tar.gz: 737aa91fa48b5384b64f2d8393520537ef6d4a2b8875ba14b6514ddaa6c172e6fc33d7234ce79345fbf4752353fd2eb7bc89895fc73f394d4182cd88511b76a4
6
+ metadata.gz: 93a1c9a43f9e4750f0e9dbf53f69fdb1c3a480d0f09ba08730f6088cd6b3a31fcb16b82cb3c56071f47dfcfc23965c38826dd3bdc3f5cd229d6efc7ca71cc8eb
7
+ data.tar.gz: 3d640627d7f36be9a19891816085584f3d8f176098d12484d82cd4f0eb760f1d955f8b19053f8caf959d07013d84876a0cc1f09425561e25dd82bd5dce236c44
@@ -239,7 +239,7 @@ module Pragma
239
239
 
240
240
  def mark_result
241
241
  return if /\A(2|3)\d{2}\z/ =~ STATUSES.invert[context.status].to_s
242
- context.fail!
242
+ context.fail! pragma_operation_failure: true
243
243
  end
244
244
 
245
245
  def build_links
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Pragma
3
3
  module Operation
4
- VERSION = '1.6.2'
4
+ VERSION = '1.6.3'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pragma-operation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Desantis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-16 00:00:00.000000000 Z
11
+ date: 2017-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: interactor