StixRuby
Bindings for generating and parsing STIX documents in JRuby. It relies on java-stix.
Installation
Add this line to your application's Gemfile:
gem 'ruby_stix', :git => "http://github.com/johnwunder/ruby-stix.git"
And then execute:
$ bundle install
Or, clone this repository, build the gem, and install it manually as:
$ rake build
$ gem install pkg/ruby_stix.gem
Usage
TODO
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request