twirp_rails 0.4.7 → 0.4.8
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d964fb35d08fd24ab9c3c03140f42bab4c2bf378e77cab7b0da38c976255ba37
|
|
4
|
+
data.tar.gz: 6e2d074768af4bd62a22d1beb721db314f80a18acc302e4d313330451d435c62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ea7215878f84a6e0177b6b4e9859069293f0cefe0c67c52362f8af81765424e3cb60a30fb83cf4f847005886db5b084616c78f44b634d16f22c9a4aff37e376
|
|
7
|
+
data.tar.gz: 7c9487bb93997539e72f40b29da7e5f560b9b43164cbe51186a91ead7ec81ed98f47fb91351bdf8a26ea5b3c607ac28ceef0f172878ed4e960befb7869dd367f
|
|
@@ -3,7 +3,7 @@ class ProtocAdapter
|
|
|
3
3
|
|
|
4
4
|
attr_reader :twirp_plugin_path, :swagger_plugin_path, :protoc_path
|
|
5
5
|
|
|
6
|
-
def initialize(src_path, dst_path, swagger_out_path)
|
|
6
|
+
def initialize(src_path, dst_path, swagger_out_path = nil)
|
|
7
7
|
@src_path = src_path
|
|
8
8
|
@dst_path = dst_path
|
|
9
9
|
@swagger_out_path = swagger_out_path
|
data/lib/twirp_rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twirp_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexandr Zimin
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: twirp
|
|
@@ -122,7 +122,7 @@ dependencies:
|
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0.12'
|
|
125
|
-
description:
|
|
125
|
+
description:
|
|
126
126
|
email:
|
|
127
127
|
- a.zimin@talenttech.ru
|
|
128
128
|
executables: []
|
|
@@ -167,7 +167,7 @@ homepage: https://github.com/severgroup-tt/twirp_rails
|
|
|
167
167
|
licenses:
|
|
168
168
|
- MIT
|
|
169
169
|
metadata: {}
|
|
170
|
-
post_install_message:
|
|
170
|
+
post_install_message:
|
|
171
171
|
rdoc_options: []
|
|
172
172
|
require_paths:
|
|
173
173
|
- lib
|
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
183
|
version: '0'
|
|
184
184
|
requirements: []
|
|
185
185
|
rubygems_version: 3.1.3
|
|
186
|
-
signing_key:
|
|
186
|
+
signing_key:
|
|
187
187
|
specification_version: 4
|
|
188
188
|
summary: Use twirp-ruby from rails.
|
|
189
189
|
test_files: []
|