lx_data_validation 0.0.7 → 0.0.8
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17f1678b845c9a8b74893e1d868b9de706fb3792
|
4
|
+
data.tar.gz: 375a46decef84a8d099e4b7940f85a96fc019c03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7f2563cfbf4c5210a55e663db8efea77ec6ab30d08440f6b1fe96f06b3c0117a1e214e9c18fe4e09c80d3eb88028e4ec886353c71d7d55bc8495d01c9220113
|
7
|
+
data.tar.gz: a8f4c6e34d7549408ae0c22d16221f6f4ed6e17c912c76bb952cbb8d6a586340068bea774a3f1c5dd5469d6678d7ff9f36cde6a6a9043d594e7776b82ebf2a39
|
@@ -121,7 +121,7 @@ module DataValidation
|
|
121
121
|
end
|
122
122
|
|
123
123
|
def get_response_from_mobile_api
|
124
|
-
HTTParty.post(api_url, headers: {'Content-Type' => 'application/json'}, body: api_body)
|
124
|
+
HTTParty.post(api_url.strip, headers: {'Content-Type' => 'application/json'}, body: api_body)
|
125
125
|
end
|
126
126
|
|
127
127
|
def get_response_from_mobile_api_with_params(url, body)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lx_data_validation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roger Tong
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|