informativos-api 1.4.0 → 1.4.1

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
- SHA1:
3
- metadata.gz: 7a765fd989f5dfcca8df6ae6293a26c9057b711e
4
- data.tar.gz: 3c403915b74ba0b9c0a31f7abf45e653ab8e3219
2
+ SHA256:
3
+ metadata.gz: 723235948bfe45e5983e1be04eb09fa64162a0e6186fd10a6b382d6c0f4430a8
4
+ data.tar.gz: eb3e1eb44e3c6fab14215d8cae4cba6728447089dcba6b80d74ccb7f6f644d68
5
5
  SHA512:
6
- metadata.gz: 8858beef91b9908230c5cc20bd947f2a87375a46f192f60ada23ba70469506716a6e911d6c991bca9e5f36d13ee12a1a80f026f14254bf7ae309e85880698654
7
- data.tar.gz: dba9482657e024bbed16b19ad4e4f50fc87a73161cf4a680c14e8c5f81c902cb608918bf655e55bf1eeaec52b99f597bd99ade8e32ee2c99666ebf7d44f696c3
6
+ metadata.gz: 7300d91833dc21183b0f83ca22b73af0af3d54e15a1f3b52644b3820acf147a873082bd124a34c6b05883e0f4e54e341f94e6c77dca41dcf1683a696c8148db9
7
+ data.tar.gz: 374fa6d2d9b17fc162c3ce067df5281be93a199a5013621b66f044b1f137cee38ca01a85e9784180416b520145bb56d6efa65fc234222d2800507b68f98863f7
@@ -8,13 +8,13 @@ module Informativos
8
8
  module CorporateActions
9
9
  class Service
10
10
 
11
- include GRPC::GenericService
11
+ include ::GRPC::GenericService
12
12
 
13
13
  self.marshal_class_method = :encode
14
14
  self.unmarshal_class_method = :decode
15
15
  self.service_name = 'informativos.CorporateActions'
16
16
 
17
- rpc :GetCorporateActions, GetCorporateActionsReq, stream(CorporateAction)
17
+ rpc :GetCorporateActions, ::Informativos::GetCorporateActionsReq, stream(::Informativos::CorporateAction)
18
18
  end
19
19
 
20
20
  Stub = Service.rpc_stub_class
@@ -8,13 +8,13 @@ module Informativos
8
8
  module Prices
9
9
  class Service
10
10
 
11
- include GRPC::GenericService
11
+ include ::GRPC::GenericService
12
12
 
13
13
  self.marshal_class_method = :encode
14
14
  self.unmarshal_class_method = :decode
15
15
  self.service_name = 'informativos.Prices'
16
16
 
17
- rpc :GetPrices, GetPricesReq, stream(Price)
17
+ rpc :GetPrices, ::Informativos::GetPricesReq, stream(::Informativos::Price)
18
18
  end
19
19
 
20
20
  Stub = Service.rpc_stub_class
data/gen/Securities_pb.rb CHANGED
@@ -33,6 +33,15 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
33
33
  value :TERM, 9
34
34
  value :SUBSCRIPTION_RIGHT, 10
35
35
  value :SUBSCRIPTION_RECEIPT, 11
36
+ value :FUND, 12
37
+ value :FUTURE, 13
38
+ value :BDR, 14
39
+ value :FII, 15
40
+ value :ETF, 16
41
+ value :BONUS, 17
42
+ value :INDEX, 18
43
+ value :EXCHANGE_RATE, 19
44
+ value :GOVERNMENT_BOND, 20
36
45
  end
37
46
  end
38
47
  end
@@ -8,13 +8,13 @@ module Informativos
8
8
  module Securities
9
9
  class Service
10
10
 
11
- include GRPC::GenericService
11
+ include ::GRPC::GenericService
12
12
 
13
13
  self.marshal_class_method = :encode
14
14
  self.unmarshal_class_method = :decode
15
15
  self.service_name = 'informativos.Securities'
16
16
 
17
- rpc :GetSecurities, GetSecuritiesReq, stream(Security)
17
+ rpc :GetSecurities, ::Informativos::GetSecuritiesReq, stream(::Informativos::Security)
18
18
  end
19
19
 
20
20
  Stub = Service.rpc_stub_class
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["breno@investtools.com.br"]
10
10
  spec.summary = %q{Informativos API}
11
11
  spec.description = %q{Informativos API}
12
- spec.homepage = "https://api.informtivos.io/"
12
+ spec.homepage = "https://api.informativos.io/"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: informativos-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Breno Perricone Fischer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-18 00:00:00.000000000 Z
11
+ date: 2021-10-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Informativos API
14
14
  email:
@@ -29,7 +29,7 @@ files:
29
29
  - gen/Securities_services_pb.rb
30
30
  - informativos-api.gemspec
31
31
  - lib/informativos-api.rb
32
- homepage: https://api.informtivos.io/
32
+ homepage: https://api.informativos.io/
33
33
  licenses:
34
34
  - MIT
35
35
  metadata: {}
@@ -49,8 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubyforge_project:
53
- rubygems_version: 2.6.14.4
52
+ rubygems_version: 3.0.3.1
54
53
  signing_key:
55
54
  specification_version: 4
56
55
  summary: Informativos API