rock_rms 5.10.0 → 5.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f705adcfa522406e73d9b58360dfd1281d482baee3b0c62ff0d583cd58aadc83
4
- data.tar.gz: a80754f004ef87d2ea78c0e8868e0cccb94b2aa62c72403e164def5e59066a91
3
+ metadata.gz: 61f5253a37866cd7066b265bd4fd005abc144f9f332b6687359ec814b6a9d8d8
4
+ data.tar.gz: da5df5d17ce802f4a1d805852d972f31b3f6a80a5f995b308b1d3d5f3a676c73
5
5
  SHA512:
6
- metadata.gz: 53d8575a6fe4704f7e5421414f22c0290550012c5bc8f654ef19b49cf99b1c5c92b7e47b017d37f3f43a07f3f422f42c44414790db586bccdea4147378aa1243
7
- data.tar.gz: 7558483decd2edd69d23aaba0a2aa300131406dfa7232993c3d6b075a51c2bb78f343d0287f03b7a21ccc2ea934b204a41eb13c54a99112b46679a7f4ad7ad35
6
+ metadata.gz: d7897dfc323efcacecf20d7c226fe3a45150afb4578411c2a0657bb7edaa9e7b4b8654b8e768dfb2bcaeb77da7e91e6c55165e99c6108e508e46ea0ae1a9c3df
7
+ data.tar.gz: d4bfc24c2617b35dd8f905adcdd13ebcc4f92cb6d31b75cff59dc07b8e2e84da0d9675d42414d681093c572b89f6a3100c5c5cf963fe6cea87d938ab8ff0678d
@@ -14,6 +14,7 @@ module RockRMS
14
14
  start_date: 'StartDate',
15
15
  transaction_details: 'ScheduledTransactionDetails',
16
16
  transaction_code: 'TransactionCode',
17
+ transaction_type_id: 'TransactionTypeValueId',
17
18
  summary: 'Summary'
18
19
  }.freeze
19
20
 
@@ -1,3 +1,3 @@
1
1
  module RockRMS
2
- VERSION = '5.10.0'.freeze
2
+ VERSION = '5.11.0'.freeze
3
3
  end
@@ -27,6 +27,7 @@ RSpec.describe RockRMS::Response::RecurringDonation, type: :model do
27
27
  start_date
28
28
  transaction_details
29
29
  transaction_code
30
+ transaction_type_id
30
31
  summary
31
32
  ]
32
33
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock_rms
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.10.0
4
+ version: 5.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-27 00:00:00.000000000 Z
11
+ date: 2021-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday