vagrant-multi-putty 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
  require 'rubygems'
3
3
  require 'optparse'
4
4
 
5
- module VagrantMuliPutty
5
+ module VagrantMultiPutty
6
6
  class Command < Vagrant::Command::Base
7
7
  def execute
8
8
  options = {}
@@ -1,3 +1,3 @@
1
1
  module VagrantMultiPutty
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -6,6 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Nick Downs"]
8
8
  s.email = ["nickryand@gmail.com"]
9
+ s.licenses = ["MIT"]
9
10
  s.homepage = "https://github.com/nickryand/vagrant-multi-putty"
10
11
  s.summary = "Vagrant plugin to allow VM ssh with PuTTY (multi-vm supported)"
11
12
  s.description = "Vagrant plugin to allow VM ssh with PuTTY (multi-vm supported)"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-multi-putty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-23 00:00:00.000000000 Z
12
+ date: 2013-03-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: vagrant
@@ -44,7 +44,8 @@ files:
44
44
  - lib/vagrant_init.rb
45
45
  - vagrant-multi-putty.gemspec
46
46
  homepage: https://github.com/nickryand/vagrant-multi-putty
47
- licenses: []
47
+ licenses:
48
+ - MIT
48
49
  post_install_message:
49
50
  rdoc_options: []
50
51
  require_paths: