snaptrade 2.0.59 → 2.0.66

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: 8c4a0d674b7028c20cd618e13321bd8cfb6e7a53f4e709081446d68fdace9085
4
- data.tar.gz: 407e58014e309774c75cae2a8de42a6fdd9bbb563fe8290a8eb85c98eb21fe60
3
+ metadata.gz: b702460fc3ab4383bbe5b0a8873d28df52ee1a31697be6d45b09e3df212ca032
4
+ data.tar.gz: 9eb66e8c62058e71edb5aa78a84c4e2c392cfc4bfd7d8e6a3a937c24eae6b1c7
5
5
  SHA512:
6
- metadata.gz: 95fd911d84a6c9eb6bf39a8893bc41be78085b5b97ea065942b4bf8a908c6d0d80248f80a4036f00640a4ae5fa2d4a5ecce8ed4b4e765b6348191336b451f72c
7
- data.tar.gz: fb1d598df959028120d4f6655da5d1f7526f08bf1cea32beb9735c2fd46f444bbbd542e0c3975c0f72d374401aa72ed8f29cfc27728b872b1f5c5937434b381e
6
+ metadata.gz: c5a123587950adbe37994749907e151969708509895a35beac72f5e1c038a9f6b618930daf1eedbe3f08238efa5face402047d7679d6de90a831acc5385c91ae
7
+ data.tar.gz: 695dfa60ac1bd0c517e0b7e0e5821075cfe8f056dfd75a2659a18014dd6910f9eb5ace4c3f200def6d444eb58c4371381daa265329214940f24a305cd2900c7a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.59)
4
+ snaptrade (2.0.66)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
@@ -20,8 +20,8 @@ GEM
20
20
  base64
21
21
  faraday-net_http (>= 2.0, < 3.1)
22
22
  ruby2_keywords (>= 0.0.4)
23
- faraday-multipart (1.0.4)
24
- multipart-post (~> 2)
23
+ faraday-multipart (1.1.0)
24
+ multipart-post (~> 2.0)
25
25
  faraday-net_http (3.0.2)
26
26
  io-console (0.8.0)
27
27
  irb (1.6.4)
@@ -41,10 +41,10 @@ GEM
41
41
  racc (1.8.1)
42
42
  rainbow (3.1.1)
43
43
  rake (13.0.6)
44
- regexp_parser (2.9.3)
45
- reline (0.5.12)
44
+ regexp_parser (2.10.0)
45
+ reline (0.6.0)
46
46
  io-console (~> 0.5)
47
- rexml (3.3.9)
47
+ rexml (3.4.0)
48
48
  rspec (3.13.0)
49
49
  rspec-core (~> 3.13.0)
50
50
  rspec-expectations (~> 3.13.0)
@@ -67,7 +67,7 @@ GEM
67
67
  rubocop-ast (>= 1.2.0, < 2.0)
68
68
  ruby-progressbar (~> 1.7)
69
69
  unicode-display_width (>= 1.4.0, < 3.0)
70
- rubocop-ast (1.36.2)
70
+ rubocop-ast (1.37.0)
71
71
  parser (>= 3.3.1.0)
72
72
  ruby-progressbar (1.13.0)
73
73
  ruby2_keywords (0.0.5)
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.59-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.59)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.66-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.66)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -73,7 +73,7 @@ Connect brokerage accounts to your app for live positions and trading
73
73
  Add to Gemfile:
74
74
 
75
75
  ```ruby
76
- gem 'snaptrade', '~> 2.0.59'
76
+ gem 'snaptrade', '~> 2.0.66'
77
77
  ```
78
78
 
79
79
  ## Getting Started<a id="getting-started"></a>
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.59'
11
+ VERSION = '2.0.66'
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.59
4
+ version: 2.0.66
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-06 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday