Sha256: cdab4de23769d91f8f322ea78d66f506e46ebc934bddefa98d82672e55657fdc

Contents?: true

Size: 971 Bytes

Versions: 3

Compression:

Stored size: 971 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'vagrant-foodtaster-server/version'

Gem::Specification.new do |gem|
  gem.name          = "vagrant-foodtaster-server"
  gem.version       = Vagrant::Foodtaster::Server::VERSION
  gem.authors       = ["Mike Lapshin", "Serzh Nechyporchuk"]
  gem.email         = ["mikhail.a.lapshin@gmail.com"]
  gem.description   = %q{A Foodtaster DRb server.}
  gem.summary       = %q{Foodtaster is a tool for testing Chef cookbooks using RSpec and Vagrant. This plugin allows Foodtaster to interact with Vagrant via simple DRb protocol. }
  gem.homepage      = ""
  gem.license       = 'MIT'

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
  gem.add_runtime_dependency 'sahara'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-foodtaster-server-0.0.10 vagrant-foodtaster-server.gemspec
vagrant-foodtaster-server-0.0.9 vagrant-foodtaster-server.gemspec
vagrant-foodtaster-server-0.0.8 vagrant-foodtaster-server.gemspec