vos 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/vos/box.rb +1 -1
  2. data/lib/vos/drivers/ssh.rb +1 -1
  3. metadata +2 -2
data/lib/vos/box.rb CHANGED
@@ -39,7 +39,7 @@ module Vos
39
39
 
40
40
 
41
41
  #
42
- # Micelaneous
42
+ # Miscellaneous
43
43
  #
44
44
  def inspect; driver.to_s end
45
45
  alias_method :to_s, :inspect
@@ -84,7 +84,7 @@ module Vos
84
84
 
85
85
 
86
86
  #
87
- # Micelaneous
87
+ # Miscellaneous
88
88
  #
89
89
  def to_s; options[:host] end
90
90
  def host; options[:host] end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-05 00:00:00 +04:00
13
+ date: 2011-07-30 00:00:00 +04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency