Skip to content

Commit d7eb264

Browse files
committed
Tweak the gemspec description
1 parent 26d8ff0 commit d7eb264

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

cibuildgem.gemspec

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)