Skip to content

Commit

Permalink
Fix double include bug
Browse files Browse the repository at this point in the history
MSP-11359
  • Loading branch information
limhoff-r7 committed Sep 18, 2014
1 parent 10ba95c commit 0eb1525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/metasploit/model/search/operator/single.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'metasploit/model/search/operator/single'
require 'metasploit/model/search/operator'

# If all you want do is customize the name and operation `Class` that your custom operator class returns from
# `#operate_on`, then you can subclass {Metasploit::Model::Search::Operator::Single} instead of
Expand Down
2 changes: 1 addition & 1 deletion lib/metasploit/model/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Version
# The minor version number, scoped to the {MAJOR} version number.
MINOR = 27
# The patch number, scoped to the {MINOR} version number.
PATCH = 0
PATCH = 1

# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
Expand Down

0 comments on commit 0eb1525

Please sign in to comment.