fuey_client 0.3.0 → 0.3.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d115886d4090c97533851ddd0a194694ceca42b
|
|
4
|
+
data.tar.gz: 5b40edf777ffef5e3536d6582ceff70b33dea800
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e24bbbd85c381e61842aa5653417df83873f050b95b839bb8dfa95729c8af22151ebef8b752f683985e7c8217d9bc5fd118ff80954a7d1470eb54fd98de4a9c
|
|
7
|
+
data.tar.gz: 380c5dfe45d1237048ca69b7f6fbc3c86c31b262cdd093b67e38304b339bc3da904d618f4f1f34494b8fbb71aacdc62bbc5ef5b966f94bab7d9808b54d2a9217
|
|
@@ -19,7 +19,7 @@ module Fuey
|
|
|
19
19
|
Log.write %(Could not ping SAP instance. The sapnwrfc gem is not installed)
|
|
20
20
|
false
|
|
21
21
|
rescue Exception => caught
|
|
22
|
-
Log.write %(RFC Ping for #{config['ashost']} failed due to #{caught})
|
|
22
|
+
Log.write %(RFC Ping for #{@config['ashost']} failed due to #{caught})
|
|
23
23
|
return false
|
|
24
24
|
ensure
|
|
25
25
|
conn.close unless conn.nil?
|
data/lib/fuey_client/version.rb
CHANGED