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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request