--- !ruby/object:Gem::Specification name: github-username-regex-ruby version: !ruby/object:Gem::Version version: 0.0.5 platform: ruby authors: - Grant Birkinbine autorequire: bindir: bin cert_chain: [] date: 2023-06-25 00:00:00.000000000 Z dependencies: [] description: 'A lightweight Ruby Gem to check if a GitHub username / handle is valid using regex ' email: grant.birkinbine@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/build.yml" - ".github/workflows/codeql-analysis.yml" - ".github/workflows/lint.yml" - ".github/workflows/release.yml" - ".github/workflows/test.yml" - ".gitignore" - ".rubocop.yml" - ".ruby-version" - Gemfile - Gemfile.lock - LICENSE - README.md - github-username-regex-ruby.gemspec - lib/github_username_regex_ruby.rb - lib/version.rb - script/bootstrap - script/test - vendor/cache/activesupport-7.0.5.gem - vendor/cache/ast-2.4.2.gem - vendor/cache/concurrent-ruby-1.2.2.gem - vendor/cache/diff-lcs-1.5.0.gem - vendor/cache/docile-1.4.0.gem - vendor/cache/i18n-1.14.1.gem - vendor/cache/json-2.6.3.gem - vendor/cache/language_server-protocol-3.17.0.3.gem - vendor/cache/minitest-5.18.1.gem - vendor/cache/parallel-1.23.0.gem - vendor/cache/parser-3.2.2.3.gem - vendor/cache/racc-1.7.1.gem - vendor/cache/rack-3.0.8.gem - vendor/cache/rainbow-3.1.1.gem - vendor/cache/regexp_parser-2.8.1.gem - vendor/cache/rexml-3.2.5.gem - vendor/cache/rspec-3.12.0.gem - vendor/cache/rspec-core-3.12.2.gem - vendor/cache/rspec-expectations-3.12.3.gem - vendor/cache/rspec-mocks-3.12.5.gem - vendor/cache/rspec-support-3.12.0.gem - vendor/cache/rubocop-1.53.0.gem - vendor/cache/rubocop-ast-1.29.0.gem - vendor/cache/rubocop-capybara-2.18.0.gem - vendor/cache/rubocop-factory_bot-2.23.1.gem - vendor/cache/rubocop-github-0.20.0.gem - vendor/cache/rubocop-performance-1.18.0.gem - vendor/cache/rubocop-rails-2.20.2.gem - vendor/cache/rubocop-rspec-2.22.0.gem - vendor/cache/ruby-progressbar-1.13.0.gem - vendor/cache/simplecov-0.22.0.gem - vendor/cache/simplecov-erb-1.0.1.gem - vendor/cache/simplecov-html-0.12.3.gem - vendor/cache/simplecov_json_formatter-0.1.4.gem - vendor/cache/tzinfo-2.0.6.gem - vendor/cache/unicode-display_width-2.4.2.gem homepage: https://github.com/grantbirki/github-username-regex-ruby licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.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: A lightweight Ruby Gem to check if a GitHub username / handle is valid test_files: []