threetaps-client 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/models/posting.rb +1 -1
- data/threetaps-client.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.5
|
data/lib/models/posting.rb
CHANGED
@@ -54,7 +54,7 @@ class Posting < SuperModel::Base
|
|
54
54
|
end
|
55
55
|
posting << ',images:' + "[#{images.collect{ |image| "'#{image}'"}.join(',')}]"
|
56
56
|
posting << ',body:' + "'#{CGI.escape self.body.to_json}'" unless self.body.blank?
|
57
|
-
posting << ',price:' + "
|
57
|
+
posting << ',price:' + "#{self.price.to_f}"
|
58
58
|
posting << ',currency:' + "'#{self.currency}'"
|
59
59
|
posting << ',accountName:' + "'#{self.accountName}'"
|
60
60
|
posting << ',accountID:' + "'#{self.accountID}'"
|
data/threetaps-client.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: threetaps-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 5
|
10
|
+
version: 1.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- 3taps.com
|