lx_data_validation 0.0.7 → 0.0.8

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: f7d1360b98bf511978dedb618feac1a7eaa9222b
4
- data.tar.gz: 62f16aff299c6d951469fb8d32f2a45ad8cdd1e7
3
+ metadata.gz: 17f1678b845c9a8b74893e1d868b9de706fb3792
4
+ data.tar.gz: 375a46decef84a8d099e4b7940f85a96fc019c03
5
5
  SHA512:
6
- metadata.gz: a63b5a8185e595b3e39a12c93e96b0dbbcc0340c092a01abb8f918d975bec8d57454d9bef848bae3f041224662550ce41645b9073ebd383c5996ae7c6ffaae85
7
- data.tar.gz: fb22665b5a4558712763ffa0d4a25438fa9b09fb6791ccbeaeb638f8aba826f293e4ff0c6e958697492e6408c0368e4a9cc3007012a401c7ddbc75270b635418
6
+ metadata.gz: f7f2563cfbf4c5210a55e663db8efea77ec6ab30d08440f6b1fe96f06b3c0117a1e214e9c18fe4e09c80d3eb88028e4ec886353c71d7d55bc8495d01c9220113
7
+ data.tar.gz: a8f4c6e34d7549408ae0c22d16221f6f4ed6e17c912c76bb952cbb8d6a586340068bea774a3f1c5dd5469d6678d7ff9f36cde6a6a9043d594e7776b82ebf2a39
@@ -5,8 +5,7 @@ module DataValidation
5
5
  class RankingTableMwTrendComparison < ComparisonBase
6
6
 
7
7
  def api_path
8
- '/rest/LaxPower/rankingTableMWtrend
9
- '
8
+ '/rest/LaxPower/rankingTableMWtrend'
10
9
  end
11
10
 
12
11
  def field_array
@@ -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)
@@ -1,3 +1,3 @@
1
1
  module DataValidation
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
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.7
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-02 00:00:00.000000000 Z
11
+ date: 2017-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri