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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3537305fd2e0820336aeae72b893d57e81f7c5e89c1439ad11ceab621c98fe7
4
- data.tar.gz: 24be84fdc5a329eed12a2d5b0cfe5a2e950e44a44b99b335fd9d1a0329cb2286
3
+ metadata.gz: 584cf2af81ea2c838fc084ef6ce4bc7b95970491cd88c8b93168cfc2649d8c9f
4
+ data.tar.gz: efda07eca2af74024f69ba3bd8439044010c0977e51547de2df461fccf0155a6
5
5
  SHA512:
6
- metadata.gz: 53bdca49fdb5085a4d9cd55df5e840155f6cbff9f0370edd74bc494abadeac971829266201d3c4ac8d870b252cd50b0e276b5e1e89b65b9f20c751d74f1761a5
7
- data.tar.gz: aa06286ad53e4947e12ed41258094a352f19d6b4f379167418ac70f442926a3cc19a9a0aa43f5c0bf83ca617a0efe6114fe266092aaec671f95edb478252cf7f
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: "layout/:layout_id/categories(/:id)"
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 "layout/:layout_id/versions(/:id)"
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
@@ -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/weather_location/:weather_location_id/forecasts(/: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
@@ -14,6 +14,6 @@ module LWS
14
14
 
15
15
  # The LWS library version.
16
16
  # @note The major and minor version parts match the LWS API version!
17
- VERSION = "7.3.1".freeze
17
+ VERSION = "7.3.2".freeze
18
18
 
19
19
  end
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.1
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-09-29 00:00:00.000000000 Z
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