xxhash 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -1
- data/CHANGELOG +3 -0
- data/lib/xxhash/version.rb +1 -1
- metadata +4 -5
- data/lib/xxhash/xxhash.bundle +0 -0
data/.gitignore
CHANGED
data/CHANGELOG
CHANGED
data/lib/xxhash/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xxhash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-06-04 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Ruby wrapper for xxHash lib
|
15
15
|
email:
|
@@ -32,7 +32,6 @@ files:
|
|
32
32
|
- ext/xxhash/xxhash.cc
|
33
33
|
- lib/xxhash.rb
|
34
34
|
- lib/xxhash/version.rb
|
35
|
-
- lib/xxhash/xxhash.bundle
|
36
35
|
- test/test_helper.rb
|
37
36
|
- test/xxhash_test.rb
|
38
37
|
- xxhash.gemspec
|
@@ -50,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
49
|
version: '0'
|
51
50
|
segments:
|
52
51
|
- 0
|
53
|
-
hash:
|
52
|
+
hash: -2669924421598786933
|
54
53
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
55
54
|
none: false
|
56
55
|
requirements:
|
@@ -59,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
58
|
version: '0'
|
60
59
|
segments:
|
61
60
|
- 0
|
62
|
-
hash:
|
61
|
+
hash: -2669924421598786933
|
63
62
|
requirements: []
|
64
63
|
rubyforge_project:
|
65
64
|
rubygems_version: 1.8.24
|
data/lib/xxhash/xxhash.bundle
DELETED
Binary file
|