Sha256: 9b54f6c638f2e6cc25b6aea8f88643b4471029320d152d6c3a740f63816ae6ad
Contents?: true
Size: 930 Bytes
Versions: 1
Compression:
Stored size: 930 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'vagrant-freebsd/version' Gem::Specification.new do |spec| spec.name = "vagrant-freebsd" spec.version = Vagrant::FreeBSD::VERSION spec.authors = ["Olexande Grynchuk"] spec.email = ["agrynchuk@gmail.com"] spec.description = "Guest plugin for Vagrant FreeBSD" spec.summary = "Guest plugin for Vagrant FreeBSD" spec.homepage = "https://github.com/ph20/vagrant-freebsd" 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"] # development dependencies spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-freebsd-0.0.1 | vagrant-freebsd.gemspec |