Sha256: 3e1432f47a01324c3f9d0bb6e3484942c37aca7da09abfe9e58227b9e69a96be

Contents?: true

Size: 610 Bytes

Versions: 2

Compression:

Stored size: 610 Bytes

Contents

module MetasploitDataModels
  # MetasploitDataModels follows the {http://semver.org/  Semantic Versioning Specification}.  At this time, the API
  # is considered unstable because although the database migrations have moved from
  # metasploit-framework/data/sql/migrate to db/migrate in this project, not all models have specs that verify the
  # migrations (with have_db_column and have_db_index) and certain models may not be shared between metasploit-framework
  # and pro, so models may be removed in the future.  Because of the unstable API the version should remain below 1.0.0
  VERSION = '0.12.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
metasploit_data_models-0.12.0-java lib/metasploit_data_models/version.rb
metasploit_data_models-0.12.0 lib/metasploit_data_models/version.rb