linkparser 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linkparser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Granger
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-20 00:00:00 -08:00
12
+ date: 2009-06-09 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -132,7 +132,12 @@ dependencies:
132
132
  - !ruby/object:Gem::Version
133
133
  version: 0.7.0.0
134
134
  version:
135
- description: A Ruby binding for the link-grammar library, a syntactic parser of English. See http://www.link.cs.cmu.edu/link/ for more information about the Link Grammar, and http://www.abisource.org/projects/link-grammar/ for information about the link-grammar library.
135
+ description: |-
136
+ A Ruby binding for the link-grammar library, a syntactic parser
137
+ of English. See http://www.link.cs.cmu.edu/link/ for more
138
+ information about the Link Grammar, and
139
+ http://www.abisource.org/projects/link-grammar/ for information
140
+ about the link-grammar library.
136
141
  email: ged@FaerieMUD.org
137
142
  executables: []
138
143
 
@@ -163,6 +168,7 @@ files:
163
168
  - ext/sentence.c
164
169
  - ext/linkparser.h
165
170
  - ext/extconf.rb
171
+ - rake/191_compat.rb
166
172
  - rake/dependencies.rb
167
173
  - rake/helpers.rb
168
174
  - rake/manual.rb
@@ -173,9 +179,12 @@ files:
173
179
  - rake/svn.rb
174
180
  - rake/testing.rb
175
181
  - rake/verifytask.rb
182
+ - rake/win32.rb
176
183
  - Rakefile.local
177
184
  has_rdoc: true
178
185
  homepage: http://deveiate.org/projects/Ruby-LinkParser/
186
+ licenses: []
187
+
179
188
  post_install_message:
180
189
  rdoc_options:
181
190
  - -w
@@ -204,11 +213,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
213
  version: "0"
205
214
  version:
206
215
  requirements:
207
- - link-grammar >= 4.4.1
216
+ - link-grammar >= 4.4.2
208
217
  rubyforge_project: linkparser
209
- rubygems_version: 1.3.1
218
+ rubygems_version: 1.3.4
210
219
  signing_key:
211
- specification_version: 2
220
+ specification_version: 3
212
221
  summary: a Ruby binding for the link-grammar library
213
222
  test_files:
214
223
  - spec/bugfixes_spec.rb