trmnl_preview 0.5.9 → 0.5.10

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: 666e3d36b7605ff52258d520a44671f690064e2afaae9f7d9f700f807821c0bc
4
- data.tar.gz: 44939915d3f57c12d9662dd5501ed3c03960fece9fb89576af1f72d26a31a21e
3
+ metadata.gz: 1284d072dad9c13fd87baa49b1f98c58983413fd498662e958c5b911186db022
4
+ data.tar.gz: bf31cbce6a209ea388e43893f5a5c2a31eea6ce84543cf9ca4b0aa9bf5292fcf
5
5
  SHA512:
6
- metadata.gz: a8fa140c11d4c883814602007492523780c652e57fa4e21130db465ecd495c19ccc24166d9b06d03a94ea17d67e21299d5083aa308302f4bd4abedefb98f8471
7
- data.tar.gz: 48080478a80731230261db70534d79996f5acca48e64a1c9132dd1ad399547a166ec20cdf0366deb188acb488eae78a2473b165f5a2a71ec79281cfa666fb286
6
+ metadata.gz: 242011496ca09a5072ee9adbc97904b7eedadc1871ab0c7c195b634d352d6b8436a40a1316a477bc781e258f11a70768211abd7cc109b2429ac0d187ceb31508
7
+ data.tar.gz: e45fa96ea8020fd09b2710894cb4e3107b86959a2a41ff3c62437ce6ad750c5f8e047bd96e086e398b3108dd5f87e8ae1e8c44ecece3137df271e91e0864979a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.5.10
4
+
5
+ - Fix interpolation of multi-line polling URLs with custom fields
6
+
7
+ ## 0.5.9
8
+
9
+ - Add `pathname` dependency
10
+
3
11
  ## 0.5.8
4
12
 
5
13
  - Improve Docker commands in `bin/trmnlp` (@jrand0m, @jbarreiros)
@@ -28,7 +28,7 @@ module TRMNLP
28
28
 
29
29
  return [] if urls.nil?
30
30
 
31
- urls.strip.split("\n").map { |url| with_custom_fields(url.strip) }
31
+ with_custom_fields(urls).strip.split("\n")
32
32
  end
33
33
 
34
34
  def polling_url_text = polling_urls.join("\r\n") # for {{ trmnl }}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TRMNLP
4
- VERSION = "0.5.9".freeze
4
+ VERSION = "0.5.10".freeze
5
5
  end
data/web/views/index.erb CHANGED
@@ -35,7 +35,7 @@
35
35
  <select class="select-case">
36
36
  <option value="white">White</option>
37
37
  <option value="black">Black</option>
38
- <option value="mint">Mint</option>
38
+ <option value="mint">Sage</option>
39
39
  <option value="gray">Gray</option>
40
40
  <option value="wood">Wood</option>
41
41
  </select>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trmnl_preview
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9
4
+ version: 0.5.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rockwell Schrock