BritishGasHive 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 +4 -4
- data/lib/britishgashive.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6d2c0757e4c8be827cd0d4dba6aaa877cc4e7b2
|
|
4
|
+
data.tar.gz: a8a4d34885a44720edd0f0169609699bfd9b92c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a69b60bfec25b74d3e84b56cf67a9bfcd0134bcda49ca9fa0f1e38efb757c9266f20507c1d74c1930ff34550f81f78cd903320556204e5c495e2e9aa0bc9c031
|
|
7
|
+
data.tar.gz: 98869b0d1c8243a232518ef5a9da86621f96acd8b73b3f5f65c37d094051add99d05988b533d2b4f3d5864b7d8dd4a435940dd8176c8988f8012dbe6bc0d5a45
|
data/lib/britishgashive.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: BritishGasHive
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joseph Douce
|
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2015-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: A Ruby interface for the
|
|
13
|
+
description: A Ruby interface for the alertMe API used by British Gas in the HIVE
|
|
14
14
|
Active Heating system, Very limited at the moment more features to come soon
|
|
15
15
|
email: affix@affix.me
|
|
16
16
|
executables: []
|
|
@@ -38,8 +38,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
38
38
|
version: '0'
|
|
39
39
|
requirements: []
|
|
40
40
|
rubyforge_project:
|
|
41
|
-
rubygems_version: 2.4.
|
|
41
|
+
rubygems_version: 2.4.6
|
|
42
42
|
signing_key:
|
|
43
43
|
specification_version: 4
|
|
44
|
-
summary: Ruby Bindings for the
|
|
44
|
+
summary: Ruby Bindings for the AlertMe API!
|
|
45
45
|
test_files: []
|