Add gem summary and description. Bump version to 1.0.2.

This commit is contained in:
Samuel Kadolph 2011-08-22 23:32:47 -04:00
parent 7f8a0b3ffe
commit b710babed6
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
module Proxifier
VERSION = "1.0.1"
VERSION = "1.0.2"
end

View File

@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.authors = ["Samuel Kadolph"]
s.email = ["samuel@kadolph.com"]
s.homepage = "https://github.com/samuelkadolph/ruby-proxifier"
s.summary = %q{}
s.description = %q{}
s.summary = %q{Proxifier is a gem to force ruby to use a proxy.}
s.description = %q{Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket to use proxies.}
s.files = Dir["bin/*", "lib/**/*"] + ["LICENSE", "README.md"]
s.executables = ["pirb", "pruby"]