Remove suprious #dump on version
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d88b7ea530
commit
4a29a3e90b
@ -524,7 +524,7 @@ install?(:ext, :comm, :gem) do
|
||||
<<-GEMSPEC
|
||||
Gem::Specification.new do |s|
|
||||
s.name = #{name.dump}
|
||||
s.version = #{version.dump}
|
||||
s.version = #{version}
|
||||
s.summary = "This #{name} is bundled with Ruby"
|
||||
end
|
||||
GEMSPEC
|
||||
|
Loading…
x
Reference in New Issue
Block a user