protip 0.19.1 → 0.19.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bfa2572b20c366e72093d7c071ae2cbf26302a1
|
4
|
+
data.tar.gz: 282b0e395f8cc7038f8fc923d3857fd936155fb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86dbb93f457cef7f024e954929299aaec41714db6c9966228d4c499738d16dd6347cfe07ba389c7f52af2fb3d8148ba8896154c1f037d1c1c08dfc27bbfb8a0d
|
7
|
+
data.tar.gz: 131be596c91854dd6e504be790c4905139f2bae872997bff9ce36f0de539266613b3f2e41f767314475c1a7e852ed138aa3b153a71fa7c9a9dce600f969ecb2e
|
File without changes
|
@@ -7,7 +7,7 @@ require 'protip/converter'
|
|
7
7
|
require 'protip/messages/currency'
|
8
8
|
require 'protip/messages/money'
|
9
9
|
require 'protip/messages/range'
|
10
|
-
require 'protip/messages/
|
10
|
+
require 'protip/messages/repeated_wrappers'
|
11
11
|
require 'protip/messages/types'
|
12
12
|
require 'google/protobuf'
|
13
13
|
module Protip
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: protip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.19.
|
4
|
+
version: 0.19.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AngelList
|
@@ -199,7 +199,7 @@ files:
|
|
199
199
|
- definitions/protip/messages/errors.proto
|
200
200
|
- definitions/protip/messages/money.proto
|
201
201
|
- definitions/protip/messages/range.proto
|
202
|
-
- definitions/protip/messages/
|
202
|
+
- definitions/protip/messages/repeated_wrappers.proto
|
203
203
|
- definitions/protip/messages/types.proto
|
204
204
|
- lib/google/protobuf/wrappers.rb
|
205
205
|
- lib/protip.rb
|
@@ -212,7 +212,7 @@ files:
|
|
212
212
|
- lib/protip/messages/errors.rb
|
213
213
|
- lib/protip/messages/money.rb
|
214
214
|
- lib/protip/messages/range.rb
|
215
|
-
- lib/protip/messages/
|
215
|
+
- lib/protip/messages/repeated_wrappers.rb
|
216
216
|
- lib/protip/messages/types.rb
|
217
217
|
- lib/protip/resource.rb
|
218
218
|
- lib/protip/resource/associations/association.rb
|