aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-05-19 14:04:08 -0700
committerLee Jarvis <lee@jarvis.co>2011-05-19 14:04:08 -0700
commit83974569ff7f27183f9220e361519e4ac210d640 (patch)
treeaee56ef4403c67cac10e5809629b3233305a73fc /lib
parent9681b4c712a32b222c8688dc044cd1b1916b6951 (diff)
downloadbundler-83974569ff7f27183f9220e361519e4ac210d640.tar.gz
gem specification platform is already Gem::Platform::RUBY
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/templates/newgem/newgem.gemspec.tt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/newgem.gemspec.tt b/lib/bundler/templates/newgem/newgem.gemspec.tt
index 4bf214a2..19d452a7 100644
--- a/lib/bundler/templates/newgem/newgem.gemspec.tt
+++ b/lib/bundler/templates/newgem/newgem.gemspec.tt
@@ -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 = ""