Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test move logging to core #17506

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ source 'https://rubygems.org'
# spec.add_runtime_dependency '<name>', [<version requirements>]
gemspec name: 'metasploit-framework'

gem 'rex-core', git: 'https://github.com/sempervictus/rex-core.git', branch: 'structure/move_logging_to_core'

# separate from test as simplecov is not run on travis-ci
group :coverage do
# code coverage for tests
Expand Down
11 changes: 9 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/sempervictus/rex-core.git
revision: 7b5e2954d3be6375f911ee359b048a91f881c222
branch: structure/move_logging_to_core
specs:
rex-core (0.1.29)

PATH
remote: .
specs:
Expand Down Expand Up @@ -345,7 +352,6 @@ GEM
rex-core
rex-struct2
rex-text
rex-core (0.1.28)
rex-encoder (0.1.6)
metasm
rex-arch
Expand Down Expand Up @@ -510,6 +516,7 @@ DEPENDENCIES
pry-byebug
rake
redcarpet
rex-core!
rspec-rails
rspec-rerun
rubocop
Expand All @@ -519,4 +526,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.1.4
2.2.33
67 changes: 0 additions & 67 deletions lib/rex/logging.rb

This file was deleted.

216 changes: 0 additions & 216 deletions lib/rex/logging/log_dispatcher.rb

This file was deleted.

39 changes: 0 additions & 39 deletions lib/rex/logging/log_sink.rb

This file was deleted.

Loading