murmurhash3 0.1.3 → 0.1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- if RUBY_ENGINE == 'ruby'
1
+ if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'ruby'
2
2
  require 'mkmf'
3
3
  create_makefile("native_murmur")
4
4
  else
@@ -1,3 +1,3 @@
1
1
  module MurmurHash3
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: murmurhash3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.3.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: 2012-08-15 00:00:00.000000000 Z
12
+ date: 2013-12-09 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: implementation of murmur3 hashing function
15
15
  email:
@@ -19,37 +19,37 @@ extensions:
19
19
  - ext/murmurhash3/extconf.rb
20
20
  extra_rdoc_files: []
21
21
  files:
22
- - ext/murmurhash3/extconf.rb
23
22
  - ext/murmurhash3/murmur3.c
24
- - lib/murmurhash3/pure_ruby.rb
23
+ - ext/murmurhash3/extconf.rb
25
24
  - lib/murmurhash3/version.rb
25
+ - lib/murmurhash3/pure_ruby.rb
26
26
  - lib/murmurhash3.rb
27
27
  - test/test_murmur.rb
28
- homepage: https://github.com/funny-falcon/murmurhash3
29
- licenses: []
28
+ homepage: https://github.com/funny-falcon/murmurhash3-ruby
29
+ licenses:
30
+ - MIT
30
31
  post_install_message:
31
32
  rdoc_options: []
32
33
  require_paths:
33
34
  - lib
34
35
  - ext
35
36
  required_ruby_version: !ruby/object:Gem::Requirement
36
- none: false
37
37
  requirements:
38
38
  - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- required_rubygems_version: !ruby/object:Gem::Requirement
42
41
  none: false
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - ! '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
+ none: false
47
48
  requirements: []
48
49
  rubyforge_project:
49
- rubygems_version: 1.8.24
50
+ rubygems_version: 1.8.25
50
51
  signing_key:
51
52
  specification_version: 3
52
53
  summary: implements mumur3 hashing function
53
54
  test_files:
54
55
  - test/test_murmur.rb
55
- has_rdoc: