multiwoven-integrations 0.1.27 → 0.1.28

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: ba4494240d8ec0dd3bc42e423f6b6401ee9733532c989baaab737ec48d19c2ea
4
- data.tar.gz: 55c7b1d1bdac5b2cc495c7a9f3f31b88c15863912c2e89fecc842b5fc730ffa5
3
+ metadata.gz: '0972dc10bbb0d6d81f9903d0edb045f22f5d93bfa7d622f1c5758fd3b4fd2692'
4
+ data.tar.gz: 50ac2206ed0ba57413cc9ac334bb8d00acd8a263e7a3b78efe7a437983636331
5
5
  SHA512:
6
- metadata.gz: 3e0980a469f45addfe273f869c8a6e4e222fe12328eb3b9342abb0c24cbf5b76b272e0f249825b583037f571956e523c87aadc4ebcd9aec425fb368c9ca98f8a
7
- data.tar.gz: 87c70dbe2c5059b4213464cb9c6d41966c4151eb3b1bdb211de1f7bf452791cd9182abcb1891f0ec3648d20f01f25aa1e95ecf7b1a1867a3c8c0c00625e80f26
6
+ metadata.gz: 8e9c3f011128710a4502dd51d5dad7934521fa80c923fd7c202721bcc63b206fa0e555b29f5ae5ad2dc4beb0619162b7f160e32a5e6ef78248b58ddb662af0ec
7
+ data.tar.gz: 4343882c80e4cfd50e008d6fbcd0636e0e92e87d2e08173f2dd73c3152448ac8c874f27e787f645be5c9e1ee46504c4a3c6b28ce36c63d660f02026471b2ba4b
@@ -27,10 +27,10 @@ module Multiwoven
27
27
  def relative_path
28
28
  path = Object.const_source_location(self.class.to_s)[0]
29
29
  connector_folder = File.dirname(path)
30
- marker = "multiwoven-integrations"
30
+ marker = "/lib/multiwoven/integrations/"
31
31
  parts = connector_folder.split(marker)
32
32
 
33
- parts.last if parts.length > 1
33
+ marker + parts.last if parts.length > 1
34
34
  end
35
35
 
36
36
  # Connection config is a hash
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.27"
5
+ VERSION = "0.1.28"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiwoven-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P