Sha256: ad347502f95acdf4855022d6822ddab0be5457deb8be871f228d43a304d4d80d
Contents?: true
Size: 1.66 KB
Versions: 29
Compression:
Stored size: 1.66 KB
Contents
# OodCore [![Build Status](https://github.com/osc/ood_core/workflows/Unit%20Tests/badge.svg)](https://github.com/OSC/ood_core/actions?query=workflow%3A%22Unit+Tests%22) ![GitHub Release](https://img.shields.io/github/release/osc/ood_core.svg) ![GitHub License](https://img.shields.io/github/license/osc/ood_core.svg) - Website: http://openondemand.org/ - Website repo with JOSS publication: https://github.com/OSC/Open-OnDemand - Documentation: https://osc.github.io/ood-documentation/latest/ - Main code repo: https://github.com/OSC/ondemand - Core library repo: https://github.com/OSC/ood_core OnDemand core library with adapters for each batch scheduler. ## Installation Add this line to your application's Gemfile: ```ruby gem 'ood_core' ``` And then execute: ```sh bundle ``` Or install it yourself as: ```sh gem install ood_core ``` ## Usage TODO: Write usage instructions here ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rspec spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update and commit the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/OSC/ood_core. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
29 entries across 29 versions & 1 rubygems