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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e16fe0469daf12158c097b67622310d319ed28d6
4
- data.tar.gz: 92e886a926144f11b7513bb01f117b9ac6b0dd4d
3
+ metadata.gz: e0f49a37e5ca1980f78b2ea42c911afd1c4df038
4
+ data.tar.gz: 956a1a2623e22d18b453cfc86c244ce49530a902
5
5
  SHA512:
6
- metadata.gz: 8a187370fde46b704ffccb1fd6bc5a003d7cbf259d4be81c2779186d0a1a76007af1d8bf1de3a2a4dba60d39781327219152aa5e4769f98ae52fdf47688929ee
7
- data.tar.gz: 58241bbad278a85a808c7d007e720f95b7af53e89052a60dfdd5390e9f27d3890f9bce4beb71804d27e6013623159f6901ffc15b0bf688ba3e467f84aac5d711
6
+ metadata.gz: 7b875007ca494caef3cca32a0a4052046deb563c73e530572440f6740539ec6c15ba30f7321ddee9866ba6f2aab13bef9da501631a1d23d3cac55f94aa02328b
7
+ data.tar.gz: 9b4feada07174d48465118dccbacbf908b7111833191fbaf354a5f96c14cbdb1901c8a645fefa7e76a59f4f7426c5cc6cfefb80b07946d0a56632001fa1a582d
@@ -5,6 +5,7 @@ rvm:
5
5
  - 2.1
6
6
  - 2.2.4
7
7
  - 2.3.0
8
+ - 2.4.0
8
9
  - ruby-head
9
10
  - jruby
10
11
  - jruby-head
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
 
@@ -86,7 +86,7 @@ module Libnotify
86
86
  @timeout = case timeout
87
87
  when Float
88
88
  (timeout * 1000).to_i
89
- when Fixnum
89
+ when Integer
90
90
  if timeout >= 100 # assume miliseconds
91
91
  timeout
92
92
  else
@@ -1,3 +1,3 @@
1
1
  module Libnotify
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
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.2
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-24 00:00:00.000000000 Z
11
+ date: 2017-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi