Sha256: 5ccaa30a82441200f9ef6ea3eb26a7adf63c93085d155932854cfa8456f62fd7
Contents?: true
Size: 656 Bytes
Versions: 2
Compression:
Stored size: 656 Bytes
Contents
# 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby_stix-0.2.0-java | README.md |
ruby_stix-0.0.2-java | README.md |