File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,16 @@ Gem::Specification.new do |spec|
88 spec . authors = [ "Shopify" ]
99 spec . email = [ "[email protected] " ] 1010
11- spec . summary = "Add a summary later"
12- spec . description = "Add a description laster"
13- spec . homepage = "https://github.com"
11+ spec . summary = "Assist developers to distrute gems with precompiled binaries."
12+ spec . description = <<~MSG
13+ Gems with native extensions are the main bottleneck for a user when running `bundle install`.
14+ This gem aims to provide the Ruby community an easy to opt-in and quick way to distribute their
15+ gems with precompiled binaries.
16+
17+ This toolchain works with a native CI based compilation approach using GitHub actions. It piggyback on
18+ top of popular tools in the Ruby ecosystem that maintainers are used to such as Rake Compiler and ruby/setup-ruby.
19+ MSG
20+ spec . homepage = "https://github.com/shopify/cibuildwheel"
1421 spec . license = "MIT"
1522 spec . required_ruby_version = ">= 3.0.0"
1623
You can’t perform that action at this time.
0 commit comments