rs4 0.2.12 → 0.2.13

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
  SHA256:
3
- metadata.gz: 7b8d42e70c64586aff80ced6defe30ac79274a75c85bc0e4a2e391df6fd3b0ee
4
- data.tar.gz: bd7992e4a00688fc5a9d17addecdee20d2e29823319564a5f03bbeda34d62cdb
3
+ metadata.gz: 6fa3c04182d961b4c035c1f3213a7ed322a3abd4aec556b7119b83c3923aeb01
4
+ data.tar.gz: 388fd56f7db479ff756e300c2ea218fb5907149bd8bb1068987c133cecebe3fc
5
5
  SHA512:
6
- metadata.gz: '0370996268e7383cb6eb8a13904c301f71ef3863d0e6f6887265b873685ec1a75be8b0ac96df8a9be85f50f8bcb88e07bbeb1c6fb349c9e31e0d6cda0b18b8bb'
7
- data.tar.gz: a6ee87f574d66dbef0e10b3b95d988091e7553d096fe0d9e4107c2f0a9c917918b5503692cd9f53a24d4ef274b4dff2ba4a08b980b16c7e3f003caf8216b5dfa
6
+ metadata.gz: 8f417eaea3643412f69e5db3c53db79a3fdffe31853e7972b2e815b88f3aeaa4efa627a9b1a2038ef24161922a031c7556a85a72a9ad318feae4a37e58adddaf
7
+ data.tar.gz: 4516755f9e181ad50e4ec59fbce933ab5f8a9dda58ac4349158f09a9c854c1580cd57b3fcd87edadd4fb7606516549c09ab81d74e0f22296142a4b94b6446cdb
@@ -143,7 +143,7 @@ module RS4
143
143
  end
144
144
 
145
145
  def get_documents
146
- path = '/public/v1/documents'
146
+ path = '/public/v1/documents'
147
147
  response = RS4.configuration.request_handler.execute(path, :get)
148
148
 
149
149
  unless response.is_a?(RS4::Error) || response.nil?
@@ -12,7 +12,9 @@ module RS4
12
12
  return RS4::ConfigurationError.new(RS4.configuration.errors, 'Invalid Configuration')
13
13
  end
14
14
 
15
- url = URI(RS4.configuration.api_host + '/public/v1/' + path)
15
+ url = URI(RS4.configuration.api_host + path)
16
+
17
+ Rails.logger.info("#{RS4.configuration.api_host}#{path}")
16
18
 
17
19
  http = Net::HTTP.new(url.host, url.port)
18
20
  http.use_ssl = true
@@ -1,3 +1,3 @@
1
1
  module RS4
2
- VERSION = '0.2.12'.freeze
2
+ VERSION = '0.2.13'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rs4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - donny