primary_connect_proto 0.0.3 → 0.0.4

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: d1916096fe7bb21f305f3205f0a8187401987110f47f41ff06c2a3fb502c1d39
4
- data.tar.gz: ae103aafe6beabc8de9daf755560971bf670a1c65cecbbd0fab2bb87d279e546
3
+ metadata.gz: a0d2d165b638c32bf6903aad25e48d9bfb2b6303d37a5fab706482a63ab7333f
4
+ data.tar.gz: c6bd5efeead426f97c95784bd4cfe1f134de0dc94d96980afc35d27e5fab1700
5
5
  SHA512:
6
- metadata.gz: b9ff1b0fa1958d493a83c95fbfb534f6abea9e6d718ae65b4f38fff48ff1cb36c52d1285ed2034f7a105cc8f5cabef148981218c59e55a2f8675dd43ecb9ec5b
7
- data.tar.gz: b139c0a805a398533118e24691ac4740e9e4a539c50bfc328b82302aaf790497e8c17da9bcf9da6aff5501efdc1a0684ae8bbafeb5fa96a077b53562b15deb29
6
+ metadata.gz: 9f8d5ab04d3d29a2e791884cb8dd0f53006b966aa9f3ff009386a172211bfbf0eca80b7880f2d4167336d4acffcf56bc104483d65db7a83f56285452e52b5df9
7
+ data.tar.gz: c55a87807549b1209bdcc8539d4e4e4ff057a8de3c2a225cd4b855710dd5f9435dcbac85e05c7246da30b31c01525b05555c3a086f74142b3ca3787061058723
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- primary_connect_proto (0.0.3)
4
+ primary_connect_proto (0.0.4)
5
5
  google-protobuf (~> 4.0.0.rc1)
6
6
 
7
7
  GEM
@@ -10,7 +10,6 @@ GEM
10
10
  ast (2.4.2)
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
- diff-lcs (1.4.4)
14
13
  google-protobuf (4.0.0.rc.2-universal-darwin)
15
14
  jaro_winkler (1.5.4)
16
15
  method_source (1.0.0)
@@ -26,19 +25,6 @@ GEM
26
25
  psych (4.0.2)
27
26
  rainbow (3.0.0)
28
27
  rake (13.0.6)
29
- rspec (3.10.0)
30
- rspec-core (~> 3.10.0)
31
- rspec-expectations (~> 3.10.0)
32
- rspec-mocks (~> 3.10.0)
33
- rspec-core (3.10.1)
34
- rspec-support (~> 3.10.0)
35
- rspec-expectations (3.10.1)
36
- diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.10.0)
38
- rspec-mocks (3.10.2)
39
- diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.10.0)
41
- rspec-support (3.10.3)
42
28
  rubocop (0.66.0)
43
29
  jaro_winkler (~> 1.5.1)
44
30
  parallel (~> 1.10)
@@ -57,7 +43,6 @@ DEPENDENCIES
57
43
  primary_connect_proto!
58
44
  pry-byebug
59
45
  rake (~> 13.0.1)
60
- rspec (~> 3.6, >= 3.6.0)
61
46
  rubocop (~> 0.66.0)
62
47
 
63
48
  BUNDLED WITH
@@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "primary_connect_proto"
7
- s.version = "0.0.3"
7
+ s.version = "0.0.4"
8
8
  s.authors = ["Primary.Health"]
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.homepage = "https://github.com/PrimaryDotHealth/connect-proto"
@@ -17,6 +17,4 @@ Gem::Specification.new do |s|
17
17
  s.executables = []
18
18
 
19
19
  s.add_runtime_dependency 'google-protobuf', '~> 4.0.0.rc1'
20
-
21
- s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
22
20
  end
Binary file
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.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Primary.Health
@@ -24,26 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.0.0.rc1
27
- - !ruby/object:Gem::Dependency
28
- name: rspec
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 3.6.0
34
- - - "~>"
35
- - !ruby/object:Gem::Version
36
- version: '3.6'
37
- type: :development
38
- prerelease: false
39
- version_requirements: !ruby/object:Gem::Requirement
40
- requirements:
41
- - - ">="
42
- - !ruby/object:Gem::Version
43
- version: 3.6.0
44
- - - "~>"
45
- - !ruby/object:Gem::Version
46
- version: '3.6'
47
27
  description: Protobufs for Diagnostic Ordering and Resulting
48
28
  email:
49
29
  executables: []
@@ -53,7 +33,6 @@ files:
53
33
  - Gemfile
54
34
  - Gemfile.lock
55
35
  - README.md
56
- - connect_proto-0.0.3.gem
57
36
  - connect_proto.gemspec
58
37
  - lib/connect_proto.rb
59
38
  - lib/connect_proto/build/address_pb.rb
@@ -88,6 +67,7 @@ files:
88
67
  - lib/connect_proto/src/visit.proto
89
68
  - lib/extensions/full_nameable.rb
90
69
  - lib/extensions/phone_numberable.rb
70
+ - primary_connect_proto-0.0.3.gem
91
71
  - spec/protobuf/demographics_spec.rb
92
72
  - spec/protobuf/name_spec.rb
93
73
  - spec/protobuf/order/order/facility_spec.rb
Binary file