ruby_snowflake_client 1.3.3.pre.debug → 1.3.4

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: ed451160b70115d42339088f433539eb78533261a28a3253959c36bec3de4146
4
- data.tar.gz: 13a570363140f1f7e5fb6afd3d42e09648a4b24198be74fb8d73ee3753747f27
3
+ metadata.gz: e4332363a5a6faf4c8c55d9a0b755528bb782417db9f4a245c5f30e2d32b22f2
4
+ data.tar.gz: 8401ada0af95ba96e76205b5ead456bcd94ba68016bdd791e5616b6f49b6a93c
5
5
  SHA512:
6
- metadata.gz: ca68138928a8ca789ed7e4d61a73b6679b22ed2a427cf38ac2fed4e8ba256949849354fcb34d14cdb66aa7ab246dacbf0d7468b1d786e399083f1f0f8cf2f91a
7
- data.tar.gz: a1df5c79270fca41aa7c1a737db77f08d1632bca3d80c9dba8c19ff2564f7710f9c02e49162a60261bd6b4888eaa6eaef974fd48ef687e0a0b31d91c57cbc576
6
+ metadata.gz: c58f65f041f72b673810f05254c912af797af74b02000af425a07b32967a70a3110e59a002d5b5b28a1d8e04a35cdbad30160fc9092a024c4f7ba65015ce4255
7
+ data.tar.gz: d3c25297153031f0468dad4c88191f0cfac12c2e2c57a68f177d0ef78980c7bb3abe6388338bc3db0a9c5f1b6598e5521c8d5f8896f725831ffed251fb111639
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_snowflake_client (1.3.3.pre.debug)
4
+ ruby_snowflake_client (1.3.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -24,11 +24,10 @@ var rbSnowflakeClientClass C.VALUE
24
24
  var rbSnowflakeResultClass C.VALUE
25
25
  var rbSnowflakeModule C.VALUE
26
26
 
27
- var RESULT_IDENTIFIER = C.rb_intern(C.CString("rows"))
28
- var RESULT_DURATION = C.rb_intern(C.CString("@query_duration"))
29
- var ERROR_IDENT = C.rb_intern(C.CString("@error"))
27
+ var RESULT_DURATION C.VALUE
28
+ var ERROR_IDENT C.VALUE
30
29
 
31
- var objects = make(map[interface{}]bool)
30
+ var objects = make(map[any]bool)
32
31
  var resultMap = make(map[C.VALUE]*SnowflakeResult)
33
32
  var clientRef = make(map[C.VALUE]*SnowflakeClient)
34
33
 
@@ -43,6 +42,9 @@ func Inspect(self C.VALUE) C.VALUE {
43
42
 
44
43
  //export Init_ruby_snowflake_client_ext
45
44
  func Init_ruby_snowflake_client_ext() {
45
+ fmt.Println("Initializing consts")
46
+ RESULT_DURATION = C.rb_intern(C.CString("@query_duration"))
47
+ ERROR_IDENT = C.rb_intern(C.CString("@error"))
46
48
  fmt.Println("[ruby-snowflake] Initializing module")
47
49
  rbSnowflakeModule = C.rb_define_module(C.CString("Snowflake"))
48
50
  fmt.Println("[ruby-snowflake] Initializing client class")
@@ -1,3 +1,3 @@
1
1
  module RubySnowflakeClient
2
- VERSION = '1.3.3-debug'
2
+ VERSION = '1.3.4'
3
3
  end
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.3.pre.debug
4
+ version: 1.3.4
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-27 00:00:00.000000000 Z
11
+ date: 2023-08-25 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,
@@ -2130,9 +2130,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
2130
2130
  version: '0'
2131
2131
  required_rubygems_version: !ruby/object:Gem::Requirement
2132
2132
  requirements:
2133
- - - ">"
2133
+ - - ">="
2134
2134
  - !ruby/object:Gem::Version
2135
- version: 1.3.1
2135
+ version: '0'
2136
2136
  requirements: []
2137
2137
  rubygems_version: 3.2.33
2138
2138
  signing_key: