Sha256: d033debb7c1ca3fcaed3eecdbf0a20bc91ce3563e5adb97422bd8c755a7803cb
Contents?: true
Size: 1.51 KB
Versions: 0
Compression: gzip
Compressed size: 692 Bytes
Stored size: 692 Bytes
Contents
--- !ruby/object:Gem::Specification name: test_palindrome_gem version: !ruby/object:Gem::Version version: '0.3' platform: ruby authors: - Labern autorequire: bindir: exe cert_chain: [] date: 2024-09-19 00:00:00.000000000 Z dependencies: [] description: Allows for "Racecar".palindrome? for strings, returning true. Works for strings of upper, lower, mixed, and punctuated contents. Also works for integers, so that 1234321.palindrome? returns true. Uses mixins. email: - lukelabern@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - CHANGELOG.md - CODE_OF_CONDUCT.md - LICENSE.txt - README.md - Rakefile - lib/test_palindrome_gem.rb - lib/test_palindrome_gem/version.rb - sig/test_palindrome_gem.rbs homepage: https://github.com/Labern/test_palindrome_gem licenses: - MIT metadata: allowed_push_host: https://rubygems.org homepage_uri: https://github.com/Labern/test_palindrome_gem source_code_uri: https://github.com/Labern/test_palindrome_gem changelog_uri: https://github.com/Labern/test_palindrome_gem/blob/main/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.18 signing_key: specification_version: 4 summary: Adds palindrome? functionality to strings and integers. test_files: []