sailplay 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,7 +86,7 @@ module Sailplay
86
86
  params[:points_rate] = options[:points_rate] if options[:points_rate]
87
87
  params[:force_complete] = options[:force_complete] if options[:force_complete]
88
88
  params[:order_num] = options[:order_id] if options[:order_id]
89
- params[:l_date] = options[:date].to_f if options[:date]
89
+ params[:l_date] = options[:date].to_i if options[:date]
90
90
 
91
91
  params[:fields] = [:public_key, options[:order_id] && :order_num].compact.join(',')
92
92
 
@@ -1,3 +1,3 @@
1
1
  module Sailplay
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sailplay
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sergey Nebolsin