upwork-api 1.2.0 → 1.2.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: 687d56981732d041ce5ca1de7db6b05472a13190
4
- data.tar.gz: 7382d3f5cd651e69a39a715daa3b1c19a702cccc
3
+ metadata.gz: aa61b519825544e65cb546afed455fe9d4e526fd
4
+ data.tar.gz: 9ec9c9fb497d978a247504226392ead8aab3b853
5
5
  SHA512:
6
- metadata.gz: 7fd8b6660036d2f6e5a02cfe244d4cfa9af85756f36ab3e294e4be5cab2bdae2c2742e36da16c605ce37e9ff0ea911d2a11915dfcedd89d21a6ebbb717023533
7
- data.tar.gz: 8999e166988f08b94c87937034991bde252fd0ed7b3f389290c14285e438044ee0dc84eb4e71e71629e834dca6e37958c53a6b0a9e819767cf91a90c9b3a5d97
6
+ metadata.gz: a30c6db061314b4b8036df59544ee9173a986fe1eab5e8bb29a2150719ec5db617ff90c3d924cd758d350246a6c547b7843a867e121ebbc37b98cabd63728bfb
7
+ data.tar.gz: 59966f809790cb73b6b1fe06574eb46df13cff89272a2d3df88cec26b6fe557acc03831df01a47d28f42c8734e25d2cbc4deeb979caf5cc0cb453d4ab8af0cc2
@@ -35,7 +35,7 @@ module Upwork
35
35
  # params: (Hash)
36
36
  def get_list(params)
37
37
  $LOG.i "running " + __method__.to_s
38
- @client.get '/hr/v3/clients/applications', params
38
+ @client.get '/hr/v4/clients/applications', params
39
39
  end
40
40
 
41
41
  # Get specific application
@@ -45,11 +45,11 @@ module Upwork
45
45
  # params: (Hash)
46
46
  def get_specific(reference, params)
47
47
  $LOG.i "running " + __method__.to_s
48
- @client.get '/hr/v3/clients/applications/' + reference, params
48
+ @client.get '/hr/v4/clients/applications/' + reference, params
49
49
  end
50
50
  end
51
51
  end
52
52
  end
53
53
  end
54
54
  end
55
- end
55
+ end
@@ -35,7 +35,7 @@ module Upwork
35
35
  # params: (Hash)
36
36
  def get_list(params = {})
37
37
  $LOG.i "running " + __method__.to_s
38
- @client.get '/hr/v3/contractors/applications', params
38
+ @client.get '/hr/v4/contractors/applications', params
39
39
  end
40
40
 
41
41
  # Get specific application
@@ -44,11 +44,11 @@ module Upwork
44
44
  # reference: (String)
45
45
  def get_specific(reference)
46
46
  $LOG.i "running " + __method__.to_s
47
- @client.get '/hr/v3/contractors/applications' + reference
47
+ @client.get '/hr/v4/contractors/applications' + reference
48
48
  end
49
49
  end
50
50
  end
51
51
  end
52
52
  end
53
53
  end
54
- end
54
+ end
@@ -13,6 +13,6 @@
13
13
 
14
14
  module Upwork # :nodoc:
15
15
  module Api
16
- VERSION = "1.2.0"
16
+ VERSION = "1.2.1"
17
17
  end
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upwork-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maksym Novozhylov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-14 00:00:00.000000000 Z
11
+ date: 2017-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth