public
Description: Ruby HTTP client based on libcurl
Homepage: http://toland.github.com/patron/
Clone URL: git://github.com/toland/patron.git
toland (author)
Sat Oct 10 08:04:57 -0700 2009
commit  e72f70bda6519cb7f7c0abc556a614c05d7c98f9
tree    e3543203105e6e25422c7e12c90966baab9e1b0c
parent  8bbca5b5c2e8c547abfb55a476ab7f79301962d9
patron / patron.gemspec
100644 61 lines (56 sloc) 1.787 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{patron}
  s.version = "0.4.4"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Phillip Toland"]
  s.date = %q{2009-10-04}
  s.description = %q{Ruby HTTP client library based on libcurl}
  s.email = %q{phil.toland@gmail.com}
  s.extensions = ["ext/patron/extconf.rb"]
  s.extra_rdoc_files = [
    "README.txt"
  ]
  s.files = [
    "LICENSE",
     "README.txt",
     "Rakefile",
     "ext/patron/extconf.rb",
     "ext/patron/session_ext.c",
     "lib/patron.rb",
     "lib/patron/error.rb",
     "lib/patron/request.rb",
     "lib/patron/response.rb",
     "lib/patron/session.rb",
     "spec/patron_spec.rb",
     "spec/request_spec.rb",
     "spec/response_spec.rb",
     "spec/session_spec.rb",
     "spec/spec.opts",
     "spec/spec_helper.rb"
  ]
  s.homepage = %q{http://github.com/toland/Patron}
  s.rdoc_options = ["--quiet", "--title", "Patron documentation", "--opname", "index.html", "--line-numbers", "--main", "README.txt", "--inline-source"]
  s.require_paths = ["lib", "ext"]
  s.rubyforge_project = %q{patron}
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Patron HTTP client}
  s.test_files = [
    "spec/patron_spec.rb",
     "spec/request_spec.rb",
     "spec/response_spec.rb",
     "spec/session_spec.rb",
     "spec/spec_helper.rb"
  ]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end