Sha256: 967422f93881ae817c4cacca331505c7aa5cd1e5da5c153e4d3fc38ebab7a4c8
Contents?: true
Size: 869 Bytes
Versions: 5
Compression:
Stored size: 869 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 %> task library" 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 like README here. s.extra_rdoc_files = %W{ } # 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" : '' %> <%= tapfile ? " tapfile.rb\n" : '' %> test/tap_test_helper.rb test/tap_test_suite.rb test/tapfile_test.rb } end
Version data entries
5 entries across 5 versions & 2 rubygems