Skip to content

Commit

Permalink
Fix gem build task
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Dec 6, 2019
1 parent c8e0fb1 commit a6bd416
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions adsf/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@ Rake::TestTask.new(:test) do |t|
t.verbose = false
end

file 'NEWS.md' => '../NEWS.md' do |task|
cp task.prerequisites.first, task.name
end

file 'README.md' => '../README.md' do |task|
cp task.prerequisites.first, task.name
end

task gem: ['NEWS.md', 'README.md'] do
task gem: ['README.md'] do
sh('gem build *.gemspec')
end

Expand Down

0 comments on commit a6bd416

Please sign in to comment.