Sha256: fe4c7e135943d1765b4bb7cc3c09b2f79890e35fa2989acf36396f27e6b2628b

Contents?: true

Size: 764 Bytes

Versions: 8

Compression:

Stored size: 764 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = <%=config[:name].inspect%>
  gem.version       = <%=config[:constant_name]%>::VERSION
  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.require_paths = ["lib"]
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bundler-1.2.5 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.2.4 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.2.3 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.2.2 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.2.1 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.2.0 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.2.0.rc.2 lib/bundler/templates/newgem/newgem.gemspec.tt
bundler-1.2.0.rc lib/bundler/templates/newgem/newgem.gemspec.tt