snaptrade 2.0.2 → 2.0.4

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: ec9e0dbe7d3e7c69d00269f23444db2c9208b10a53688128a5f1e68ce19b1783
4
- data.tar.gz: 7780d0e966a7189727812916c9b79c945d608cd0671a1554a6e9ef0e42c4ec20
3
+ metadata.gz: 960ed0a9a06ef7a17b797263559cc067ec57028a8ec6f86a0fc836189f5b9894
4
+ data.tar.gz: e753abdf3ab73d400de212b6cbc661b6cac4a99a9c427d1fdc6900bf5375eec8
5
5
  SHA512:
6
- metadata.gz: b9cad2244d5f0107d326608e94fe7908a101be05a0e63ec3af539e941dc9c5ab76be1beb09ccd3409c836acc30be2056ef1d6095fc4be40fe43f579c21bf905b
7
- data.tar.gz: 3cfafe1b77b9553ef62ca93f326d0b221b00b594ccc372c4abe8474f24b012612e52c4ebde558c2fb2a667460683c6547ca740695f6289e3a0aba294683cd30d
6
+ metadata.gz: 7905038f3e54940df96bd2cf71494d41a3b371af8a097b58963a47887737f9e57ba85a424c68858fc176faaf55ce351561fbe20ad7770221fe91e947fd4f1f40
7
+ data.tar.gz: 133a0a19bfeb1e3a5cdd20919ebfc19f3060a2cc89ad8e37581a5d79dab8819cd0f0b10b03d4139755a483b91f67bd8d1288717392776a74ac83fb7d8de70bc4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.1)
4
+ snaptrade (2.0.4)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
data/README.md CHANGED
@@ -9,7 +9,7 @@ For more information, please visit [https://snaptrade.com/](https://snaptrade.co
9
9
  Add to Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'snaptrade', '~> 2.0.2'
12
+ gem 'snaptrade', '~> 2.0.4'
13
13
  ```
14
14
 
15
15
  ## Getting Started
@@ -9,5 +9,5 @@ Contact: api@snaptrade.com
9
9
  =end
10
10
 
11
11
  module SnapTrade
12
- VERSION = '2.0.2'
12
+ VERSION = '2.0.4'
13
13
  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.2
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-01 00:00:00.000000000 Z
11
+ date: 2024-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday