multiwoven-integrations 0.1.56 → 0.1.57

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: c6d85b91e8cc2c023143cb57b3cc08524096598c744d9840cdc123aa2d21cf64
4
- data.tar.gz: 3da5529c48ec5b15f663af674dae4eef4bf9dbbbc00492ae94176299d0b7c04e
3
+ metadata.gz: 666408f13deb9be28b8067bd0726bcbb14e51cf0369d0928ba66dfa2bca70de9
4
+ data.tar.gz: 1d1c5dbdaa492a3e6da6fa529a66fe9fd85d3cae6e8a4830c846298950cf544e
5
5
  SHA512:
6
- metadata.gz: 19d5f91f0163d2cbc7717458b5910e99f756d7cfb3f80b3eaf8e96908eecee3932f37bbb91478fb383e6f436ea265606794d6d7e475a375e8d9066d9d58649ca
7
- data.tar.gz: a3d3ed1bd89f959c182a497d8db8acf4f9b8f608272b646426d5bda7b87402047dc52bb58e0d0c24860daabdee30abae84c88a039c157561929b339b4352fb5a
6
+ metadata.gz: e638768bdf3fa7d942ea69d1bc1e6d2c0ea154bd0a0df8a84a6c40872f689ad22cca5d7dc67e403a1e3bb90876ca5b28af7064a91ddaf3339733e80f25a521ad
7
+ data.tar.gz: a8162286c1257c99cf7ecd1c0c257ac25a9c2e0c483e0aeaa67e9bf19532d50a7ed04f545b34186f3feecd759999d42629bcd6419b5ca2819bb628ec7f919258
@@ -18,7 +18,7 @@ module Multiwoven
18
18
  def meta_data
19
19
  client_meta_data = read_json(META_DATA_PATH).deep_symbolize_keys
20
20
  icon_name = client_meta_data[:data][:icon]
21
- icon_url = "https://raw.githubusercontent.com/Multiwoven/multiwoven-integrations/#{MAIN_BRANCH_SHA}#{relative_path}/#{icon_name}"
21
+ icon_url = "https://raw.githubusercontent.com/Multiwoven/multiwoven/main/integrations#{relative_path}/#{icon_name}"
22
22
  client_meta_data[:data][:icon] = icon_url
23
23
  # returns hash
24
24
  @meta_data ||= client_meta_data
@@ -4,16 +4,11 @@ module Multiwoven
4
4
  module Integrations::Core
5
5
  module Constants
6
6
  # CONFIG
7
- INTEGRATIONS_PATH = File.join(
8
- Gem.loaded_specs["multiwoven-integrations"].full_gem_path,
9
- "/lib/multiwoven/integrations"
10
- )
11
7
  META_DATA_PATH = "config/meta.json"
12
8
  CONNECTOR_SPEC_PATH = "config/spec.json"
13
9
  CATALOG_SPEC_PATH = "config/catalog.json"
14
10
  SNOWFLAKE_MAC_DRIVER_PATH = "/opt/snowflake/snowflakeodbc/lib/universal/libSnowflake.dylib"
15
11
  DATABRICKS_MAC_DRIVER_PATH = "/Library/simba/spark/lib/libsparkodbc_sb64-universal.dylib"
16
- MAIN_BRANCH_SHA = Git.ls_remote("https://github.com/Multiwoven/multiwoven-integrations")["head"][:sha]
17
12
 
18
13
  SNOWFLAKE_DRIVER_PATH = ENV["SNOWFLAKE_DRIVER_PATH"] || SNOWFLAKE_MAC_DRIVER_PATH
19
14
  DATABRICKS_DRIVER_PATH = ENV["DATABRICKS_DRIVER_PATH"] || DATABRICKS_MAC_DRIVER_PATH
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.56"
5
+ VERSION = "0.1.57"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -16,10 +16,10 @@ Gem::Specification.new do |spec|
16
16
  spec.required_ruby_version = ">= 2.6.0"
17
17
 
18
18
  # spec.metadata["allowed_push_host"] = nil
19
- spec.metadata["github_repo"] = "https://github.com/Multiwoven/multiwoven-integrations"
19
+ spec.metadata["github_repo"] = "https://github.com/Multiwoven/multiwoven"
20
20
  spec.metadata["homepage_uri"] = spec.homepage
21
- spec.metadata["source_code_uri"] = "https://github.com/Multiwoven/multiwoven-integrations"
22
- spec.metadata["changelog_uri"] = "https://github.com/Multiwoven/multiwoven-integrations/blob/master/CHANGELOG.md"
21
+ spec.metadata["source_code_uri"] = "https://github.com/Multiwoven/multiwoven/tree/main/integrations"
22
+ spec.metadata["changelog_uri"] = "https://github.com/Multiwoven/multiwoven/blob/main/integrations/CHANGELOG.md"
23
23
 
24
24
  # Specify which files should be added to the gem when it is released.
25
25
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiwoven-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.56
4
+ version: 0.1.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-14 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -480,10 +480,10 @@ homepage: https://www.multiwoven.com/
480
480
  licenses:
481
481
  - MIT
482
482
  metadata:
483
- github_repo: https://github.com/Multiwoven/multiwoven-integrations
483
+ github_repo: https://github.com/Multiwoven/multiwoven
484
484
  homepage_uri: https://www.multiwoven.com/
485
- source_code_uri: https://github.com/Multiwoven/multiwoven-integrations
486
- changelog_uri: https://github.com/Multiwoven/multiwoven-integrations/blob/master/CHANGELOG.md
485
+ source_code_uri: https://github.com/Multiwoven/multiwoven/tree/main/integrations
486
+ changelog_uri: https://github.com/Multiwoven/multiwoven/blob/main/integrations/CHANGELOG.md
487
487
  post_install_message:
488
488
  rdoc_options: []
489
489
  require_paths: