Navigation Menu

Skip to content

basecamp/ruby-rpm

 
 

Repository files navigation

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>

Packages

No packages published

Languages

  • C 87.8%
  • Ruby 12.2%