Sha256: 8ad99cbbe1a79da179924573d3d85e15e7e50543dff99b84029342dbdf819bc8
Contents?: true
Size: 570 Bytes
Versions: 1
Compression:
Stored size: 570 Bytes
Contents
GEM_NAME = 'stencil' GEM_FILES = FileList['**/*'] - FileList['coverage', 'coverage/**/*', 'pkg', 'pkg/**/*'] GEM_SPEC = Gem::Specification.new do |s| # == CONFIGURE == s.author = "Winton Welsh" s.email = "mail@wintoni.us" s.homepage = "http://github.com/winton/#{GEM_NAME}" s.summary = "Project template manager" # == CONFIGURE == s.executables << GEM_NAME s.extra_rdoc_files = [ "README.markdown" ] s.files = GEM_FILES.to_a s.has_rdoc = false s.name = GEM_NAME s.platform = Gem::Platform::RUBY s.require_path = "lib" s.version = "0.1.5" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stencil-0.1.5 | gemspec.rb |