pomodoro-gui 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61e134fdae0678bac6ee6ea6d4eb9f4f89b38604
4
- data.tar.gz: 6443abfc082128502772e6cf759eed0a47095887
3
+ metadata.gz: 9976351e761e594b1b0903af811faa3688105832
4
+ data.tar.gz: 1cc96ae8d5168a04a55303986f84322da1a05df8
5
5
  SHA512:
6
- metadata.gz: 50f7ed04b65485a6f22397b20483e3009827d585ac8caaa9732bfc02a5676ace122da7553c71c4409689ebf466d510755253c60cb38c59460a2cafa6bb50be28
7
- data.tar.gz: 09cf9b82503890a35fca7d3797d36702c87b221933629cf56f402587ea2a15e8628433ed3b66885f79a1ad2cfcd5474e3ea15689d8696027923d777560ace2d3
6
+ metadata.gz: 29fbabfa2f0e275acbdb872af5b23d747c37b734701334114cef67133fb8027d01d22cd0b0c7a705cbffb51d241a42560421c6f0442f2b02d20c12c1e11b353d
7
+ data.tar.gz: 539814a5144dcd9fa8156aaac5a675aa1907b3fc72a6c711b3b206bfdcb5a5c6a8ccbc6470d123dd1fcf6c4b12a31f6b944c3c4d4562b712d808a1cf3fd51ae1
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  module Pomodoro
2
2
  module Gui
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -12,8 +12,8 @@ module Pomodoro
12
12
  }
13
13
 
14
14
  AUDIO_ASSETS = {
15
- start: "assets/sounds/start.mp3",
16
- rest: "assets/sounds/rest.mp3"
15
+ start: "assets/sounds/start.wav",
16
+ rest: "assets/sounds/rest.wav"
17
17
  }
18
18
 
19
19
  FONT_ASSETS = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pomodoro-gui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Gonzalez
@@ -72,8 +72,8 @@ files:
72
72
  - assets/images/occupied.png
73
73
  - assets/images/pomodoro.png
74
74
  - assets/images/rest.png
75
- - assets/sounds/rest.mp3
76
- - assets/sounds/start.mp3
75
+ - assets/sounds/rest.wav
76
+ - assets/sounds/start.wav
77
77
  - bin/console
78
78
  - bin/pomodoro-gui
79
79
  - bin/setup
Binary file
Binary file