yaparc 0.1.5 → 0.1.6

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: yaparc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akimichi Tatsukawa
@@ -9,7 +9,7 @@ autorequire: yaparc
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-21 00:00:00 +09:00
12
+ date: 2008-04-21 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -23,9 +23,13 @@ extra_rdoc_files:
23
23
  - README
24
24
  files:
25
25
  - tests/test_parser.rb
26
+ - tests/test_abc.rb
26
27
  - tests/test_calc.rb
28
+ - tests/test_owl.rb
27
29
  - tests/test_sql.rb
30
+ - tests/test_uri.rb
28
31
  - lib/yaparc.rb
32
+ - tests/abc20bnf.txt
29
33
  - README
30
34
  has_rdoc: true
31
35
  homepage: http://rubyforge.org/projects/yaparc/
@@ -55,5 +59,8 @@ specification_version: 2
55
59
  summary: Yet Another Combinator Parser Library
56
60
  test_files:
57
61
  - tests/test_parser.rb
62
+ - tests/test_abc.rb
58
63
  - tests/test_calc.rb
64
+ - tests/test_owl.rb
59
65
  - tests/test_sql.rb
66
+ - tests/test_uri.rb