iceberg 0.10.0 → 0.10.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iceberg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
@@ -30,10 +30,21 @@ extensions:
30
30
  extra_rdoc_files: []
31
31
  files:
32
32
  - CHANGELOG.md
33
+ - Cargo.lock
34
+ - Cargo.toml
33
35
  - LICENSE.txt
34
36
  - NOTICE.txt
35
37
  - README.md
38
+ - ext/iceberg/Cargo.toml
36
39
  - ext/iceberg/extconf.rb
40
+ - ext/iceberg/src/arrow.rs
41
+ - ext/iceberg/src/catalog.rs
42
+ - ext/iceberg/src/error.rs
43
+ - ext/iceberg/src/lib.rs
44
+ - ext/iceberg/src/runtime.rs
45
+ - ext/iceberg/src/scan.rs
46
+ - ext/iceberg/src/table.rs
47
+ - ext/iceberg/src/utils.rs
37
48
  - lib/iceberg.rb
38
49
  - lib/iceberg/catalog.rb
39
50
  - lib/iceberg/glue_catalog.rb