# -*- encoding: utf-8 -*- # stub: throttle 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "throttle".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["brookemckim".freeze] s.date = "2011-11-09" s.description = "Throttle your local bandwidth with IPFW on OSX".freeze s.email = ["brooke.mckim@gmail.com".freeze] s.executables = ["throttle".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/throttle".freeze, "lib/throttle.rb".freeze, "lib/throttle/bandwidth.rb".freeze, "lib/throttle/client.rb".freeze, "lib/throttle/ipfw.rb".freeze, "lib/throttle/pipe.rb".freeze, "lib/throttle/version.rb".freeze, "throttle.gemspec".freeze] s.homepage = "https://github.com/brookemckim/throttle".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Throttle bandwidth on OS X".freeze end