sanzang 0.0.1 → 0.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.
@@ -19,6 +19,6 @@
19
19
  module Sanzang
20
20
 
21
21
  # The current version number of Sanzang.
22
- VERSION = "0.0.1"
22
+ VERSION = "0.0.2"
23
23
 
24
24
  end
@@ -0,0 +1 @@
1
+ (output directory for batch mode testing)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sanzang
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,19 +9,19 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-02 00:00:00.000000000 Z
12
+ date: 2012-10-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: parallel
16
- requirement: &81673770 !ruby/object:Gem::Requirement
16
+ requirement: &78639460 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.5.18
21
+ version: 0.5.19
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *81673770
24
+ version_requirements: *78639460
25
25
  description: Sanzang is an application built for direct machine translation of natural
26
26
  languages. This application is particularly suitable as a translation aid for for
27
27
  ancient Chinese texts. Sanzang uses simple direct translation rules organized into
@@ -42,11 +42,7 @@ extra_rdoc_files:
42
42
  files:
43
43
  - bin/sanzang-reflow
44
44
  - bin/sanzang-translate
45
- - test/tc_commands.rb
46
- - test/utf-8/batch/file_4.txt
47
- - test/utf-8/batch/file_3.txt
48
- - test/utf-8/batch/file_1.txt
49
- - test/utf-8/batch/file_2.txt
45
+ - test/utf-8/batch/README
50
46
  - test/utf-8/stage_3.txt
51
47
  - test/utf-8/file_4.txt
52
48
  - test/utf-8/file_3.txt
@@ -97,6 +93,5 @@ signing_key:
97
93
  specification_version: 3
98
94
  summary: Sanzang
99
95
  test_files:
100
- - test/tc_commands.rb
101
96
  - test/tc_reflow_encodings.rb
102
97
  - test/tc_simple_translation.rb
data/test/tc_commands.rb DELETED
@@ -1,17 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # -*- encoding: UTF-8 -*-
3
-
4
- require "test/unit"
5
-
6
- require_relative File.join("..", "lib", "sanzang")
7
-
8
- class TestCommands < Test::Unit::TestCase
9
-
10
- def run_reflow(args)
11
- end
12
-
13
- def run_translate(args)
14
- end
15
-
16
-
17
- end
@@ -1,8 +0,0 @@
1
- [1.1]     大唐三藏法師玄奘奉
2
- [1.2]      dà táng sānzàng fǎshī xuánzàng fèng
3
- [1.3]      great tang tripiṭaka dharma-master xuanzang reverently
4
-
5
- [2.1]  詔譯
6
- [2.2]   zhào yì
7
- [2.3]   imperial-order translate/interpret
8
-
@@ -1,8 +0,0 @@
1
- [1.1]     大唐三藏法師玄奘奉
2
- [1.2]      dà táng sānzàng fǎshī xuánzàng fèng
3
- [1.3]      great tang tripiṭaka dharma-master xuanzang reverently
4
-
5
- [2.1]  詔譯
6
- [2.2]   zhào yì
7
- [2.3]   imperial-order translate/interpret
8
-
@@ -1,8 +0,0 @@
1
- [1.1]     大唐三藏法師玄奘奉
2
- [1.2]      dà táng sānzàng fǎshī xuánzàng fèng
3
- [1.3]      great tang tripiṭaka dharma-master xuanzang reverently
4
-
5
- [2.1]  詔譯
6
- [2.2]   zhào yì
7
- [2.3]   imperial-order translate/interpret
8
-
@@ -1,8 +0,0 @@
1
- [1.1]     大唐三藏法師玄奘奉
2
- [1.2]      dà táng sānzàng fǎshī xuánzàng fèng
3
- [1.3]      great tang tripiṭaka dharma-master xuanzang reverently
4
-
5
- [2.1]  詔譯
6
- [2.2]   zhào yì
7
- [2.3]   imperial-order translate/interpret
8
-