libnotify 0.9.2 → 0.9.3
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
- data/.travis.yml +1 -0
- data/README.md +1 -0
- data/lib/libnotify/api.rb +1 -1
- data/lib/libnotify/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0f49a37e5ca1980f78b2ea42c911afd1c4df038
|
4
|
+
data.tar.gz: 956a1a2623e22d18b453cfc86c244ce49530a902
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b875007ca494caef3cca32a0a4052046deb563c73e530572440f6740539ec6c15ba30f7321ddee9866ba6f2aab13bef9da501631a1d23d3cac55f94aa02328b
|
7
|
+
data.tar.gz: 9b4feada07174d48465118dccbacbf908b7111833191fbaf354a5f96c14cbdb1901c8a645fefa7e76a59f4f7426c5cc6cfefb80b07946d0a56632001fa1a582d
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -132,6 +132,7 @@ https://github.com/splattael/libnotify/issues/21#issuecomment-19114127
|
|
132
132
|
* René Föhring (https://github.com/rrrene)
|
133
133
|
* Cezary Baginski (https://github.com/e2)
|
134
134
|
* robisacommonusername (https://github.com/robisacommonusername)
|
135
|
+
* Fernando Briano (https://github.com/picandocodigo)
|
135
136
|
|
136
137
|
## License
|
137
138
|
|
data/lib/libnotify/api.rb
CHANGED
data/lib/libnotify/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libnotify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Suschlik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|