proto_factory 0.0.6 → 0.0.7

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 381990fb82cc8476993a9ebfd2dadf0c9c71e1d6
4
- data.tar.gz: fb54426ccded9f59de8425c6a7ab2cf43eb7b94f
3
+ metadata.gz: 77caedc8185d4f1dbad0acd50cc527ddcc2bd685
4
+ data.tar.gz: 69213a67a80abc02cec3da38be4a17427fab3523
5
5
  SHA512:
6
- metadata.gz: 60295eed7c4d602353cf8eef65d9f5ed50118f272649385f7e63689dfccd903e903acc140061135d242702aa674cbbe653c76df64add63906432ba1f4aab529e
7
- data.tar.gz: c9c42f8c4a70d3e0180573831aae7232b2625a23300793a59c05c7199b597e285e498aaa48e2fbf4f6a7081e5093b60b24d916b3454b311366029c1225954525
6
+ metadata.gz: 6885a4913106304ae5271d6de557a8c96a102f07c407f91a8707b855b1202dae61ed2f06edf4cdd952f9c6e7ecfac82f1b3d031d29e768bc9c41d6a6be3a90cc
7
+ data.tar.gz: edfbcf7b7ca8b76ab65177638bf421daf833aff1f3cda68dd2d8affe63b09ce0e7c319b6dc1ce33ab2b2bfd10b8a7e3bcb82ddc5262b9bebdcb0da4ac7a9809b
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proto_factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Moore, Terese Lichty, Marshall Houston
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-12 00:00:00.000000000 Z
11
+ date: 2019-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: A simple hello world gem
83
+ description: THE 2019 Ibotta Hackathon Project. A FactoryBotesque builder for Protobuf
84
+ objects in Ruby.
84
85
  email: lucas.moore@ibotta.com
85
86
  executables: []
86
87
  extensions: []