Sha256: 14e377d3a0831ec2c8d0d04e264af8da6edd477965944b975e5e7bf04b411e8b
Contents?: true
Size: 849 Bytes
Versions: 3
Compression:
Stored size: 849 Bytes
Contents
$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'lib')) require 'vagrant-hosts/version' require 'date' Gem::Specification.new do |gem| gem.name = 'vagrant-hosts' gem.version = VagrantHosts::VERSION gem.date = Date.today.to_s gem.summary = 'Manage static DNS on vagrant guests' gem.description = <<-EOD Manage static DNS entries and configuration for Vagrant guests. EOD gem.authors = 'Adrien Thebo' gem.email = 'adrien@somethingsinistral.net' gem.homepage = 'https://github.com/adrienthebo/vagrant-hosts' gem.has_rdoc = true gem.license = 'Apache 2.0' gem.files = %x{git ls-files -z}.split("\0") gem.require_path = 'lib' gem.add_development_dependency 'rake' # Pin to 2.14.x for compatibility with vagrant-spec. gem.add_development_dependency 'rspec', '~> 2.14.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-hosts-2.6.2 | vagrant-hosts.gemspec |
vagrant-hosts-2.6.1 | vagrant-hosts.gemspec |
vagrant-hosts-2.6.0 | vagrant-hosts.gemspec |