Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
gem specification platform is already Gem::Platform::RUBY
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Jarvis committed May 19, 2011
1 parent 9681b4c commit 8397456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bundler/templates/newgem/newgem.gemspec.tt
Expand Up @@ -5,7 +5,6 @@ require "<%=config[:name]%>/version"
Gem::Specification.new do |s|
s.name = <%=config[:name].inspect%>
s.version = <%=config[:constant_name]%>::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["TODO: Write your name"]
s.email = ["TODO: Write your email address"]
s.homepage = ""
Expand Down

0 comments on commit 8397456

Please sign in to comment.