deltalake 0.1.0 → 0.1.1

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: 371db2a64cb4e2041615ee8a51a0b9546629414f7c0eec1c706762501c070404
4
- data.tar.gz: 53a5d813005ece153ade8d8cf4e8da962274820c54cd78c1fccf11ecc2129200
3
+ metadata.gz: 24fb9a198b277bd23c36c63cd8740a5ed66d9aa86449c27058b8a5dc23d8f392
4
+ data.tar.gz: 4eb227437ca0bbb2f4048a5067e707408657a65427cbc76d91785db9b01738a1
5
5
  SHA512:
6
- metadata.gz: 23431baa5f3757aa7ecf267c4fb20879794da89a77dd232821e8e80de65d6921bacfab1919466da9b8f062a7fcdafa035907f3b67eace1d9918ed966c0596dd8
7
- data.tar.gz: d8177b5e229e31dbb25c9e74bbe960e66a9dc7d613af77d09d363cc45d17dfc2f8521b2785233c677512653fc6d8b6c15e3c58601fde7097d312963b008878c8
6
+ metadata.gz: 76a4c853f663842147b9dc009458f78bfe74729951a862e5ff36f647f7c684390628082826bc8839d3549b3c6df1569f8ff4b315403b2955345885f73a31ee9e
7
+ data.tar.gz: fa14e704780640dbff394fb7ac6bf2d07e91535c5cd37a65ff07f0e5b65e4f8e022d1d137a89cfb304ebf2322b47bff969d06d2a160bc31460374392ee0a8657
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'A placeholder for the Delta Lake ruby gem'
13
13
  spec.description = 'A placeholder for the Delta Lake ruby gem'
14
- spec.homepage = 'https://github.com/reiseburo/delta.rs'
14
+ spec.homepage = 'https://github.com/delta-io/delta.rs'
15
15
 
16
16
  # Specify which files should be added to the gem when it is released.
17
17
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module Deltalake
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deltalake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - R. Tyler Croy
@@ -54,7 +54,7 @@ files:
54
54
  - deltalake.gemspec
55
55
  - lib/deltalake.rb
56
56
  - lib/deltalake/version.rb
57
- homepage: https://github.com/reiseburo/delta.rs
57
+ homepage: https://github.com/delta-io/delta.rs
58
58
  licenses: []
59
59
  metadata: {}
60
60
  post_install_message: