team_hub 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: f2b7d394b137ef8740a7d76e1aef7ed633a8071d
4
- data.tar.gz: f7588f8b18a849a7297087f8ed843c74e5215b06
3
+ metadata.gz: d68f59d2e12ff7fda506fbe9f0b95a68ddb9d841
4
+ data.tar.gz: 13a78cadb8f516f949ad2389aeb9e55b4ff2a0d5
5
5
  SHA512:
6
- metadata.gz: 6c4087b427e93c0a4dfd007f2be385ff71e0652c34e603cb2991d112f09d3822aa43541afce4eba1beac045b9d65794e809ccf4aa1cdad188284103093e20f7c
7
- data.tar.gz: 2a39d7bab0fdcfa80e5667c262fb84b58ebf96584ba46e27147e690b60056f24b68a7935f91a9a37614f7ad8017a72f7dc88c116a97a4cb384f4fd1c38a1e770
6
+ metadata.gz: ac823bcfe7bcb40b8dd8256e1a1767f16723c8a9fa395364403d3638e767e44535f5c08511db3808322ffec8c2fb9ebcad342a69ec44a138d930ce724e6a50e2
7
+ data.tar.gz: 2dc13b2c21c0d7653417acc516b074010b80c19a6619f5225ad30a917cb12170a2f5fea6c8eea617d4adc227ea5038629c54273dab8bc717af88f1f023c3806f
@@ -14,6 +14,8 @@
14
14
  #
15
15
  # @author Mike Bland (michael.bland@gsa.gov)
16
16
 
17
+ require 'hash-joiner'
18
+
17
19
  module TeamHub
18
20
 
19
21
  # Operations for creating cross-references between data objects
@@ -162,7 +164,7 @@ module TeamHub
162
164
  end
163
165
  result
164
166
  end
165
- @site_data['locations'] = locations unless locations.empty?
167
+ HashJoiner.join_array_data 'code', @site_data['locations'], locations
166
168
  end
167
169
 
168
170
  # Cross-references projects with team members. Replaces string-based
@@ -23,5 +23,5 @@
23
23
  # https://github.com/18F/hub"
24
24
 
25
25
  module TeamHub
26
- VERSION = "0.0.4"
26
+ VERSION = "0.0.5"
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: team_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Bland
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-24 00:00:00.000000000 Z
11
+ date: 2015-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hash-joiner