tax_generator 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: cbf884b081995860bac0ceb7a6fc296566d5058e
4
- data.tar.gz: ba3ca1b27479a01c9f69868ab242dd6cc1802260
3
+ metadata.gz: 0e429dc730d08412a3cfc1722c7a3a34a040f10d
4
+ data.tar.gz: 1524eab039942a1289af54266369805d26203744
5
5
  SHA512:
6
- metadata.gz: 7f5bd31c04e3f18d258c1fe02e446633b02891a9f99bc2b21a936a128567d771390cc8534cebbd0111d50b211168e3c1258759106422b147c8a0d668dba7f812
7
- data.tar.gz: bfdf01af30c7a9eccdc652f9845b4b018f9658fdf9dff162db4f2deaf1e77449389b41f40220f1523e9194c9afcc5a8797ae3dbaf3357c16ebc78692ad90f0aa
6
+ metadata.gz: 7f01aeff0e8c4bfac118deb05e42b8f02d370c30697a24e613fb847f43a8523f9e0d727b6ac2123b637cb099d1e7a682d8ce0efc867be82e843d4c3713e1a60b
7
+ data.tar.gz: 170a43c99f43eb00e6fa5952d973ceb3d6eac4ea0e7c0054fa6c549a5a30e95087e789e625e0e9b23b337dbc1124a0341a4bcaa17f0f6cf2151caf4cb45657f0
data/Rakefile CHANGED
@@ -22,5 +22,5 @@ task default: [:all]
22
22
 
23
23
  desc 'Test the plugin under all supported Rails versions.'
24
24
  task :all do |_t|
25
- exec('bundle exec rubocop . && bundle exec inch --pedantic && bundle exec yard && bundle exec rake spec')
25
+ exec('bundle exec rubocop . && bundle exec inch --pedantic && bundle exec yard stats --list-undoc && bundle exec rake spec')
26
26
  end
@@ -200,6 +200,7 @@ module TaxGenerator
200
200
  def generate_files
201
201
  jobs = fetch_file_jobs
202
202
  delegate_job(*jobs)
203
+ wait_jobs_termination
203
204
  end
204
205
 
205
206
  # retrieves the information about the node from the tree and generates for each destination a new File
@@ -245,7 +246,6 @@ module TaxGenerator
245
246
  @taxonomy = TaxGenerator::TaxonomyTree.new(taxonomy_file_path)
246
247
  @taxonomy.print_tree
247
248
  generate_files
248
- wait_jobs_termination
249
249
  else
250
250
  log_message('Please provide valid options', log_method: 'fatal')
251
251
  end
@@ -17,7 +17,7 @@ module TaxGenerator
17
17
  # minor release version
18
18
  MINOR = 0
19
19
  # tiny release version
20
- TINY = 7
20
+ TINY = 8
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.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada