forked from assaf/vanity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvanity.gemspec
18 lines (16 loc) · 862 Bytes
/
vanity.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |spec|
spec.name = "vanity"
spec.version = "1.3.0"
spec.author = "Assaf Arkin"
spec.email = "[email protected]"
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", "Rakefile", "Gemfile", "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