ruby-rpm

ruby bindings for rpm - DEPRECATED - See https://github.com/dmacvicar/ruby-rpm-ffi

GPL-2.0 License

Stars
6

This project has been obsoleted by ruby-rpm-ffi. This version is not longer maintained and I keep this repo for archiving purposes.

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