Sha256: 0b55561db7758aeb20ea7cc9525945412ba9b4fc0380c26b0f8f6af94ebb0484

Contents?: true

Size: 1.71 KB

Versions: 0

Compression: gzip

Compressed size: 774 Bytes

Stored size: 774 Bytes

Contents

--- !ruby/object:Gem::Specification
name: groupie
version: !ruby/object:Gem::Version
  version: 0.6.0
platform: ruby
authors:
- Wes Oldenbeuving
autorequire:
bindir: bin
cert_chain: []
date: 2022-05-19 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/tokenizer.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.7.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.3.14
signing_key:
specification_version: 4
summary: Library to help you group texts and classify new ones
test_files: []

Package Spec version

groupie-0.6.0