informativos-api 1.3.0 → 1.4.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
- SHA256:
3
- metadata.gz: 7d16b91b492a874f7e43e8381f591d558a98e185836ee71c3704b75e9b359f5d
4
- data.tar.gz: 6ba6a3d4962ee47d05246e47ddc9e51c095b6c7a771760c1e53cdc017ddafb3f
2
+ SHA1:
3
+ metadata.gz: 7a765fd989f5dfcca8df6ae6293a26c9057b711e
4
+ data.tar.gz: 3c403915b74ba0b9c0a31f7abf45e653ab8e3219
5
5
  SHA512:
6
- metadata.gz: ea945a18875cfa1a83a8a34f9d2c3eff0884780e82661d3aacd73805c0b4d890384bb9bc63dd5893d46f047863e08f2acaad46ad4e9b135ba11ce9cdceaf299c
7
- data.tar.gz: 0c1505b9743d8b83b5011d7757dc84a9cf0a1c21826d34d19507d97b661b990eda8837c7d2ebefd40ca1b4dcac6048d490c3552a854fe47e7d2ecead30dfc9bb
6
+ metadata.gz: 8858beef91b9908230c5cc20bd947f2a87375a46f192f60ada23ba70469506716a6e911d6c991bca9e5f36d13ee12a1a80f026f14254bf7ae309e85880698654
7
+ data.tar.gz: dba9482657e024bbed16b19ad4e4f50fc87a73161cf4a680c14e8c5f81c902cb608918bf655e55bf1eeaec52b99f597bd99ade8e32ee2c99666ebf7d44f696c3
@@ -83,14 +83,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
83
83
  end
84
84
 
85
85
  module Informativos
86
- GetCorporateActionsReq = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetCorporateActionsReq").msgclass
87
- GetCorporateActionsReq::Type = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetCorporateActionsReq.Type").enummodule
88
- Dividend = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Dividend").msgclass
89
- InterestOnOwnCapitalIssue = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.InterestOnOwnCapitalIssue").msgclass
90
- Split = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Split").msgclass
91
- ReverseSplit = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.ReverseSplit").msgclass
92
- BonusIssue = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.BonusIssue").msgclass
93
- SubscriptionRight = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.SubscriptionRight").msgclass
94
- Amortization = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Amortization").msgclass
95
- CorporateAction = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.CorporateAction").msgclass
86
+ GetCorporateActionsReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetCorporateActionsReq").msgclass
87
+ GetCorporateActionsReq::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetCorporateActionsReq.Type").enummodule
88
+ Dividend = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Dividend").msgclass
89
+ InterestOnOwnCapitalIssue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.InterestOnOwnCapitalIssue").msgclass
90
+ Split = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Split").msgclass
91
+ ReverseSplit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.ReverseSplit").msgclass
92
+ BonusIssue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.BonusIssue").msgclass
93
+ SubscriptionRight = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.SubscriptionRight").msgclass
94
+ Amortization = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Amortization").msgclass
95
+ CorporateAction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.CorporateAction").msgclass
96
96
  end
data/gen/Prices_pb.rb CHANGED
@@ -32,6 +32,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
32
32
  end
33
33
 
34
34
  module Informativos
35
- GetPricesReq = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetPricesReq").msgclass
36
- Price = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Price").msgclass
35
+ GetPricesReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetPricesReq").msgclass
36
+ Price = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Price").msgclass
37
37
  end
data/gen/Securities_pb.rb CHANGED
@@ -31,12 +31,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
31
31
  value :OPTION, 7
32
32
  value :STOCK, 8
33
33
  value :TERM, 9
34
+ value :SUBSCRIPTION_RIGHT, 10
35
+ value :SUBSCRIPTION_RECEIPT, 11
34
36
  end
35
37
  end
36
38
  end
37
39
 
38
40
  module Informativos
39
- GetSecuritiesReq = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetSecuritiesReq").msgclass
40
- Security = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security").msgclass
41
- Security::Type = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security.Type").enummodule
41
+ GetSecuritiesReq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetSecuritiesReq").msgclass
42
+ Security = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security").msgclass
43
+ Security::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security.Type").enummodule
42
44
  end
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.3.0
4
+ version: 1.4.0
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-01-22 00:00:00.000000000 Z
11
+ date: 2020-02-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Informativos API
14
14
  email:
@@ -49,7 +49,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 3.0.6
52
+ rubyforge_project:
53
+ rubygems_version: 2.6.14.4
53
54
  signing_key:
54
55
  specification_version: 4
55
56
  summary: Informativos API