Sha256: 792c388701c77f68435accb0506e6107db5eabcdfe726b4288d4d796d15b7b9d
Contents?: true
Size: 838 Bytes
Versions: 1
Compression:
Stored size: 838 Bytes
Contents
#!/usr/bin/env gem build # encoding: utf-8 require "base64" Gem::Specification.new do |s| s.name = "template-inheritance" s.version = "0.3.1" s.authors = ["Jakub Šťastný aka Botanicus"] s.homepage = "http://github.com/botanicus/template-inheritance" s.summary = "" s.description = "" # TODO: long description s.email = Base64.decode64("c3Rhc3RueUAxMDFpZGVhcy5jeg==\n") s.has_rdoc = true # files s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] # dependencies s.add_dependency "tilt" s.add_dependency "haml" # begin # require "changelog" # rescue LoadError # warn "You have to have changelog gem installed for post install message" # else # s.post_install_message = CHANGELOG.new.version_changes # end # RubyForge s.rubyforge_project = "template-inheritance" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
template-inheritance-0.3.1 | template-inheritance.gemspec |