polygonio 0.2.3 → 0.2.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/polygonio/version.rb +1 -1
- data/polygonio.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c0cf9bb8c8b2795ad5183947d0430402c5c0e56e6f37b3ba70c086074c5aaad
|
|
4
|
+
data.tar.gz: 8abe4f607e45e9a93feca87ec3d54fab7c7f41504fd73ee35f6dc9d40eac9541
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daaf84671fa68b93ac0e53587eca43a5595035b5627944b635104d76346dcad832d242bf260a869991a3698582891824aecb5c28d9e5f13e10ef7e0431f2b292
|
|
7
|
+
data.tar.gz: 3f21d0013fa3e3f81b65a49ad38ccac7c0d92df7bd251a7210918c55615faeb5a128aad6979cdbd7dde69054d1c7d72cf189eeda193e59bc3415e8ea5e28bb3f
|
data/Gemfile.lock
CHANGED
data/lib/polygonio/version.rb
CHANGED
data/polygonio.gemspec
CHANGED
|
@@ -12,8 +12,8 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
|
|
15
|
-
spec.summary = "Client library for polygon.io"
|
|
16
|
-
spec.description = "Client library for polygon.io's REST and
|
|
15
|
+
spec.summary = "Client library for polygon.io. Polygon IO is an API for market data."
|
|
16
|
+
spec.description = "Client library for polygon.io's REST and Websocket API's. Polygon IO is an API for market data."
|
|
17
17
|
|
|
18
18
|
spec.metadata = {
|
|
19
19
|
"homepage_uri" => "https://github.com/lancecarlson/polygonio-rb",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: polygonio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lance Carlson
|
|
@@ -336,7 +336,8 @@ dependencies:
|
|
|
336
336
|
- - "~>"
|
|
337
337
|
- !ruby/object:Gem::Version
|
|
338
338
|
version: '5.1'
|
|
339
|
-
description: Client library for polygon.io's REST and
|
|
339
|
+
description: Client library for polygon.io's REST and Websocket API's. Polygon IO
|
|
340
|
+
is an API for market data.
|
|
340
341
|
email:
|
|
341
342
|
- lancecarlson@gmail.com
|
|
342
343
|
executables: []
|
|
@@ -394,5 +395,5 @@ requirements: []
|
|
|
394
395
|
rubygems_version: 3.1.2
|
|
395
396
|
signing_key:
|
|
396
397
|
specification_version: 4
|
|
397
|
-
summary: Client library for polygon.io
|
|
398
|
+
summary: Client library for polygon.io. Polygon IO is an API for market data.
|
|
398
399
|
test_files: []
|