druzy-protocol 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7e935c38827e4252d14801c77cc25e2aafdb302
4
- data.tar.gz: 8db7c49b9b6e37895706f3535df1b7ef992c165b
3
+ metadata.gz: 106c765ba8473825b573f620679d362d459e83f9
4
+ data.tar.gz: c965940fd139b4484d33db7cedca2b327208c5ed
5
5
  SHA512:
6
- metadata.gz: ed7a247bbbd8c19a412a3b7f92fefe2f423b76a043828b99f06d123d517e27203add6dd013e6da30fba1813bd1b764a35b5ceb303e7d96dc359a42e119000c4d
7
- data.tar.gz: b325bb75f528d73494510dc1121d218019270fb21580e72d3e035faa9119c71b83414453c446d1b7c63e65ae33c9eacaa328b96df50641b5f1f659f897ddaed2
6
+ metadata.gz: 20c6487044df78e7d85979a8b9bca7686b68de9204d2c9e5960e4202a25ec5398eccd79eab9500cee7d12fff25a85fb89ebd61c0a273c70aef045e6e9bd78fdd
7
+ data.tar.gz: 4386ceaecb620809bf8e60a014737e0364ce7518ff2b4b28929153d883d71c3f566bdcf267fd3bc0f4d1a1374d87c03336a9867aa052259a5f3cecf73cbe36e9
@@ -1,5 +1,5 @@
1
1
  module Druzy
2
2
  module Protocol
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -11,7 +11,7 @@ module Druzy
11
11
  Dir[File.join(@@plugin_dir, '*.rb')].each {|file| require "druzy/protocol/plugin/"+File.basename(file,"*.rb")}
12
12
  end
13
13
 
14
- def inherited(klass)
14
+ def self.inherited(klass)
15
15
  @@discoverers << klass.new
16
16
  end
17
17
 
@@ -29,5 +29,8 @@ module Druzy
29
29
  end
30
30
  end
31
31
 
32
+ class Device
33
+
34
+ end
32
35
  end
33
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: druzy-protocol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Le Greneur
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-23 00:00:00.000000000 Z
11
+ date: 2016-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler