PATH:
opt
/
alt
/
ruby40
/
share
/
gems
/
gems
/
bundler-4.0.10
/
lib
/
bundler
/
templates
/
newgem
# This Cargo.toml is here to let externals tools (IDEs, etc.) know that this is # a Rust project. Your extensions dependencies should be added to the Cargo.toml # in the ext/ directory. [workspace] members = ["./ext/<%= config[:name] %>"] resolver = "2" [profile.release] # By default, debug symbols are stripped from the final binary which makes it # harder to debug if something goes wrong. It's recommended to keep debug # symbols in the release build so that you can debug the final binary if needed. debug = true
[+]
bin
[-] Rakefile.tt
[edit]
[-] rubocop.yml.tt
[edit]
[-] standard.yml.tt
[edit]
[-] LICENSE.txt.tt
[edit]
[+]
exe
[-] gitlab-ci.yml.tt
[edit]
[-] newgem.gemspec.tt
[edit]
[-] Cargo.toml.tt
[edit]
[-] Gemfile.tt
[edit]
[-] CODE_OF_CONDUCT.md.tt
[edit]
[+]
ext
[+]
lib
[-] README.md.tt
[edit]
[+]
spec
[+]
github
[-] CHANGELOG.md.tt
[edit]
[-] rspec.tt
[edit]
[+]
..
[+]
circleci
[-] gitignore.tt
[edit]
[+]
test
[+]
sig