snappy 0.2.0-java → 0.4.0-java

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: java
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
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -31,10 +31,12 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - ".dockerignore"
34
35
  - ".github/workflows/main.yml"
35
36
  - ".github/workflows/publish.yml"
36
37
  - ".gitignore"
37
38
  - ".gitmodules"
39
+ - Dockerfile
38
40
  - Gemfile
39
41
  - LICENSE.txt
40
42
  - README.md
@@ -53,6 +55,7 @@ files:
53
55
  - lib/snappy/writer.rb
54
56
  - lib/snappy_ext.jar
55
57
  - snappy.gemspec
58
+ - test.sh
56
59
  - test/hadoop/snappy_hadoop_reader_test.rb
57
60
  - test/hadoop/snappy_hadoop_writer_test.rb
58
61
  - test/snappy_hadoop_test.rb
@@ -83,7 +86,11 @@ files:
83
86
  - vendor/snappy/snappy-test.h
84
87
  - vendor/snappy/snappy.cc
85
88
  - vendor/snappy/snappy.h
89
+ - vendor/snappy/snappy_benchmark.cc
86
90
  - vendor/snappy/snappy_compress_fuzzer.cc
91
+ - vendor/snappy/snappy_test_data.cc
92
+ - vendor/snappy/snappy_test_data.h
93
+ - vendor/snappy/snappy_test_tool.cc
87
94
  - vendor/snappy/snappy_uncompress_fuzzer.cc
88
95
  - vendor/snappy/snappy_unittest.cc
89
96
  homepage: http://github.com/miyucy/snappy
@@ -107,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
114
  - !ruby/object:Gem::Version
108
115
  version: '0'
109
116
  requirements: []
110
- rubygems_version: 3.0.6
117
+ rubygems_version: 3.3.26
111
118
  signing_key:
112
119
  specification_version: 4
113
120
  summary: libsnappy binding for Ruby