Skip to content

Commit

Permalink
Fixed rdoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillen committed May 1, 2022
1 parent f972647 commit 5743947
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ DEPENDENCIES
simplecov-rcov!

BUNDLED WITH
1.17.2
2.3.12
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Rake::TestTask.new(:test) do |test|
test.verbose = true
end

require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.rdoc_files.include('README*')
Expand Down
4 changes: 2 additions & 2 deletions simplecov-rcov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'simplecov', '>= 0.4.1'

s.add_development_dependency 'bundler', '>= 1.0.0.rc.6'
s.add_development_dependency 'mocha'
s.add_development_dependency 'rake', '>=12.3.3'
Expand Down

0 comments on commit 5743947

Please sign in to comment.