Sha256: 4137af7be694f083041f8031d612979793b548e448f642216e40b50edc8475a5
Contents?: true
Size: 843 Bytes
Versions: 1
Compression:
Stored size: 843 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "vanity" spec.version = "0.3.1" spec.author = "Assaf Arkin" spec.email = "assaf@labnotes.org" spec.homepage = "http://assaf.github.com/vanity" spec.summary = "Experience Driven Development framework for Rails" spec.description = "Mirror, mirror on the wall ..." spec.post_install_message = "To get started run vanity --help" spec.files = Dir["{bin,lib,vendor,test}/**/*", "CHANGELOG", "MIT-LICENSE", "README.rdoc", "vanity.gemspec"] spec.executable = "vanity" spec.has_rdoc = true spec.extra_rdoc_files = "README.rdoc", "CHANGELOG" spec.rdoc_options = "--title", "Vanity #{spec.version}", "--main", "README.rdoc", "--webcvs", "http://github.com/assaf/#{spec.name}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vanity-0.3.1 | vanity.gemspec |