Sha256: 79ccb426e7df59cf1fc751482b0be8d52b52997d8cde18f49b6fe64eaccfbd05

Contents?: true

Size: 820 Bytes

Versions: 1

Compression:

Stored size: 820 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "<%= project_name %>"
  s.version = "0.0.1"
  #s.author = "Your Name Here"
  #s.email = "your.email@pubfactory.edu"
  #s.homepage = "http://rubyforge.org/projects/<%= project_name %>/"
  s.platform = Gem::Platform::RUBY
  s.summary = "<%= project_name %>"
  s.require_path = "lib"
  #s.rubyforge_project = "<%= project_name %>"
  s.add_dependency("tap", "= <%= Tap::VERSION %>")
  s.has_rdoc = true
  s.rdoc_options.concat %W{--main README -S -N --title <%= project_name.capitalize %>}
  
  # list extra rdoc files here.
  s.extra_rdoc_files = %W{
    README
<%= license ? "    MIT-LICENSE\n" : '' %>
  }
  
  # list the files you want to include here. you can
  # check this manifest using 'rake :print_manifest'
  s.files = %W{
<%= config_file ? "    tap.yml\n" : '' %>
  }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tap-0.12.3 lib/tap/generator/generators/root/templates/gemspec