xxhash 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.
data/.gitignore CHANGED
@@ -1,6 +1,6 @@
1
1
  *.gem
2
2
  *.rbc
3
- .bundle
3
+ *.bundle
4
4
  .config
5
5
  .yardoc
6
6
  Gemfile.lock
data/CHANGELOG CHANGED
@@ -1,2 +1,5 @@
1
+ ### 0.1.1 (June 4, 2013)
2
+ * remove .bundle from gem
3
+
1
4
  ### 0.1.0 (May 16, 2013)
2
5
  * xxHash updated to [r29](https://code.google.com/p/xxhash/source/detail?r=28)
@@ -1,3 +1,3 @@
1
1
  module XXhash
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-05-16 00:00:00.000000000 Z
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: 3604602094335288610
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: 3604602094335288610
61
+ hash: -2669924421598786933
63
62
  requirements: []
64
63
  rubyforge_project:
65
64
  rubygems_version: 1.8.24
Binary file