snaptrade 2.0.72 → 2.0.73

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: dfac5c0b832ed3b82a4a588a6ebf80fb8dd87bae877c007bd2d9f71f5b8db0cf
4
- data.tar.gz: e49ed67099dc4d91be78b45547246d5062e8a01d4903d04b886211bdc9c6ab65
3
+ metadata.gz: d6b9fd0bb5d593e4e45d7df23cf688af3873e20cfa0a9a3f6322b699f4b2f682
4
+ data.tar.gz: 9b1a7afc8ddaf2b2bda76704b0ca44aae0332541c0a084862a9567e77747b538
5
5
  SHA512:
6
- metadata.gz: fa76df59baf8c9f7386587aea312185dc8195ee41281e8067cba6c9fde440872b9fd55e1ab797b1924d652ddcd56be82f370a492d5104e4e3242c32f8ba60f59
7
- data.tar.gz: 5ab41c271ea235b05f51ac8071247b75ca8ee3aaa671f1c1790064435d5d1b57e5b91ab8f89671bb6e24eda5395a0a7be1e9a87e0ae088736fdfc3fd6e59e9b0
6
+ metadata.gz: f9e14da6a88313fd33e88b105bc6db1bb86975c41488c2da2e6dd30e1d7b0dde627a07432d7cd70c85e2c4da5b8d932585240027fb41f1b9218fcc6d19772b7b
7
+ data.tar.gz: b99d7d90c5018952d949b05296bac8434a85417c877519ca376aca6f64f00f8ea02955f8f5285b3797ccbb561f04546cfc97f9c6bcc169881b1a788a52a18ce5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.72)
4
+ snaptrade (2.0.73)
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.72-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.72)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.73-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.73)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -74,7 +74,7 @@ Connect brokerage accounts to your app for live positions and trading
74
74
  Add to Gemfile:
75
75
 
76
76
  ```ruby
77
- gem 'snaptrade', '~> 2.0.72'
77
+ gem 'snaptrade', '~> 2.0.73'
78
78
  ```
79
79
 
80
80
  ## Getting Started<a id="getting-started"></a>
@@ -16,7 +16,7 @@ module SnapTrade
16
16
  # Unique identifier for the security type within SnapTrade. This is the ID used to reference the security type in SnapTrade API calls.
17
17
  attr_accessor :id
18
18
 
19
- # A short code representing the security type. For example, \"cs\" for Common Stock. Here are some common values: - `ad` - ADR - `bnd` - Bond - `cs` - Common Stock - `cef` - Closed End Fund - `et` - ETF - `oef` - Open Ended Fund - `ps` - Preferred Stock - `rt` - Right - `struct` - Structured Product - `ut` - Unit - `wi` - When Issued - `wt` - Warrant
19
+ # A short code representing the security type. For example, \"cs\" for Common Stock. Here are some common values: - `ad` - ADR - `bnd` - Bond - `cs` - Common Stock - `cef` - Closed End Fund - `crypto` - Cryptocurrency - `et` - ETF - `oef` - Open Ended Fund - `ps` - Preferred Stock - `rt` - Right - `struct` - Structured Product - `ut` - Unit - `wi` - When Issued - `wt` - Warrant
20
20
  attr_accessor :code
21
21
 
22
22
  # A human-readable description of the security type. For example, \"Common Stock\" or \"ETF\".
@@ -16,7 +16,7 @@ module SnapTrade
16
16
  # Unique identifier for the security type within SnapTrade. This is the ID used to reference the security type in SnapTrade API calls.
17
17
  attr_accessor :id
18
18
 
19
- # A short code representing the security type. For example, \"cs\" for Common Stock. Here are some common values: - `ad` - ADR - `bnd` - Bond - `cs` - Common Stock - `cef` - Closed End Fund - `et` - ETF - `oef` - Open Ended Fund - `ps` - Preferred Stock - `rt` - Right - `struct` - Structured Product - `ut` - Unit - `wi` - When Issued - `wt` - Warrant
19
+ # A short code representing the security type. For example, \"cs\" for Common Stock. Here are some common values: - `ad` - ADR - `bnd` - Bond - `cs` - Common Stock - `cef` - Closed End Fund - `crypto` - Cryptocurrency - `et` - ETF - `oef` - Open Ended Fund - `ps` - Preferred Stock - `rt` - Right - `struct` - Structured Product - `ut` - Unit - `wi` - When Issued - `wt` - Warrant
20
20
  attr_accessor :code
21
21
 
22
22
  # A human-readable description of the security type. For example, \"Common Stock\" or \"ETF\".
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.72'
11
+ VERSION = '2.0.73'
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaptrade
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.72
4
+ version: 2.0.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-29 00:00:00.000000000 Z
11
+ date: 2025-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday