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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83e7698616e31bde137f07cd2e54b5d0efb5f327
4
- data.tar.gz: d75478e075a77720bc0d22192a1dc4bd656ed6ae
3
+ metadata.gz: eb74c41df38c95021c676c93417c2a80098c21f9
4
+ data.tar.gz: 00317e0db7c8521e1114d650f993be7d41d80750
5
5
  SHA512:
6
- metadata.gz: 2ccb307aa4e7ef6ceeac41e8e2f854c1ef16f7d13b79af0ff2f14e5970a3bda2ca8b642ffc5dad4a554692418b7df914f8edbd46c30f1c68a88a071ec5d89360
7
- data.tar.gz: 8f498be36e7c89eaed4478ed0aea71bddd1a4072d320ba6c2e42bea16f1401c2c11d5f47fc4dfccc000b0a2e862dad30711f2cd1e3234037e2f5f24bcd6105d1
6
+ metadata.gz: 0dd88f52aa2cb98109dc9ebfa8abaf496b894a779afb3bd6dd051b5a018aff0c208ef346790604769bae6d3c34854caea731a764d2d315562be2bb8bba02c468
7
+ data.tar.gz: 1640c19e3c17cd7c4a0e418ed4126321cd322f8c2a55d28d26eb5411ed8ae249f8556d90b963373aac1e60431814429d0dad0fa5c1284019a3c38f2065338811
@@ -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-09-16'
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']
@@ -1,5 +1,5 @@
1
1
  Dir[(File.expand_path(File.dirname(__FILE__)) + "/agile_notifier/*.rb")].each { |file| require file }
2
2
 
3
3
  module AgileNotifier
4
- VERSION = '3.0.1'
4
+ VERSION = '3.0.2'
5
5
  end
@@ -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.1
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-09-16 00:00:00.000000000 Z
11
+ date: 2015-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json