--- !ruby/object:Gem::Specification
name: rubysmith
version: !ruby/object:Gem::Version
  version: 0.11.0
platform: ruby
authors:
- Brooke Kuhlmann
autorequire:
bindir: bin
cert_chain:
- |
  -----BEGIN CERTIFICATE-----
  MIIC/jCCAeagAwIBAgIBBDANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQDDBpicm9v
  a2UvREM9YWxjaGVtaXN0cy9EQz1pbzAeFw0yMTAzMTkxMjQ4MDZaFw0yMjAzMTkx
  MjQ4MDZaMCUxIzAhBgNVBAMMGmJyb29rZS9EQz1hbGNoZW1pc3RzL0RDPWlvMIIB
  IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6l1qpXTiomH1RfMRloyw7MiE
  xyVx/x8Yc3EupdH7uhNaTXQGyORN6aOY//1QXXMHIZ9tW74nZLhesWMSUMYy0XhB
  brs+KkurHnc9FnEJAbG7ebGvl/ncqZt72nQvaxpDxvuCBHgJAz+8i5wl6FhLw+oT
  9z0A8KcGhz67SdcoQiD7qiCjL/2NTeWHOzkpPrdGlt088+VerEEGf5I13QCvaftP
  D5vkU0YlAm1r98BymuJlcQ1qdkVEI1d48ph4kcS0S0nv1RiuyVb6TCAR3Nu3VaVq
  3fPzZKJLZBx67UvXdbdicWPiUR75elI4PXpLIic3xytaF52ZJYyKZCNZJhNwfQID
  AQABozkwNzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU0nzow9vc
  2CdikiiE3fJhP/gY4ggwDQYJKoZIhvcNAQELBQADggEBAEjpaOXHHp8s/7GL2qCb
  YAs7urOLv9VHSPfQWAwaTMVnSsIf3Sw4xzISOP/mmfEPBPXtz61K5esrE/uTFtgb
  FyjxQk2H0sEWgrRXGGNHBWQRhhEs7LP/TByoC15A0br++xLxRz4r7HBLGAWQQDpg
  66BJ2TBVjxS6K64tKbq7+ACyrOZGgTfNHACh4M076y0x0oRf/rwBrU39/KRfuhbb
  cm+nNCEtO35gTmZ2bVDHLGvWazi3gJt6+huQjfXTCUUG2YYBxwhu+GPdAGQPxpf9
  lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
  W2A=
  -----END CERTIFICATE-----
date: 2021-08-08 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: pragmater
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '9.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '9.0'
- !ruby/object:Gem::Dependency
  name: refinements
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '8.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '8.0'
- !ruby/object:Gem::Dependency
  name: rubocop
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.14'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.14'
- !ruby/object:Gem::Dependency
  name: runcom
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '7.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '7.0'
description:
email:
- brooke@alchemists.io
executables:
- rubysmith
extensions: []
extra_rdoc_files:
- README.adoc
- LICENSE.adoc
files:
- LICENSE.adoc
- README.adoc
- bin/rubysmith
- lib/rubysmith.rb
- lib/rubysmith/builder.rb
- lib/rubysmith/builders/bundler.rb
- lib/rubysmith/builders/console.rb
- lib/rubysmith/builders/core.rb
- lib/rubysmith/builders/documentation.rb
- lib/rubysmith/builders/git/commit.rb
- lib/rubysmith/builders/git/setup.rb
- lib/rubysmith/builders/guard.rb
- lib/rubysmith/builders/pragma.rb
- lib/rubysmith/builders/rake.rb
- lib/rubysmith/builders/reek.rb
- lib/rubysmith/builders/rspec/context.rb
- lib/rubysmith/builders/rspec/helper.rb
- lib/rubysmith/builders/rubocop/formatter.rb
- lib/rubysmith/builders/rubocop/setup.rb
- lib/rubysmith/builders/ruby_critic.rb
- lib/rubysmith/builders/setup.rb
- lib/rubysmith/cli/configuration/content.rb
- lib/rubysmith/cli/configuration/defaults.yml
- lib/rubysmith/cli/configuration/loader.rb
- lib/rubysmith/cli/parsers.rb
- lib/rubysmith/cli/parsers/assembler.rb
- lib/rubysmith/cli/parsers/build.rb
- lib/rubysmith/cli/parsers/core.rb
- lib/rubysmith/cli/processors/build.rb
- lib/rubysmith/cli/processors/config.rb
- lib/rubysmith/cli/shell.rb
- lib/rubysmith/identity.rb
- lib/rubysmith/pathway.rb
- lib/rubysmith/renderers/erb.rb
- lib/rubysmith/renderers/namespace.rb
- lib/rubysmith/templates/%project_name%/.reek.yml.erb
- lib/rubysmith/templates/%project_name%/.rubocop.yml.erb
- lib/rubysmith/templates/%project_name%/.ruby-version.erb
- lib/rubysmith/templates/%project_name%/.rubycritic.yml.erb
- lib/rubysmith/templates/%project_name%/CHANGES.adoc.erb
- lib/rubysmith/templates/%project_name%/CHANGES.md.erb
- lib/rubysmith/templates/%project_name%/CODE_OF_CONDUCT.adoc.erb
- lib/rubysmith/templates/%project_name%/CODE_OF_CONDUCT.md.erb
- lib/rubysmith/templates/%project_name%/CONTRIBUTING.adoc.erb
- lib/rubysmith/templates/%project_name%/CONTRIBUTING.md.erb
- lib/rubysmith/templates/%project_name%/Gemfile.erb
- lib/rubysmith/templates/%project_name%/Guardfile.erb
- lib/rubysmith/templates/%project_name%/LICENSE-apache.adoc.erb
- lib/rubysmith/templates/%project_name%/LICENSE-apache.md.erb
- lib/rubysmith/templates/%project_name%/LICENSE-mit.adoc.erb
- lib/rubysmith/templates/%project_name%/LICENSE-mit.md.erb
- lib/rubysmith/templates/%project_name%/README.adoc.erb
- lib/rubysmith/templates/%project_name%/README.md.erb
- lib/rubysmith/templates/%project_name%/Rakefile.erb
- lib/rubysmith/templates/%project_name%/bin/console.erb
- lib/rubysmith/templates/%project_name%/bin/guard.erb
- lib/rubysmith/templates/%project_name%/bin/rubocop.erb
- lib/rubysmith/templates/%project_name%/bin/setup.erb
- lib/rubysmith/templates/%project_name%/lib/%project_name%.rb.erb
- lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb
- lib/rubysmith/templates/%project_name%/spec/support/shared_contexts/temp_dir.rb.erb
- lib/rubysmith/text/inserter.rb
homepage: https://github.com/bkuhlmann/rubysmith
licenses:
- Apache-2.0
metadata:
  bug_tracker_uri: https://github.com/bkuhlmann/rubysmith/issues
  changelog_uri: https://www.alchemists.io/projects/rubysmith/changes.html
  documentation_uri: https://www.alchemists.io/projects/rubysmith
  source_code_uri: https://github.com/bkuhlmann/rubysmith
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - "~>"
    - !ruby/object:Gem::Version
      version: '3.0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.2.25
signing_key:
specification_version: 4
summary: A command line interface for smithing Ruby projects.
test_files: []