aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_ext_cargo_builder_unit.rb
Commit message (Collapse)AuthorAgeFilesLines
* [rubygems/rubygems] use cargo to get crate nameMat Sadler2023-01-301-10/+5
| | | | | | | | | | | | the final copying of the extension into place has been slimmed down, reflecting that it only needs to copy a single file, rather than replicating the more involved process used for a C ext this also refactors #build so that #cargo_crate_name only needs to be called once, and hopefully the build flow is easier to understand https://github.com/rubygems/rubygems/commit/5a0d7f2e6c
* [rubygems/rubygems] Remove remaining dev profile testIan Ker-Seymer2022-12-071-10/+0
| | | | https://github.com/rubygems/rubygems/commit/7d50e998b3
* RubyGems: Enable Style/StringLiterals copTakuya Noguchi2022-07-221-23/+23
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Sync RubyGems & Bundler with upstream repoDavid Rodríguez2022-06-241-0/+75