From af506f623dea3614b7e57c881d39646ec3627de5 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Feb 06 2019 16:39:36 +0000 Subject: Remove obsolete information about missing RPM support of Gems. RPM can expand .gem and its metadata since RPM 4.14, so the information in guidelines is missleading. This change tries to rectify the situation a bit. --- diff --git a/guidelines/modules/ROOT/pages/Ruby.adoc b/guidelines/modules/ROOT/pages/Ruby.adoc index a70d5b3..e28c92f 100644 --- a/guidelines/modules/ROOT/pages/Ruby.adoc +++ b/guidelines/modules/ROOT/pages/Ruby.adoc @@ -144,7 +144,7 @@ Runtime requires and provides are automatically generated by RPM's dependency ge ==== 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 archive format, but they encapsulate both an archive and information to build 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: