nowa-top4r 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ module Top4R
6
6
  end
7
7
 
8
8
  def suites(service_code, options = {})
9
- @client.suites(self.nick.to_utf8, service_code, :list, options)
9
+ @client.suites(self.nick, service_code, :list, options)
10
10
  end
11
11
  end
12
12
 
@@ -86,6 +86,7 @@ module Top4R
86
86
  end
87
87
  @buyer_credit = UserCredit.new(@buyer_credit) if @buyer_credit && @buyer_credit.size > 0
88
88
  @seller_credit = UserCredit.new(@seller_credit) if @seller_credit && @seller_credit.size > 0
89
+ @nick = @nick.to_utf8
89
90
  self
90
91
  end
91
92
  end # User model
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 = 19
4
+ REVISION = 20
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.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nowa Zhu