Sha256: e73149635d6f2ac85fc8ea3cae9d823cdca342c442cfe7c1550710aaac163fcc
Contents?: true
Size: 1.64 KB
Versions: 0
Compression: gzip
Compressed size: 702 Bytes
Stored size: 702 Bytes
Contents
--- !ruby/object:Gem::Specification name: fast_parameterize version: !ruby/object:Gem::Version version: 0.1.2 platform: ruby authors: - Kevin Newton autorequire: bindir: exe cert_chain: [] date: 2021-11-17 00:00:00.000000000 Z dependencies: [] description: Provides a C-optimized method for parameterizing a string email: - kddnewton@gmail.com executables: [] extensions: - ext/fast_parameterize/extconf.rb extra_rdoc_files: [] files: - ".github/dependabot.yml" - ".github/workflows/main.yml" - ".gitignore" - ".rubocop.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - Steepfile - bin/bench - bin/console - bin/setup - ext/fast_parameterize/extconf.rb - ext/fast_parameterize/fast_parameterize.c - fast_parameterize.gemspec - lib/fast_parameterize.rb - lib/fast_parameterize/version.rb - sig/fast_parameterize.rbs homepage: https://github.com/kddnewton/fast_parameterize licenses: - MIT metadata: bug_tracker_uri: https://github.com/kddnewton/fast_parameterize/issues changelog_uri: https://github.com/kddnewton/fast_parameterize/blob/v0.1.2/CHANGELOG.md source_code_uri: https://github.com/kddnewton/fast_parameterize rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.3 signing_key: specification_version: 4 summary: Fast String#parameterize implementation test_files: []