rock_rms 8.0.0 → 8.1.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
  SHA256:
3
- metadata.gz: f7974e19cd0e049bd7036e12089908695a4c2f76d216749fb82654ddfeca5e3b
4
- data.tar.gz: af53f6a8e677665833aa0a6fae87f9ba60f9461b3c8afea867f9c6b83e6bfeac
3
+ metadata.gz: 9b37d876903acf93e85ff71d01d81c5406688ac45cf6a5c1e55899a770e031ba
4
+ data.tar.gz: a8c37e2ddc4f286036e9aeb488c5ff75973dc6cc2c32bd9a65ba1b9f8a47f0b4
5
5
  SHA512:
6
- metadata.gz: f41059825c20226c09d0813933ace8e6a5cfed1aae11f7ce979a8ae1ed02498a40baa6b3b3df3544d495195001fb9adb1fa2ab7c62844f03724bf4fa288c0e64
7
- data.tar.gz: edcd96028806dbbff9cb6d4022211ddbd34bd2d9b28e742ee6f7d43fe7298c75a92bf1fd5c7fd5625ee3a9a8ead50e3a9f8cb93703dd1384b04bcb31c4ecf3b7
6
+ metadata.gz: 2b7bea6c80b69ae6c1581429657da83adef0409bd303224fa73d82c79d5112b9d34976a6e375554301d2ff9d83ead37f7348ba33a406914836cf03db287152f3
7
+ data.tar.gz: 4f5f8de485cf3bd4506870d6831352d2f315421f2492ec51a64926256e74f8865104ac035a8948c2c6843a44daaf4bb9f2ac919017d9de4f20f1b68cd5c18e0f
@@ -9,7 +9,8 @@ module RockRMS
9
9
  giving_id: 'GivingId',
10
10
  giving_group_id: 'GivingGroupId',
11
11
  alias_id: 'PrimaryAliasId',
12
- connection_status_value_id: 'ConnectionStatusValueId'
12
+ connection_status_value_id: 'ConnectionStatusValueId',
13
+ record_type_value_id: 'RecordTypeValueId'
13
14
  }.freeze
14
15
 
15
16
  def format_single(data)
@@ -1,3 +1,3 @@
1
1
  module RockRMS
2
- VERSION = '8.0.0'.freeze
2
+ VERSION = '8.1.0'.freeze
3
3
  end
@@ -14,7 +14,7 @@ RSpec.describe RockRMS::Response::AttributeValue, type: :model do
14
14
 
15
15
  it 'has the correct number keys' do
16
16
  keys = result.first.keys
17
- expect(keys.count).to eq(8)
17
+ expect(keys.count).to eq(9)
18
18
  end
19
19
 
20
20
  it 'translates keys' do
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: 8.0.0
4
+ version: 8.1.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: 2022-11-13 00:00:00.000000000 Z
11
+ date: 2023-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday