trmnl-api 0.18.0 → 0.19.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
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +1 -1
- data/lib/trmnl/api/endpoints/recipe.rb +1 -1
- data/lib/trmnl/api/models/display.rb +1 -1
- data/lib/trmnl/api/models/recipe.rb +1 -1
- data/lib/trmnl/api/models/recipes/author.rb +1 -1
- data/lib/trmnl/api/models/recipes/data.rb +1 -1
- data/trmnl-api.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3c03e9ded479cf04ef8e035dbc2370b7ea85f6e6c100e923151a0b12c4449ea
|
|
4
|
+
data.tar.gz: ce9207dfa7ccfddb34c9459cb6a62681b99aefcfceaa2d1ed99a0b75c028d61b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8475df46de7907f16ec20200e9b331e7cd740778d09ae83816654cc23ac7d9604b927ccf10d2b6a2f799d9f12f25bbc899543c576f2972c996ae864eadb655b
|
|
7
|
+
data.tar.gz: a72e2f57727fa4fd2db7b600e93b26a7ee6b098b937341f30a1de6d90f21cfa397563ac35860fdd41c44795f4aa362048cf7a5037b43b5bd09f2555063259f9a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -146,7 +146,7 @@ client.display token: "secret"
|
|
|
146
146
|
# maximum_compatibility=false,
|
|
147
147
|
# refresh_rate=1765,
|
|
148
148
|
# reset_firmware=false,
|
|
149
|
-
# special_function="
|
|
149
|
+
# special_function="none",
|
|
150
150
|
# temperature_profile="default",
|
|
151
151
|
# touchbar_mode="tap",
|
|
152
152
|
# update_firmware=true
|
|
@@ -17,7 +17,7 @@ module TRMNL
|
|
|
17
17
|
:github_url,
|
|
18
18
|
:youtube_url
|
|
19
19
|
) do
|
|
20
|
-
def self.for
|
|
20
|
+
def self.for locale_reducer: LocaleReducer, **attributes
|
|
21
21
|
description_locales = locale_reducer.call attributes
|
|
22
22
|
new(description_locales:, **attributes)
|
|
23
23
|
end
|
data/trmnl-api.gemspec
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trmnl-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TRMNL
|
|
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
268
268
|
- !ruby/object:Gem::Version
|
|
269
269
|
version: '0'
|
|
270
270
|
requirements: []
|
|
271
|
-
rubygems_version: 4.0.
|
|
271
|
+
rubygems_version: 4.0.16
|
|
272
272
|
specification_version: 4
|
|
273
273
|
summary: A monadic TRMNL API client.
|
|
274
274
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|