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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5439ba63abc58af06453e917aad30bc194eefdd
4
- data.tar.gz: a3f1c3e082aa9627b890521b6e9db47fe1f31989
3
+ metadata.gz: e31bcaa6eb0db82931ebe311002723adddcf707d
4
+ data.tar.gz: aa26043f9373c433daf84731855a415190a1d326
5
5
  SHA512:
6
- metadata.gz: 53d8f23d81ee7681ec932e7fe3ed6527dc7123b39a95a917a4032abb0ec1b66683ca7fff1ceaaf7b69907adedf5190d50d71184c733117c3a162a378778d2727
7
- data.tar.gz: 8309bd266ae92874eefa6b949b47bce806d3c7f675550e5a959b16c9c3e92c4044b4be171ecf5426e30e688a97c2af1b0e63c71993b5192043e07be8bbbfbcbf
6
+ metadata.gz: 2d22a94bc5b0e41c1386e9d4ab0a8601fbc0493761127964df34037b8ea8d8db460a92328a3e13a83f2f8152f580f58834db3c8df2d5521b7b367d7d56659333
7
+ data.tar.gz: 56fe7094a18abb5dcacd9393bab5a7de0655b3bf5add978451cf35c96a2d3891fc23b7d2f3c6e4414302d71c22919bbc5aea7326b8b435e3b8d6473bc7e6e9d8
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Notifaction
2
- VERSION = "0.4.3".freeze
2
+ VERSION = "0.4.4".freeze
3
3
  end
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.3
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-07-25 00:00:00.000000000 Z
11
+ date: 2016-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler