sailplay 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,6 +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
90
 
90
91
  params[:fields] = [:public_key, options[:order_id] && :order_num].compact.join(',')
91
92
 
@@ -1,3 +1,3 @@
1
1
  module Sailplay
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sergey Nebolsin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-09-05 00:00:00 Z
18
+ date: 2013-10-04 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: multi_json