clio_client 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e3763fdcd4ea70e27786db82c37d9643044f398
4
- data.tar.gz: cbe52074c3948eba4951afe6ed31b652c123062e
3
+ metadata.gz: e7043efd6a7187f18febb1809ae00c8d31be0901
4
+ data.tar.gz: 50be4bd05f01f3b1dbf36387a821613d34436af1
5
5
  SHA512:
6
- metadata.gz: b1115013458aa1cea9dcd9a69efc07e1af25fbdbb91f9a4550b9c7a47267e17b9aec4d91f0cefd1bcc68da8151259eb1b70e5726366a3643fce2c5425b9d13f8
7
- data.tar.gz: 1e0c7b1f9821ba97ccc6b3c09d3ee4e41497e39dd091f3263729ea7a7de9bf4071a71ebe44779df960c6b336c16315dbfd4c08f0ba383a8666f5d5b7cc62d15a
6
+ metadata.gz: 0bdb8952b3cf6830d7cdea14b8d799678fc2c9ec4ca970e96622d1fe8da567aabc1cc8d71965069f61fcdd424f4fbaeb02f120d84977c0cb2e35bb3cdde24f80
7
+ data.tar.gz: f4601929d85f956c46eb098fe76ec0eeb1df173f3ad86ac9f5736ffb59df43ca300ed9a2f7ef585f3151e2ceaf24ad71698563945c02d9f709d8a39477bb53c6
@@ -24,6 +24,7 @@ module ClioClient
24
24
  has_association(:client, ClioClient::Contact,
25
25
  :polymorphic => true, :accepted_types => %w(Person Company))
26
26
  has_association :responsible_attorney, ClioClient::User
27
+ has_association :originating_attorney, ClioClient::User
27
28
  has_association :practice_area, ClioClient::PracticeArea
28
29
  has_many_association(:custom_field_values, ClioClient::CustomFieldValue,
29
30
  :polymorphic => true,
@@ -1,3 +1,3 @@
1
1
  module ClioClient
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clio_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle d'Oliveira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-27 00:00:00.000000000 Z
11
+ date: 2016-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler