ruby_snowflake_client 1.3.1 → 1.3.2

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
  SHA256:
3
- metadata.gz: db6505fc5cbcf97b32db3c7ea520a5db4e295b1a9f9d6d7ac3c3572e411e7f71
4
- data.tar.gz: 6927a7b29289eef573b75b69af01f809fe46a7414f0e4986e23104ac25fd7564
3
+ metadata.gz: 358ad08a71505a66ef930be5572c3ebf38d320c39313d8079a3aad92dcf24f3f
4
+ data.tar.gz: e11b8a0f04f61c3f099adf22bc433744483640f1d8711ddbe263a1b4d2322731
5
5
  SHA512:
6
- metadata.gz: bc38dd65473bbd9aefa5cec69ff4c4741743aedcf12b46e4b9dd06f021d0f37a77d19a1e5a101e29fb22148770d419879de19ee0322758241c524ec5b8adadba
7
- data.tar.gz: 012a908d370bcf51e2297e974ff5923e525e4f3ed5967f69bb7c2650cf97991cb81c3dc4e1636c697a3b21e2ed5368f8fe2544f0560831847a755980fd643141
6
+ metadata.gz: 867583ebfc16d1b5abe212e287db28ff0c317a09b55053d109ef51dcac1ba3898d716ec675a4d82f1ecc56cbaf4caddfc1d067c3bb55321a08a990e18bc10c71
7
+ data.tar.gz: d3833033b1579e2f52dbb1b037c5ded05162c51392f7dd4fa986d12d5ab5d310e676e430909f2e94444ff777429a8aa4af1a892246b5dfee64ba6a83ac997127
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_snowflake_client (1.3.1)
4
+ ruby_snowflake_client (1.3.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module RubySnowflakeClient
2
- VERSION = '1.3.1'
2
+ VERSION = '1.3.2'
3
3
  end
@@ -1,7 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Snowflake
4
- require "ruby_snowflake_client_ext" # build bundle of the go files
4
+ puts "Entered Snowflake module"
5
+ require "ruby_snowflake_client_ext" # build bundle of the go file
6
+ puts "Loaded Snowflake Go bundle"
7
+
5
8
  LOG_LEVEL = 0
6
9
 
7
10
  class Error < StandardError
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_snowflake_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rinsed
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-20 00:00:00.000000000 Z
11
+ date: 2023-07-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Using the `Go` library for Snowflake to query and creating native Ruby objects,