Sha256: 4afafe7a0e1bf007208122b4c05bb2957cd972319d472021558bb9321eff72c9
Contents?: true
Size: 1.61 KB
Versions: 5
Compression:
Stored size: 1.61 KB
Contents
# Metasploit::Model [![Build Status](https://github.com/rapid7/metasploit-model/actions/workflows/verify.yml/badge.svg)](https://github.com/rapid7/metasploit-model/actions/workflows/verify.yml)[![Code Climate](https://codeclimate.com/github/rapid7/metasploit-model.png)](https://codeclimate.com/github/rapid7/metasploit-model)[![Dependency Status](https://gemnasium.com/rapid7/metasploit-model.svg)](https://gemnasium.com/rapid7/metasploit-model)[![Gem Version](https://badge.fury.io/rb/metasploit-model.svg)](http://badge.fury.io/rb/metasploit-model)[![Inline docs](http://inch-ci.org/github/rapid7/metasploit-model.svg?branch=master)](http://inch-ci.org/github/rapid7/metasploit-model)[![PullReview stats](https://www.pullreview.com/github/rapid7/metasploit-model/badges/master.svg)](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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
metasploit-model-4.0.3 | README.md |
metasploit-model-4.0.2 | README.md |
metasploit-model-4.0.1 | README.md |
metasploit-model-4.0.0 | README.md |
metasploit-model-3.1.4 | README.md |