nuance 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Gemfile.lock +1 -11
  2. data/Rakefile +3 -3
  3. data/VERSION +1 -1
  4. data/nuance.gemspec +4 -4
  5. metadata +7 -4
data/Gemfile.lock CHANGED
@@ -2,23 +2,15 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  nuance (0.0.2)
5
- celluloid (= 0.12.4)
6
- faraday (= 0.8.4)
7
- hashie (= 1.2.0)
5
+ nuance
8
6
 
9
7
  GEM
10
8
  remote: https://rubygems.org/
11
9
  specs:
12
- celluloid (0.12.4)
13
- facter (>= 1.6.12)
14
- timers (>= 1.0.0)
15
10
  diff-lcs (1.1.3)
16
11
  facter (1.7.1)
17
12
  fakeweb (1.3.0)
18
- faraday (0.8.4)
19
- multipart-post (~> 1.1)
20
13
  git (1.2.5)
21
- hashie (1.2.0)
22
14
  jeweler (1.8.4)
23
15
  bundler (~> 1.0)
24
16
  git (>= 1.2.5)
@@ -26,7 +18,6 @@ GEM
26
18
  rdoc
27
19
  json (1.8.0)
28
20
  multi_json (1.7.7)
29
- multipart-post (1.2.0)
30
21
  rake (10.1.0)
31
22
  rdoc (3.12)
32
23
  json (~> 1.4)
@@ -42,7 +33,6 @@ GEM
42
33
  multi_json (~> 1.0)
43
34
  simplecov-html (~> 0.7.1)
44
35
  simplecov-html (0.7.1)
45
- timers (1.1.0)
46
36
  yard (0.8.3)
47
37
 
48
38
  PLATFORMS
data/Rakefile CHANGED
@@ -15,12 +15,12 @@ require 'jeweler'
15
15
  Jeweler::Tasks.new do |gem|
16
16
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
17
  gem.name = "nuance"
18
- gem.homepage = "http://github.com/jsgoecke/nuance"
18
+ gem.homepage = "http://github.com/voxeolabs/nuance"
19
19
  gem.license = "MIT"
20
20
  gem.summary = "A Ruby Gem for consuming the Nuance transcription and text to speech REST APIs"
21
21
  gem.description = "A Ruby Gem for consuming the Nuance transcription and text to speech REST APIs"
22
- gem.email = "jason@goecke.net"
23
- gem.authors = ["Jason Goecke"]
22
+ gem.email = ["jason@goecke.net", "johntdyer@gmail.com"]
23
+ gem.authors = ["Jason Goecke", "John Dyer"]
24
24
  # dependencies defined in Gemfile
25
25
  end
26
26
  Jeweler::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/nuance.gemspec CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "nuance"
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Jason Goecke"]
11
+ s.authors = ["Jason Goecke", "John Dyer"]
12
12
  s.date = "2013-07-08"
13
13
  s.description = "A Ruby Gem for consuming the Nuance transcription and text to speech REST APIs"
14
- s.email = "jason@goecke.net"
14
+ s.email = ["jason@goecke.net", "johntdyer@gmail.com"]
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
17
17
  "README.md"
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
39
39
  "spec/nuance-transcription_spec.rb",
40
40
  "spec/spec_helper.rb"
41
41
  ]
42
- s.homepage = "http://github.com/jsgoecke/nuance"
42
+ s.homepage = "http://github.com/voxeolabs/nuance"
43
43
  s.licenses = ["MIT"]
44
44
  s.require_paths = ["lib"]
45
45
  s.rubygems_version = "1.8.23"
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nuance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jason Goecke
9
+ - John Dyer
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
@@ -157,7 +158,9 @@ dependencies:
157
158
  version: 1.3.0
158
159
  description: A Ruby Gem for consuming the Nuance transcription and text to speech
159
160
  REST APIs
160
- email: jason@goecke.net
161
+ email:
162
+ - jason@goecke.net
163
+ - johntdyer@gmail.com
161
164
  executables: []
162
165
  extensions: []
163
166
  extra_rdoc_files:
@@ -185,7 +188,7 @@ files:
185
188
  - spec/nuance-text_to_speech_spec.rb
186
189
  - spec/nuance-transcription_spec.rb
187
190
  - spec/spec_helper.rb
188
- homepage: http://github.com/jsgoecke/nuance
191
+ homepage: http://github.com/voxeolabs/nuance
189
192
  licenses:
190
193
  - MIT
191
194
  post_install_message:
@@ -200,7 +203,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
200
203
  version: '0'
201
204
  segments:
202
205
  - 0
203
- hash: 808019071920198107
206
+ hash: 1207236726200469224
204
207
  required_rubygems_version: !ruby/object:Gem::Requirement
205
208
  none: false
206
209
  requirements: