clickhouse-native 0.1.1 → 0.1.2

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: 51aa32b5ec77367fcc08b8df05c2449bb8e99b7f1cc3b7cc331d83c408cea32c
4
- data.tar.gz: 3b28a9d0cde5d7c827f212bb5ecde1d0dee21f5a8e4cc2faaa20de06534f59d5
3
+ metadata.gz: 29b026c55ff211b775aead5f399ac0b3cee714481517d8b0025442c792590133
4
+ data.tar.gz: 63d45e2b6534ee453655c218008a7c7dd0ca3478c505bd23a8472198ddf3e337
5
5
  SHA512:
6
- metadata.gz: 825b57cd31290f4717a5e38d7b0d08c7949e455c23246913f1885db868a63b0b44a600f9527dd5f7175f889d1e9327f7b75af4ada2075aa5d2b7284f0b88184c
7
- data.tar.gz: 6c178edde2ba5ffbd1bee2f439e8d5c2d3dd3932c80442b9da34090cfc3286388a2cf3b834ff43a476aa7c68d1aaedc91409b48287a3e940383d8f8d98a75222
6
+ metadata.gz: 04f6129bdab791cfd33d2bd3f7a58d7bf5e017f7bc1979cf77d783db01b7d222b334d3d2b4a1bf243021e36bb2172618022a5352a0ae06260606900cb6459128
7
+ data.tar.gz: 23c0b9d52fca7b10c9682a0125c987abde5403ed477da29411edb6d4c989c92b3d0601fcf733b193516837e0131496fded8d94a472ae55f8653185fb21ab863b
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Shim so `require "clickhouse-native"` works (Bundler's auto-require for
4
+ # a hyphenated gem name falls through to this path).
5
+ require "clickhouse_native"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ClickhouseNative
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clickhouse-native
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuri Smirnov
@@ -285,6 +285,7 @@ files:
285
285
  - ext/clickhouse_native/vendor/clickhouse-cpp/contrib/zstd/zstd/zdict.h
286
286
  - ext/clickhouse_native/vendor/clickhouse-cpp/contrib/zstd/zstd/zstd.h
287
287
  - ext/clickhouse_native/vendor/clickhouse-cpp/contrib/zstd/zstd/zstd_errors.h
288
+ - lib/clickhouse-native.rb
288
289
  - lib/clickhouse_native.rb
289
290
  - lib/clickhouse_native/client.rb
290
291
  - lib/clickhouse_native/errors.rb