ravelin 0.1.31 → 0.1.32

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
  SHA256:
3
- metadata.gz: 524cf8ab5cfa665a3320db7de66f600c1f452abebb02ef08c719af72e15ee9bf
4
- data.tar.gz: d6bb7d7ddb38ae1c37d31107c2479edb5f0df1c0adebfa669dfc9fa97fc8061e
3
+ metadata.gz: 57a184f34aa13ef561c8cd0c18d830f8a735dd3da60f70be709063f75fbfe32a
4
+ data.tar.gz: f503c5530a4fbe00aa8664c6bd96278c4c7478eea1af0ebfc55d6bee60bed7d6
5
5
  SHA512:
6
- metadata.gz: 6497b2de2e120a59941d33b856937a01386507c5cd966636ace8803c489c7889d917c6faac2d8b511d6123124a82d33b63fc795e646c63dedb61408d2dca487d
7
- data.tar.gz: 18c1e336f1bedfc0161e6e2e0ff8c8135fb9a10133702a2c5aeba7407c836a1a5afacec9a061c8e60885ba18a049770c184dc5d9fc2450b666228332c30d0641
6
+ metadata.gz: d4f7d17b50ac3a972c322471da46fee99d79019809883ee02fab0543ae04bad6045a8e985fce80652781d146876be5ee25409f12fffd620713defb1baf49eb87
7
+ data.tar.gz: c4d6dca27fca949a8033a4c9daac33df7d333722a2e2e7015cc37910b61662737a2be65c87eac7428209f550d7a117e30fc67bf79ab8758df1eb46701a5e8524
@@ -19,6 +19,6 @@ module Ravelin
19
19
  :time,
20
20
  :three_d_secure
21
21
 
22
- attr_required :transaction_id, :currency, :debit, :credit, :gateway
22
+ attr_required :transaction_id, :currency, :debit, :credit
23
23
  end
24
24
  end
@@ -10,6 +10,6 @@ module Ravelin
10
10
  :time,
11
11
  :custom
12
12
 
13
- attr_required :transaction_id, :currency, :debit, :credit, :gateway
13
+ attr_required :transaction_id, :currency, :debit, :credit
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module Ravelin
2
- VERSION = '0.1.31'
2
+ VERSION = '0.1.32'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ravelin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.31
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Levy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2020-11-12 00:00:00.000000000 Z
14
+ date: 2020-11-17 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: faraday