Sha256: ac70475ad9e3bc5d2833a01677b477499f01f5b57895f46a5e02fd8d78b3e470

Contents?: true

Size: 700 Bytes

Versions: 8

Compression:

Stored size: 700 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/<%=config[:name]%>/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = [<%=config[:author].inspect%>]
  gem.email         = [<%=config[:email].inspect%>]
  gem.description   = %q{TODO: Write a gem description}
  gem.summary       = %q{TODO: Write a gem summary}
  gem.homepage      = ""

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = <%=config[:name].inspect%>
  gem.require_paths = ["lib"]
  gem.version       = <%=config[:constant_name]%>::VERSION
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
bundler-1.1.5 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.2.0.pre.1 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.1.4 lib/bundler/templates/newgem/newgem.gemspec.tt
rkh-bundler-1.2.0.pre lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.2.0.pre lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.1.3 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.1.2 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.1.1 lib/bundler/templates/newgem/newgem.gemspec.tt