turso 0.1.5 → 0.1.6

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: 319eebc9d9093f9f85366b52ee9a8f1ee25817c16e1fb5121ed95c845b6ae294
4
- data.tar.gz: b058647ef9194528aa68f6016567019671bbb7b6a292f63837471894e2e5f2d6
3
+ metadata.gz: c83f9388458b8b1c49c183e28de23de7465b8b0339d060531694afb3fe56a28e
4
+ data.tar.gz: 39bd56a1973b5ca21efb472ca05aa00a835be3ee12839a2cfd484d0ad4ad8fb6
5
5
  SHA512:
6
- metadata.gz: 225e00b561caa5727da68ff162d24ed1d6689491a6754072264d53d6ffe3b6a74a5920a4d155f4de85551abd24bb5cae2130af5fa0bc6a70b2beb06c43b94164
7
- data.tar.gz: 8b7d799da2e205aac23aaba01c342ad8ae8496ddb7484755be2f23d6fbcc12fab22cb20c64087f8c5583af7495c50504ba0741c636bc667f7a2c8266a63893f9
6
+ metadata.gz: 227670c392d20dcdb642deb07e1edbba8f14578eed04a4447e39678f4e7cca7c805b1c2914dc19649920153fa0c7c46fd03b51383811c381fe6f4772d0733715
7
+ data.tar.gz: a254f387d4fea70ffea63e104dcecd45ae3808c035b916d38643cee00539b42a66fee75788b175c48b8e905d20ee16c16277f06fb40665b72fe82a704beb8860
Binary file
data/lib/turso/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Turso
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turso Team
@@ -38,14 +38,10 @@ dependencies:
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0'
40
40
  executables: []
41
- extensions:
42
- - ext/turso_ruby/extconf.rb
41
+ extensions: []
43
42
  extra_rdoc_files: []
44
43
  files:
45
44
  - README.md
46
- - ext/turso_ruby/Cargo.lock
47
- - ext/turso_ruby/Cargo.toml
48
- - ext/turso_ruby/extconf.rb
49
45
  - lib/turso.rb
50
46
  - lib/turso/connection.rb
51
47
  - lib/turso/database.rb