snaptrade 2.0.64 → 2.0.66

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: 1ca740012883024b87ddc5761e03e597fd5049cbb55f0255d830a7ef96510a5e
4
- data.tar.gz: d2ada5611cadb9658f51e34b41db665d087e4a80bb9b63d55f90b2002df1ff68
3
+ metadata.gz: b702460fc3ab4383bbe5b0a8873d28df52ee1a31697be6d45b09e3df212ca032
4
+ data.tar.gz: 9eb66e8c62058e71edb5aa78a84c4e2c392cfc4bfd7d8e6a3a937c24eae6b1c7
5
5
  SHA512:
6
- metadata.gz: 243c8375a890d0b350ec2b34e4d6611d5bd3f8e8b35274126dfa2164193dc944c1bed56f551c83fab638c649d95d8d35be5090e37a2b14bb56115a1b9b622aa6
7
- data.tar.gz: a27487f98461efbcce556696612c55d1cfdae5ee95e77ef1a2bffaaed52cd634b06f348e801c1fc35d33ced6787db14bb441e716a40823be99e27d981edc3fb8
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.64)
4
+ snaptrade (2.0.66)
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.64-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.64)
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.64'
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.64'
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.64
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: 2025-01-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