noyes 1.1.3 → 1.2.0
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.
- data/VERSION +1 -1
- data/bin/{nrec → nfront} +1 -1
- metadata +33 -41
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.2.0
|
data/bin/{nrec → nfront}
RENAMED
|
@@ -8,7 +8,7 @@ require 'trollop'
|
|
|
8
8
|
|
|
9
9
|
options = Trollop::options do
|
|
10
10
|
version "Noyes #{IO.read(VERSION_FILE).strip} (c) 2010 Talkhouse"
|
|
11
|
-
banner 'Usage:
|
|
11
|
+
banner 'Usage: nfront [options] file1 file2 ...'
|
|
12
12
|
opt :implementation, "ruby, c, or java", :default => 'ruby'
|
|
13
13
|
opt :address, "address", :default => 'localhost'
|
|
14
14
|
opt :file, "Output file (overrides default TCP/IP)", :type => :string
|
metadata
CHANGED
|
@@ -1,45 +1,42 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: noyes
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.2.0
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 1.1.3
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- Joe Woelfel
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dependencies:
|
|
16
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2012-02-16 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
17
15
|
name: trollop
|
|
18
|
-
|
|
19
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &2152132100 !ruby/object:Gem::Requirement
|
|
20
17
|
none: false
|
|
21
|
-
requirements:
|
|
22
|
-
- -
|
|
23
|
-
- !ruby/object:Gem::Version
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
24
21
|
version: 1.0.0
|
|
25
22
|
type: :runtime
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: *2152132100
|
|
25
|
+
description: ! "A fast portable signal processing library sufficient for creating
|
|
26
|
+
features for\n speech recognition, etc."
|
|
30
27
|
email: joe@talkhouse.com
|
|
31
|
-
executables:
|
|
28
|
+
executables:
|
|
32
29
|
- mock_noyes_server
|
|
30
|
+
- nfront
|
|
33
31
|
- noyes
|
|
34
32
|
- noyes_dump44k
|
|
35
33
|
- noyes_dump8k
|
|
36
|
-
|
|
37
|
-
extensions:
|
|
34
|
+
extensions:
|
|
38
35
|
- lib/cext/extconf.rb
|
|
39
|
-
extra_rdoc_files:
|
|
36
|
+
extra_rdoc_files:
|
|
40
37
|
- COPYING
|
|
41
38
|
- FAQ
|
|
42
|
-
files:
|
|
39
|
+
files:
|
|
43
40
|
- VERSION
|
|
44
41
|
- lib/cext/array_list.c
|
|
45
42
|
- lib/cext/bent_cent_marker.c
|
|
@@ -119,38 +116,33 @@ files:
|
|
|
119
116
|
- COPYING
|
|
120
117
|
- FAQ
|
|
121
118
|
- bin/mock_noyes_server
|
|
119
|
+
- bin/nfront
|
|
122
120
|
- bin/noyes
|
|
123
121
|
- bin/noyes_dump44k
|
|
124
122
|
- bin/noyes_dump8k
|
|
125
|
-
- bin/nrec
|
|
126
|
-
has_rdoc: true
|
|
127
123
|
homepage: http://github.com/talkhouse/noyes
|
|
128
124
|
licenses: []
|
|
129
|
-
|
|
130
125
|
post_install_message:
|
|
131
126
|
rdoc_options: []
|
|
132
|
-
|
|
133
|
-
require_paths:
|
|
127
|
+
require_paths:
|
|
134
128
|
- lib
|
|
135
129
|
- ship
|
|
136
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
130
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
137
131
|
none: false
|
|
138
|
-
requirements:
|
|
139
|
-
- -
|
|
140
|
-
- !ruby/object:Gem::Version
|
|
141
|
-
version:
|
|
142
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
|
+
requirements:
|
|
133
|
+
- - ! '>='
|
|
134
|
+
- !ruby/object:Gem::Version
|
|
135
|
+
version: '0'
|
|
136
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
137
|
none: false
|
|
144
|
-
requirements:
|
|
145
|
-
- -
|
|
146
|
-
- !ruby/object:Gem::Version
|
|
147
|
-
version:
|
|
138
|
+
requirements:
|
|
139
|
+
- - ! '>='
|
|
140
|
+
- !ruby/object:Gem::Version
|
|
141
|
+
version: '0'
|
|
148
142
|
requirements: []
|
|
149
|
-
|
|
150
143
|
rubyforge_project:
|
|
151
|
-
rubygems_version: 1.
|
|
144
|
+
rubygems_version: 1.8.15
|
|
152
145
|
signing_key:
|
|
153
146
|
specification_version: 3
|
|
154
147
|
summary: A signal processing library
|
|
155
148
|
test_files: []
|
|
156
|
-
|