blackbaud-client 0.2.1 → 0.2.2
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 +8 -8
- data/CHANGELOG.md +4 -0
- data/lib/blackbaud-client/api/person.rb +2 -2
- data/lib/blackbaud-client/version.rb +1 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjhlMjNlMThkMThmYTkwMTEyOGY3NmUxYmYyMzg5YTNjZmVhMDJjYg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzVkMDEyNDcxZjJmZjMwMWM0YjUzNDI4Y2M5NmIzYWFmOWUzNGU4YQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTc1NTYzZGUxZTliYjcyZTI2MGVkM2ZhNjdmZjhjYjE1OGM3ZmRmNDM4MjAx
|
|
10
|
+
ZmQxN2YxNDJhNzI1ZDM0OTBkZTEzNjAyNjQwZGViNDIwN2Y4Yzg2YWZiZjQy
|
|
11
|
+
MjRiMTUxZjQ4ZWFhYTQyN2M2ZWFmZTE1NjY4MzI1OTc0YmE2NTI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MGNlZjMxOWE3YTA1NmEwOTA1OTYwODg5ZDYyZDBjZWQ4YjNlNmFiMmU3ODNk
|
|
14
|
+
ZmEzYzgxOTI3ZGJhYmFkODhiNGNkZDQ4M2JkYWQxMmU5MDNiMGIwODdiZGRj
|
|
15
|
+
NTM5NzM5NGJiYjNkMTBkYzU2YzNkNDM0MWNlMTE2NWRjYTk3YTU=
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module Blackbaud
|
|
2
2
|
class Person < BlackbaudObject
|
|
3
|
-
attr_accessor(:ea7_record_id, :name_for_display, :type, :birth_date, :first_name, :import_id, :last_name, :record_type, :title, :suffix, :middle_name, :user_defined_id, :nickname, :contacts, :relations, :online_user_id, :deceased)
|
|
3
|
+
attr_accessor(:ea7_record_id, :name_for_display, :type, :birth_date, :first_name, :import_id, :last_name, :record_type, :title, :suffix, :middle_name, :user_defined_id, :nickname, :contacts, :relations, :online_user_id, :deceased, :grade_level, :class_of)
|
|
4
4
|
|
|
5
5
|
USER_TYPE = {
|
|
6
6
|
:faculty => 1,
|
|
@@ -45,4 +45,4 @@ module Blackbaud
|
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
end
|
|
48
|
-
end
|
|
48
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blackbaud-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Dugger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ruby-hmac
|
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
155
|
version: '0'
|
|
156
156
|
requirements: []
|
|
157
157
|
rubyforge_project:
|
|
158
|
-
rubygems_version: 2.4.
|
|
158
|
+
rubygems_version: 2.4.3
|
|
159
159
|
signing_key:
|
|
160
160
|
specification_version: 4
|
|
161
161
|
summary: A client for the Blackbaud API.
|