mawsitsit 0.1.14 → 0.1.15

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
  SHA256:
3
- metadata.gz: 6bf107f10254c4381ea6ddb43804bab677e9d21652f88979c92aee21efe85bf0
4
- data.tar.gz: cae9847e3ed605ab6c9323883b4b04577455a42f52b3e27bc4f2305a39616122
3
+ metadata.gz: 1531cf8c7c10a49616f0e1ed67554d526f7ce56a0f110da60bc3e131822d98cf
4
+ data.tar.gz: ff1b8806123e0104d37c619a9ef055052428dbfdc26a182ad704435b8221b47c
5
5
  SHA512:
6
- metadata.gz: 287bc58ab99f97a3f0c78c7ac71f558e5d3d40dafff21e7bcd41fdc08f3ddce1cbc2d152dd9cf035f332c5b97ad62f222d1d61016bde01ccaf68433e9716d7e4
7
- data.tar.gz: 61dfc1aec419c9e2665d71551bdcaf57bebf5e590a08e6a982d4ad413c6a82cc60af51451d8a1f942f552aa10f8c6060360f3bddf4f8684c947825d57183117e
6
+ metadata.gz: b64c3ef1ffc6f2511556f3d990b1ddd0e4e2688ff1e8242c21d0e7bc58011e2fb46a1cede5d1335b047ae58516d5d3e4484d7c35df8dbe2652c9e6f11c72078b
7
+ data.tar.gz: 696fdd031168deb443caef30250fbabf16c9db0ebea39faa886129b5145aa1a84dd311a3b1170de6ca2afad2a33afe2c3b0bd25f6326e548be1a372067b798f2
@@ -216,11 +216,6 @@ impl JsonToJson {
216
216
  }
217
217
  *value = task_res;
218
218
  } else {
219
- let bin_spl:Vec<&str>= bin[0].split(".").collect();
220
- if bin_spl[0] == "ignore" {
221
- *value = bin[0].clone().into();
222
- return;
223
- }
224
219
  *value = reference
225
220
  .get_by_path(value_str)
226
221
  .map_or_else(|| serde_json::Value::Null, |v| v.clone().into());
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mawsitsit
4
- VERSION = "0.1.14"
4
+ VERSION = "0.1.15"
5
5
  end
@@ -25,8 +25,8 @@
25
25
  "city": "data.categories.allLocations-<flatten>",
26
26
  "address": null,
27
27
  "view_count": null,
28
- "created_at": null,
29
- "updated_at": null,
28
+ "created_at": "ignore.data.createdAt",
29
+ "updated_at": "ignore.data.updatedAt",
30
30
  "applications_count": null,
31
31
  "employer_rating": null,
32
32
  "job_notifications": null,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mawsitsit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Hummel