biodiversity19 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/parserver +1 -0
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/bin/parserver CHANGED
@@ -83,6 +83,7 @@ loop do # Servers run forever
83
83
  while true
84
84
  begin
85
85
  a = client.readline
86
+ a.force_encoding("utf-8") if a && RUBY_VERSION_INT >= 19
86
87
  if ['end','exit','q', '.'].include? a.strip
87
88
  client.close
88
89
  break
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: biodiversity19
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dmitry Mozzherin