e-meter-gom-daemon 0.2.1 → 0.2.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.
- data/README.markdown +19 -9
- data/VERSION +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -1,25 +1,35 @@
|
|
|
1
1
|
# e-meter-gom-daemon
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This gem implements a GOMSIA AB Sensor node. It will read the e-meter values
|
|
4
|
+
and updates a GOM attribute.
|
|
4
5
|
|
|
5
6
|
## Install
|
|
6
7
|
|
|
8
|
+
## From Source
|
|
7
9
|
As this gem uses jeweler you can make use of the rake gem tasks to install:
|
|
8
10
|
|
|
9
11
|
$ rake gemspec build install
|
|
10
12
|
|
|
13
|
+
## From Gemmcutter
|
|
14
|
+
|
|
15
|
+
$ gem install
|
|
16
|
+
|
|
11
17
|
## Dependencies
|
|
12
18
|
|
|
13
19
|
## Note on Patches/Pull Requests
|
|
14
20
|
|
|
15
|
-
* Fork the project.
|
|
16
|
-
* Make your feature addition or bug fix.
|
|
17
|
-
* Add tests for it. This is important so I don't break it in a
|
|
18
|
-
|
|
19
|
-
* Commit, do not mess with rakefile, version, or history.
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
* Send me a pull request. Bonus points for topic branches.
|
|
21
|
+
* Fork the project.
|
|
22
|
+
* Make your feature addition or bug fix.
|
|
23
|
+
* Add tests for it. This is important so I don't break it in a
|
|
24
|
+
future version unintentionally.
|
|
25
|
+
* Commit, do not mess with rakefile, version, or history.
|
|
26
|
+
(if you want to have your own version, that is fine but
|
|
27
|
+
bump version in a commit by itself I can ignore when I pull)
|
|
28
|
+
* Send me a pull request. Bonus points for topic branches.
|
|
29
|
+
|
|
30
|
+
## further info
|
|
31
|
+
- see: https://t-gallery.artcom.de/trac/wiki/e-meter-in-production
|
|
32
|
+
|
|
23
33
|
|
|
24
34
|
## Copyright
|
|
25
35
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: e-meter-gom-daemon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- art+com/dirk luesebrink
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-01-
|
|
12
|
+
date: 2010-01-18 00:00:00 +01:00
|
|
13
13
|
default_executable: e-meter-gom-daemon
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|