agile_notifier 3.0.1 → 3.0.2
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/agile_notifier.gemspec +1 -1
- data/lib/agile_notifier.rb +1 -1
- data/lib/agile_notifier/tts.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: eb74c41df38c95021c676c93417c2a80098c21f9
|
|
4
|
+
data.tar.gz: 00317e0db7c8521e1114d650f993be7d41d80750
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dd88f52aa2cb98109dc9ebfa8abaf496b894a779afb3bd6dd051b5a018aff0c208ef346790604769bae6d3c34854caea731a764d2d315562be2bb8bba02c468
|
|
7
|
+
data.tar.gz: 1640c19e3c17cd7c4a0e418ed4126321cd322f8c2a55d28d26eb5411ed8ae249f8556d90b963373aac1e60431814429d0dad0fa5c1284019a3c38f2065338811
|
data/agile_notifier.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.name = 'agile_notifier'
|
|
8
8
|
s.version = AgileNotifier::VERSION
|
|
9
9
|
s.license = 'MIT'
|
|
10
|
-
s.date = '2015-
|
|
10
|
+
s.date = '2015-10-20'
|
|
11
11
|
s.summary = %q{agile_notifier alerts you via making wonderful noises when your Continuous Integration status changes.}
|
|
12
12
|
s.description = %q{agile_notifier alerts you via making wonderful noises when your Continuous Integration status changes. It totally makes software development more agile and more fun.}
|
|
13
13
|
s.authors = ['Jing Li']
|
data/lib/agile_notifier.rb
CHANGED
data/lib/agile_notifier/tts.rb
CHANGED
|
@@ -88,7 +88,7 @@ module AgileNotifier
|
|
|
88
88
|
end
|
|
89
89
|
|
|
90
90
|
def osx_speech(voice, text)
|
|
91
|
-
system("say -v #{voice} #{text} > /dev/null 2>&1")
|
|
91
|
+
system("say -v #{voice} '#{text}' > /dev/null 2>&1")
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
def tts_api(text)
|
|
@@ -109,4 +109,4 @@ module AgileNotifier
|
|
|
109
109
|
|
|
110
110
|
private_class_method :new, :get_os_type
|
|
111
111
|
end
|
|
112
|
-
end
|
|
112
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agile_notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jing Li
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|