vagrant-serial 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
1
-
2
1
  require "vagrant"
3
2
  require "vagrant-serial/version"
4
3
  require "vagrant-serial/middleware/configure_ports"
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Serial
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-serial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -24,7 +24,7 @@ files:
24
24
  - README.md
25
25
  - Rakefile
26
26
  - lib/vagrant-serial.rb
27
- - lib/vagrant-serial/middleware/clear_forwarded_ports
27
+ - lib/vagrant-serial/middleware/clear_forwarded_ports.rb
28
28
  - lib/vagrant-serial/middleware/configure_ports.rb
29
29
  - lib/vagrant-serial/middleware/forward_ports.rb
30
30
  - lib/vagrant-serial/version.rb