seam 2.155.0 → 2.156.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 +4 -4
- data/Gemfile.lock +2 -2
- data/lib/seam/resources/device.rb +1 -1
- data/lib/seam/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 247581e0f8d436ac215b0d61c395ac758e0ede66c5f4346a2e1f51fc306cde31
|
|
4
|
+
data.tar.gz: 624028395d0f3eb86a5c1242682fe16ae6680ddc8da4f726384a1f74f02eacaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dec17988af333211941711738a22547f130510212dcb7e6eb8db994e95bbbe0fcf96027ccc0b0e9ec25d4b06aa3bef1343cdaf87a6fdf0b32fe77471a2c500c5
|
|
7
|
+
data.tar.gz: 0f8e8090015fe1d51d4f7a627a06e7af48e25bf3f2ec86419ede79918a3c35457a10ccd25272f1fa61d8f491ede855fa0c71e9053c1c9172cf4e34703cce2cab
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
seam (2.
|
|
4
|
+
seam (2.156.0)
|
|
5
5
|
faraday (~> 2.7)
|
|
6
6
|
faraday-retry (~> 2.2)
|
|
7
7
|
svix (~> 1.30)
|
|
@@ -171,7 +171,7 @@ CHECKSUMS
|
|
|
171
171
|
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
|
|
172
172
|
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
173
173
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
174
|
-
seam (2.
|
|
174
|
+
seam (2.156.0)
|
|
175
175
|
simplecov (1.1.1) sha256=25825ef13f0b2e74694d769817dad6ab8e90131dabdaa666e522fea105521e78
|
|
176
176
|
simplecov-console (0.9.5) sha256=b1108bcfff5f210143e2b8301698c367b01586f20d25a73e95475a5df6fc6ff6
|
|
177
177
|
standard (1.56.0) sha256=ae2af4d9669589162ac69ed5ef59dcf9f346d4afc81f7e62b84339310dfcb787
|
|
@@ -928,7 +928,7 @@ module Seam
|
|
|
928
928
|
# Device name for a Google Nest device. Google sets this value.
|
|
929
929
|
# @return [String, nil]
|
|
930
930
|
attr_accessor :device_name
|
|
931
|
-
#
|
|
931
|
+
# Name of the Google Home room containing the device. The device owner sets this value.
|
|
932
932
|
# @return [String, nil]
|
|
933
933
|
attr_accessor :display_name
|
|
934
934
|
# Device ID for a Google Nest device.
|
data/lib/seam/version.rb
CHANGED