Sha256: 2501c42832354afa2f25bf50808ed7f0756f0d14093b72fd151bd8c4409b04dc

Contents?: true

Size: 880 Bytes

Versions: 1

Compression:

Stored size: 880 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name           = "vanity"
  spec.version        = "0.3.0"
  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,rails,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}"

  spec.add_dependency "redis", "0.1"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vanity-0.3.0 vanity.gemspec