snaptrade 2.0.25 → 2.0.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb39c5c1ced25c5a61e62e0a44bb708bdd00ab4afc22863bd18738a3265ee0b4
4
- data.tar.gz: 94c1806dd3b65d224d5a594e599a35a1a52901c01b5744bc21d7fb61cd2bbbc7
3
+ metadata.gz: 6f02b2217951a3d74e760540092af444a44f291d8318004701f0c6599b8035c9
4
+ data.tar.gz: d3d184ef83654c23e494d33f5a9e4117a8894acc3d169221917beee56e418305
5
5
  SHA512:
6
- metadata.gz: 79d4e7f30c4882bcb36d5f07c37e1134977185e9e6f5bf7ff253b6e4350574b831b607b50ced7c29516524d0190ed16af3508b8634cec34b04164c5b9e37afdf
7
- data.tar.gz: 94174d186733d0f5d44b3e3fe05d4fef6349dfc39a96c6a8fef4c975b7b56da9dd1d5e13fa1d24517f1522be51aba53ae91099b9210ad6703875620aa108a3a9
6
+ metadata.gz: 79bf35d54c567ac3d10cc5976fb1e59d446ea9e7c589f3a613abdb486605544feca1d22ab769cd9253eac9cde711f20d3943ba007ad5b0582e8515f49499fe67
7
+ data.tar.gz: d2d863e7c308480c36c0dfe5b1801c85e39a6a967ed1f0221fd2e485fdc52a94bb1dbc8705e03fa921ebe417035ff8d77a9288cc5a636908687e83342db28045
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.24)
4
+ snaptrade (2.0.25)
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.25-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.25)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.26-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.26)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -71,7 +71,7 @@ Connect brokerage accounts to your app for live positions and trading
71
71
  Add to Gemfile:
72
72
 
73
73
  ```ruby
74
- gem 'snaptrade', '~> 2.0.25'
74
+ gem 'snaptrade', '~> 2.0.26'
75
75
  ```
76
76
 
77
77
  ## Getting Started<a id="getting-started"></a>
@@ -14,8 +14,10 @@ module SnapTrade
14
14
  class Brokerage
15
15
  attr_accessor :id
16
16
 
17
+ # Full name of the brokerage.
17
18
  attr_accessor :name
18
19
 
20
+ # A display-friendly name of the brokerage.
19
21
  attr_accessor :display_name
20
22
 
21
23
  attr_accessor :description
@@ -26,6 +28,7 @@ module SnapTrade
26
28
 
27
29
  attr_accessor :open_url
28
30
 
31
+ # A unique identifier for that brokerage. It is usually the name of the brokerage in capital letters and will never change.
29
32
  attr_accessor :slug
30
33
 
31
34
  attr_accessor :url
@@ -14,10 +14,10 @@ module SnapTrade
14
14
  class BrokerageAuthorizationTypeReadOnlyBrokerage
15
15
  attr_accessor :id
16
16
 
17
- # Name of Brokerage
17
+ # Full name of the brokerage.
18
18
  attr_accessor :name
19
19
 
20
- # Slug of Brokerage. It is usually the name of the brokerage in capital letters
20
+ # A unique identifier for that brokerage. It is usually the name of the brokerage in capital letters and will never change.
21
21
  attr_accessor :slug
22
22
 
23
23
  # 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.25'
11
+ VERSION = '2.0.26'
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.25
4
+ version: 2.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-26 00:00:00.000000000 Z
11
+ date: 2024-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday