bpm_manager 0.4.0 → 0.4.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: 7e0c32b3f8f35c797fc808423a6ef8484ab43c00
4
- data.tar.gz: 108c7f471962705828b55b5a1807ee4fe4bebddb
3
+ metadata.gz: 686ab0c358b95c537acd383c9032ba576ce06344
4
+ data.tar.gz: 5f855a62b1ca183cead17b548370a21cc7122e12
5
5
  SHA512:
6
- metadata.gz: 97969c19554e9fd7878f7d8ff4377105a89026a1825b3a148e2b3390d4528dcf734bdafc910843bf52ec216186797f8adc211bdc3e56c492b82d153d655aac2d
7
- data.tar.gz: 9838036cb7e10a8ae882eee0d402a2c37e06bb08082a886c7cb977b647dd37d8d10c74c7eedf2864beb4781ce6b2087e29ba03b7df6e34c9484cd0a6876d8c45
6
+ metadata.gz: f8a8ac3282c912cda30ead3caedd05e5bd604374bb6b5c5b3f072e96f5a46b63c42487684cf1598306016c2b3904366816b60d1507076bd5c3224bbeb91f583b
7
+ data.tar.gz: b9e248a9945c080cf7de9c661fbe4fdd3d666036445257bd7595768cad9bc803c7e53c5ea209e7931813125fcf3e25b062e36e5a292606819c4cb692e6434be7
data/lib/bpm_manager.rb CHANGED
@@ -28,11 +28,6 @@ module BpmManager
28
28
 
29
29
  # Returns the URI for the server plus a suffix
30
30
  def self.uri(rest_service = '')
31
- case configuration.bpm_vendor.downcase
32
- when 'redhat'
33
- URI.encode('http' + (configuration.bpm_use_ssl ? 's' : '') + '://' + configuration.bpm_username + ':' + configuration.bpm_password + '@' + configuration.bpm_url + configuration.bpm_url_suffix + (rest_service.nil? ? '' : rest_service))
34
- else
35
- ''
36
- end
31
+ URI.encode('http' + (configuration.bpm_use_ssl ? 's' : '') + '://' + configuration.bpm_username + ':' + configuration.bpm_password + '@' + configuration.bpm_url + configuration.bpm_url_suffix + (rest_service.nil? ? '' : rest_service))
37
32
  end
38
33
  end
@@ -1,3 +1,3 @@
1
1
  module BpmManager
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bpm_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ariel Presa