Bumps version
This commit is contained in:
6
Rakefile
6
Rakefile
@@ -6,7 +6,9 @@ exec = []
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
require 'rubocop/rake_task'
|
require 'rubocop/rake_task'
|
||||||
|
|
||||||
RuboCop::RakeTask.new
|
RuboCop::RakeTask.new
|
||||||
|
|
||||||
exec << :rubocop
|
exec << :rubocop
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
end
|
end
|
||||||
@@ -14,9 +16,7 @@ end
|
|||||||
begin
|
begin
|
||||||
require 'rspec/core/rake_task'
|
require 'rspec/core/rake_task'
|
||||||
|
|
||||||
RSpec::Core::RakeTask.new(:spec) do |t|
|
RSpec::Core::RakeTask.new(:spec) { |t| t.rspec_opts = %w{--tag ~slow} }
|
||||||
t.rspec_opts = %w{--tag ~slow}
|
|
||||||
end
|
|
||||||
|
|
||||||
exec << :spec
|
exec << :spec
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
# Version
|
# Version
|
||||||
module WPScan
|
module WPScan
|
||||||
VERSION = '3.7.4'
|
VERSION = '3.7.5'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user