Sha256: 51e4e934cb3fcf276d2e72e69f18780b09d1ee7527a0707d2386c20deddae58e

Contents?: true

Size: 784 Bytes

Versions: 10

Compression:

Stored size: 784 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
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    = ""
  s.summary     = %q{TODO: Write a gem summary}
  s.description = %q{TODO: Write a gem description}

  s.rubyforge_project = <%=config[:name].inspect%>

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
bundler-1.0.13 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.1.pre.2 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.0.12 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.0.11 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler_package_git-1.1.pre.1 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.1.pre.1 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.0.10 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.1.pre lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.0.9 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.0.7 lib/bundler/templates/newgem/newgem.gemspec.tt