snaptrade 2.0.9 → 2.0.10

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: 4816931d01203e4cc4259f213ac3e7ef4e86f975d3ed90a82cd429764fdb50f7
4
- data.tar.gz: f52b81bc23ee19a30a5753a13adf8541dbf41cf163e84c4dc325da1821cbd067
3
+ metadata.gz: 0130fc8648616d97147b5551e18bb8398f9aff59da30dfea88bc6b0ac4e47d8a
4
+ data.tar.gz: b54d55b20054ff17e6cc0ab9e0b3cdcf73c8c1ce0a2e944b87e20a79a2b6c211
5
5
  SHA512:
6
- metadata.gz: 2db054d1d880fc5a45ac953df9ac6fd327eacf4c3110e69a98771ebd962165db7ed84537e6d0aca06def3caebc319c79638aee5c553a1edc31cdad567bbe72cf
7
- data.tar.gz: be64556109aee867ffba512b90d15401f5f95d02cc3afb34d37152a887895286f03c97d6225d28f2231d229a0eb2384396fae0838224b38545e32d39d6a79e24
6
+ metadata.gz: 9ab9d690927682bf09ba21c79c4bcde054e997e37127c92b7d49e756b0cb618099802fc1f1b9735b8869353f8497be0f2ff292cb7f424304eb4a692b2647bae5
7
+ data.tar.gz: 5c07cce9b0b3f463d2290693d8d8d836ca782400c8d126713f2ef5794e84ba630ec2a394d04656d1815068713068fc1b3daaf2dad683cbcfe476a01a5d5e47ae
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.9)
4
+ snaptrade (2.0.10)
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.9-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.9)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.10-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.10)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -71,7 +71,7 @@ Connect brokerage accounts to your app for live positions and trading
71
71
  Add to Gemfile:
72
72
 
73
73
  ```ruby
74
- gem 'snaptrade', '~> 2.0.9'
74
+ gem 'snaptrade', '~> 2.0.10'
75
75
  ```
76
76
 
77
77
  ## 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.9'
11
+ VERSION = '2.0.10'
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.9
4
+ version: 2.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-05 00:00:00.000000000 Z
11
+ date: 2024-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday