# -*- encoding: utf-8 -*- # stub: cotcube-helpers 0.2.2.4 ruby lib Gem::Specification.new do |s| s.name = "cotcube-helpers".freeze s.version = "0.2.2.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/donkeybridge/cotcube-helpers/CHANGELOG.md", "homepage_uri" => "https://github.com/donkeybridge/cotcube-helpers", "source_code_uri" => "https://github.com/donkeybridge/cotcube-helpers" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Benjamin L. Tischendorf".freeze] s.date = "2021-12-07" s.description = "Some helpers and core extensions as part of the Cotcube Suite...".freeze s.email = ["donkeybridge@jtown.eu".freeze] s.files = [".irbrc.rb".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "VERSION".freeze, "cotcube-helpers.gemspec".freeze, "lib/cotcube-helpers.rb".freeze, "lib/cotcube-helpers/array_ext.rb".freeze, "lib/cotcube-helpers/cache_client.rb".freeze, "lib/cotcube-helpers/constants.rb".freeze, "lib/cotcube-helpers/data_client.rb".freeze, "lib/cotcube-helpers/datetime_ext.rb".freeze, "lib/cotcube-helpers/enum_ext.rb".freeze, "lib/cotcube-helpers/expiration.rb".freeze, "lib/cotcube-helpers/get_id_set.rb".freeze, "lib/cotcube-helpers/hash_ext.rb".freeze, "lib/cotcube-helpers/ib_contracts.rb".freeze, "lib/cotcube-helpers/init.rb".freeze, "lib/cotcube-helpers/input.rb".freeze, "lib/cotcube-helpers/numeric_ext.rb".freeze, "lib/cotcube-helpers/orderclient.rb".freeze, "lib/cotcube-helpers/output.rb".freeze, "lib/cotcube-helpers/parallelize.rb".freeze, "lib/cotcube-helpers/range_ext.rb".freeze, "lib/cotcube-helpers/recognition.rb".freeze, "lib/cotcube-helpers/reduce.rb".freeze, "lib/cotcube-helpers/simple_output.rb".freeze, "lib/cotcube-helpers/simple_series_stats.rb".freeze, "lib/cotcube-helpers/string_ext.rb".freeze, "lib/cotcube-helpers/subpattern.rb".freeze, "lib/cotcube-helpers/swig/date.rb".freeze, "lib/cotcube-helpers/swig/fill_x.rb".freeze, "lib/cotcube-helpers/swig/recognition.rb".freeze, "lib/cotcube-helpers/symbols.rb".freeze, "scripts/collect_market_depth".freeze, "scripts/cron_ruby_wrapper.sh".freeze, "scripts/symbols".freeze] s.homepage = "https://github.com/donkeybridge/cotcube-helpers".freeze s.licenses = ["BSD-4-Clause".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Some helpers and core extensions as part of the Cotcube Suite.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 13".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) end