Sha256: d55314f5e96d7b5075b41927a18dae5b9b7aa39c7647a6bee9cfe97a30beebe7

Contents?: true

Size: 980 Bytes

Versions: 11

Compression:

Stored size: 980 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name          = 'vagrant-goodhosts'
  s.version       = VagrantPlugins::GoodHosts::VERSION
  s.platform      = Gem::Platform::RUBY
  s.authors       = ['Daniele Scasciafratte']
  s.email         = ['mte90net@gmail.com']
  s.description   = "Enables Vagrant to update hosts file on the host machine with goodhosts"
  s.summary       = s.description
  s.homepage      = 'https://github.com/goodhosts/vagrant'
  s.license       = 'MIT'

  s.files         = `git ls-files`.split($/)
  s.files        += Dir.glob("lib/vagrant-goodhosts/bundle/*")
  s.executables   = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ['lib']

  s.add_development_dependency 'bundler', '~> 1.3'
  s.add_development_dependency 'rake'
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
vagrant-goodhosts-1.0.19 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.18 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.17 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.16 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.15 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.14 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.13 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.12 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.11 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.10 vagrant-goodhosts.gemspec
vagrant-goodhosts-1.0.9 vagrant-goodhosts.gemspec