Sha256: 963cbe0d5ab85788e776abf8c541a2e8f66901f78d9094aca110aca6f1d79bc3
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.authors = ["youpy"] gem.email = ["youpy@buycheapviagraonlinenow.com"] gem.description = %q{Proc#throttle: throttling calls} gem.summary = %q{A library to add Proc#throttle for throttling calls} gem.homepage = "" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "proc-throttle" gem.require_paths = ["lib"] gem.version = '0.1.0' gem.add_development_dependency('rake') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proc-throttle-0.1.0 | proc-throttle.gemspec |