snaptrade 2.0.211 → 2.0.212

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: a61e87e25d9559648084c04fc57b2c0fa4f4b7c7eb316091f23172bf2a8ff392
4
- data.tar.gz: 859c58b73eae3ef31fbff3e9a1b81cb6dc12f3ffffb08169d1f72e65a27b0332
3
+ metadata.gz: 60fe12dbb52f7ec6b03471e5f42dd098ff23be938a0a9cfdf2bacf481205570f
4
+ data.tar.gz: 4a102a064e3bb88f892881eb76c68e2fc43427314bbfc313a5035e2fbc2cf948
5
5
  SHA512:
6
- metadata.gz: b5f4df0490eba163d86f194ed1e9bbf1aa575fb2dd3a3c2cfa7888b173d5e3435881da32ca80e87a0d95da2bc3f90a48bf9a86c54a4378b712dfa6f398a90fd3
7
- data.tar.gz: 7f7a5221532b56d1f1fc228d75a2556153f7e76a9e3013982250da243d48cf5f94ef17db34cb47c959f9d3dba0c8dbd27bd2bdb1e3ff3ec6bcca53e936e31de7
6
+ metadata.gz: 5bbbe97d753a6373a5cbe62a835754b4836c84054714f0c22c6f63976244f08dcaac89641ab073e0b48c425a73731f059c2bd952415802407e6cc2874b70267d
7
+ data.tar.gz: 42958f751aa1efced50c132c3e1984d3af67e2d894c03fe5323ab8c970201b0af170d1e777017b00d03f21aac28e5f019bf381d4deaa942889d8225c4f5ea5bc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.211)
4
+ snaptrade (2.0.212)
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.211-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.211)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.212-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.212)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -94,7 +94,7 @@ Connect brokerage accounts to your app for live positions and trading
94
94
  Add to Gemfile:
95
95
 
96
96
  ```ruby
97
- gem 'snaptrade', '~> 2.0.211'
97
+ gem 'snaptrade', '~> 2.0.212'
98
98
  ```
99
99
 
100
100
  ## 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.211'
11
+ VERSION = '2.0.212'
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.211
4
+ version: 2.0.212
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-24 00:00:00.000000000 Z
11
+ date: 2026-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday