Sha256: 6bbed1d6383a829c40068975687899d6cec52d4006a0f05051082113905cd859
Contents?: true
Size: 1.68 KB
Versions: 0
Compression: gzip
Compressed size: 762 Bytes
Stored size: 762 Bytes
Contents
--- !ruby/object:Gem::Specification name: groupie version: !ruby/object:Gem::Version version: 0.5.0 platform: ruby authors: - Wes Oldenbeuving autorequire: bindir: bin cert_chain: [] date: 2022-02-16 00:00:00.000000000 Z dependencies: [] description: Groupie is a simple way to group texts and classify new texts as being a likely member of one of the defined groups. Think of bayesian spam filters. email: - wes@narnach.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/ISSUE_TEMPLATE/bug_report.md" - ".github/ISSUE_TEMPLATE/feature_request.md" - ".github/dependabot.yml" - ".github/workflows/gem.yml" - ".github/workflows/rspec.yml" - ".github/workflows/rubocop.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - SECURITY.md - bin/console - bin/rubocop - bin/setup - groupie.gemspec - lib/groupie.rb - lib/groupie/group.rb - lib/groupie/version.rb homepage: https://github.com/Narnach/groupie licenses: - MIT metadata: homepage_uri: https://github.com/Narnach/groupie source_code_uri: https://github.com/Narnach/groupie changelog_uri: https://github.com/Narnach/groupie/blob/stable/CHANGELOG.md 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: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.3 signing_key: specification_version: 4 summary: Library to help you group texts and classify new ones test_files: []