oyi 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: eeb38b5d0a6547c06a12d37aa08469c3eebebe665d47f330eb8bab7c56673116
4
- data.tar.gz: cef2548600ff4d8289080af41ffe6b8b76f9ac8d9935ef5ae54bf75a8353b4b2
3
+ metadata.gz: 3fbcce97b537e9463a501145c29189572b36c4d7672eaa9e73a62f42b8d6145a
4
+ data.tar.gz: ab18d1a2646ff09ac1b0cb31caf732c98b1b9f44777802a770cbdb935f26ada5
5
5
  SHA512:
6
- metadata.gz: 3c661a3b3825dc4077d5612f193e5ece332474fbf88927f8eeb83655008a21815882c34558b056121637e3dec73e06572fc9aeb02cfa5d32bdbff4adc510ea92
7
- data.tar.gz: c0e16561f38c2a4b2bdaec92151f444e2cab9d35b7af9a8243401013c2111f02206c4ce58d51743a6de52724408ff3c734b0f011f41748b80d37dba17fc376ba
6
+ metadata.gz: '038d6b5cabf0769c4188f6b857a9e282823a88a688472944892bb1db9c6ed4809b08f106a515623ec7bb73d5b8495c1fa1f86904470e2606506fb65ec8436332'
7
+ data.tar.gz: c07c6eb0b005e33994801a6734dd8ec2bb2accfee4415f53abf5fd426dd081f93f8a27dfa3319bc6d6e91b16e14e3912858731d01c474ec24e537c2a73131d00
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oyi (0.1.2)
4
+ oyi (0.1.3)
5
5
  rest-client
6
6
 
7
7
  GEM
@@ -19,7 +19,7 @@ GEM
19
19
  domain_name (~> 0.5)
20
20
  mime-types (3.3.1)
21
21
  mime-types-data (~> 3.2015)
22
- mime-types-data (3.2020.0512)
22
+ mime-types-data (3.2020.1104)
23
23
  netrc (0.11.0)
24
24
  public_suffix (4.0.6)
25
25
  rake (12.3.3)
@@ -18,7 +18,7 @@ module Oyi
18
18
  raise Error.new(message: 'Oyi client not configured') unless configured?
19
19
 
20
20
  begin
21
- response = RestClient::Request.execute method: http_method, url: "#{@api_url}/#{endpoint}",
21
+ response = RestClient::Request.execute method: http_method, url: "#{@api_url}#{endpoint}",
22
22
  payload: params&.to_json, headers: {
23
23
  'Content-Type': 'application/json',
24
24
  'Accept': 'application/json',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Oyi
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oyi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ganesh Gunasegaran
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-10 00:00:00.000000000 Z
11
+ date: 2020-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client