Sha256: 35e94b32bbe560a37dfcd416660b8d179ac923052a832fac72a1d570def138f7

Contents?: true

Size: 684 Bytes

Versions: 14

Compression:

Stored size: 684 Bytes

Contents

$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
require 'vagrant-hosts/version'

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'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
vagrant-hosts-2.2.0 vagrant-hosts.gemspec
vagrant-hosts-2.1.5 vagrant-hosts.gemspec
vagrant-hosts-2.1.4 vagrant-hosts.gemspec
vagrant-hosts-2.1.3 vagrant-hosts.gemspec
vagrant-hosts-2.1.2 vagrant-hosts.gemspec
vagrant-hosts-2.1.1 vagrant-hosts.gemspec
vagrant-hosts-2.1.0 vagrant-hosts.gemspec
vagrant-hosts-2.0.0 vagrant-hosts.gemspec
vagrant-hosts-2.0.0rc1 vagrant-hosts.gemspec
vagrant-hosts-1.1.5 vagrant-hosts.gemspec
vagrant-hosts-1.1.4 vagrant-hosts.gemspec
vagrant-hosts-1.1.3 vagrant-hosts.gemspec
vagrant-hosts-1.1.2 vagrant-hosts.gemspec
vagrant-hosts-1.1.1 vagrant-hosts.gemspec