Sha256: 2c39102e0b7362485ca37fbfb52cfcf589163b1ce0e50fafa344f68ad030ef13
Contents?: true
Size: 857 Bytes
Versions: 1
Compression:
Stored size: 857 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "throttle/version" Gem::Specification.new do |s| s.name = "throttle" s.version = Throttle::VERSION s.authors = ["brookemckim"] s.email = ["brooke.mckim@gmail.com"] s.homepage = "https://github.com/brookemckim/throttle" s.summary = %q{Throttle bandwidth on OS X} s.description = %q{Throttle your local bandwidth with IPFW on OSX} s.rubyforge_project = "throttle" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: # s.add_development_dependency "rspec" # s.add_runtime_dependency "rest-client" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
throttle-0.0.1 | throttle.gemspec |