Sha256: e80e9d9abb029b6a6db2bc395467337c130051faeab306df1a4d4aa2c3bfec95
Contents?: true
Size: 708 Bytes
Versions: 4
Compression:
Stored size: 708 Bytes
Contents
require File.expand_path('../lib/vagrant-ip-show/version', __FILE__) Gem::Specification.new do |s| s.name = 'vagrant-ip-show' s.version = Vagrant::IpShow::VERSION s.date = '2015-10-07' s.summary = "List all ips of VM networks" s.description = "A simple vagrant plugin for listing all ip of VM networks" s.authors = ["Rogerio Prado de Jesus"] s.email = 'rogeriopradoj@gmail.com' s.files = `git ls-files`.split($\) s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) } s.require_paths = ['lib'] s.homepage = 'https://github.com/rogeriopradoj/vagrant-ip-show' s.license = 'MIT' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vagrant-ip-show-0.0.4 | vagrant-ip.gemspec |
vagrant-ip-show-0.0.3 | vagrant-ip.gemspec |
vagrant-ip-show-0.0.2 | vagrant-ip.gemspec |
vagrant-ip-show-0.0.1 | vagrant-ip.gemspec |