Skip to content

Commit a2fe2fb

Browse files
author
Brent Cook
committed
Land rapid7#6214, rapid7#6060, simplify framework gem layout and version scheme
This merges things up and removes duplicate gemspecs so we can easily make framework gem releases for embedding in 3rd-party projects.
2 parents 99607e6 + 1b951b3 commit a2fe2fb

20 files changed

+22
-1293
lines changed

Gemfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ group :coverage do
1111
gem 'simplecov'
1212
end
1313

14-
group :db do
15-
gemspec name: 'metasploit-framework-db'
16-
end
17-
1814
group :development do
1915
# Markdown formatting for yard
2016
gem 'redcarpet'
@@ -38,10 +34,6 @@ group :development, :test do
3834
gem 'rspec-rails' , '>= 2.12', '< 3.0.0'
3935
end
4036

41-
group :pcap do
42-
gemspec name: 'metasploit-framework-pcap'
43-
end
44-
4537
group :test do
4638
# cucumber extension for testing command line applications, like msfconsole
4739
gem 'aruba'

Gemfile.lock

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,31 @@ PATH
33
specs:
44
metasploit-framework (4.11.5)
55
actionpack (>= 4.0.9, < 4.1.0)
6+
activerecord (>= 4.0.9, < 4.1.0)
67
activesupport (>= 4.0.9, < 4.1.0)
78
bcrypt
89
filesize
910
jsobfu (~> 0.3.0)
1011
json
1112
metasm (~> 1.0.2)
1213
metasploit-concern (= 1.0.0)
14+
metasploit-credential (= 1.0.1)
1315
metasploit-model (= 1.0.0)
1416
metasploit-payloads (= 1.0.16)
17+
metasploit_data_models (= 1.2.9)
1518
msgpack
19+
network_interface (~> 0.0.1)
1620
nokogiri
1721
packetfu (= 1.1.11)
22+
pcaprub
23+
pg (>= 0.11)
1824
railties
1925
rb-readline-r7
2026
recog (= 2.0.14)
2127
robots
2228
rubyzip (~> 1.1)
2329
sqlite3
2430
tzinfo
25-
metasploit-framework-db (4.11.5)
26-
activerecord (>= 4.0.9, < 4.1.0)
27-
metasploit-credential (= 1.0.1)
28-
metasploit-framework (= 4.11.5)
29-
metasploit_data_models (= 1.2.9)
30-
pg (>= 0.11)
31-
metasploit-framework-pcap (4.11.5)
32-
metasploit-framework (= 4.11.5)
33-
network_interface (~> 0.0.1)
34-
pcaprub
3531

3632
GEM
3733
remote: https://rubygems.org/
@@ -242,8 +238,6 @@ DEPENDENCIES
242238
factory_girl_rails (~> 4.5.0)
243239
fivemat (= 1.2.1)
244240
metasploit-framework!
245-
metasploit-framework-db!
246-
metasploit-framework-pcap!
247241
pry
248242
rake (>= 10.0.0)
249243
redcarpet

external/ruby-kissfft/Gemfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

external/ruby-kissfft/LICENSE

Lines changed: 0 additions & 30 deletions
This file was deleted.

external/ruby-kissfft/Rakefile

Lines changed: 0 additions & 1 deletion
This file was deleted.

external/ruby-kissfft/ext/kissfft/_kiss_fft_guts.h

Lines changed: 0 additions & 164 deletions
This file was deleted.

external/ruby-kissfft/ext/kissfft/extconf.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)