aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/fakeweb-1.3.0/fakeweb.gemspec
blob: 39b23f001b264dda384fc3483e98143b9aca1fd6 (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{fakeweb}
  s.version = "1.3.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Chris Kampmeier", "Blaine Cook"]
  s.date = %q{2010-08-22}
  s.description = %q{FakeWeb is a helper for faking web requests in Ruby. It works at a global level, without modifying code or writing extensive stubs.}
  s.email = ["chris@kampers.net", "romeda@gmail.com"]
  s.extra_rdoc_files = [
    "LICENSE.txt",
     "README.rdoc"
  ]
  s.files = [
    ".autotest",
     ".gitignore",
     "CHANGELOG",
     "LICENSE.txt",
     "README.rdoc",
     "Rakefile",
     "fakeweb.gemspec",
     "lib/fake_web.rb",
     "lib/fake_web/ext/net_http.rb",
     "lib/fake_web/registry.rb",
     "lib/fake_web/responder.rb",
     "lib/fake_web/response.rb",
     "lib/fake_web/stub_socket.rb",
     "lib/fake_web/utility.rb",
     "lib/fakeweb.rb",
     "test/fixtures/google_response_from_curl",
     "test/fixtures/google_response_with_transfer_encoding",
     "test/fixtures/google_response_without_transfer_encoding",
     "test/fixtures/test_example.txt",
     "test/fixtures/test_txt_file",
     "test/test_allow_net_connect.rb",
     "test/test_deprecations.rb",
     "test/test_fake_authentication.rb",
     "test/test_fake_web.rb",
     "test/test_fake_web_open_uri.rb",
     "test/test_helper.rb",
     "test/test_last_request.rb",
     "test/test_missing_open_uri.rb",
     "test/test_missing_pathname.rb",
     "test/test_other_net_http_libraries.rb",
     "test/test_precedence.rb",
     "test/test_query_string.rb",
     "test/test_regexes.rb",
     "test/test_response_headers.rb",
     "test/test_trailing_slashes.rb",
     "test/test_utility.rb",
     "test/vendor/right_http_connection-1.2.4/History.txt",
     "test/vendor/right_http_connection-1.2.4/Manifest.txt",
     "test/vendor/right_http_connection-1.2.4/README.txt",
     "test/vendor/right_http_connection-1.2.4/Rakefile",
     "test/vendor/right_http_connection-1.2.4/lib/net_fix.rb",
     "test/vendor/right_http_connection-1.2.4/lib/right_http_connection.rb",
     "test/vendor/right_http_connection-1.2.4/setup.rb",
     "test/vendor/samuel-0.2.1/.document",
     "test/vendor/samuel-0.2.1/.gitignore",
     "test/vendor/samuel-0.2.1/LICENSE",
     "test/vendor/samuel-0.2.1/README.rdoc",
     "test/vendor/samuel-0.2.1/Rakefile",
     "test/vendor/samuel-0.2.1/VERSION",
     "test/vendor/samuel-0.2.1/lib/samuel.rb",
     "test/vendor/samuel-0.2.1/lib/samuel/net_http.rb",
     "test/vendor/samuel-0.2.1/lib/samuel/request.rb",
     "test/vendor/samuel-0.2.1/samuel.gemspec",
     "test/vendor/samuel-0.2.1/test/request_test.rb",
     "test/vendor/samuel-0.2.1/test/samuel_test.rb",
     "test/vendor/samuel-0.2.1/test/test_helper.rb",
     "test/vendor/samuel-0.2.1/test/thread_test.rb"
  ]
  s.homepage = %q{http://github.com/chrisk/fakeweb}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{fakeweb}
  s.rubygems_version = %q{1.3.7}
  s.summary = %q{A tool for faking responses to HTTP requests}
  s.test_files = [
    "test/test_allow_net_connect.rb",
     "test/test_deprecations.rb",
     "test/test_fake_authentication.rb",
     "test/test_fake_web.rb",
     "test/test_fake_web_open_uri.rb",
     "test/test_helper.rb",
     "test/test_last_request.rb",
     "test/test_missing_open_uri.rb",
     "test/test_missing_pathname.rb",
     "test/test_other_net_http_libraries.rb",
     "test/test_precedence.rb",
     "test/test_query_string.rb",
     "test/test_regexes.rb",
     "test/test_response_headers.rb",
     "test/test_trailing_slashes.rb",
     "test/test_utility.rb",
     "test/vendor/right_http_connection-1.2.4/lib/net_fix.rb",
     "test/vendor/right_http_connection-1.2.4/lib/right_http_connection.rb",
     "test/vendor/right_http_connection-1.2.4/setup.rb",
     "test/vendor/samuel-0.2.1/lib/samuel/net_http.rb",
     "test/vendor/samuel-0.2.1/lib/samuel/request.rb",
     "test/vendor/samuel-0.2.1/lib/samuel.rb",
     "test/vendor/samuel-0.2.1/test/request_test.rb",
     "test/vendor/samuel-0.2.1/test/samuel_test.rb",
     "test/vendor/samuel-0.2.1/test/test_helper.rb",
     "test/vendor/samuel-0.2.1/test/thread_test.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<mocha>, [">= 0.9.5"])
    else
      s.add_dependency(%q<mocha>, [">= 0.9.5"])
    end
  else
    s.add_dependency(%q<mocha>, [">= 0.9.5"])
  end
end