insnergy-api-ruby-client 0.15.0 → 0.15.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
  SHA1:
3
- metadata.gz: 2b28471bd699512bf03850f9f45ea7fcd86dfa56
4
- data.tar.gz: 210898772cbcc2e148e7fb5668906d6756d38f1a
3
+ metadata.gz: 51469db3815c859b02aecd33a34689132d1a7163
4
+ data.tar.gz: 43fc6950a6481f80b0a3d4aa12b0bd80b1bf0885
5
5
  SHA512:
6
- metadata.gz: 75e6ec10b9b5dc2b94b4c1cec2764926f19f19e510dcea85625fcdc2795a1bfd4607e552d46d13c0ce5bdd38389804588849b90cf8bf6e0d586322523f0fa6c0
7
- data.tar.gz: c0a7ef9593cc4fef1a5020a3f86f8ddc074eaac164df5862357aa909f21ea6d30160783e3ca2188b2766e442a17e1e2338b42d735c30933c699abdcf46ae52bb
6
+ metadata.gz: 7fb4aa37e9c792be8a29ea3d7ade56486cc1c58887b94d5a169d697501351952f3ee0bc8fbe934ee526b8f10a929f6df5e95848a8eabff2ecd6f7cbbbad65956
7
+ data.tar.gz: 2c1fc194c584653ff39745c76a873506ff4e0c75c25546d308641f047462d64a16471b286bf0b08e508d87e60e13be503af0061e6c89de1913cf5c56b254bffa
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.15.0
1
+ 0.15.1
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: insnergy-api-ruby-client 0.15.0 ruby lib
5
+ # stub: insnergy-api-ruby-client 0.15.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "insnergy-api-ruby-client"
9
- s.version = "0.15.0"
9
+ s.version = "0.15.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -138,7 +138,7 @@ module Insnergy
138
138
  end
139
139
 
140
140
  def widget_info_value
141
- self."#{@widget_dev_type_name}"
141
+ self.send(:"#{@widget_dev_type_name}")
142
142
  end
143
143
 
144
144
  def co_meter
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: insnergy-api-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaogaau