wh2600 0.0.0
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 +7 -0
- data/lib/wh2600.rb +5 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 69477392187aa4fad01a360b6dd7b0a219687e1a
|
|
4
|
+
data.tar.gz: b9eb3ddd13034defc4bee09319c07122e7f35a98
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 506aebef2ca2456550b223f85e42846460768cee1501223de50a6109f95c01634eb6b335fcf3df3edeee0acd63fddaef6486f18aa2d943f25355fe737d80bb46
|
|
7
|
+
data.tar.gz: cd220cdfb56a3fb14feb0a0f7d17c1e716cea6cd6c5473d5fd0e5c82d3d0394c48a480d25e5204c3d18332c5c2ae8fc32d63619d4e1b38ccec6c078cd3c5d552
|
data/lib/wh2600.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: wh2600
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Krunoslav Husak
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2016-01-16 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Ruby gem for retrieving live data from Conrad Renkforce WH2600 / FOSHK
|
|
14
|
+
WH2600 / Froggit WH2601 / Ambient Weather WS-1400 weather station
|
|
15
|
+
email: kruno@binel.hr
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/wh2600.rb
|
|
21
|
+
homepage: https://github.com/h00s/wh2600
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata: {}
|
|
25
|
+
post_install_message:
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
requirements: []
|
|
40
|
+
rubyforge_project:
|
|
41
|
+
rubygems_version: 2.4.5
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Ruby gem for retrieving live data from Renkforce WH2600 weather station
|
|
45
|
+
test_files: []
|