finnhub_ruby 1.0.0 → 1.0.1

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: de8916477d0d0d1e0cfeda7a345f9d4c032f00935b2370185ced41d3b76f6a10
4
- data.tar.gz: e1ead83675e018c4b3786f7ea266325ddce0689b0c951e7108c94ffa2e543de1
3
+ metadata.gz: 7aef01f3634e7cf621ee5bcea3c31fd2049b4efeb8c4d6a80ddc428430d8306a
4
+ data.tar.gz: b85bb66c1b1170fbe30e99a5830317c93c80c2fb87f116853ab9c3d1c2d75b1d
5
5
  SHA512:
6
- metadata.gz: 2e35788aebdf5a7389b1b7b14d542b5bb5028dbbf48ca929e754c612ad1b85e4c010b88a1a558135f3979b1c074a0c85aa0c9afe484dd70334f9b889353f8b90
7
- data.tar.gz: 51472f755e60b7c8ea8e2ef38a4af31676e15ce170cd17c1e9991bea8efe5decc41cb18c6aea58baf45e8aad6c46bc6480db61309b074e4607075e0dd34b5734
6
+ metadata.gz: f5263a56242b92564d833ddeb3334505df9641646bf85c89138406448e131c3a257e0d34c3874c23eb04e97bdba8207f6e36bd0d27046a8aaec984fd455ce40c
7
+ data.tar.gz: 26766f7539395a439c3d39c2c0baf406d90388460f8c7e1d857cb4cd878e88026139fea33d41bfe954abd5541b327bd9cfe8f31e5b6e71953867cdf5181625dd
data/README.md CHANGED
@@ -12,7 +12,7 @@ gem install finnhub_ruby
12
12
  or in your Gemfile
13
13
 
14
14
  ```ruby
15
- gem 'finnhub_ruby', '~> 0.0.1'
15
+ gem 'finnhub_ruby', '~> 1.0.0'
16
16
  ```
17
17
 
18
18
  ## Getting Started
Binary file
@@ -19,12 +19,12 @@ Gem::Specification.new do |s|
19
19
  s.name = "finnhub_ruby"
20
20
  s.version = FinnhubRuby::VERSION
21
21
  s.platform = Gem::Platform::RUBY
22
- s.authors = ["OpenAPI-Generator"]
23
- s.email = [""]
24
- s.homepage = "https://openapi-generator.tech"
22
+ s.authors = ["Finnhub"]
23
+ s.email = ["finnhub@support.io"]
24
+ s.homepage = "https://finnhub.io/"
25
25
  s.summary = "Finnhub API Ruby Gem"
26
- s.description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
27
- s.license = "Unlicense"
26
+ s.description = "Finnhub API Client for Ruby"
27
+ s.license = "Apache-2.0"
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module FinnhubRuby
14
- VERSION = '1.0.0'
14
+ VERSION = '1.0.1'
15
15
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finnhub_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - OpenAPI-Generator
7
+ - Finnhub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -70,9 +70,9 @@ dependencies:
70
70
  - - "~>"
71
71
  - !ruby/object:Gem::Version
72
72
  version: '3.6'
73
- description: No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
73
+ description: Finnhub API Client for Ruby
74
74
  email:
75
- - ''
75
+ - finnhub@support.io
76
76
  executables: []
77
77
  extensions: []
78
78
  extra_rdoc_files: []
@@ -141,8 +141,7 @@ files:
141
141
  - docs/TranscriptParticipant.md
142
142
  - docs/Trend.md
143
143
  - docs/UpgradeDowngrade.md
144
- - finnhub_ruby-0.0.1.gem
145
- - finnhub_ruby-0.0.2.gem
144
+ - finnhub_ruby-1.0.0.gem
146
145
  - finnhub_ruby.gemspec
147
146
  - git_push.sh
148
147
  - lib/finnhub_ruby.rb
@@ -275,9 +274,9 @@ files:
275
274
  - spec/models/upgrade_downgrade_spec.rb
276
275
  - spec/spec_helper.rb
277
276
  - test.rb
278
- homepage: https://openapi-generator.tech
277
+ homepage: https://finnhub.io/
279
278
  licenses:
280
- - Unlicense
279
+ - Apache-2.0
281
280
  metadata: {}
282
281
  post_install_message:
283
282
  rdoc_options: []
Binary file
Binary file