lennartkoopmann-scopeport-client-ruby 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -19,7 +19,6 @@
19
19
 
20
20
  puts "Starting up (Ruby #{RUBY_VERSION} #{RUBY_PLATFORM})"
21
21
 
22
- require "sensor-linux.rb"
23
22
  require "socket"
24
23
 
25
24
  hostname = "localhost"
@@ -27,6 +26,9 @@ port = 12200
27
26
  host_id = 1
28
27
  password = "secret"
29
28
 
29
+ system = `uname -snrm`.chop
30
+ puts "Loaded sensor definition file GNU/Linux (#{system})"
31
+
30
32
  class Sensor
31
33
  public
32
34
  def initialize sensor_name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lennartkoopmann-scopeport-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lennart Koopmann
@@ -15,17 +15,15 @@ dependencies: []
15
15
 
16
16
  description:
17
17
  email: lennart@scopeport.org
18
- executables: []
19
-
18
+ executables:
19
+ - scopeport-client
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
25
  - VERSION
26
- - lib/scopeport-client-ruby.rb
27
- - lib/sensor-linux.rb
28
- has_rdoc: true
26
+ has_rdoc: false
29
27
  homepage: http://www.scopeport.org/
30
28
  post_install_message:
31
29
  rdoc_options:
data/lib/sensor-linux.rb DELETED
@@ -1,2 +0,0 @@
1
- system = `uname -snrm`.chop
2
- puts "Loaded sensor definition file GNU/Linux (#{system})"