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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/britishgashive.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 148d15ebb61649f323b5e49d7b194ca3d6778b19
4
- data.tar.gz: 9d390e7308ef5fe39f715a854368abd3f6274e74
3
+ metadata.gz: a6d2c0757e4c8be827cd0d4dba6aaa877cc4e7b2
4
+ data.tar.gz: a8a4d34885a44720edd0f0169609699bfd9b92c2
5
5
  SHA512:
6
- metadata.gz: aaa2a6ee7f86cc3209afc644128ea99082f6dc1a311800d9f55f08fabb3b1d511899695bca2246154e03f3d2d178e3e5f6168a991832b1c9a7cfe1af268544d5
7
- data.tar.gz: b251a186cde1b31fbd5ac84d5cba7ec92107bfeecbaf58cdb4b3fd6fe5395448ce182b6207fa463eb922d365ee1beca1efb0696922ca1a339ab230d6b2de078f
6
+ metadata.gz: a69b60bfec25b74d3e84b56cf67a9bfcd0134bcda49ca9fa0f1e38efb757c9266f20507c1d74c1930ff34550f81f78cd903320556204e5c495e2e9aa0bc9c031
7
+ data.tar.gz: 98869b0d1c8243a232518ef5a9da86621f96acd8b73b3f5f65c37d094051add99d05988b533d2b4f3d5864b7d8dd4a435940dd8176c8988f8012dbe6bc0d5a45
@@ -4,7 +4,7 @@ require 'uri'
4
4
  require 'net/http'
5
5
  require 'json'
6
6
 
7
- class AlertMe
7
+ class BritishGasHive
8
8
 
9
9
  @hub = nil
10
10
  @cookie = nil
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.1
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 AlertMe API used by British Gas in the HIVE
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.5
41
+ rubygems_version: 2.4.6
42
42
  signing_key:
43
43
  specification_version: 4
44
- summary: Ruby Bindings for the BritishGasHive API!
44
+ summary: Ruby Bindings for the AlertMe API!
45
45
  test_files: []