Sha256: 9914b384d569f2c3b8094e84da8b0a4ba485bfd2dcab827f622edc7cd1046a1f
Contents?: true
Size: 1.71 KB
Versions: 29
Compression:
Stored size: 1.71 KB
Contents
# Metasploit::Model [](https://travis-ci.org/rapid7/metasploit-model)[](https://codeclimate.com/github/rapid7/metasploit-model)[](https://coveralls.io/r/rapid7/metasploit-model)[](https://gemnasium.com/rapid7/metasploit-model)[](http://badge.fury.io/rb/metasploit-model)[](http://inch-ci.org/github/rapid7/metasploit-model)[](https://www.pullreview.com/github/rapid7/metasploit-model/reviews/master) ## Versioning `Metasploit::Model` is versioned using [semantic versioning 2.0](http://semver.org/spec/v2.0.0.html). Each branch should set `Metasploit::Model::Version::PRERELEASE` to the branch SUMMARY, while master should have no `PRERELEASE` and the `PRERELEASE` section of `Metasploit::Model::VERSION` does not exist. ## Installation Add this line to your application's Gemfile: gem 'metasploit-model' And then execute: $ bundle **This gem's `Rails::Engine` is not required automatically.** You'll need to also add the following to your `config/application.rb`: require 'metasploit/model/engine' Or install it yourself as: $ gem install metasploit-model ## Usage TODO: Write usage instructions here ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md)
Version data entries
29 entries across 29 versions & 1 rubygems