primary_connect_proto 0.7.2 → 0.7.3

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: b177c33a424bdfe684bc4166813374737af971317a6d36641a5b4ff3591dd3de
4
- data.tar.gz: 61fc6522f9150924b1e5d778bce30daf7327a88e9e263fe914e4828bce287a5f
3
+ metadata.gz: 2fa78c8e4e9515e7829618255e20304b203f9a5b0cac4355abd0ee61b6b746af
4
+ data.tar.gz: 28d46c3fbfad77d1ae2bb15c8dec6e202e22d7ec5a511ecc927f8b34d033ba0e
5
5
  SHA512:
6
- metadata.gz: 581f551db451b814b7c6b213e10962e498b742d25b52c20c8212a685f16b861d1901bc7f8a9f97d8a46735668d2b3d71dc392abd13b7db3465ea0e85c8291a7c
7
- data.tar.gz: 7b3f9e70ba458e89900fd36c657a450895947c54b52a7260ba4131123384abc094ba6b6788a21571e9054da8c8c7a843f915db1cf3ed26c86d5ecea674814f57
6
+ metadata.gz: 6f694b8ac82d2b3d75f5ec50e9ab0b523d2283cf7580154b12df6ba8eb5459bba1834328f2dada48bf67f772438df29154cbc3411564a7d2036073a7071d8ca9
7
+ data.tar.gz: 1443d3f3e5c990d56ed1d8a284bc9a449f5c5525d2daf53f4e754018c67e5e6fe65edfffef373383bd49a35812cd330c8fea461b90bece4728593cbb3c9dc3c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.7.3
4
+
5
+ - Add require in gemspec
6
+
3
7
  ## 0.7.2
4
8
 
5
9
  - Add `Typeable` extension
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "primary_connect_proto"
8
- s.version = "0.7.2"
8
+ s.version = "0.7.3"
9
9
  s.authors = ["Primary.Health"]
10
10
  s.email = ["sam@primary.health"]
11
11
 
@@ -18,6 +18,7 @@ require 'visit_pb'
18
18
 
19
19
  require 'full_nameable'
20
20
  require 'phone_numberable'
21
+ require 'valueable'
21
22
 
22
23
  Primary::Connect::Name.include(ConnectProto::Extensions::FullNameable)
23
24
  [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primary_connect_proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Primary.Health