zstandard 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
  SHA1:
3
- metadata.gz: 3b93679ed540e70df3d355b5a8593d684236aec2
4
- data.tar.gz: 5369c15928bd173a745ae1f8ea4a24c0b88c01a6
3
+ metadata.gz: 3e8bd0f74aafc0e051f8620cc7866c5e810d845d
4
+ data.tar.gz: 01099cb717e8a59a20f7dbcfcc54a18ab7d11e9b
5
5
  SHA512:
6
- metadata.gz: 445442d2654a54eafd34a01a15d28204182c14a5ccff5d16dd473fdc89a35aa4bbba1b9276451c7bbd494a3084ad02843749418083ab41ab3ca8d87aafdb82fb
7
- data.tar.gz: 6f98f63c9ab323b5a1600db2b8b3805c5b412423ab3f2473cd954f010698223233c00d07b999213dcd53d999b31d7f2937e6efbaed0cd26dc69c50dda7a63c80
6
+ metadata.gz: c46498413c795078d234696f77b11d7195739bd232339f8a7beb23e5b67eea922987ad9347f7b77e1df9d6262d3f03e2301437458954be28b94a6c4ecc0b2953
7
+ data.tar.gz: 1e1fcff790fd457f6724be02f59be779205d8195cc27f731978d2110b7bc9c1db1b9d888d4ea174ebf6b24e1cc90744341d67d7e339c54955d09bf4aaeb47bc6
@@ -1,3 +1,3 @@
1
1
  module Zstandard
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -8,7 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Zstandard::VERSION
9
9
  spec.authors = ["Michael Sievers"]
10
10
  spec.email = ["michael_sievers@web.de"]
11
- spec.summary = %q{Zstandard compression library bindings}
11
+ spec.summary = %q{zstd (Zstandard) compression library bindings}
12
+ spec.description = %q{This gem provides FFI based Ruby bindings for the zstd (Zstandard) compression library libzstd.}
12
13
  spec.homepage = "https://github.com/msievers/zstandard-ruby"
13
14
  spec.license = "MIT"
14
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zstandard
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
  - Michael Sievers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-07 00:00:00.000000000 Z
11
+ date: 2017-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -24,7 +24,8 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
- description:
27
+ description: This gem provides FFI based Ruby bindings for the zstd (Zstandard) compression
28
+ library libzstd.
28
29
  email:
29
30
  - michael_sievers@web.de
30
31
  executables: []
@@ -66,8 +67,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
67
  version: '0'
67
68
  requirements: []
68
69
  rubyforge_project:
69
- rubygems_version: 2.6.11
70
+ rubygems_version: 2.5.1
70
71
  signing_key:
71
72
  specification_version: 4
72
- summary: Zstandard compression library bindings
73
+ summary: zstd (Zstandard) compression library bindings
73
74
  test_files: []