radar-api 2.7.3 → 2.8.0

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: f63011de3f7dfab4fc594667d4d500c7302ce41efa770cbae029415a3b41fae7
4
- data.tar.gz: e620713e87f147697aefd931a7b6f1bfe4dcb9a3e3046f4bee1bf1d761f564fd
3
+ metadata.gz: 7d5f1e9e319206613191f5db7a5d45efe8a7e4dcc7784eb0b542b6634c24854d
4
+ data.tar.gz: 91d09e8cdb8d4aa4a961a7e3aa539a7a41ec727d4058edbc55faf7bfafed7f5c
5
5
  SHA512:
6
- metadata.gz: 2cb247947b22e389781225b30a7c48c8a8196b4a627bd73ce28dea1bf13fdcb85c57665be0a803e5b56ce352daf80ce62600eb2789ac48235bbbf79b8900a149
7
- data.tar.gz: a3375fc73d9af9968747d7dfc9210c926f38a1279b305feb1b9e4247386f2bde5d6e8d32eecffb6bea790f9731d50946aced9bca64f8252590edad180cdc9a90
6
+ metadata.gz: 0da9c140cdfa4c5963db1d566de299d4c308940967b88c61d346007e601035646e64e508fc2b1d1ec360621a18ed34286907f62cc41740283a13bd6e94c8920d
7
+ data.tar.gz: 8d942fcf690cd60b9f97764a3d2b9f6937cd1b3c2ce35e263f6544d984c1d1acaa6e6a39501d6bc7d3ebd8a6367866ea7570083ee20eb6beac1cd2e517cc7f62
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- radar-api (2.7.3)
4
+ radar-api (2.8.0)
5
5
  grpc
6
6
 
7
7
  GEM
@@ -15,11 +15,11 @@ GEM
15
15
  coderay (1.1.0)
16
16
  ffi (1.11.1)
17
17
  formatador (0.2.4)
18
- google-protobuf (3.11.4)
18
+ google-protobuf (3.12.2)
19
19
  googleapis-common-protos-types (1.0.5)
20
20
  google-protobuf (~> 3.11)
21
- grpc (1.28.0)
22
- google-protobuf (~> 3.11)
21
+ grpc (1.30.0)
22
+ google-protobuf (~> 3.12)
23
23
  googleapis-common-protos-types (~> 1.0)
24
24
  grpc-tools (1.27.0)
25
25
  guard (2.6.0)
@@ -0,0 +1,18 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: cei.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_file("cei.proto", :syntax => :proto3) do
8
+ add_message "SolveReq" do
9
+ end
10
+ add_message "SolveResp" do
11
+ optional :text, :string, 1
12
+ map :cookies, :string, :string, 2
13
+ end
14
+ end
15
+ end
16
+
17
+ SolveReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("SolveReq").msgclass
18
+ SolveResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("SolveResp").msgclass
@@ -0,0 +1,20 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: cei.proto for package ''
3
+
4
+ require 'grpc'
5
+ require 'cei_pb'
6
+
7
+ module CaptchaCracker
8
+ class Service
9
+
10
+ include GRPC::GenericService
11
+
12
+ self.marshal_class_method = :encode
13
+ self.unmarshal_class_method = :decode
14
+ self.service_name = 'CaptchaCracker'
15
+
16
+ rpc :Solve, SolveReq, SolveResp
17
+ end
18
+
19
+ Stub = Service.rpc_stub_class
20
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radar-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.3
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Aizim Kelmanson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-05 00:00:00.000000000 Z
11
+ date: 2020-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,6 +80,8 @@ files:
80
80
  - LICENSE.txt
81
81
  - README.md
82
82
  - Rakefile
83
+ - gen/cei_pb.rb
84
+ - gen/cei_services_pb.rb
83
85
  - gen/exporter_pb.rb
84
86
  - gen/exporter_services_pb.rb
85
87
  - gen/portfolios_pb.rb