Sha256: 04c834928df470136a6f50d2be3f6dc67e706c92014b66c831e4ca9da7ca9c24
Contents?: true
Size: 1.13 KB
Versions: 12
Compression:
Stored size: 1.13 KB
Contents
# -*- encoding: utf-8 -*- =begin #Finnhub API #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.2.1 =end $:.push File.expand_path("../lib", __FILE__) require "finnhub_ruby/version" Gem::Specification.new do |s| s.name = "finnhub_ruby" s.version = FinnhubRuby::VERSION s.platform = Gem::Platform::RUBY s.authors = ["OpenAPI-Generator"] s.email = [""] s.homepage = "https://openapi-generator.tech" s.summary = "Finnhub API Ruby Gem" s.description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)" s.license = "Unlicense" s.required_ruby_version = ">= 2.4" s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1' s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0' s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? } s.test_files = `find spec/*`.split("\n") s.executables = [] s.require_paths = ["lib"] end
Version data entries
12 entries across 12 versions & 1 rubygems