Skip to content

Commit c85b82e

Browse files
author
Brent Cook
committed
Merge branch 'master' into land-5358-notes
2 parents b4e20c3 + 23c77ad commit c85b82e

File tree

109 files changed

+3208
-2090
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+3208
-2090
lines changed

Gemfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :coverage do
88
# code coverage for tests
99
# any version newer than 0.5.4 gives an Encoding error when trying to read the source files.
1010
# see: https://github.com/colszowka/simplecov/issues/127 (hopefully fixed in 0.8.0)
11-
gem 'simplecov', '0.5.4', :require => false
11+
gem 'simplecov'
1212
end
1313

1414
group :db do
@@ -25,12 +25,8 @@ group :development do
2525
end
2626

2727
group :development, :test do
28-
# supplies factories for producing model instance for specs
29-
# Version 4.1.0 or newer is needed to support generate calls without the
30-
# 'FactoryGirl.' in factory definitions syntax.
31-
gem 'factory_girl', '>= 4.1.0'
3228
# automatically include factories from spec/factories
33-
gem 'factory_girl_rails'
29+
gem 'factory_girl_rails', '~> 4.5.0'
3430
# Make rspec output shorter and more useful
3531
gem 'fivemat', '1.2.1'
3632
# running documentation generation tasks and rspec tasks

Gemfile.lock

Lines changed: 121 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ PATH
22
remote: .
33
specs:
44
metasploit-framework (4.11.0.pre.dev)
5-
actionpack (>= 3.2.21, < 4.0.0)
6-
activesupport (>= 3.2.21, < 4.0.0)
5+
actionpack (>= 4.0.9, < 4.1.0)
6+
activesupport (>= 4.0.9, < 4.1.0)
77
bcrypt
88
jsobfu (~> 0.2.0)
99
json
10-
metasploit-concern (= 0.4.0)
11-
metasploit-model (~> 0.29.0)
12-
metasploit-payloads (= 0.0.3)
10+
metasploit-concern (~> 1.0)
11+
metasploit-model (~> 1.0)
12+
metasploit-payloads (= 0.0.7)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
@@ -21,10 +21,10 @@ PATH
2121
sqlite3
2222
tzinfo
2323
metasploit-framework-db (4.11.0.pre.dev)
24-
activerecord (>= 3.2.21, < 4.0.0)
25-
metasploit-credential (= 0.14.5)
24+
activerecord (>= 4.0.9, < 4.1.0)
25+
metasploit-credential (~> 1.0)
2626
metasploit-framework (= 4.11.0.pre.dev)
27-
metasploit_data_models (= 0.24.0)
27+
metasploit_data_models (~> 1.0)
2828
pg (>= 0.11)
2929
metasploit-framework-pcap (4.11.0.pre.dev)
3030
metasploit-framework (= 4.11.0.pre.dev)
@@ -34,148 +34,147 @@ PATH
3434
GEM
3535
remote: https://rubygems.org/
3636
specs:
37-
actionmailer (3.2.21)
38-
actionpack (= 3.2.21)
39-
mail (~> 2.5.4)
40-
actionpack (3.2.21)
41-
activemodel (= 3.2.21)
42-
activesupport (= 3.2.21)
43-
builder (~> 3.0.0)
37+
actionmailer (4.0.13)
38+
actionpack (= 4.0.13)
39+
mail (~> 2.5, >= 2.5.4)
40+
actionpack (4.0.13)
41+
activesupport (= 4.0.13)
42+
builder (~> 3.1.0)
4443
erubis (~> 2.7.0)
45-
journey (~> 1.0.4)
46-
rack (~> 1.4.5)
47-
rack-cache (~> 1.2)
48-
rack-test (~> 0.6.1)
49-
sprockets (~> 2.2.1)
50-
activemodel (3.2.21)
51-
activesupport (= 3.2.21)
52-
builder (~> 3.0.0)
53-
activerecord (3.2.21)
54-
activemodel (= 3.2.21)
55-
activesupport (= 3.2.21)
56-
arel (~> 3.0.2)
57-
tzinfo (~> 0.3.29)
58-
activeresource (3.2.21)
59-
activemodel (= 3.2.21)
60-
activesupport (= 3.2.21)
61-
activesupport (3.2.21)
62-
i18n (~> 0.6, >= 0.6.4)
63-
multi_json (~> 1.0)
64-
arel (3.0.3)
44+
rack (~> 1.5.2)
45+
rack-test (~> 0.6.2)
46+
activemodel (4.0.13)
47+
activesupport (= 4.0.13)
48+
builder (~> 3.1.0)
49+
activerecord (4.0.13)
50+
activemodel (= 4.0.13)
51+
activerecord-deprecated_finders (~> 1.0.2)
52+
activesupport (= 4.0.13)
53+
arel (~> 4.0.0)
54+
activerecord-deprecated_finders (1.0.4)
55+
activesupport (4.0.13)
56+
i18n (~> 0.6, >= 0.6.9)
57+
minitest (~> 4.2)
58+
multi_json (~> 1.3)
59+
thread_safe (~> 0.1)
60+
tzinfo (~> 0.3.37)
61+
arel (4.0.2)
6562
arel-helpers (2.1.0)
6663
activerecord (>= 3.1.0, < 5)
67-
aruba (0.6.1)
64+
aruba (0.6.2)
6865
childprocess (>= 0.3.6)
6966
cucumber (>= 1.1.1)
7067
rspec-expectations (>= 2.7.0)
7168
bcrypt (3.1.10)
72-
builder (3.0.4)
73-
capybara (2.4.1)
69+
builder (3.1.4)
70+
capybara (2.4.4)
7471
mime-types (>= 1.16)
7572
nokogiri (>= 1.3.3)
7673
rack (>= 1.0.0)
7774
rack-test (>= 0.5.4)
7875
xpath (~> 2.0)
79-
childprocess (0.5.3)
76+
childprocess (0.5.5)
8077
ffi (~> 1.0, >= 1.0.11)
8178
coderay (1.1.0)
82-
cucumber (1.2.1)
79+
cucumber (1.3.19)
8380
builder (>= 2.1.2)
8481
diff-lcs (>= 1.1.3)
85-
gherkin (~> 2.11.0)
86-
json (>= 1.4.6)
87-
cucumber-rails (1.4.0)
88-
capybara (>= 1.1.2)
89-
cucumber (>= 1.2.0)
90-
nokogiri (>= 1.5.0)
91-
rails (>= 3.0.0)
82+
gherkin (~> 2.12)
83+
multi_json (>= 1.7.5, < 2.0)
84+
multi_test (>= 0.1.2)
85+
cucumber-rails (1.4.2)
86+
capybara (>= 1.1.2, < 3)
87+
cucumber (>= 1.3.8, < 2)
88+
mime-types (>= 1.16, < 3)
89+
nokogiri (~> 1.5)
90+
rails (>= 3, < 5)
9291
diff-lcs (1.2.5)
92+
docile (1.1.5)
9393
erubis (2.7.0)
94-
factory_girl (4.4.0)
94+
factory_girl (4.5.0)
9595
activesupport (>= 3.0.0)
96-
factory_girl_rails (4.4.1)
97-
factory_girl (~> 4.4.0)
96+
factory_girl_rails (4.5.0)
97+
factory_girl (~> 4.5.0)
9898
railties (>= 3.0.0)
99-
ffi (1.9.3)
99+
ffi (1.9.8)
100100
fivemat (1.2.1)
101-
gherkin (2.11.6)
102-
json (>= 1.7.6)
101+
gherkin (2.12.2)
102+
multi_json (~> 1.3)
103103
hike (1.2.3)
104104
i18n (0.7.0)
105-
journey (1.0.4)
106105
jsobfu (0.2.1)
107106
rkelly-remix (= 0.0.6)
108107
json (1.8.2)
109-
mail (2.5.4)
110-
mime-types (~> 1.16)
111-
treetop (~> 1.4.8)
112-
metasploit-concern (0.4.0)
113-
activesupport (~> 3.0, >= 3.0.0)
114-
railties (< 4.0.0)
115-
metasploit-credential (0.14.5)
116-
metasploit-concern (= 0.4.0)
117-
metasploit-model (~> 0.29.0)
118-
metasploit_data_models (= 0.24.0)
108+
mail (2.6.3)
109+
mime-types (>= 1.16, < 3)
110+
metasploit-concern (1.0.0)
111+
activerecord (>= 4.0.9, < 4.1.0)
112+
activesupport (>= 4.0.9, < 4.1.0)
113+
railties (>= 4.0.9, < 4.1.0)
114+
metasploit-credential (1.0.0)
115+
metasploit-concern (~> 1.0)
116+
metasploit-model (~> 1.0)
117+
metasploit_data_models (~> 1.0)
119118
pg
120-
railties (< 4.0.0)
119+
railties
121120
rubyntlm
122121
rubyzip (~> 1.1)
123-
metasploit-model (0.29.2)
124-
activesupport
125-
railties (< 4.0.0)
126-
metasploit-payloads (0.0.3)
127-
metasploit_data_models (0.24.0)
128-
activerecord (>= 3.2.13, < 4.0.0)
129-
activesupport
122+
metasploit-model (1.0.0)
123+
activemodel (>= 4.0.9, < 4.1.0)
124+
activesupport (>= 4.0.9, < 4.1.0)
125+
railties (>= 4.0.9, < 4.1.0)
126+
metasploit-payloads (0.0.7)
127+
metasploit_data_models (1.0.1)
128+
activerecord (>= 4.0.9, < 4.1.0)
129+
activesupport (>= 4.0.9, < 4.1.0)
130130
arel-helpers
131-
metasploit-concern (= 0.4.0)
132-
metasploit-model (~> 0.29.0)
131+
metasploit-concern (~> 1.0)
132+
metasploit-model (~> 1.0)
133133
pg
134-
railties (< 4.0.0)
134+
postgres_ext
135+
railties (>= 4.0.9, < 4.1.0)
135136
recog (~> 1.0)
136137
method_source (0.8.2)
137-
mime-types (1.25.1)
138+
mime-types (2.4.3)
138139
mini_portile (0.6.2)
140+
minitest (4.7.5)
139141
msgpack (0.5.11)
140-
multi_json (1.0.4)
142+
multi_json (1.11.0)
143+
multi_test (0.1.2)
141144
network_interface (0.0.1)
142145
nokogiri (1.6.6.2)
143146
mini_portile (~> 0.6.0)
144147
packetfu (1.1.9)
145-
pcaprub (0.11.3)
148+
pcaprub (0.12.0)
146149
pg (0.18.1)
147-
polyglot (0.3.5)
148-
pry (0.10.0)
150+
pg_array_parser (0.0.9)
151+
postgres_ext (2.4.1)
152+
activerecord (>= 4.0.0)
153+
arel (>= 4.0.1)
154+
pg_array_parser (~> 0.0.9)
155+
pry (0.10.1)
149156
coderay (~> 1.1.0)
150157
method_source (~> 0.8.1)
151158
slop (~> 3.4)
152-
rack (1.4.5)
153-
rack-cache (1.2)
154-
rack (>= 0.4)
155-
rack-ssl (1.3.4)
156-
rack
159+
rack (1.5.2)
157160
rack-test (0.6.3)
158161
rack (>= 1.0)
159-
rails (3.2.21)
160-
actionmailer (= 3.2.21)
161-
actionpack (= 3.2.21)
162-
activerecord (= 3.2.21)
163-
activeresource (= 3.2.21)
164-
activesupport (= 3.2.21)
165-
bundler (~> 1.0)
166-
railties (= 3.2.21)
167-
railties (3.2.21)
168-
actionpack (= 3.2.21)
169-
activesupport (= 3.2.21)
170-
rack-ssl (~> 1.3.2)
162+
rails (4.0.13)
163+
actionmailer (= 4.0.13)
164+
actionpack (= 4.0.13)
165+
activerecord (= 4.0.13)
166+
activesupport (= 4.0.13)
167+
bundler (>= 1.3.0, < 2.0)
168+
railties (= 4.0.13)
169+
sprockets-rails (~> 2.0)
170+
railties (4.0.13)
171+
actionpack (= 4.0.13)
172+
activesupport (= 4.0.13)
171173
rake (>= 0.8.7)
172-
rdoc (~> 3.4)
173-
thor (>= 0.14.6, < 2.0)
174+
thor (>= 0.18.1, < 2.0)
174175
rake (10.4.2)
175176
rb-readline-r7 (0.5.2.0)
176-
rdoc (3.12.2)
177-
json (~> 1.4)
178-
recog (1.0.27)
177+
recog (1.0.29)
179178
nokogiri
180179
redcarpet (3.2.3)
181180
rkelly-remix (0.0.6)
@@ -184,12 +183,12 @@ GEM
184183
rspec-core (~> 2.99.0)
185184
rspec-expectations (~> 2.99.0)
186185
rspec-mocks (~> 2.99.0)
187-
rspec-collection_matchers (1.0.0)
186+
rspec-collection_matchers (1.1.2)
188187
rspec-expectations (>= 2.99.0.beta1)
189-
rspec-core (2.99.1)
188+
rspec-core (2.99.2)
190189
rspec-expectations (2.99.2)
191190
diff-lcs (>= 1.1.3, < 2.0)
192-
rspec-mocks (2.99.2)
191+
rspec-mocks (2.99.3)
193192
rspec-rails (2.99.0)
194193
actionpack (>= 3.0)
195194
activemodel (>= 3.0)
@@ -201,37 +200,40 @@ GEM
201200
rspec-mocks (~> 2.99.0)
202201
rubyntlm (0.5.0)
203202
rubyzip (1.1.7)
204-
shoulda-matchers (2.6.2)
205-
simplecov (0.5.4)
206-
multi_json (~> 1.0.3)
207-
simplecov-html (~> 0.5.3)
208-
simplecov-html (0.5.3)
203+
shoulda-matchers (2.8.0)
204+
activesupport (>= 3.0.0)
205+
simplecov (0.9.2)
206+
docile (~> 1.1.0)
207+
multi_json (~> 1.0)
208+
simplecov-html (~> 0.9.0)
209+
simplecov-html (0.9.0)
209210
slop (3.6.0)
210-
sprockets (2.2.3)
211+
sprockets (2.12.3)
211212
hike (~> 1.2)
212213
multi_json (~> 1.0)
213214
rack (~> 1.0)
214215
tilt (~> 1.1, != 1.3.0)
216+
sprockets-rails (2.2.4)
217+
actionpack (>= 3.0)
218+
activesupport (>= 3.0)
219+
sprockets (>= 2.8, < 4.0)
215220
sqlite3 (1.3.10)
216221
thor (0.19.1)
222+
thread_safe (0.3.5)
217223
tilt (1.4.1)
218-
timecop (0.7.1)
219-
treetop (1.4.15)
220-
polyglot
221-
polyglot (>= 0.3.1)
224+
timecop (0.7.3)
222225
tzinfo (0.3.43)
223226
xpath (2.0.0)
224227
nokogiri (~> 1.3)
225-
yard (0.8.7.4)
228+
yard (0.8.7.6)
226229

227230
PLATFORMS
228231
ruby
229232

230233
DEPENDENCIES
231234
aruba
232235
cucumber-rails
233-
factory_girl (>= 4.1.0)
234-
factory_girl_rails
236+
factory_girl_rails (~> 4.5.0)
235237
fivemat (= 1.2.1)
236238
metasploit-framework!
237239
metasploit-framework-db!
@@ -242,6 +244,6 @@ DEPENDENCIES
242244
rspec (>= 2.12, < 3.0.0)
243245
rspec-rails (>= 2.12, < 3.0.0)
244246
shoulda-matchers
245-
simplecov (= 0.5.4)
247+
simplecov
246248
timecop
247249
yard

0 commit comments

Comments
 (0)