notifaction 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/notifaction/notify.rb +2 -2
- data/lib/notifaction/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: e31bcaa6eb0db82931ebe311002723adddcf707d
|
4
|
+
data.tar.gz: aa26043f9373c433daf84731855a415190a1d326
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d22a94bc5b0e41c1386e9d4ab0a8601fbc0493761127964df34037b8ea8d8db460a92328a3e13a83f2f8152f580f58834db3c8df2d5521b7b367d7d56659333
|
7
|
+
data.tar.gz: 56fe7094a18abb5dcacd9393bab5a7de0655b3bf5add978451cf35c96a2d3891fc23b7d2f3c6e4414302d71c22919bbc5aea7326b8b435e3b8d6473bc7e6e9d8
|
data/lib/notifaction/notify.rb
CHANGED
@@ -4,7 +4,7 @@ class Notify
|
|
4
4
|
# Display a notification bubble
|
5
5
|
# @since 0.1.0
|
6
6
|
def self.bubble(message, title)
|
7
|
-
if Utils.os == :macosx
|
7
|
+
if Notifaction::Utils.os == :macosx
|
8
8
|
handler = Notifaction::Type::OSX.new
|
9
9
|
else
|
10
10
|
handler = Notifaction::Type::Linux.new
|
@@ -17,7 +17,7 @@ class Notify
|
|
17
17
|
# Display a modal popup with a close button
|
18
18
|
# @since 0.1.0
|
19
19
|
def self.modal(message, title)
|
20
|
-
if Utils.os == :macosx
|
20
|
+
if Notifaction::Utils.os == :macosx
|
21
21
|
handler = Notifaction::Type::OSX.new
|
22
22
|
else
|
23
23
|
handler = Notifaction::Type::Linux.new
|
data/lib/notifaction/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notifaction
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Яyan Priebe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|