righttp 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. data/righttp.gemspec +3 -3
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -5,8 +5,8 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "righttp"
8
- gem.summary = %Q{A HTTP library from scratch for ruby1.9}
9
- gem.description = %Q{Why? Because it has to be done!}
8
+ gem.summary = %Q{A HTTP client library from scratch for ruby1.9}
9
+ gem.description = %Q{A HTTP client library written from scratch that is easy to use and offers full flexibility}
10
10
  gem.email = "contact@smyck.org"
11
11
  gem.homepage = "http://github.com/hukl/righttp"
12
12
  gem.authors = ["hukl"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{righttp}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["hukl"]
12
12
  s.date = %q{2010-08-15}
13
- s.description = %q{Why? Because it has to be done!}
13
+ s.description = %q{A HTTP client library written from scratch that is easy to use and offers full flexibility}
14
14
  s.email = %q{contact@smyck.org}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
39
39
  s.rdoc_options = ["--charset=UTF-8"]
40
40
  s.require_paths = ["lib"]
41
41
  s.rubygems_version = %q{1.3.7}
42
- s.summary = %q{A HTTP library from scratch for ruby1.9}
42
+ s.summary = %q{A HTTP client library from scratch for ruby1.9}
43
43
  s.test_files = [
44
44
  "test/helper.rb",
45
45
  "test/test_http.rb"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - hukl
@@ -18,7 +18,7 @@ date: 2010-08-15 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
- description: Why? Because it has to be done!
21
+ description: A HTTP client library written from scratch that is easy to use and offers full flexibility
22
22
  email: contact@smyck.org
23
23
  executables: []
24
24
 
@@ -76,7 +76,7 @@ rubyforge_project:
76
76
  rubygems_version: 1.3.7
77
77
  signing_key:
78
78
  specification_version: 3
79
- summary: A HTTP library from scratch for ruby1.9
79
+ summary: A HTTP client library from scratch for ruby1.9
80
80
  test_files:
81
81
  - test/helper.rb
82
82
  - test/test_http.rb