pitcher 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pitcher.rb +1 -1
- data/lib/pitcher/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfdb0d22f09a4344a078e2b2b062dfeff8b2152c
|
4
|
+
data.tar.gz: 0f37c440bc6a1a500ef01c834691b0004a0b8f32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9bde7d84563b058dafd5856ea01f773d41c1000c34ced335a2290f66b7f571245349777502f9b9c3ed54e7969d3b9e5808f61289bb28eb0d14fcd34ce2d21cc
|
7
|
+
data.tar.gz: e19eee921e8d592d0ed939ac066881112b4d3a8a33f5bb9d2cb545820160277f9096bcd8d014ea43ff9d2a4ab782c9659b4ed9492935333b3a46aa31308b956c
|
data/lib/pitcher.rb
CHANGED
@@ -54,7 +54,7 @@ module Pitcher
|
|
54
54
|
)
|
55
55
|
# Create the hash that will be sent as a message to the service with the creds and data above
|
56
56
|
response = client.call(:process_conten_tdm, message: message)
|
57
|
-
File.open('response.txt', 'a') { |file| file.write("\r" + response.body.to_hash[:process_conten_tdm_response][:return] ) }
|
57
|
+
File.open('response.txt', 'a') { |file| file.write("\r" + message[:metadata] + response.body.to_hash[:process_conten_tdm_response][:return] ) }
|
58
58
|
end
|
59
59
|
end
|
60
60
|
end
|
data/lib/pitcher/version.rb
CHANGED