Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 865 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 865 Bytes

OPS Gem

Build Status

About

This gem has been developed as part of the exemplar tool ChemBioNavigator within Open PHACTS (http://www.openphacts.org/). It is distributed under the MIT license (see LICENSE for more details).

Installation

With bundler

gem "ops", :git => "git://github.com/openphacts/ops_gems.git"

Usage

See example.rb

Development

Setting up the environment

gem install bundle
bundle install

Running the tests

bundle exec rspec spec

Authors

Lothar Wissler (http://github.com/lotharwissler), Thomas Marek (http://github.com/tmak)