terminal-notifier-guard 1.6.3 → 1.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/terminal-notifier-guard.rb +2 -2
- 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: 03bb1db479ef19787f57ac0c6aebcfdf29ef92a4
|
4
|
+
data.tar.gz: 63645cd387bfe950ebdaf24d3ae539b0e3d50042
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16f8f5398b9ab5458b341db3e7a013b6b5d372071b09ce197e108172b59a03c5397e5e551fe750ed36e59917c4f89c3885c56d8dbdb842d73e651652c4a97691
|
7
|
+
data.tar.gz: e859a738aa64d27425cb179daf28a7ef865b7d7d18c62541f83f6194ed92893fde02340c52ee78175d5d1fa45be42b3a9ed7faea1c59367d7a7a5d1e6223aac0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
module TerminalNotifier
|
2
2
|
module Guard
|
3
|
-
VERSION = "1.6.
|
3
|
+
VERSION = "1.6.4"
|
4
4
|
ICONS_PATH = File.expand_path("../../icons", __FILE__)
|
5
5
|
GUARD_ICON = File.join(ICONS_PATH, 'Guard.icns')
|
6
6
|
|
@@ -9,7 +9,7 @@ module TerminalNotifier
|
|
9
9
|
end
|
10
10
|
|
11
11
|
def self.terminal_notifier_version
|
12
|
-
return unless installed?
|
12
|
+
return Gem::Version("0.0.0") unless installed?
|
13
13
|
Gem::Version.new(`#{bin_path}`.lines.first.match(/\d\.\d\.\d/)[0])
|
14
14
|
rescue
|
15
15
|
Gem::Version.new("0.0.0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: terminal-notifier-guard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-11-
|
12
|
+
date: 2014-11-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|