teamleader 0.10.0 → 0.10.1

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: 76fad4a78815592a018fd56de16abf6ef06e9f96
4
- data.tar.gz: b733581ec2ceee62182499e4bb37b4640e81cd24
3
+ metadata.gz: 90bc69bc3227cbc5d4a21e060db6c068ec0b2474
4
+ data.tar.gz: 3ff560a8a73cf98e9139c714a0b0920dd063004f
5
5
  SHA512:
6
- metadata.gz: a556517d034ae45471afc20751065cccf49d0b100ffeb0e0d0e4311828f56015117fbd7075ac288cafe0f6289194b395e50ad02b00c0de0b95692bb7cd094a5d
7
- data.tar.gz: 760dfa498fa7e8534eb08315c9ed7e3bb9db6cc39ce255173a6aa050b5da7556aa5982eee849ab942eee4525e66623302c0a8924b96adaffbf53ed962d7d20b9
6
+ metadata.gz: a6e6d7011a609649036010b64588015e852ff0404f59a04a4e9e3a690bb34bd623d0595e2d320a9183257c83c740a967c881d1c3768b448e84166d20841b6ddf
7
+ data.tar.gz: f0d976c5318bd9ffa28a792fa3476d775d89ba375bdb732a4b1a29be697ba5127025cdcc061368cba656016274964938e34e9019b40629387bf0321aa6463a57
@@ -76,23 +76,6 @@ module Teamleader
76
76
  request "/getContactCompanyRelations.php", params
77
77
  end
78
78
 
79
- # Returns the ID of the company
80
- def add_company(params={})
81
- raise "name is required" if params[:name].nil?
82
- request "/addCompany.php", params
83
- end
84
-
85
- def get_company(params={})
86
- raise "company_id is required" if params[:company_id].nil?
87
- request "/getCompany.php", params
88
- end
89
-
90
- def get_companies(params={})
91
- raise "amount is required" if params[:amount].nil?
92
- raise "pageno is required" if params[:pageno].nil?
93
- request "/getCompanies.php", params
94
- end
95
-
96
79
  def add_deal(params={})
97
80
  raise "contact_or_company is required" if params[:contact_or_company].nil?
98
81
  raise "contact_or_company_id is required" if params[:contact_or_company_id].nil?
@@ -1,3 +1,3 @@
1
1
  module Teamleader
2
- VERSION = "0.10.0"
2
+ VERSION = "0.10.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamleader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre-Yves Orban