Sha256: e3c345522c5d9a8aeab6fe3c42b7df3f8c3d4f7c8624028d17cb332cc21ba60c

Contents?: true

Size: 971 Bytes

Versions: 2

Compression:

Stored size: 971 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/vagrant-vyatta/version', __FILE__)

Gem::Specification.new do |spec|
  spec.name          = "vagrant-vyatta"
  spec.version       = VagrantPlugins::GuestVyatta::VERSION
  spec.authors       = ["KUSAKABE Yuya"]
  spec.email         = ["yuya.kusakabe@gmail.com"]
  spec.description   = "Vyatta Guest Support for Vagrant"
  spec.summary       = "A small gem that adds Vyatta guest support to vagrant."
  spec.homepage      = "https://github.com/higebu/vagrant-vyatta"
  spec.license       = "MIT"

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

  spec.required_rubygems_version = ">= 1.8.23"
  spec.rubyforge_project = "vagrant-vyatta"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-vyatta-0.0.4 vagrant-vyatta.gemspec
vagrant-vyatta-0.0.3 vagrant-vyatta.gemspec