Sha256: 3c0413694be7d4a0b6b2bc02e9f4dc242cb6a92cfa7ac93b8ec3f5564ef27599
Contents?: true
Size: 788 Bytes
Versions: 6
Compression:
Stored size: 788 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.test_file = "test/tap_test_suite.rb" #s.rubyforge_project = "<%= project_name %>" #s.has_rdoc = true s.add_dependency("tap", "= <%= Tap::VERSION %>") # list extra rdoc files here. s.extra_rdoc_files = %W{ README } # 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" : '' %> test/tap_test_helper.rb test/tap_test_suite.rb } end
Version data entries
6 entries across 6 versions & 2 rubygems