--- !ruby/object:Gem::Specification name: arsenic version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Andrew Mason autorequire: bindir: exe cert_chain: [] date: 2020-09-09 00:00:00.000000000 Z dependencies: [] description: originally forked from Palkan. https://github.com/palkan/new-gem-generator email: - andrewmcodes@protonmail.com executables: - arsenic extensions: [] extra_rdoc_files: [] files: - ".gem_release.yml" - ".github/CODEOWNERS" - ".github/FUNDING.yml" - ".github/ISSUE_TEMPLATE/bug_report.md" - ".github/ISSUE_TEMPLATE/feature_request.md" - ".github/PULL_REQUEST_TEMPLATE.md" - ".github/workflows/linters.yml" - ".github/workflows/tests.yml" - ".gitignore" - ".rspec" - ".standard.yml" - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - arsenic.gemspec - bin/console - bin/format - bin/rspec - bin/setup - bin/standardrb - exe/arsenic - lib/arsenic.rb - lib/arsenic/templates/newgem/.gem_release.yml.tt - lib/arsenic/templates/newgem/.github/ISSUE_TEMPLATE/bug_report.md.tt - lib/arsenic/templates/newgem/.github/ISSUE_TEMPLATE/feature_request.md - lib/arsenic/templates/newgem/.github/PULL_REQUEST_TEMPLATE.md - lib/arsenic/templates/newgem/.github/workflows/docs-lint.yml.tt - lib/arsenic/templates/newgem/.github/workflows/rspec-jruby.yml.tt - lib/arsenic/templates/newgem/.github/workflows/rspec.yml.tt - lib/arsenic/templates/newgem/.github/workflows/rubocop.yml.tt - lib/arsenic/templates/newgem/.gitignore - lib/arsenic/templates/newgem/.mdlrc - lib/arsenic/templates/newgem/.rubocop-md.yml - lib/arsenic/templates/newgem/.rubocop.yml - lib/arsenic/templates/newgem/Gemfile.tt - lib/arsenic/templates/newgem/LICENSE.txt - lib/arsenic/templates/newgem/README.md - lib/arsenic/templates/newgem/RELEASING.md.tt - lib/arsenic/templates/newgem/Rakefile - lib/arsenic/templates/newgem/gemfiles/jruby.gemfile - lib/arsenic/templates/newgem/gemfiles/rails5.gemfile - lib/arsenic/templates/newgem/gemfiles/rails6.gemfile - lib/arsenic/templates/newgem/gemfiles/railsmaster.gemfile - lib/arsenic/templates/newgem/gemfiles/rubocop.gemfile - lib/arsenic/templates/newgem/lefthook.yml - lib/arsenic/templates/newgem/lib/dir/railtie.rb.tt - lib/arsenic/templates/newgem/lib/dir/version.rb.tt - lib/arsenic/templates/newgem/lib/name.rb.tt - lib/arsenic/templates/newgem/newgem.gemspec.tt - lib/arsenic/templates/newgem/spec/spec_helper.rb.tt - lib/arsenic/version.rb homepage: https://github.com/andrewmcodes/arsenic licenses: - MIT metadata: bug_tracker_uri: https://github.com/andrewmcodes/arsenic/issues changelog_uri: https://github.com/andrewmcodes/arsenic/blob/main/CHANGELOG.md documentation_uri: https://github.com/andrewmcodes/arsenic homepage_uri: https://github.com/andrewmcodes/arsenic source_code_uri: https://github.com/andrewmcodes/arsenic post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: andrewmcodes gem generator test_files: []