Sha256: 92fdad755ff346cce3ecd992496d037a26805cef56aace29617e32e2145008ae
Contents?: true
Size: 839 Bytes
Versions: 1
Compression:
Stored size: 839 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "vanity" spec.version = "1.2.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.2.0 | vanity.gemspec |