--- !ruby/object:Gem::Specification
name: wordlist
version: !ruby/object:Gem::Version
  version: 1.1.1
platform: ruby
authors:
- Postmodern
autorequire:
bindir: bin
cert_chain: []
date: 2024-01-24 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.0'
description: Wordlist is a Ruby library and CLI for reading, combining, mutating,
  and building wordlists, efficiently.
email: postmodern.mod3@gmail.com
executables:
- wordlist
extensions: []
extra_rdoc_files:
- ChangeLog.md
- LICENSE.txt
- README.md
files:
- ".document"
- ".github/workflows/ruby.yml"
- ".gitignore"
- ".rspec"
- ".yardopts"
- ChangeLog.md
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- benchmarks.rb
- bin/wordlist
- data/stop_words/ar.txt
- data/stop_words/bg.txt
- data/stop_words/bn.txt
- data/stop_words/ca.txt
- data/stop_words/cs.txt
- data/stop_words/da.txt
- data/stop_words/de.txt
- data/stop_words/el.txt
- data/stop_words/en.txt
- data/stop_words/es.txt
- data/stop_words/eu.txt
- data/stop_words/fa.txt
- data/stop_words/fi.txt
- data/stop_words/fr.txt
- data/stop_words/ga.txt
- data/stop_words/gl.txt
- data/stop_words/he.txt
- data/stop_words/hi.txt
- data/stop_words/hr.txt
- data/stop_words/hu.txt
- data/stop_words/hy.txt
- data/stop_words/id.txt
- data/stop_words/it.txt
- data/stop_words/ja.txt
- data/stop_words/ko.txt
- data/stop_words/ku.txt
- data/stop_words/lt.txt
- data/stop_words/lv.txt
- data/stop_words/mr.txt
- data/stop_words/nl.txt
- data/stop_words/no.txt
- data/stop_words/pl.txt
- data/stop_words/pt.txt
- data/stop_words/ro.txt
- data/stop_words/ru.txt
- data/stop_words/sk.txt
- data/stop_words/sv.txt
- data/stop_words/th.txt
- data/stop_words/tr.txt
- data/stop_words/uk.txt
- data/stop_words/ur.txt
- data/stop_words/zh.txt
- gemspec.yml
- lib/wordlist.rb
- lib/wordlist/abstract_wordlist.rb
- lib/wordlist/builder.rb
- lib/wordlist/cli.rb
- lib/wordlist/compression/reader.rb
- lib/wordlist/compression/writer.rb
- lib/wordlist/exceptions.rb
- lib/wordlist/file.rb
- lib/wordlist/format.rb
- lib/wordlist/lexer.rb
- lib/wordlist/lexer/lang.rb
- lib/wordlist/lexer/stop_words.rb
- lib/wordlist/list_methods.rb
- lib/wordlist/modifiers.rb
- lib/wordlist/modifiers/capitalize.rb
- lib/wordlist/modifiers/downcase.rb
- lib/wordlist/modifiers/gsub.rb
- lib/wordlist/modifiers/modifier.rb
- lib/wordlist/modifiers/mutate.rb
- lib/wordlist/modifiers/mutate_case.rb
- lib/wordlist/modifiers/sub.rb
- lib/wordlist/modifiers/tr.rb
- lib/wordlist/modifiers/upcase.rb
- lib/wordlist/operators.rb
- lib/wordlist/operators/binary_operator.rb
- lib/wordlist/operators/concat.rb
- lib/wordlist/operators/intersect.rb
- lib/wordlist/operators/operator.rb
- lib/wordlist/operators/power.rb
- lib/wordlist/operators/product.rb
- lib/wordlist/operators/subtract.rb
- lib/wordlist/operators/unary_operator.rb
- lib/wordlist/operators/union.rb
- lib/wordlist/operators/unique.rb
- lib/wordlist/unique_filter.rb
- lib/wordlist/version.rb
- lib/wordlist/words.rb
- spec/abstract_list_spec.rb
- spec/builder_examples.rb
- spec/builder_spec.rb
- spec/cli_spec.rb
- spec/compression/reader_spec.rb
- spec/compression/writer_spec.rb
- spec/file_spec.rb
- spec/fixtures/wordlist.txt
- spec/fixtures/wordlist.txt.7z
- spec/fixtures/wordlist.txt.bz2
- spec/fixtures/wordlist.txt.gz
- spec/fixtures/wordlist.txt.xz
- spec/fixtures/wordlist.txt.zip
- spec/fixtures/wordlist_with_ambiguous_format
- spec/fixtures/wordlist_with_comments.txt
- spec/fixtures/wordlist_with_empty_lines.txt
- spec/format_spec.rb
- spec/helpers/text.rb
- spec/helpers/wordlist.rb
- spec/lexer/lang_spec.rb
- spec/lexer/stop_words_spec.rb
- spec/lexer_spec.rb
- spec/list_methods_spec.rb
- spec/modifiers/capitalize_spec.rb
- spec/modifiers/downcase_spec.rb
- spec/modifiers/gsub_spec.rb
- spec/modifiers/modifier_spec.rb
- spec/modifiers/mutate_case_spec.rb
- spec/modifiers/mutate_spec.rb
- spec/modifiers/sub_spec.rb
- spec/modifiers/tr_spec.rb
- spec/modifiers/upcase_spec.rb
- spec/operators/binary_operator_spec.rb
- spec/operators/concat_spec.rb
- spec/operators/intersect_spec.rb
- spec/operators/operator_spec.rb
- spec/operators/power_spec.rb
- spec/operators/product_spec.rb
- spec/operators/subtract_spec.rb
- spec/operators/unary_operator_spec.rb
- spec/operators/union_spec.rb
- spec/operators/unique_spec.rb
- spec/spec_helper.rb
- spec/text/flat_file.txt
- spec/text/previous_wordlist.txt
- spec/text/sample.txt
- spec/unique_filter_spec.rb
- spec/wordlist_spec.rb
- spec/words_spec.rb
- wordlist.gemspec
homepage: https://github.com/postmodern/wordlist.rb#readme
licenses:
- MIT
metadata:
  documentation_uri: https://rubydoc.info/gems/wordlist
  source_code_uri: https://github.com/postmodern/wordlist.rb
  bug_tracker_uri: https://github.com/postmodern/wordlist.rb/issues
  changelog_uri: https://github.com/postmodern/wordlist.rb/blob/master/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.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.4.10
signing_key:
specification_version: 4
summary: Ruby library and CLI for reading, combining, mutating, and building wordlists
test_files: []