Sha256: ac80cab166c82f74a69ec85ff87f606e4e1c6a7920c280b0b774e71ccb58ed23
Contents?: true
Size: 839 Bytes
Versions: 1
Compression:
Stored size: 839 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "vanity" spec.version = "1.0.0" spec.author = "Assaf Arkin" spec.email = "assaf@labnotes.org" spec.homepage = "http://vanity.labnotes.org" 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-1.0.0 | vanity.gemspec |