snaptrade 2.0.168 → 2.0.169

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: 877eef10b8ceb980f9035205f8c42c7f7f7f94f6fdb8c59181ae8886559a5acf
4
- data.tar.gz: 6a987bdd3837df47290243d63312326a2adadb3e5984b679163bdcd969ce5b18
3
+ metadata.gz: 33929c4087a970521fd6adb8f82040f71eb532bcc70751fdf4bcd303eaccf2ac
4
+ data.tar.gz: 557c3746dc1ed4bbf09071f7266aa97e409706915107cf394c44504ec2ca0eff
5
5
  SHA512:
6
- metadata.gz: 2deb665d83251f8b873b6563a4d0a9c1a114792b16ce1073c917c1f52d6fb964d232a87eca9eb203c2bb529f3f8ce13009d14cac0c98b2f462a54624ea4bafac
7
- data.tar.gz: 4b7ebb77bb0822cc4de28a70a488591583377444925f2200443baaf62ad6e49b205b280bcfefdb5d2447d77927546d121a7be3f69a44e851d6aace04965d77bd
6
+ metadata.gz: a9f79a985b83dd4f6a23bd484a4a7bd5a5f0a50babb27d6d59517e5d062ba5f7e8b6809a3627c832199cc9cbd2adf22c43d1a998059f9e6383151cf909a19c11
7
+ data.tar.gz: c1b9a555fa7b3c738ad81ac6146ab7d1cb37de1734099bc1b241e691b59dde636e0cb5dcc08ab9cd685989a989b8e8e282ff845d9650576f9592eed2d9b6fdb9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.168)
4
+ snaptrade (2.0.169)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Connect brokerage accounts to your app for live positions and trading
8
8
 
9
- [![npm](https://img.shields.io/badge/gem-v2.0.168-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.168)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.169-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.169)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -87,7 +87,7 @@ Connect brokerage accounts to your app for live positions and trading
87
87
  Add to Gemfile:
88
88
 
89
89
  ```ruby
90
- gem 'snaptrade', '~> 2.0.168'
90
+ gem 'snaptrade', '~> 2.0.169'
91
91
  ```
92
92
 
93
93
  ## Getting Started<a id="getting-started"></a>
@@ -53,7 +53,7 @@ module SnapTrade
53
53
  # Additional information about the account, such as account type, status, etc. This information is specific to the brokerage and there's no standard format for this data. This field is deprecated and subject to removal in a future version.
54
54
  attr_accessor :meta
55
55
 
56
- # Portfolio Group ID. Portfolio Groups have been deprecated. Please contact support if you have a usecase for it.
56
+ # Portfolio Group ID. Portfolio Groups have been deprecated. Please contact support if you have a use case for it.
57
57
  attr_accessor :portfolio_group
58
58
 
59
59
  # This field is deprecated.
@@ -36,7 +36,7 @@ module SnapTrade
36
36
 
37
37
  attr_accessor :figi_instrument
38
38
 
39
- # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
39
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
40
40
  attr_accessor :currencies
41
41
 
42
42
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -36,7 +36,7 @@ module SnapTrade
36
36
 
37
37
  attr_accessor :figi_instrument
38
38
 
39
- # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
39
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
40
40
  attr_accessor :currencies
41
41
 
42
42
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -21,13 +21,13 @@ module SnapTrade
21
21
  # This field is deprecated and the caller should use the `symbol` child property's `description` instead.
22
22
  attr_accessor :description
23
23
 
24
- # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
24
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
25
25
  attr_accessor :local_id
26
26
 
27
- # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
27
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
28
28
  attr_accessor :is_quotable
29
29
 
30
- # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
30
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
31
31
  attr_accessor :is_tradable
32
32
 
33
33
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -22,7 +22,7 @@ module SnapTrade
22
22
  # A human-readable description of the security type. For example, \"Common Stock\" or \"ETF\".
23
23
  attr_accessor :description
24
24
 
25
- # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
25
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
26
26
  attr_accessor :is_supported
27
27
 
28
28
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -36,7 +36,7 @@ module SnapTrade
36
36
 
37
37
  attr_accessor :figi_instrument
38
38
 
39
- # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
39
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
40
40
  attr_accessor :currencies
41
41
 
42
42
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -22,7 +22,7 @@ module SnapTrade
22
22
  # A human-readable description of the security type. For example, \"Common Stock\" or \"ETF\".
23
23
  attr_accessor :description
24
24
 
25
- # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
25
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
26
26
  attr_accessor :is_supported
27
27
 
28
28
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -36,7 +36,7 @@ module SnapTrade
36
36
 
37
37
  attr_accessor :figi_instrument
38
38
 
39
- # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
39
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.
40
40
  attr_accessor :currencies
41
41
 
42
42
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.168'
11
+ VERSION = '2.0.169'
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaptrade
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.168
4
+ version: 2.0.169
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade