threetaps-client 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/models/posting.rb +2 -0
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -55,6 +55,7 @@ class Posting < SuperModel::Base
55
55
  posting << ',accountName:' + "'#{self.accountName}'"
56
56
  posting << ',accountID:' + "'#{self.accountID}'"
57
57
  posting << ',externalURL:' + "'#{self.externalURL}'"
58
+ posting << ',externalID:' + "'#{self.externalID}'"
58
59
  if self.annotations
59
60
  annotations = []
60
61
  self.annotations.each{|k,v| annotations << "#{k}:" + "'#{v}'"}
@@ -76,6 +77,7 @@ class Posting < SuperModel::Base
76
77
  data << ',accountName:' + "'#{self.accountName}'"
77
78
  data << ',accountID:' + "'#{self.accountID}'"
78
79
  data << ',externalURL:' + "'#{self.externalURL}'"
80
+ data << ',externalID:' + "'#{self.externalID}'"
79
81
  if self.annotations
80
82
  annotations = []
81
83
  self.annotations.each{|k,v| annotations << "#{k}:" + "'#{v}'"}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - 3taps.com
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-04-05 00:00:00 +03:00
17
+ date: 2011-04-06 00:00:00 +03:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -220,7 +220,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
220
220
  requirements:
221
221
  - - ">="
222
222
  - !ruby/object:Gem::Version
223
- hash: 139797391
223
+ hash: -307507889
224
224
  segments:
225
225
  - 0
226
226
  version: "0"