snaptrade 2.0.80 → 2.0.81

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: 96440d2b3e6c0e61fe549a8215d62b36497da6097592a189a9166744a80d4696
4
- data.tar.gz: 9f05ce97cf0a6686688e4bdfdf6ced650d000ff6e971813e6684b1e9f8ec4cae
3
+ metadata.gz: 82376c355a2a349c311263d08ec0aad13c3df4e036b680ec954f5e980a004e25
4
+ data.tar.gz: 2406a89a717ced4e3cedb07955734f077563dedfefad548a01901fa56c637670
5
5
  SHA512:
6
- metadata.gz: ec75286e81f4616f225c3dbf6e97ce524b0ad98bb38058670e91b1c3e636588a0aa8a38391bf38ba2a7ae85c5eef2fb10d9e7d4addd61597fdb65a7d866180ff
7
- data.tar.gz: d62a2ee06da55590fc74bfb5babf9f130f17b96f131ace62d63dbb45d3b7c5176013d4f1a974c89cb4de29a736a683eb175393f2242cddefe4619abc79f95715
6
+ metadata.gz: c3661a73efd75c0e616c3594d86cfcc0d3c0b19de7bf1cb6eb879d545a6a9e07d372571af671d182ae2f77fa809c42dc0e1fd0ede1ef1c4ee9725d7f49a3ad2b
7
+ data.tar.gz: e2773d20b0373dd111951cfc194e6289bc2f4506876f61aa59d5db645ef9b183ce2545303513144c2e2f9d95fd1c1a8baab5432caff2b1538575b9927d1f77a1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.80)
4
+ snaptrade (2.0.81)
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.80-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.80)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.81-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.81)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -74,7 +74,7 @@ Connect brokerage accounts to your app for live positions and trading
74
74
  Add to Gemfile:
75
75
 
76
76
  ```ruby
77
- gem 'snaptrade', '~> 2.0.80'
77
+ gem 'snaptrade', '~> 2.0.81'
78
78
  ```
79
79
 
80
80
  ## 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.80'
11
+ VERSION = '2.0.81'
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaptrade
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.80
4
+ version: 2.0.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade