polygonio 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 446ecfd9d5cf484b172d9a767150be21c32adb6b43dbaa2bd43d627742198805
4
- data.tar.gz: 33021285249515775f8e3eb77a078b37829bd9b1a06ab9e5cbf89b58be8b1278
3
+ metadata.gz: 9c0cf9bb8c8b2795ad5183947d0430402c5c0e56e6f37b3ba70c086074c5aaad
4
+ data.tar.gz: 8abe4f607e45e9a93feca87ec3d54fab7c7f41504fd73ee35f6dc9d40eac9541
5
5
  SHA512:
6
- metadata.gz: 9c675ca09240c00299d9eb73c069ae565eff4dcbfa331b6c1c87623a32ef35e5304080435a6d55f6ad45f0210f38958906d67de75ad36e213eda5fc9cfb0be2f
7
- data.tar.gz: ecdedbfdc23870f9844a28c570fb6fe9ff448a6a81a3aec1a4531b438e7e0f9d23607d11dd1744841dd394fc5d3e839504916ba63713010ab9a113a6e6b3134c
6
+ metadata.gz: daaf84671fa68b93ac0e53587eca43a5595035b5627944b635104d76346dcad832d242bf260a869991a3698582891824aecb5c28d9e5f13e10ef7e0431f2b292
7
+ data.tar.gz: 3f21d0013fa3e3f81b65a49ad38ccac7c0d92df7bd251a7210918c55615faeb5a128aad6979cdbd7dde69054d1c7d72cf189eeda193e59bc3415e8ea5e28bb3f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- polygonio (0.2.3)
4
+ polygonio (0.2.4)
5
5
  activesupport (~> 6.0, >= 6.0.2.2)
6
6
  dry-struct (~> 1.2, >= 1.2.0)
7
7
  dry-types (~> 1.2, >= 1.2.2)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polygonio
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.4"
5
5
  end
@@ -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 Websocker API's"
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.3
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 Websocker API's
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: []