gtk2notify 0.1.1 → 0.1.2
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +2 -2
- data/lib/gtk2notify.rb +5 -3
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20d40c39406cdfc7af8a6b167023a67b2f5c8224
|
|
4
|
+
data.tar.gz: 095a90b0bd75ad7da34c119ecc288eae661cc36d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77a9b848967c863f00aa5c8160e796b32be30c59f12cdedb7c052be1053df2195884ebdd5ff9c8fae88cd3cf2fc74dd365f2093683436b93b73d886de520b8d3
|
|
7
|
+
data.tar.gz: a09887e4b475f9a4bd51fa5f4c97f0a7e3d672a8e7040aa8c824d6cff50dc44bb779dff9d08a4fed90e1c665766830ecd487e96a73e025e3358a05c2432f6da9
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/�,��hR�1�z�}�*I���0�Y��፠�!�3��7V�zc"}�Ú���������>G ���0~N�*����P�����l����U�(��pv���vb+ ����C�� e��v[��lR�R��z��!��C�4��2�;@�Nl�������0bV��f�Y��k��`�}Yk���l��\ ���N�8
|
|
2
|
+
(,�BloR�
|
data/lib/gtk2notify.rb
CHANGED
|
@@ -27,9 +27,11 @@ class GtkNotify
|
|
|
27
27
|
Thread.new {sleep timeout; window.hide_all; Gtk.main_quit}
|
|
28
28
|
|
|
29
29
|
Gtk.main
|
|
30
|
-
# The following
|
|
31
|
-
#
|
|
32
|
-
|
|
30
|
+
# The following statement is needed in some circumstances to
|
|
31
|
+
# ensure the Gtk application terminates properly
|
|
32
|
+
|
|
33
|
+
Thread.new {sleep timeout; window.hide_all; Gtk.main_quit}
|
|
34
|
+
|
|
33
35
|
end
|
|
34
36
|
end
|
|
35
37
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gtk2notify
|
|
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
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
AXt2ZUjH/5OGnWgYaV5+l1o1BZmezZMqvwn13GPs71reWPIMBjHcy8b8J0eZuXtO
|
|
32
32
|
YS4buZ4bwNVRnQ==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2015-10-
|
|
34
|
+
date: 2015-10-18 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: gtk2
|
metadata.gz.sig
CHANGED
|
Binary file
|