Skip to content

Commit

Permalink
updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
hukl committed Aug 15, 2010
1 parent cfd314c commit 4755285
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -5,8 +5,8 @@ begin
require 'jeweler' require 'jeweler'
Jeweler::Tasks.new do |gem| Jeweler::Tasks.new do |gem|
gem.name = "righttp" gem.name = "righttp"
gem.summary = %Q{A HTTP library from scratch for ruby1.9} gem.summary = %Q{A HTTP client library from scratch for ruby1.9}
gem.description = %Q{Why? Because it has to be done!} gem.description = %Q{A HTTP client library written from scratch that is easy to use and offers full flexibility}
gem.email = "contact@smyck.org" gem.email = "contact@smyck.org"
gem.homepage = "http://github.com/hukl/righttp" gem.homepage = "http://github.com/hukl/righttp"
gem.authors = ["hukl"] gem.authors = ["hukl"]
Expand Down
6 changes: 3 additions & 3 deletions righttp.gemspec
Expand Up @@ -5,12 +5,12 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{righttp} s.name = %q{righttp}
s.version = "0.1.3" s.version = "0.1.4"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["hukl"] s.authors = ["hukl"]
s.date = %q{2010-08-15} s.date = %q{2010-08-15}
s.description = %q{Why? Because it has to be done!} s.description = %q{A HTTP client library written from scratch that is easy to use and offers full flexibility}
s.email = %q{contact@smyck.org} s.email = %q{contact@smyck.org}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE", "LICENSE",
Expand Down Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7} s.rubygems_version = %q{1.3.7}
s.summary = %q{A HTTP library from scratch for ruby1.9} s.summary = %q{A HTTP client library from scratch for ruby1.9}
s.test_files = [ s.test_files = [
"test/helper.rb", "test/helper.rb",
"test/test_http.rb" "test/test_http.rb"
Expand Down

0 comments on commit 4755285

Please sign in to comment.