jungle_path 0.0.29 → 0.0.30

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: d89ef62c30cfc7bd54353ee389df0172615bbcf3
4
- data.tar.gz: d7e6d88a4652d630835eddc8259aba2b488c1848
3
+ metadata.gz: ec49df87f6ddc3f5ad7152eceef4ab039c0f7e99
4
+ data.tar.gz: 90ca3e872f973765ed0c557bbc9d0a4870527327
5
5
  SHA512:
6
- metadata.gz: 4261585240b3adb796566f39bcb9b13dd2fcea4835130ab89867628aa22dca31e0e013815f0a31c1d092892b2e8df6fa69a4782e0bbea462842b841ab3542d88
7
- data.tar.gz: e2b97552d0ad9602d978c3e1548fde44b63478f88498d4de9e4f65f7cbf25c7cbe5a3da5a1af1c2fdf136561dbe4e6ddbc9ec48751f17115f4155961503cc771
6
+ metadata.gz: 985fd485a637f0c5ddb9014e8bc766bed4400aae631fca831372e3d99c3edfc9a973b703a09ea07c9cfe9c850ea1e9b86421724c9948c5d6373d29b1b91c87a1
7
+ data.tar.gz: 34830e6ad6892c24f05e13ab19e800cd6552d970d58744f4ba7de5c9e51e8cb690e09eb157c2daeb29228e3bca102581c63f79b9e5738fa235633c1c2a64a2fe
@@ -8,7 +8,7 @@ module JunglePath
8
8
  class Delete
9
9
  def initialize(config, logger=nil)
10
10
  @logger = logger
11
- @path = config.path
11
+ @path = config.import_file_path
12
12
  #@db = JunglePath::DBAccess::IO::DB.new(config, @logger)
13
13
  end
14
14
 
@@ -9,7 +9,7 @@ module JunglePath
9
9
  attr_reader :db
10
10
  def initialize(config, logger=nil)
11
11
  @logger = logger
12
- @path = config.path
12
+ @path = config.import_file_path
13
13
  #@db = nil
14
14
  #if config.postgresql
15
15
  @db = JunglePath::DBAccess::IO::DB.new(config.postgresql, logger)
@@ -8,7 +8,7 @@ module JunglePath
8
8
  class Schema
9
9
  def initialize(config, logger=nil)
10
10
  @logger = logger
11
- @path = config.path
11
+ @path = config.import_file_path
12
12
  #@db = nil
13
13
  #if config.postgresql
14
14
  # @db = JunglePath::DBAccess::IO::DB.new(config.postgresql, @logger)
@@ -1,3 +1,3 @@
1
1
  module JunglePath
2
- VERSION = '0.0.29'
2
+ VERSION = '0.0.30'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jungle_path
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.29
4
+ version: 0.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael VanZant