nowa-top4r 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ class Top4R::Client
13
13
  @@logger = Top4R::Logger.new(@@config.logger, @@config.trace)
14
14
  if @parameters and @session
15
15
  @parameters = Base64.decode64(@parameters).split('&').inject({}) do |hsh, i| kv = i.split('='); hsh[kv[0]] = kv[1]; hsh end
16
- @login = user(@parameters['visitor_nick'])
16
+ @login = user(@parameters['visitor_nick'].to_utf8)
17
17
  # puts "login: #{@login.inspect}"
18
18
  end
19
19
  end
data/lib/top4r/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Top4R::Version
2
2
  MAJOR = 0
3
3
  MINOR = 0
4
- REVISION = 20
4
+ REVISION = 21
5
5
 
6
6
  class << self
7
7
  # Returns X.Y.Z formatted version string
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nowa-top4r
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nowa Zhu