closeio 2.0.5 → 2.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72ef60c5c680c55f65fd11de6381f994d9dff2c5
4
- data.tar.gz: c8a7ed07577653c5652537c92121a4fc284feab7
3
+ metadata.gz: a637017a34cc0bdf63058819cae9b996274113df
4
+ data.tar.gz: 4ee8b3e13e248894df4283c8785bff1221a5712c
5
5
  SHA512:
6
- metadata.gz: 68e63721869fe515d07b8cf3dc21cf9aa3f31e8a02dacb87cbed695526d0df2550d9473a08b1779155c78688dca00f4ae231246cbf4184483c81605ef51687e4
7
- data.tar.gz: 6e9dac1d23dc9c47cf42480db4c2c7bafee440b8c78f8b5005d1ff0e8ae2bc3aacd9cc910795e2f1822533bff4dc72f6cb25b6fff08e61637e557437f1820144
6
+ metadata.gz: b4e469402a14da305f5522c5926b8a2b2aa6254dd3db5acadce6260b27af7bdf5788f265554eee6423e65dade00e4d6372ba0040cb418a2bc1a703d4a6c1e5ae
7
+ data.tar.gz: bf4db69c1d9d8c9ed0d6951c6da6cb5bbbc04684f275933062953ca0f2f2cb74b606ca66067371dfe39fc710ca2add7ea5acb979fa1598d045502f9372a2b349
@@ -24,7 +24,7 @@ module Closeio
24
24
 
25
25
  private
26
26
 
27
- def contact_path(id)
27
+ def contact_path(id=nil)
28
28
  id ? "contact/#{id}/" : "contact/"
29
29
  end
30
30
 
@@ -20,7 +20,7 @@ module Closeio
20
20
 
21
21
  private
22
22
 
23
- def lead_status_path(id)
23
+ def lead_status_path(id=nil)
24
24
  id ? "status/lead/#{id}/" : "status/lead/"
25
25
  end
26
26
 
@@ -24,7 +24,7 @@ module Closeio
24
24
 
25
25
  private
26
26
 
27
- def opportunity_path(id)
27
+ def opportunity_path(id=nil)
28
28
  id ? "opportunity/#{id}/" : "opportunity/"
29
29
  end
30
30
 
@@ -20,7 +20,7 @@ module Closeio
20
20
 
21
21
  private
22
22
 
23
- def opportunity_status_path(id)
23
+ def opportunity_status_path(id=nil)
24
24
  id ? "status/opportunity/#{id}/" : "status/opportunity/"
25
25
  end
26
26
 
@@ -24,7 +24,7 @@ module Closeio
24
24
 
25
25
  private
26
26
 
27
- def smart_view_path(id)
27
+ def smart_view_path(id=nil)
28
28
  id ? "saved_search/#{id}/" : "saved_search/"
29
29
  end
30
30
 
@@ -24,7 +24,7 @@ module Closeio
24
24
 
25
25
  private
26
26
 
27
- def task_path(id)
27
+ def task_path(id=nil)
28
28
  id ? "task/#{id}/" : "task/"
29
29
  end
30
30
 
@@ -1,3 +1,3 @@
1
1
  module Closeio
2
- VERSION = "2.0.5"
2
+ VERSION = "2.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: closeio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-12 00:00:00.000000000 Z
11
+ date: 2015-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday