Sha256: 2d7d1966be4849a51e1f596e9b0e1e1d69c9666e9732484f9ddb4a8617305173
Contents?: true
Size: 586 Bytes
Versions: 3
Compression:
Stored size: 586 Bytes
Contents
lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require 'auto_network/version' Gem::Specification.new do |gem| gem.name = "vagrant-auto_network" gem.version = AutoNetwork::VERSION gem.authors = 'Adrien Thebo' gem.email = 'adrien@somethingsinistral.net' gem.homepage = 'https://github.com/adrienthebo/vagrant-auto_network' gem.summary = "Automatically create an internal network for all vagrant boxes" gem.files = %x{git ls-files -z}.split("\0") gem.require_path = 'lib' gem.license = 'Apache 2.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-auto_network-0.2.2 | vagrant-auto_network.gemspec |
vagrant-auto_network-0.2.1 | vagrant-auto_network.gemspec |
vagrant-auto_network-0.2.0 | vagrant-auto_network.gemspec |