From 052548e6d72cdaa8d9f0aedcd77a94acd18965c4 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Feb 18 2019 19:16:19 +0000 Subject: Reword note about gems not being just an archive. Merges #855. --- diff --git a/guidelines/modules/ROOT/pages/Ruby.adoc b/guidelines/modules/ROOT/pages/Ruby.adoc index 6b1f041..d8cb1e3 100644 --- a/guidelines/modules/ROOT/pages/Ruby.adoc +++ b/guidelines/modules/ROOT/pages/Ruby.adoc @@ -274,10 +274,11 @@ See xref:AutoProvidesAndRequiresFiltering.adoc[AutoProvidesAndRequiresFiltering] ==== Building gems -Since gems aren't a standard archive format that rpm knows about -and they encapsulate both an archive format -and information to build the ruby library -building an rpm from a gem looks a little different from other rpms. +Since gems aren't just an archive format +but instead encapsulate both an archive +and information used for building the Ruby library, +building an RPM from a gem looks a little different +from other RPMs. A sample spec for building gems would look like this: