Sha256: e0cc0d52b1e5bb8432b82a4dc2898933a715c818a6f7ea77a7c5c388511b2099
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 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.1' gem.add_development_dependency('rspec', ["~> 2.8.0"]) gem.add_development_dependency('rake') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proc-throttle-0.1.1 | proc-throttle.gemspec |