Sha256: 70dbdf851489eadf05ebf50552ac9c8af4a7c6c710b65097d5b7c1eb16e91642
Contents?: true
Size: 738 Bytes
Versions: 1
Compression:
Stored size: 738 Bytes
Contents
$LOAD_PATH.push File.expand_path('../lib', __FILE__) require 'vagrant-mosh/version' Gem::Specification.new do |s| s.name = 'vagrant-mosh' s.version = VagrantPlugins::Mosh::VERSION s.author = 'Alex Rodionov' s.email = 'p0deje@gmail.com' s.homepage = 'http://github.com/p0deje/vagrant-mosh' s.summary = 'Use Mosh to connect to box' s.description = 'Vagrant plugin to use Mosh to connect to box' s.license = 'MIT' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_paths = %w[lib] s.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-mosh-0.1.0 | vagrant-mosh.gemspec |