Sha256: e7b5ab11392e316560aeee4461bf66d9fb4ab42d0c45ee2d99c2b44bcb550594
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
[![Travis Build Status](http://img.shields.io/travis/abrom/sip2-ruby.svg?style=flat)](https://travis-ci.org/abrom/sip2-ruby) [![Code Climate Score](http://img.shields.io/codeclimate/github/abrom/sip2-ruby.svg?style=flat)](https://codeclimate.com/github/abrom/sip2-ruby) [![Gem Version](http://img.shields.io/gem/v/sip2.svg?style=flat)](#) # 3M™ Standard Interchange Protocol v2 (SIP2) client implementation in Ruby This is a gem wrapping the SIP v2 protocol. http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf ## Installation Add this line to your application's Gemfile: ```ruby gem 'sip2' ``` And then execute: ```bash $ bundle ``` ## Usage TODO ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/abrom/sip2-ruby. Note that spec tests are appreciated to minimise regressions. Before submitting a PR, please ensure that: ```bash $ rspec ``` and ```bash $ rubocop ``` both succeed ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sip2-0.0.1 | README.md |