Sha256: 0db5b699f617b66bb040640757cfd4abf2cd1a50c59f87a1ed6ab2095bdf5d28
Contents?: true
Size: 1.45 KB
Versions: 0
Compression: gzip
Compressed size: 701 Bytes
Stored size: 701 Bytes
Contents
--- !ruby/object:Gem::Specification name: linebreaker version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Alex (Luckyleck) autorequire: bindir: exe cert_chain: [] date: 2023-01-07 00:00:00.000000000 Z dependencies: [] 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')" email: - luckyleck29@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - Gemfile - LICENSE.txt - README.md - Rakefile - lib/linebreaker.rb - lib/linebreaker/version.rb - sig/linebreaker.rbs homepage: https://github.com/Luckyleck/Public licenses: - MIT metadata: allowed_push_host: https://rubygems.org homepage_uri: https://github.com/Luckyleck/Public source_code_uri: https://github.com/Luckyleck/Public changelog_uri: https://github.com/Luckyleck/Public post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.2 signing_key: specification_version: 4 summary: This is a simple function that allows you to create lines to break up code in the output and terminal test_files: []