# -*- encoding: utf-8 -*-
# stub: murmurhash3 0.1.4 ruby lib ext
# stub: ext/murmurhash3/extconf.rb
Gem::Specification.new do |s|
s.name = "murmurhash3"
s.version = "0.1.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib", "ext"]
s.authors = ["Sokolov Yura 'funny-falcon'"]
s.date = "2014-01-15"
s.description = "implementation of murmur3 hashing function"
s.email = ["funny.falcon@gmail.com"]
s.extensions = ["ext/murmurhash3/extconf.rb"]
s.files = ["ext/murmurhash3/extconf.rb"]
s.homepage = "https://github.com/funny-falcon/murmurhash3-ruby"
s.licenses = ["MIT"]
s.rubygems_version = "2.2.2"
s.summary = "implements mumur3 hashing function"
s.installed_by_version = "2.2.2" if s.respond_to? :installed_by_version
end