Sha256: 450d0b98dad983c30dedd3fb90340dbd5b0a997d944245ca15afd6db1972b64b
Contents?: true
Size: 994 Bytes
Versions: 4
Compression:
Stored size: 994 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hyper_iterator/version' Gem::Specification.new do |spec| spec.name = "hyper_iterator" spec.version = HyperIterator::VERSION spec.summary = "Implementation of Ruby Iterators with High Performance" spec.description = "" spec.required_ruby_version = ">= 2.1.2" spec.license = "MIT" spec.authors = ["Edmund Li"] spec.email = ["edmund.xz.lee@gmail.com"] spec.homepage = "https://github.com/EdmundLeex/hyper_iterator" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest", "~> 5.0" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hyper_iterator-0.3.1 | hyper_iterator.gemspec |
hyper_iterator-0.3.0 | hyper_iterator.gemspec |
hyper_iterator-0.2.2 | hyper_iterator.gemspec |
hyper_iterator-0.2.1 | hyper_iterator.gemspec |