Update MDM in gemcache
parent
fbec01870b
commit
49963ad4f1
|
@ -1,30 +0,0 @@
|
||||||
# -*- encoding: utf-8 -*-
|
|
||||||
$:.push File.expand_path("../lib", __FILE__)
|
|
||||||
require "metasploit_data_models/version"
|
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
|
||||||
s.name = "metasploit_data_models"
|
|
||||||
s.version = MetasploitDataModels::VERSION
|
|
||||||
s.authors = ["Trevor Rosen"]
|
|
||||||
s.email = ["trevor_rosen@rapid7.com"]
|
|
||||||
s.homepage = ""
|
|
||||||
s.summary = %q{Database code for MSF and Metasploit Pro}
|
|
||||||
s.description = %q{Implements minimal ActiveRecord models and database helper code used in both the Metasploit Framework (MSF) and Metasploit commercial editions.}
|
|
||||||
|
|
||||||
s.files = `git ls-files`.split("\n")
|
|
||||||
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
||||||
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
||||||
s.require_paths = ["lib"]
|
|
||||||
|
|
||||||
# ---- Dependencies ----
|
|
||||||
s.add_development_dependency 'rake'
|
|
||||||
# markdown formatting for yard
|
|
||||||
s.add_development_dependency 'redcarpet'
|
|
||||||
# documentation
|
|
||||||
s.add_development_dependency 'yard'
|
|
||||||
|
|
||||||
s.add_runtime_dependency 'activerecord', '>= 3.2.10'
|
|
||||||
s.add_runtime_dependency 'activesupport'
|
|
||||||
s.add_runtime_dependency 'pg'
|
|
||||||
s.add_runtime_dependency 'pry'
|
|
||||||
end
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue