tplink_smarthome_api 0.3.0 → 0.3.1

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
  SHA256:
3
- metadata.gz: a7c3f6ef9f99c7964c872665441a94a314c726a89d93aae5ec7625b8adaa6541
4
- data.tar.gz: 12cec7c9cf751aba456133cd88b8b5592ab6751b0b764bf29a69c911e17c9897
3
+ metadata.gz: e54c4617270e91e6816842fc7da48765db6433aed55160eb81f30580809cfab3
4
+ data.tar.gz: 0fda84a3de6e2eb89ce93ad672ce417a928bde8616bdcba1440a17b0bf0a14b1
5
5
  SHA512:
6
- metadata.gz: 2e302dc08a85ca110bb245467125cee6e7878607ce84250304e887a6b8c4a4ec3cf9f187c8692be7e06f564d105a2a43634600f0ff03c938fbf3dcc11ddb5c57
7
- data.tar.gz: fb076f5d2f0363f4acfde3fa837b653ae8693c4df09fe0002219f56de1ea9aa7bda581287694e79e79c9e4d94c96926f85ec6b52957ac01475f6d75e0fa360a4
6
+ metadata.gz: 8d8aaf630b3b661def3143b1470cbc200756c2ecefe125006376a1ea6cd39bfddfb217d7e8e90f55560d675e7f04efd755f77c0f7304937c024d2c9ad0806676
7
+ data.tar.gz: bd9a7cbc9db1d08f50f58a981ee3039a6d9a0aa6967a80b51a5b96b164f95a9453476b172abadcf9d02915f573eeba35bdecc57392dac92ff13df4a751372135
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tplink_smarthome_api (0.3.0)
4
+ tplink_smarthome_api (0.3.1)
5
5
  json
6
6
 
7
7
  GEM
@@ -5,7 +5,7 @@ class TplinkSmarthomeApi
5
5
  attr_accessor :ip_address, :verbose
6
6
 
7
7
  def initialize(ip_address, verbose: false)
8
- raise RuntimeError unless self.dependendies_met?
8
+ raise RuntimeError unless self.class.dependencies_met?
9
9
  @ip_address = ip_address
10
10
  @verbose = verbose
11
11
  end
@@ -1,3 +1,3 @@
1
1
  class TplinkSmarthomeApi
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tplink_smarthome_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Mercier