vision_mate 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,5 +13,9 @@ module VisionMate
13
13
  def scan
14
14
  VisionMate::Rack.new(telnet_connection.scan)
15
15
  end
16
+
17
+ def close
18
+ telnet_connection.close
19
+ end
16
20
  end
17
21
  end
@@ -54,6 +54,10 @@ module VisionMate
54
54
  wait_for_data
55
55
  end
56
56
 
57
+ def close
58
+ telnet_connection.close
59
+ end
60
+
57
61
  private
58
62
 
59
63
  def telnet_command(string)
@@ -1,3 +1,3 @@
1
1
  module VisionMate
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vision_mate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-09-22 00:00:00.000000000 Z
13
+ date: 2014-09-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -142,7 +142,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  segments:
144
144
  - 0
145
- hash: -2394057685527187707
145
+ hash: -2689532409214660191
146
146
  required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  none: false
148
148
  requirements:
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  version: '0'
152
152
  segments:
153
153
  - 0
154
- hash: -2394057685527187707
154
+ hash: -2689532409214660191
155
155
  requirements: []
156
156
  rubyforge_project:
157
157
  rubygems_version: 1.8.23