Sha256: b45b419e55e9733aa5198478ee982832bb9677d2f93429bee39f8931977c011e
Contents?: true
Size: 1.48 KB
Versions: 0
Compression: gzip
Compressed size: 702 Bytes
Stored size: 702 Bytes
Contents
--- !ruby/object:Gem::Specification name: ob64 version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - João Fernandes autorequire: bindir: bin cert_chain: [] date: 2021-09-26 00:00:00.000000000 Z dependencies: [] description: A fast Base64 encoder and decoder that makes use of SIMD extensions. email: - joao.fernandes@ist.utl.pt executables: [] extensions: - ext/ob64/extconf.rb extra_rdoc_files: [] files: - ".byebug_history" - ".envrc" - ".github/workflows/main.yml" - ".gitignore" - ".gitmodules" - ".rspec" - ".standard.yml" - ".yardopts" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Guardfile - LICENSE - README.md - Rakefile - benchmark.rb - bin/_guard-core - bin/console - bin/guard - bin/rspec - bin/setup - bin/standardrb - ext/ob64/extconf.rb - ext/ob64/libbase64.h - ext/ob64/ob64.h - ext/ob64/ob64_ext.c - lib/ob64.rb - lib/ob64/core_ext.rb - lib/ob64/version.rb - ob64.gemspec homepage: https://github.com/jcmfernandes/ob64 licenses: - MIT metadata: homepage_uri: https://github.com/jcmfernandes/ob64 post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.4 signing_key: specification_version: 4 summary: A fast Base64 encoder and decoder. test_files: []