kentaa-api 0.2.0 → 0.2.1

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: 8c62a6f7a4458cfe09d6ae1c9afc27460f05c58c8e23d59462a03ef2d59f16cc
4
- data.tar.gz: f9b555b9a83ae084ca35ca3690f7dd4c85119bcb4aa7984fee0e32ab9e9eadf9
3
+ metadata.gz: e317284946afab2fe387f02c389431d8da90563fce27a24f08ced1b7d917ef58
4
+ data.tar.gz: aafac4c4a7092d5110574524feda8b3f574da2783f0da53348da74fd1fadcafc
5
5
  SHA512:
6
- metadata.gz: 0cdf39593639b4e11f13006bc602f084daa45c4fda1770c6a6b827d66bad3f587cafe82cb1f4cea7b8e3a76d4d4aa1afacc39d6fce9fb85c3434efaf69c27131
7
- data.tar.gz: c7b0cb509e5ab3215dbdddfb671e6127b3897470edc794e728ca32d21f436e2636afaad21b8d1256b6015b020d1b6af54d31f0ef80cad9622dcb09edb65635dd
6
+ metadata.gz: 38577f345e7899350c7cbc707a7b80d4d091d202f20c42e1852fa4c9c4f9f094fe5a43d2191c6090bdb18dfc44d107404a0ebc8700f9631c84e066b66cd3c381
7
+ data.tar.gz: 56c05b187e22f81f163a5e124404e926260335fc3888c727af336f35f3fa3f115af3b4dd24e406d2b38b69f7953da2fe63cb3dc19e96b6b9b520541316649fc3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kentaa-api (0.2.0)
4
+ kentaa-api (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -74,7 +74,7 @@ module Kentaa
74
74
  end
75
75
 
76
76
  def name
77
- [first_name, infix, last_name].compact.join(" ")
77
+ [first_name, infix, last_name].reject { |s| s.to_s.empty? }.join(" ")
78
78
  end
79
79
 
80
80
  def fundraiser_page?
@@ -65,7 +65,7 @@ module Kentaa
65
65
  end
66
66
 
67
67
  def name
68
- [first_name, infix, last_name].compact.join(" ")
68
+ [first_name, infix, last_name].reject { |s| s.to_s.empty? }.join(" ")
69
69
  end
70
70
 
71
71
  def company
@@ -36,7 +36,7 @@ module Kentaa
36
36
  end
37
37
 
38
38
  def name
39
- [first_name, infix, last_name].compact.join(" ")
39
+ [first_name, infix, last_name].reject { |s| s.to_s.empty? }.join(" ")
40
40
  end
41
41
 
42
42
  def site_id
@@ -29,7 +29,7 @@ module Kentaa
29
29
  end
30
30
 
31
31
  def name
32
- [first_name, infix, last_name].compact.join(" ")
32
+ [first_name, infix, last_name].reject { |s| s.to_s.empty? }.join(" ")
33
33
  end
34
34
 
35
35
  def email
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kentaa
4
4
  module Api
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kentaa-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kentaa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-06 00:00:00.000000000 Z
11
+ date: 2019-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler