twirp_rails 0.4.7 → 0.4.8

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: f6df8a4134b84a9843ad8a0db616c68dee24c88e95346ef48a34db3907f5d975
4
- data.tar.gz: b113bc311403756b83e6e1464a02504dbd37a6f849a3f3789e22e594191643b0
3
+ metadata.gz: d964fb35d08fd24ab9c3c03140f42bab4c2bf378e77cab7b0da38c976255ba37
4
+ data.tar.gz: 6e2d074768af4bd62a22d1beb721db314f80a18acc302e4d313330451d435c62
5
5
  SHA512:
6
- metadata.gz: 8b63a508a6319c3a1d4977c807bc95b9d262e42fca622fe04f1f350c12aa3716eb53873ce8389cc6515d1aa8a60f0c353713af12846d83d4da2a74c80098df1e
7
- data.tar.gz: b5b8cbf244043de39bf8ae47fcc1569c877e199f9489e87db867a4ee467f099328aad9759e3d11ec34fbd8cb86761d566cdca77606f0c81e09e7ea62b64d3e6e
6
+ metadata.gz: 4ea7215878f84a6e0177b6b4e9859069293f0cefe0c67c52362f8af81765424e3cb60a30fb83cf4f847005886db5b084616c78f44b634d16f22c9a4aff37e376
7
+ data.tar.gz: 7c9487bb93997539e72f40b29da7e5f560b9b43164cbe51186a91ead7ec81ed98f47fb91351bdf8a26ea5b3c607ac28ceef0f172878ed4e960befb7869dd367f
@@ -31,7 +31,7 @@ module Twirp
31
31
  proto_files = Dir.glob protos_mask
32
32
 
33
33
  proto_files.each do |file|
34
- cmd = protoc.cmd(file)
34
+ cmd = protoc.cmd(file, false)
35
35
 
36
36
  `#{cmd}`
37
37
 
@@ -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
@@ -1,3 +1,3 @@
1
1
  module TwirpRails
2
- VERSION = '0.4.7'.freeze
2
+ VERSION = '0.4.8'.freeze
3
3
  end
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.7
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-03 00:00:00.000000000 Z
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: []