tranexp 1.0.0 → 1.0.1
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/History.txt +5 -1
- data/lib/tranexp/http.rb +1 -2
- data/lib/tranexp/version.rb +1 -1
- data/test/test_tranexp_http.rb +1 -1
- data/website/index.html +3 -4
- metadata +1 -1
data/History.txt
CHANGED
data/lib/tranexp/http.rb
CHANGED
data/lib/tranexp/version.rb
CHANGED
data/test/test_tranexp_http.rb
CHANGED
@@ -16,7 +16,7 @@ class TestTranexpHttp < Test::Unit::TestCase
|
|
16
16
|
end
|
17
17
|
end
|
18
18
|
|
19
|
-
def
|
19
|
+
def test_utf8_from_eng_to_nor
|
20
20
|
if_connected do
|
21
21
|
assert_nothing_thrown do
|
22
22
|
english = translate.translate("i would like to learn Norwegian", Tranexp::Http::English, Tranexp::Http::Norwegian)
|
data/website/index.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
<h1>tranexp</h1>
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/tranexp"; return false'>
|
35
35
|
<p>Get Version</p>
|
36
|
-
<a href="http://rubyforge.org/projects/tranexp" class="numbers">1.0.
|
36
|
+
<a href="http://rubyforge.org/projects/tranexp" class="numbers">1.0.1</a>
|
37
37
|
</div>
|
38
38
|
<h1>→ ‘tranexp nor eng’</h1>
|
39
39
|
|
@@ -176,11 +176,10 @@ rake install_gem
|
|
176
176
|
<h2>Contact</h2>
|
177
177
|
|
178
178
|
|
179
|
-
<p>Comments are welcome. Send an email to <a href="mailto:drnicwilliams@gmail.com">Dr Nic Williams</a> via the <a href="http://groups.google.com/group/
|
179
|
+
<p>Comments are welcome. Send an email to <a href="mailto:drnicwilliams@gmail.com">Dr Nic Williams</a> via the <a href="http://groups.google.com/group/drnicutilities">forum</a></p>
|
180
180
|
<p class="coda">
|
181
181
|
<a href="drnicwilliams@gmail.com">Dr Nic Williams</a>, 16th April 2008<br>
|
182
|
-
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a
|
183
|
-
by Daniel Cadenas via <a href="http://depgraph.rubyforge.org/">DepGraph</a>
|
182
|
+
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
|
184
183
|
</p>
|
185
184
|
</div>
|
186
185
|
|