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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTk5ZDliMTc0YmY4OTkxZTRhOGU2MzFjNjU5YTg3YjViOGUzMzBjNg==
4
+ NjhlMjNlMThkMThmYTkwMTEyOGY3NmUxYmYyMzg5YTNjZmVhMDJjYg==
5
5
  data.tar.gz: !binary |-
6
- NDg5ZDljMTY4MmIzOTcyZTQxZjI4MTNhYzEwMDcxZjY4YmJlMDk5MQ==
6
+ YzVkMDEyNDcxZjJmZjMwMWM0YjUzNDI4Y2M5NmIzYWFmOWUzNGU4YQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OWM4ZWU0M2IzMTMwNWQwMWY2MDFjYTQwOWIxZTZlM2NlYzNiMmY5MzBhMGNm
10
- MjYwY2VlMTJiNzUyYTk4MGI3NDNhNDQ1ODA2NzZhOWM1MzliMzNmOTMyYTUw
11
- ZWQ1OWYzMWQ0MmQ2ZWEwOWU5Yzc5NDU3Yzg0Y2UxZmFhNjZjYWE=
9
+ OTc1NTYzZGUxZTliYjcyZTI2MGVkM2ZhNjdmZjhjYjE1OGM3ZmRmNDM4MjAx
10
+ ZmQxN2YxNDJhNzI1ZDM0OTBkZTEzNjAyNjQwZGViNDIwN2Y4Yzg2YWZiZjQy
11
+ MjRiMTUxZjQ4ZWFhYTQyN2M2ZWFmZTE1NjY4MzI1OTc0YmE2NTI=
12
12
  data.tar.gz: !binary |-
13
- YTMxYWFiNmZlYjQ4NWQyMDE4NWJiNDRlNjVlNDJjZDMyNzA1MWJjY2YyODhl
14
- YmFlZWUxZmVlNDZjM2EyYjVlNTdjYWYyNjY2NjRiNmI4YzQzZmFkYWE3Mjky
15
- YWFhNzAzYWRmNjJhMWU3NGM4ODRkMTE5OGZmYjc5MzU4M2E3YzA=
13
+ MGNlZjMxOWE3YTA1NmEwOTA1OTYwODg5ZDYyZDBjZWQ4YjNlNmFiMmU3ODNk
14
+ ZmEzYzgxOTI3ZGJhYmFkODhiNGNkZDQ4M2JkYWQxMmU5MDNiMGIwODdiZGRj
15
+ NTM5NzM5NGJiYjNkMTBkYzU2YzNkNDM0MWNlMTE2NWRjYTk3YTU=
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.2.2 - 2016-01-26
4
+ ### Changed
5
+ - Add grade_level and class_of to Person model.
6
+
3
7
  ## 0.2.1 - 2016-01-07
4
8
  ### Changed
5
9
  - Fix handling of empty Teacher or Student arrays in get_people
@@ -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
@@ -3,11 +3,10 @@ module Blackbaud
3
3
  class Version
4
4
  MAJOR = 0
5
5
  MINOR = 2
6
- PATCH = 1
6
+ PATCH = 2
7
7
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
8
8
 
9
9
  class << self
10
- # A String representing the current version of the OEmbed gem.
11
10
  def inspect
12
11
  STRING
13
12
  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.1
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-07 00:00:00.000000000 Z
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.8
158
+ rubygems_version: 2.4.3
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: A client for the Blackbaud API.