snaptrade 2.0.207 → 2.0.208

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: a6e9d844023614d6f5e63dd33919bf78294895c818269e41b835057c6d9d22d5
4
- data.tar.gz: d8bbcb61792ee010430d9c8a51c37c4560766850a42ae029ed80b1e4f18e2833
3
+ metadata.gz: 83af16039e5748703d8edd54474c16fd8c00d92ca39dca3bba65a790b33206ef
4
+ data.tar.gz: c5d5d0771abe811037a9efca492f1b0dd52f96a2deb7f0f88df23f625ee7c1cb
5
5
  SHA512:
6
- metadata.gz: 2b2936cd5ba0f60bd952d1851f808ce26176e4eb8df92b58ac6f5568af9db974dfd1768c905ac337958a1f7332a0aadc3a212b9d13b63f46b6813f3cee590605
7
- data.tar.gz: d6c4748ef0fff7de44ad9a538adb654f91a90eb0f6cc02e880a89424b23a48acfea7de2bb7b8e2f53cd06b161577ba5d88b6b85575e43e48201039b7a477839c
6
+ metadata.gz: 53e086c70e982c8cf6f87c11af20beb3d1d5c7f191ead27a3c18a8752e70248331c348b5157def566afdd10d864437d647066a511dc140beed84873ba22d7e5d
7
+ data.tar.gz: 7f768a15737b19491c1e1ea59aedf4517825aae3ebd7e73e3f72c266bec4fc859571014c88473149d8ffef88cabbadaed29922590f00782504b3f133adf51f7f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.207)
4
+ snaptrade (2.0.208)
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.207-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.207)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.208-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.208)
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.207'
97
+ gem 'snaptrade', '~> 2.0.208'
98
98
  ```
99
99
 
100
100
  ## Getting Started<a id="getting-started"></a>
@@ -73,6 +73,7 @@ module SnapTrade
73
73
  # List of attributes with nullable: true
74
74
  def self.openapi_nullable
75
75
  Set.new([
76
+ :'mic_code',
76
77
  :'suffix'
77
78
  ])
78
79
  end
@@ -73,6 +73,7 @@ module SnapTrade
73
73
  # List of attributes with nullable: true
74
74
  def self.openapi_nullable
75
75
  Set.new([
76
+ :'mic_code',
76
77
  :'suffix'
77
78
  ])
78
79
  end
@@ -69,6 +69,7 @@ module SnapTrade
69
69
  # List of attributes with nullable: true
70
70
  def self.openapi_nullable
71
71
  Set.new([
72
+ :'mic_code',
72
73
  :'suffix',
73
74
  ])
74
75
  end
@@ -69,6 +69,7 @@ module SnapTrade
69
69
  # List of attributes with nullable: true
70
70
  def self.openapi_nullable
71
71
  Set.new([
72
+ :'mic_code',
72
73
  :'suffix',
73
74
  ])
74
75
  end
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.207'
11
+ VERSION = '2.0.208'
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.207
4
+ version: 2.0.208
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-11 00:00:00.000000000 Z
11
+ date: 2026-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday