winds-up-client 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/winds-up-client.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 604135a06e9e5d58e26990fcd1e174095f70f99755dfd6f874e499314b056086
4
- data.tar.gz: 49ab8a197fc430bbf5523e507ae03c7c863f7dc0cf0fd6189706afd1e1eccce4
3
+ metadata.gz: fda203d632bbd33c3c959f2faad26222963c2b4329f561cf2f93aaace36c8501
4
+ data.tar.gz: 1e082915dddc5defa78efb70bf41c8369a3a3174c05adf10f2f9b9592b0061ce
5
5
  SHA512:
6
- metadata.gz: ad6ba01d16c9177fa45b75aec4fec7eeb2bb46b5bb4224348f250b5f65a18cf1fb1f3c5e49ab7ca2502500547080abc806964ee62c998743e1c09c612652b90f
7
- data.tar.gz: fcfd8e0609c03cea95f73f0c217ccb83c98820dfba860595f5732387cba7e23f36aad87308fec458198197e3bf96694010bf10b8933fbfca55300c7c4f415d87
6
+ metadata.gz: ca31d4a4719b86e9b0e6c0a7b5706ff7fc2aacd04ecff24d7a36f2f44e31692d6a4d6f2d35ff0c30110e9c10cadd10f8e9fc510578e51773a57795147c54a68e
7
+ data.tar.gz: 8a27e4795e573c8194be047fa5a45ffd4b7029f37e280bfc0256f9a40df17ccd4f3e8802ca39e0902d7ee08c511e87f92583ee2811e77cbc68b04f7727115c7a
@@ -136,7 +136,7 @@ class WindsUpClient
136
136
  if @options[:short]
137
137
  result += "#{spot[:title]}: #{to_arrows(spot[:wind])}\n"
138
138
  elsif @options[:ultrashort]
139
- result += "#{spot[:title][0]} #{to_arrows(spot[:wind]).sub(" nds", "")} "
139
+ result += "#{spot[:title][0]}#{to_arrows(spot[:wind]).sub(" nds", "").sub(" ", "")}"
140
140
  else
141
141
  rows = spot_row spot
142
142
  if i % 2 == 1
@@ -153,7 +153,7 @@ class WindsUpClient
153
153
 
154
154
  def favorites_spots_text_with_cache
155
155
  path = "#{ENV['HOME']}/.local/share/winds-up-client.cache"
156
- if Time.now - File.mtime(path) > 60
156
+ if not File.exists?(path) or Time.now - File.mtime(path) > 60
157
157
  File.write(path, favorites_spots_text)
158
158
  end
159
159
  File.read(path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winds-up-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Abdesselam