snappy 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snappy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - miyucy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-26 00:00:00.000000000 Z
11
+ date: 2024-01-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: libsnappy binding for Ruby
14
14
  email:
@@ -18,10 +18,12 @@ extensions:
18
18
  - ext/extconf.rb
19
19
  extra_rdoc_files: []
20
20
  files:
21
+ - ".dockerignore"
21
22
  - ".github/workflows/main.yml"
22
23
  - ".github/workflows/publish.yml"
23
24
  - ".gitignore"
24
25
  - ".gitmodules"
26
+ - Dockerfile
25
27
  - Gemfile
26
28
  - LICENSE.txt
27
29
  - README.md
@@ -39,6 +41,7 @@ files:
39
41
  - lib/snappy/version.rb
40
42
  - lib/snappy/writer.rb
41
43
  - snappy.gemspec
44
+ - test.sh
42
45
  - test/hadoop/snappy_hadoop_reader_test.rb
43
46
  - test/hadoop/snappy_hadoop_writer_test.rb
44
47
  - test/snappy_hadoop_test.rb
@@ -69,7 +72,11 @@ files:
69
72
  - vendor/snappy/snappy-test.h
70
73
  - vendor/snappy/snappy.cc
71
74
  - vendor/snappy/snappy.h
75
+ - vendor/snappy/snappy_benchmark.cc
72
76
  - vendor/snappy/snappy_compress_fuzzer.cc
77
+ - vendor/snappy/snappy_test_data.cc
78
+ - vendor/snappy/snappy_test_data.h
79
+ - vendor/snappy/snappy_test_tool.cc
73
80
  - vendor/snappy/snappy_uncompress_fuzzer.cc
74
81
  - vendor/snappy/snappy_unittest.cc
75
82
  homepage: http://github.com/miyucy/snappy
@@ -78,6 +85,7 @@ licenses:
78
85
  metadata:
79
86
  homepage_uri: http://github.com/miyucy/snappy
80
87
  source_code_uri: http://github.com/miyucy/snappy
88
+ msys2_mingw_dependencies: snappy
81
89
  post_install_message:
82
90
  rdoc_options: []
83
91
  require_paths:
@@ -93,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
101
  - !ruby/object:Gem::Version
94
102
  version: '0'
95
103
  requirements: []
96
- rubygems_version: 3.1.4
104
+ rubygems_version: 3.1.6
97
105
  signing_key:
98
106
  specification_version: 4
99
107
  summary: libsnappy binding for Ruby