Sha256: 5ce6bc9b5a7b3850060dfd263fed3b1c10243d35addfa24539a3653f6c67ab86

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

$: << File.dirname(__FILE__) + "/lib"
require "vanity/version"

Gem::Specification.new do |spec|
  spec.name           = "tupalo-vanity"
  spec.version        = Vanity::VERSION
  spec.author         = "Assaf Arkin; Constantin Hofstetter"
  spec.email          = "assaf@labnotes.org; consti@tupalo.com"
  spec.homepage       = "http://vanity.labnotes.org"
  spec.summary        = "Experience Driven Development framework for Ruby"
  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", "*.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.required_ruby_version = '>= 1.8.7'
  spec.add_dependency "redis", "~>2.0"
  spec.add_dependency "redis-namespace", "~>0.7"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tupalo-vanity-1.5.1 tupalo-vanity.gemspec