# frozen_string_literal: true source "https://rubygems.org" # Specify your gem's dependencies in <%= config[:name] %>.gemspec gemspec gem "rake", "~> 13.0" <%- if config[:ext] -%> gem "rake-compiler" <%- if config[:ext] == 'rust' -%> gem "rb_sys", "~> 0.9.63" <%- end -%> <%- end -%> <%- if config[:test] -%> gem "<%= config[:test] %>", "~> <%= config[:test_framework_version] %>" <%- end -%> <%- if config[:linter] == "rubocop" -%> gem "rubocop", "~> <%= config[:linter_version] %>" <%- elsif config[:linter] == "standard" -%> gem "standard", "~> <%= config[:linter_version] %>" <%- end -%>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bin | Folder | 0755 |
|
|
| circleci | Folder | 0755 |
|
|
| exe | Folder | 0755 |
|
|
| ext | Folder | 0755 |
|
|
| github | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| sig | Folder | 0755 |
|
|
| spec | Folder | 0755 |
|
|
| test | Folder | 0755 |
|
|
| CHANGELOG.md.tt | File | 80 B | 0644 |
|
| CODE_OF_CONDUCT.md.tt | File | 5.1 KB | 0644 |
|
| Cargo.toml.tt | File | 255 B | 0644 |
|
| Gemfile.tt | File | 599 B | 0644 |
|
| LICENSE.txt.tt | File | 1.08 KB | 0644 |
|
| README.md.tt | File | 2.79 KB | 0644 |
|
| Rakefile.tt | File | 1.52 KB | 0644 |
|
| gitignore.tt | File | 282 B | 0644 |
|
| gitlab-ci.yml.tt | File | 442 B | 0644 |
|
| newgem.gemspec.tt | File | 2.08 KB | 0644 |
|
| rspec.tt | File | 53 B | 0644 |
|
| rubocop.yml.tt | File | 299 B | 0644 |
|
| standard.yml.tt | File | 184 B | 0644 |
|