tapsoob 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
  SHA1:
3
- metadata.gz: ce9b5b43cf53e409820a0d7e58aeb022fe3f39ee
4
- data.tar.gz: 5d0b8a650b8a3121cb365aaea57566f46db09ffb
3
+ metadata.gz: 5c7dc41150d2f00a22f307104b2d1e7201253784
4
+ data.tar.gz: 84dfed6b77bac12775c407a95006e3a6a641b527
5
5
  SHA512:
6
- metadata.gz: 2e54f2b894de0d89ead4964edd95196d9f6d4888a33189e9ef0f771c11d908e35b42e305cafd81f2210b8b500f9a2a388af11207a19b565c309b983dfcb74359
7
- data.tar.gz: f2eba4bfbeffcb6e63d2f9bf5a5a7131223c5ce3779adcd2fd0d7377d5572842a06ca3926bd4615545737942a9a289dbfe17002f31a832f7ec19f1a604976df3
6
+ metadata.gz: b19220754736dfe6f1ac59df628f37ed3246c27d748e825ce12b50cff745e03b4697bd8acb29ca3965c0d64a2fe3d3578daabb4bc1b320fffd3e169ca6631ad9
7
+ data.tar.gz: df3ba9a289a8ed11c580070dd3908896f617a9f75cc59a6803a99212b43b0c177a2721022670f71ffbc9b77af5c38116bb6d0ab3e3ab74b00f604ba936105a4b
@@ -382,7 +382,7 @@ module Tapsoob
382
382
  puts "#{tables.size} tables, #{format_number(record_count)} records"
383
383
 
384
384
  tables.each do |table_name, count|
385
- next unless File.exists?(File.join(dump_path, "data", "#{table}.json"))
385
+ next unless File.exists?(File.join(dump_path, "data", "#{table_name}.json"))
386
386
  stream = Tapsoob::DataStream.factory(db,
387
387
  :table_name => table_name,
388
388
  :chunksize => default_chunksize)
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Tapsoob
3
- VERSION = "0.1.14".freeze
3
+ VERSION = "0.1.15".freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tapsoob
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
  - Félix Bellanger