# -*- encoding: utf-8 -*-
# stub: concat_heredoc_horizontal 0.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "concat_heredoc_horizontal".freeze
  s.version = "0.1.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/hector98/concat_heredoc_horizontal/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/hector98/concat_heredoc_horizontal", "source_code_uri" => "https://github.com/hector98/concat_heredoc_horizontal" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Hector Manuel Barrios Barrios".freeze]
  s.bindir = "exe".freeze
  s.date = "2024-08-12"
  s.description = "Hello and welcome to my gem, this gem is simple but it helped me solve a problem about concatenating two multi-line strings (Heredoc's), since these have line breaks, which make it difficult to position them horizontally, the gem is also capable of concatenating simple strings.".freeze
  s.email = ["barrioshector13@gmail.com".freeze]
  s.files = [".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/concat_heredoc_horizontal.rb".freeze, "lib/concat_heredoc_horizontal/version.rb".freeze, "sig/concat_heredoc_horizontal.rbs".freeze]
  s.homepage = "https://github.com/hector98/concat_heredoc_horizontal".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Write a short summary, because RubyGems requires one.".freeze
end