# -*- encoding: utf-8 -*- # stub: cotcube-helpers 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "cotcube-helpers".freeze s.version = "0.1.2".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 = "2020-12-21" 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/enum_ext.rb".freeze, "lib/cotcube-helpers/hash_ext.rb".freeze, "lib/cotcube-helpers/input.rb".freeze, "lib/cotcube-helpers/parallelize.rb".freeze, "lib/cotcube-helpers/range_ext.rb".freeze, "lib/cotcube-helpers/simple_output.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] 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, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) end