Sha256: a050506e166acea1dd490ddf6679e73df21841c9c1a0ea0725c7439bce661037
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.0.2' gem.add_development_dependency('rake') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proc-throttle-0.0.2 | proc-throttle.gemspec |