lws 7.3.0 → 7.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 +4 -4
- data/lib/lws/apps/auth.rb +8 -7
- data/lib/lws/apps/corporate_website.rb +8 -7
- data/lib/lws/apps/digital_signage.rb +19 -9
- data/lib/lws/apps/generic.rb +8 -7
- data/lib/lws/apps/maps.rb +8 -7
- data/lib/lws/apps/presence.rb +18 -7
- data/lib/lws/apps/resource.rb +8 -7
- data/lib/lws/apps/ticket.rb +8 -7
- data/lib/lws/config.rb +8 -7
- data/lib/lws/errors.rb +8 -7
- data/lib/lws/middleware/http_logger.rb +8 -7
- data/lib/lws/middleware/json_logger.rb +8 -7
- data/lib/lws/middleware/json_parser.rb +8 -7
- data/lib/lws/middleware/request_headers.rb +8 -7
- data/lib/lws/middleware.rb +8 -7
- data/lib/lws/stubbing.rb +8 -7
- data/lib/lws/version.rb +9 -8
- data/lib/lws.rb +8 -7
- data/test/api_token_middleware_test.rb +8 -7
- data/test/auth_test.rb +8 -7
- data/test/caching_test.rb +8 -7
- data/test/corporate_website_test.rb +8 -7
- data/test/digital_signage_test.rb +8 -7
- data/test/generic_test.rb +8 -7
- data/test/http_caching_test.rb +8 -7
- data/test/json_parser_test.rb +8 -7
- data/test/logger_test.rb +8 -7
- data/test/maps_test.rb +8 -7
- data/test/presence_test.rb +8 -7
- data/test/resource_test.rb +8 -7
- data/test/setup_test.rb +8 -7
- data/test/stubbing_test.rb +8 -7
- data/test/support/with_env.rb +8 -7
- data/test/test_helper.rb +8 -7
- data/test/ticket_test.rb +8 -7
- metadata +18 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3537305fd2e0820336aeae72b893d57e81f7c5e89c1439ad11ceab621c98fe7
|
|
4
|
+
data.tar.gz: 24be84fdc5a329eed12a2d5b0cfe5a2e950e44a44b99b335fd9d1a0329cb2286
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53bdca49fdb5085a4d9cd55df5e840155f6cbff9f0370edd74bc494abadeac971829266201d3c4ac8d870b252cd50b0e276b5e1e89b65b9f20c751d74f1761a5
|
|
7
|
+
data.tar.gz: aa06286ad53e4947e12ed41258094a352f19d6b4f379167418ac70f442926a3cc19a9a0aa43f5c0bf83ca617a0efe6114fe266092aaec671f95edb478252cf7f
|
data/lib/lws/apps/auth.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
# = The auth app module
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
# = The corporate website app module
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
# = The digital_signage app module
|
|
@@ -77,6 +78,11 @@ module LWS::DigitalSignage
|
|
|
77
78
|
# @return [Array<Channel::Group>] the groups the channel is a member of
|
|
78
79
|
has_many :groups, class_name: "LWS::DigitalSignage::Channel::Group"
|
|
79
80
|
|
|
81
|
+
# @!attribute layout_kind
|
|
82
|
+
# @return ["default", "stage"] the layout (version) kinds to consider
|
|
83
|
+
# when generating a playlist for the channel
|
|
84
|
+
attribute :layout_kind
|
|
85
|
+
|
|
80
86
|
# @!attribute marquee_config
|
|
81
87
|
# @return [String] the marquee/ticker tape configuration (JSON) of the channel
|
|
82
88
|
attribute :marquee_config
|
|
@@ -808,8 +814,8 @@ module LWS::DigitalSignage
|
|
|
808
814
|
attribute :rotation_angle
|
|
809
815
|
|
|
810
816
|
# @!attribute status [r]
|
|
811
|
-
# @return ["initializing", "creating_pack", "creating_thumbnail",
|
|
812
|
-
# the status of the layout version
|
|
817
|
+
# @return ["initializing", "creating_pack", "creating_thumbnail",
|
|
818
|
+
# "available", "archive", "stage"] the status of the layout version
|
|
813
819
|
attribute :status
|
|
814
820
|
|
|
815
821
|
# @!attribute thumbnail_url
|
|
@@ -1804,6 +1810,10 @@ module LWS::DigitalSignage
|
|
|
1804
1810
|
# @!attribute thumbnail_url
|
|
1805
1811
|
# @return [String, nil] the URL of the thumbnail of the slide
|
|
1806
1812
|
attribute :thumbnail_url
|
|
1813
|
+
|
|
1814
|
+
# @!attribute uuid
|
|
1815
|
+
# @return [String] the UUID of the slide
|
|
1816
|
+
attribute :uuid
|
|
1807
1817
|
end
|
|
1808
1818
|
|
|
1809
1819
|
# = The slide schedule class
|
data/lib/lws/apps/generic.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
# = The generic app module
|
data/lib/lws/apps/maps.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
# = The maps app module
|
data/lib/lws/apps/presence.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
# = The presence app module
|
|
@@ -219,6 +220,11 @@ module LWS::Presence
|
|
|
219
220
|
# @return [String, nil] reference of the location in the remote database
|
|
220
221
|
attribute :import_ref
|
|
221
222
|
|
|
223
|
+
# @!attribute invite_remarks
|
|
224
|
+
# @return [String, nil] the remarks to add when sending invites for
|
|
225
|
+
# appointments involving the location
|
|
226
|
+
attribute :invite_remarks
|
|
227
|
+
|
|
222
228
|
# @!attribute journals
|
|
223
229
|
# @return [Array<Journal>] the journal (entries) associated with the location
|
|
224
230
|
has_many :journals, class: "LWS::Presence::Journal"
|
|
@@ -287,6 +293,11 @@ module LWS::Presence
|
|
|
287
293
|
# @return [Array<Reader>] the (RFID/code/ID/...) readers linked to this location
|
|
288
294
|
has_many :readers
|
|
289
295
|
|
|
296
|
+
# @!attribute reservation_required
|
|
297
|
+
# @return [Boolean] whether a reservation is required for checking in to
|
|
298
|
+
# this location
|
|
299
|
+
attribute :reservation_required
|
|
300
|
+
|
|
290
301
|
# @!attribute status
|
|
291
302
|
# @return ["available", "maintenance_cleaning",
|
|
292
303
|
# "maintenance_technical", "reserved", "unavailable",
|
data/lib/lws/apps/resource.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
# = The resource app module
|
data/lib/lws/apps/ticket.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
# = The ticket app module
|
data/lib/lws/config.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
module LWS
|
|
12
13
|
|
data/lib/lws/errors.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
module LWS
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
module LWS
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
module LWS
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
module LWS
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
module LWS
|
data/lib/lws/middleware.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
module LWS
|
data/lib/lws/stubbing.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
module LWS
|
data/lib/lws/version.rb
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
module LWS
|
|
13
14
|
|
|
14
15
|
# The LWS library version.
|
|
15
16
|
# @note The major and minor version parts match the LWS API version!
|
|
16
|
-
VERSION = "7.3.
|
|
17
|
+
VERSION = "7.3.1".freeze
|
|
17
18
|
|
|
18
19
|
end
|
data/lib/lws.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
require "faraday_middleware"
|
|
12
13
|
require "faraday/http_cache"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/auth_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/caching_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/generic_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/http_caching_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/json_parser_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/logger_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/maps_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/presence_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/resource_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/setup_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
require "test_helper"
|
|
12
13
|
|
data/test/stubbing_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
data/test/support/with_env.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
class Minitest::Test
|
data/test/test_helper.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require 'simplecov'
|
data/test/ticket_test.rb
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright © 2016–
|
|
2
|
+
# Copyright © 2016–2021 LeftClick Web Services B.V.
|
|
3
3
|
#
|
|
4
|
-
# This software is property of LeftClick B.V. and cannot be
|
|
5
|
-
# and/or modified without permission. The software or any
|
|
6
|
-
# cannot be used for any other purposes than the LeftClick
|
|
7
|
-
# only during a valid license subscription. For more
|
|
8
|
-
# contact LeftClick B.V. at:
|
|
9
|
-
#
|
|
4
|
+
# This software is property of LeftClick Web Services B.V. and cannot be
|
|
5
|
+
# redistributed and/or modified without permission. The software or any
|
|
6
|
+
# of its parts cannot be used for any other purposes than the LeftClick
|
|
7
|
+
# services and only during a valid license subscription. For more
|
|
8
|
+
# information, please contact LeftClick Web Services B.V. at:
|
|
9
|
+
# Schootense Dreef 20A, 5708 HZ Helmond, The Netherlands,
|
|
10
|
+
# info@leftclick.eu, +3185-4444-004.
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
require "test_helper"
|
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.1
|
|
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-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday-http-cache
|
|
@@ -310,28 +310,28 @@ signing_key:
|
|
|
310
310
|
specification_version: 4
|
|
311
311
|
summary: LeftClick web services library for Ruby
|
|
312
312
|
test_files:
|
|
313
|
+
- test/presence_test.rb
|
|
313
314
|
- test/http_caching_test.rb
|
|
314
315
|
- test/generic_test.rb
|
|
315
|
-
- test/caching_test.rb
|
|
316
|
-
- test/api_token_middleware_test.rb
|
|
317
316
|
- test/corporate_website_test.rb
|
|
318
|
-
- test/ticket_test.rb
|
|
319
317
|
- test/stubbing_test.rb
|
|
320
|
-
- test/
|
|
321
|
-
- test/
|
|
318
|
+
- test/support/with_env.rb
|
|
319
|
+
- test/caching_test.rb
|
|
320
|
+
- test/maps_test.rb
|
|
321
|
+
- test/ticket_test.rb
|
|
322
|
+
- test/api_token_middleware_test.rb
|
|
323
|
+
- test/digital_signage_test.rb
|
|
324
|
+
- test/json_parser_test.rb
|
|
325
|
+
- test/logger_test.rb
|
|
326
|
+
- test/config/switch_env.yml
|
|
322
327
|
- test/config/full.yml
|
|
323
328
|
- test/config/empty.yml
|
|
324
|
-
- test/config/endpoints.yml
|
|
325
|
-
- test/config/switch_env.yml
|
|
326
329
|
- test/config/tokens.yml
|
|
327
|
-
- test/
|
|
328
|
-
- test/
|
|
329
|
-
- test/digital_signage_test.rb
|
|
330
|
-
- test/test_helper.rb
|
|
331
|
-
- test/maps_test.rb
|
|
332
|
-
- test/support/with_env.rb
|
|
333
|
-
- test/resource_test.rb
|
|
330
|
+
- test/config/invalid.yml
|
|
331
|
+
- test/config/endpoints.yml
|
|
334
332
|
- test/auth_test.rb
|
|
335
|
-
- test/
|
|
336
|
-
- test/fixtures/permissions.yml
|
|
333
|
+
- test/test_helper.rb
|
|
337
334
|
- test/fixtures/auth.yml
|
|
335
|
+
- test/fixtures/permissions.yml
|
|
336
|
+
- test/resource_test.rb
|
|
337
|
+
- test/setup_test.rb
|