# -*- encoding: utf-8 -*- # stub: linebreaker 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "linebreaker".freeze s.version = "0.1.0".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/Luckyleck/Public", "homepage_uri" => "https://github.com/Luckyleck/Public", "source_code_uri" => "https://github.com/Luckyleck/Public" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Alex (Luckyleck)".freeze] s.bindir = "exe".freeze s.date = "2023-01-07" s.description = "There are 3 breaks, short, mid, and long, each with default characters and lengths. \n\n use as linebreaker.short/mid/long('string to act as header' , 'amount of separtors', 'string to separate on')".freeze s.email = ["luckyleck29@gmail.com".freeze] s.files = ["Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/linebreaker.rb".freeze, "lib/linebreaker/version.rb".freeze, "sig/linebreaker.rbs".freeze] s.homepage = "https://github.com/Luckyleck/Public".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "This is a simple function that allows you to create lines to break up code in the output and terminal".freeze end