phrase_assembler 1.4.1 → 1.4.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.
- data/lib/tasks/phrase_assembler.rake +0 -1
- metadata +3 -3
|
@@ -71,7 +71,6 @@ namespace :phrase_assembler do
|
|
|
71
71
|
proxy.load_grammar(File.join(default_dir, "#{language}_grammar.yml"))
|
|
72
72
|
csv_string = proxy.csv_string(delimiter)
|
|
73
73
|
csv_string.split("\n").each{|csv_string_line|
|
|
74
|
-
puts csv_string_line
|
|
75
74
|
csv_string_split = csv_string_line.split(delimiter)
|
|
76
75
|
if csv_string_split.length > 2
|
|
77
76
|
merged_csv_string_split = ""
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 4
|
|
8
|
-
-
|
|
9
|
-
version: 1.4.
|
|
8
|
+
- 2
|
|
9
|
+
version: 1.4.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- "Lovro \xC5\xBDmak, Radan Skori\xC4\x87, Drap"
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-09-
|
|
17
|
+
date: 2011-09-29 00:00:00 +02:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|