snaptrade 2.0.173 → 2.0.175

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: 40f1eeb819c66adbdbfd5062e723d6054ef035a0823fa627dd8b48db6b0bbd33
4
- data.tar.gz: bc9cd284fe21cf310a552f393ca8335618a1f46c6204b66e696501a5a31ab636
3
+ metadata.gz: 519c010f86a7f07df0f7e841d5088269e62e71b6138a57fc127fa10ad23cfab5
4
+ data.tar.gz: 36d1d04dd0143c6fe38edf288d439ac602c3d6499df626ee5da43e30624c4927
5
5
  SHA512:
6
- metadata.gz: b38349cca30af5d7293a558e98367985daf87c450f6b7a9ff341a424698309b33f23b9c078c032b3bf4f14d0d521a01acd2eb064a84834c0af0b63889d1e36a0
7
- data.tar.gz: 959eb47e43cbc4872ed25717728cb7fa4e5093e042e6597ca629022fe84fff19b634798771eb1202cf63750420b6fa86766684dc33c8d6bb2df6052325786e1e
6
+ metadata.gz: 5a16b405097a4368a894345423da65be4161d7b338e94a8f36e220fc16a20d91744ae369d566631e3c433d025a9c49391fc3462c1f15b4ac023ef8571fb622d8
7
+ data.tar.gz: 67f15acdd6d0e7126943d698038bef2a1e2a5ad54c62bb4a6f28b66c874fe6c34828807177bedf60a683cb262e53e2483286c20f990b9cc44cc689b7542b122f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.173)
4
+ snaptrade (2.0.175)
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.173-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.173)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.175-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.175)
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.173'
90
+ gem 'snaptrade', '~> 2.0.175'
91
91
  ```
92
92
 
93
93
  ## 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.173'
11
+ VERSION = '2.0.175'
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.173
4
+ version: 2.0.175
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-30 00:00:00.000000000 Z
11
+ date: 2026-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday