lws 7.3.1 → 7.3.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/lws/apps/digital_signage.rb +2 -2
- data/lib/lws/apps/resource.rb +1 -1
- data/lib/lws/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 584cf2af81ea2c838fc084ef6ce4bc7b95970491cd88c8b93168cfc2649d8c9f
|
|
4
|
+
data.tar.gz: efda07eca2af74024f69ba3bd8439044010c0977e51547de2df461fccf0155a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 926f2d6dcdca21e5b61e9c7e09e35d1838b446821fcfe2e0fa7722d1561dfd31a5a236d00070d04dbad182136130a3e8c95fb8c486a4b5f1b711cc533abc7041
|
|
7
|
+
data.tar.gz: 49b3b7cbf19e8c6844bab2fccd46f4a6c8d1c00697f4bcf45ea06725e7a2dc4b51afe3cff361e182ea133351687d7dc5fd6faa4824132ef8fd6f0c014cf559c0
|
|
@@ -512,7 +512,7 @@ module LWS::DigitalSignage
|
|
|
512
512
|
# the layout
|
|
513
513
|
# FIXME: Missing endpoint in LWS
|
|
514
514
|
has_many :categories, class_name: "LWS::DigitalSignage::Layout::Category",
|
|
515
|
-
uri: "
|
|
515
|
+
uri: "layouts/:layout_id/categories(/:id)"
|
|
516
516
|
|
|
517
517
|
# @!attribute company_owner
|
|
518
518
|
# @return [LWS::Auth::Company] the company that owns the layout
|
|
@@ -770,7 +770,7 @@ module LWS::DigitalSignage
|
|
|
770
770
|
# This class is only used within the context of the {Layout} class.
|
|
771
771
|
class Layout::Version < LWS::Generic::Model
|
|
772
772
|
use_api LWS::DigitalSignage.api
|
|
773
|
-
uri "
|
|
773
|
+
uri "layouts/:layout_id/versions(/:id)"
|
|
774
774
|
|
|
775
775
|
# @!attribute archive_storage_id
|
|
776
776
|
# @return [String, nil] sthe storage ID of the archive/layout pack of the
|
data/lib/lws/apps/resource.rb
CHANGED
|
@@ -406,7 +406,7 @@ module LWS::Resource
|
|
|
406
406
|
# @return [Forecast] the forecasts for the weather location
|
|
407
407
|
has_many :forecasts,
|
|
408
408
|
class_name: "LWS::Resource::Collection::WeatherLocation::Forecast",
|
|
409
|
-
uri: "collections/:collection_id/
|
|
409
|
+
uri: "collections/:collection_id/weather_locations/:weather_location_id/forecasts(/:id)"
|
|
410
410
|
|
|
411
411
|
# @!attribute kind
|
|
412
412
|
# @return ["unknown", "yahoo"] the kind of the weather location
|
data/lib/lws/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lws
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.3.
|
|
4
|
+
version: 7.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- LeftClick B.V.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday-http-cache
|