zstandard 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: be082988dab6b74aeeb9b9a22f5d3bc2a7c4e458
4
- data.tar.gz: b85823b5c30374c5bbef7b5d3ff34db8d0bfad1b
3
+ metadata.gz: 3b93679ed540e70df3d355b5a8593d684236aec2
4
+ data.tar.gz: 5369c15928bd173a745ae1f8ea4a24c0b88c01a6
5
5
  SHA512:
6
- metadata.gz: 72bcd58d297a430824218ec3dacb656f11aaa118e53cc952aa1e575202e6e24fa253d1d831eec16733d0ced2521809fb39d7da76b83e1cc52728b1f85a7b0b11
7
- data.tar.gz: 248e3858167a8e58e7baaf494803e54ff3a19f2e83a440db1b3027328546b82589eecd993b2717035ed3e64a682d62d3139cf0dc53f8862711e18067c668f4ce
6
+ metadata.gz: 445442d2654a54eafd34a01a15d28204182c14a5ccff5d16dd473fdc89a35aa4bbba1b9276451c7bbd494a3084ad02843749418083ab41ab3ca8d87aafdb82fb
7
+ data.tar.gz: 6f98f63c9ab323b5a1600db2b8b3805c5b412423ab3f2473cd954f010698223233c00d07b999213dcd53d999b31d7f2937e6efbaed0cd26dc69c50dda7a63c80
@@ -1,3 +1,3 @@
1
1
  module Zstandard
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/zstandard.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Michael Sievers"]
10
10
  spec.email = ["michael_sievers@web.de"]
11
11
  spec.summary = %q{Zstandard compression library bindings}
12
- spec.homepage = "https://github.com/msievers/zstandard"
12
+ spec.homepage = "https://github.com/msievers/zstandard-ruby"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zstandard
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
  - Michael Sievers
@@ -46,7 +46,7 @@ files:
46
46
  - lib/zstandard/version.rb
47
47
  - run_rspec_with_bundled_libraries.sh
48
48
  - zstandard.gemspec
49
- homepage: https://github.com/msievers/zstandard
49
+ homepage: https://github.com/msievers/zstandard-ruby
50
50
  licenses:
51
51
  - MIT
52
52
  metadata: {}