/ruby-rpm

ruby bindings for rpm

Primary LanguageCGNU General Public License v2.0GPL-2.0

RPM bindings for ruby

Introduction

Ruby/RPM is an interface to access RPM database for Ruby.

Requirements

  • ruby 1.8+

  • gcc

  • rpm 4.0.0 or newer (tested on 4.0.4 and 4.2.1)

Installation

  • gem install ruby-rpm

Building

If you want to automatically install required gems, make sure to have bundler 1.x installed

  • gem instal bundler

  • gem build ruby-rpm.gemspec

Usage

require ‘rpm’

License

GPLv2. See COPYING file.

Credits

  • Kenta MURATA <muraken@kondara.org>

  • David Lutterkort <dlutter@redhat.com>

  • Duncan Mac-Vicar P. <dmacvicar@suse.de>