bingwallpaper 0.5.3 → 0.5.4

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZWM1OWI4MWQ0MmEwMTY4YTY1ZDNhMTYwMWFkOWUwZjExN2I4NWZhMw==
4
+ MDY0Y2MwYTA0ZDlhNDNhMjg1NzA1MDA3Yzk5ZGY1NmFkZTFlYzM1NQ==
5
5
  data.tar.gz: !binary |-
6
- NGY0NDFjOTdmMTMwMTAxMzc3N2JiMTFkYzkyMDczNmM5YWJkYjIwNw==
6
+ ODBiODFjMDI1NzkwNmI0NmQ4ODZiNjhkNzlkMDIyN2Y1ZmZhZmE1MQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDc3NTQ5OTVjZGVmMGZiYzViM2JlMzkyZTYzNWVmNzUyODViZmVjY2QxOGIx
10
- NzMxNjc0NDEzMjVjOTRiOWJkZmZkOTViM2QwYjAwNjBhNTAxNzBkZTQzOTRi
11
- ZTFmYTQxMTI3MjAxMjdjZDBiNjk3NzViZDlhMDQ2ZTQ3MGZmYTE=
9
+ OGM2NGM5NmIwZTAzYTFlMjlhMWE5MzA4ZDY4ZDI2Y2NlOGYwODAxNzYzYmEy
10
+ YjJiOTAyOTcwNDNiMTUzYWEwMzQwMmVlYjY1YTg1Mzc2ZGYyMDdmNThiZWFi
11
+ MDk1ZGJiNGQ4MDIyNzFjOTJmMjcyYTcwMDBhOWRjYzk4MDgyN2E=
12
12
  data.tar.gz: !binary |-
13
- ZTdiODE1ZjVkMDNjMzFkYmUxMjNhMGQyM2E1MzAxNDE3ODI5OGE1Y2VjY2Ew
14
- OGIwMDc3NjNlYmU5NjVmYmY5ZTU0MTJlM2EwYTE3NGZiYjdlZjFmZTQ5OWVi
15
- OGQ4ZTdjMzQ5YWYzMGZkMGQxZTgwZmYyMTBiNDllODk4YTlmNTA=
13
+ YTAwNWEwZmFmNmJkZjA2NzZhMzRkMjY4NzU0ODJmODcwNTVmYTQwYjczYmZl
14
+ NWQyNzE2MTRmZTMxYmQ5NzAxNjQzNDk3YmRhMDVkN2Q1OTI5OWJkZGRkNGYx
15
+ OGZmMTUxMWNmYmRmZDFhMmM4ZDk4NWY3OWU4NjU1ODRmZTUzMTI=
data/bin/bingwallpaper CHANGED
@@ -33,10 +33,12 @@ begin
33
33
 
34
34
  # download the image and set the wallpaper
35
35
  bingImage.download_image image_data[0]
36
- `feh --bg-fill #{image_path}`
37
36
  else
38
37
  logger.info "Today's wallpaper already downloaded. ;-)"
39
38
  end
39
+
40
+ # set the wallpaper
41
+ `feh --bg-fill #{image_path}`
40
42
  rescue Exception => exception
41
43
  logger.info "Sorry, I couldn't set today's Bing Image of the Day Wallpaper. :'("
42
44
  logger.error "The problems was: " + exception.message
@@ -1,3 +1,3 @@
1
1
  module Bingwallpaper
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bingwallpaper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - cmiles74