Skip to content

Commit

Permalink
* Rakefile: no need to output the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
franckverrot committed Nov 11, 2014
1 parent 5115672 commit 7e78316
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Expand Up @@ -26,8 +26,6 @@ end
def gemspec
@gemspec ||= begin
file = File.expand_path('../rb_import.gemspec', __FILE__)
puts file.inspect
puts '**'*12
eval(File.read(file), binding, file)
end
end
Expand Down

0 comments on commit 7e78316

Please sign in to comment.