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 +4 -4
- data/assets/sounds/rest.wav +0 -0
- data/assets/sounds/start.wav +0 -0
- data/lib/pomodoro/gui/version.rb +1 -1
- data/lib/pomodoro/gui/window.rb +2 -2
- metadata +3 -3
- data/assets/sounds/rest.mp3 +0 -0
- data/assets/sounds/start.mp3 +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9976351e761e594b1b0903af811faa3688105832
|
4
|
+
data.tar.gz: 1cc96ae8d5168a04a55303986f84322da1a05df8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29fbabfa2f0e275acbdb872af5b23d747c37b734701334114cef67133fb8027d01d22cd0b0c7a705cbffb51d241a42560421c6f0442f2b02d20c12c1e11b353d
|
7
|
+
data.tar.gz: 539814a5144dcd9fa8156aaac5a675aa1907b3fc72a6c711b3b206bfdcb5a5c6a8ccbc6470d123dd1fcf6c4b12a31f6b944c3c4d4562b712d808a1cf3fd51ae1
|
Binary file
|
Binary file
|
data/lib/pomodoro/gui/version.rb
CHANGED
data/lib/pomodoro/gui/window.rb
CHANGED
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.
|
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.
|
76
|
-
- assets/sounds/start.
|
75
|
+
- assets/sounds/rest.wav
|
76
|
+
- assets/sounds/start.wav
|
77
77
|
- bin/console
|
78
78
|
- bin/pomodoro-gui
|
79
79
|
- bin/setup
|
data/assets/sounds/rest.mp3
DELETED
Binary file
|
data/assets/sounds/start.mp3
DELETED
Binary file
|