tax_generator 0.5.0 → 0.5.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: 6d86f48ea2ac6ebe44339d739edeefdfa2181a17
4
- data.tar.gz: 6d7d6fa4d4f8808fe175715f3c17e62a563166c8
3
+ metadata.gz: 317ad3db4dcd7234da44f8b4640c0d6692438ec8
4
+ data.tar.gz: 14f96024f09d3254c34ffa947cdcb2570edda110
5
5
  SHA512:
6
- metadata.gz: ef3b5ac6b9ce6b6fb6ac7c4800271dd162bfc83c206ac35fdfa92521a0460fed4d793c1367a0f14aeb7d5ad2032487adcf3c5b9d66c3077dc0ab87525fd18608
7
- data.tar.gz: 7173719e23261037b7720f30c19ee3edf9fe6c1257b9c4c9efaa8ca9067a597d09449f214ff2ca25db8d2472a694897a439733f642c5cc3a033bb37f770bc19a
6
+ metadata.gz: ef9751ef774b8f9be7d353299d202850f7b16b1d7e958f3b52483f1d350d27ff91375619fb31bd68f04ed39002f50713f5f5b9cbeef4f5c002d09b47e2fadd7b
7
+ data.tar.gz: 32fe13515c63955a79f120148c69d64cfdf63fe1d4ac6bbea35b8459599e4fda746f1743f1dbcb04a09900237ee98281546fa1359075452655fda94d77184571
@@ -180,14 +180,14 @@ module TaxGenerator
180
180
  def fetch_file_jobs
181
181
  jobs = []
182
182
  count = 0
183
- @taxonomy.document.xpath('.//taxonomy').pmap do |taxonomy_node|
183
+ @taxonomy.document.xpath('.//taxonomy').pmap do |_taxonomy_node|
184
184
  count += 1
185
185
  jobs << { atlas_id: count, taxonomy: @taxonomy, destination: nil, output_folder: output_folder }
186
186
  end
187
- nokogiri_xml(destinations_file_path).xpath('//destination').pmap do |destination|
188
- atlas_id = destination.attributes['atlas_id']
189
- jobs << { atlas_id: atlas_id.value, taxonomy: @taxonomy, destination: destination, output_folder: output_folder }
190
- end
187
+ nokogiri_xml(destinations_file_path).xpath('//destination').pmap do |destination|
188
+ atlas_id = destination.attributes['atlas_id']
189
+ jobs << { atlas_id: atlas_id.value, taxonomy: @taxonomy, destination: destination, output_folder: output_folder }
190
+ end
191
191
  jobs
192
192
  end
193
193
 
@@ -17,7 +17,7 @@ module TaxGenerator
17
17
  # minor release version
18
18
  MINOR = 5
19
19
  # tiny release version
20
- TINY = 0
20
+ TINY = 1
21
21
  # prelease version ( set this only if it is a prelease)
22
22
  PRE = nil
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tax_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada