From Fedora Project Wiki
(Add reference to fedora-ruby repo at GitHub)
(Polish "Meetings" section a bit.)
Line 60: Line 60:


==Meetings==
==Meetings==
There is not too many chances to meet and discuss Ruby topics related to Fedora. You can always hold an IRC meeting.
There are not too many chances to meet and discuss Ruby topics related to Fedora. But you can always hold an IRC meeting.


== Members ==
== Members ==

Revision as of 10:11, 20 May 2019

Application-x-ruby.png Ruby SIG
Ruby Special Interest Group

A SIG for people who are interested in improving the state of Ruby in Fedora. This includes packaging Ruby libraries and applications, setting and improving standards for packaging them as RPM's and maintaining Ruby packages for Fedora.

State of Affairs

We are always happy to get more Ruby packages into Fedora. That means that you, dear reader, can become a hero by packaging your favorite piece of Ruby code as an RPM and submitting it to Fedora.

  • We are closely following Ruby MRI development. Once a new Ruby release gets in the wild it is packaged for Rawhide.
  • All Ruby implementations should be able to use gem provided by the single package, but we are not yet there.

Creating RPM's

The guidelines for building Ruby packages can be found on a separate page .

Oliver Andrich has created a specfile template for Ruby packages that is included in rpmdevtools 1.5 and later. Please start with this template when packaging Ruby code for Fedora.

Gems and RPM

Ruby has its own packaging format, gem, meant to be a cross-platform way to distribute Ruby software. Gems carry much of the metadata that RPM's carry, but not all of it, and because of their cross-platform nature violate the LSB. Gems that contain shared libraries also do not play nicely with multilib.

Please use the Package-x-generic-16.pngrubygem-gem2rpm utility for all new gem packages. (This tool obsoletes gem2spec).

Bundler and RPM

Fedora doesn't allow vendorizing packages without special exception, but this does not mean bundler based applications cannot be used with the Fedora stack.

The bundler_ext gem loads the system-installed versions of packages specified in a Ruby application Gemfile, providing a simple mechanism to switch between custom ruby stacks and distro-supported stacks.

The polisher gem implements many downstream / post-publishing operations and querying mechanisms. Developers and end users can utilize these to check the state of their Ruby gems and applications and move them along custom workflows.

Useful tools

  • gem2rpm Generate an rpm from a rubygem.
  • pkgwat Checking that your project's gems are available in Fedora/EPEL repos.
  • gem-compare A RubyGems plugin that compares versions of the given gem.
  • polisher A Ruby module and set of utilities aimed to assist the post-publishing packaging process for Ruby gems and applications.
  • bundler_ext Simple library leveraging the Bundler Gemfile DSL to load gems already on the system and managed by the systems package manager (like DNF/YUM/apt).

References

Ruby
Ruby-Doc.org
RubyGems.org
fedora-ruby repository at GitHub

Mailing list

ruby-sig mailing list

IRC Channel

#fedora-ruby[?] on freenode.net

Web portal

is-it-fedora-ruby (github)

Currently Open Ruby Package Review Bugs

The Ruby SIG also likes to get more Ruby packages into Fedora. This is the list of opened review requests for ruby packages.

Meetings

There are not too many chances to meet and discuss Ruby topics related to Fedora. But you can always hold an IRC meeting.

Members

If you are interested in joining the SIG, just add yourself to this list

  1. David Lutterkort
  2. Oliver Andrich
  3. Akira TAGOH
  4. Jeremy Hinegardner
  5. Michael Stahnke
  6. Conrad Meyer
  7. Mike Danko
  8. Jeroen van Meeuwen
  9. Alejandro Perez Torres
  10. Matthew Kent
  11. Guillermo Gómez
  12. Mamoru Tasaka
  13. John Taber
  14. Michal Fojtik
  15. Nelio Junior
  16. Jon Orris
  17. Deshi Xiao
  18. Daniel Bond
  19. Vít Ondruch
  20. Sergio Rubio
  21. Sean OMeara
  22. Lukáš Zapletal
  23. Bohuslav Kabrda
  24. Mo Morsi
  25. Saleem Ansari
  26. Jamie Nguyen
  27. Samridh Srinath
  28. Steve Linabery
  29. Dmitri Dolguikh
  30. Jayson Rowe
  31. D. Johnson
  32. Petr Chalupa
  33. Josef Stříbný
  34. Ivan Nečas
  35. Francesco Vollero
  36. Mark Klein
  37. Dhia Eddine
  38. Harish Ved
  39. Anup Nivargi
  40. Prathamesh Sonpatki
  41. Adam Miller
  42. Achilleas Pipinellis
  43. Andrzej Dubaj
  44. Sourav Moitra
  45. Pavel Valena
  46. Jun Aruga
  47. Athos Ribeiro
  48. Aleksandar Kostadinov
  49. Jaroslav Prokop

Package Wishlist

  • Rbot - Ruby IRC Bot framework.
  • vpim - iCal/vcard support for Ruby, dependency of ical2rem
  • SiSU - Information structuring, publishing and search framework.