bright 1.2.2 → 1.2.3

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: de7901ebf33e66211a693655cdc779ee6b83c16bff185346353223a4cd341bbc
4
- data.tar.gz: 7ac84e02b7f1baa8f07e9fa535a301d80056e01a0aa990fcee59f30d4824178a
3
+ metadata.gz: b40a86733b8e9731616433228146a6c4c8f05ae6ea9a3e6c5674bc5e217bfa56
4
+ data.tar.gz: a99d79f1a3d472e2c53cb2a6bdaf541d75f75435791d1af99b4b3a428278dc6b
5
5
  SHA512:
6
- metadata.gz: 2ed30fdd165dbd371110be06d19d572a5d993283c50e542b8e64dfb16d05199fa42007303fc2d528f7d29cb5fc52160e1971ffc3d8a3f4a125a15c2a46d36d92
7
- data.tar.gz: 4e051f28636fba5f24bdbd5b0027a59e672fd2b40433098118ee4a85c1f61d1bdf9c24332b8baad0b1063551126df6ce253cd2d5bb315a23e3535cdcbf145200
6
+ metadata.gz: c1e360e8df79dbfbeb06b2a3746a841932fd6e969739f4e4d76b50964952479fbf58833e26280cb230fb4f07c5d209272fdb62aab3bbe72c13f64caff71c3b6d
7
+ data.tar.gz: 5a654e27949c09573c0024c543363c50e512249a6ea8078c14c8301fb9a426fe7639dd2f439aa75af36df8166f418b2308da68322382362bb32fe71f543630c5
@@ -247,7 +247,10 @@ module Bright
247
247
  end
248
248
 
249
249
  if !attrs.dig("ethnicity_race", "federal_ethnicity").nil?
250
- cattrs[:hispanic_ethnicity] = attrs.dig("ethnicity_race", "federal_ethnicity").to_bool
250
+ begin
251
+ cattrs[:hispanic_ethnicity] = attrs.dig("ethnicity_race", "federal_ethnicity").to_bool
252
+ rescue
253
+ end
251
254
  end
252
255
  end
253
256
 
@@ -1,3 +1,3 @@
1
1
  module Bright
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bright
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arux Software
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-14 00:00:00.000000000 Z
11
+ date: 2024-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpi
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  - !ruby/object:Gem::Version
156
156
  version: '0'
157
157
  requirements: []
158
- rubygems_version: 3.3.26
158
+ rubygems_version: 3.3.7
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: Framework and tools for dealing with Student Information Systems