Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk committed Apr 29, 2009
1 parent 0d194c8 commit 11d55fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .manifest
Expand Up @@ -24,4 +24,5 @@ test/test_fake_authentication.rb
test/test_fake_web.rb
test/test_fake_web_open_uri.rb
test/test_helper.rb
test/test_query_string.rb
test/test_query_string.rb
test/test_trailing_slashes.rb
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
fakeweb (development)
fakeweb (1.2.1)

* fix that query parameters are handled correctly when registering with a URI
object [Anselmo Alves, Chris Kampmeier]
Expand Down
8 changes: 4 additions & 4 deletions fakeweb.gemspec
@@ -1,14 +1,14 @@
Gem::Specification.new do |s|
s.name = "fakeweb"
s.version = "1.2.0"
s.date = "2009-03-07"
s.version = "1.2.1"
s.date = "2009-04-29"
s.summary = "A tool for faking responses to HTTP requests"
s.homepage = "http://github.com/chrisk/fakeweb"
s.has_rdoc = true
s.authors = ["Blaine Cook", "Chris Kampmeier"]
s.email = "chris@kampers.net"
s.files = %w(CHANGELOG LICENSE.txt README.rdoc Rakefile lib lib/fake_web lib/fake_web.rb lib/fake_web/ext 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/fakeweb.rb test test/fixtures 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_fake_authentication.rb test/test_fake_web.rb test/test_fake_web_open_uri.rb test/test_helper.rb test/test_query_string.rb)
s.test_files = %w(test/fixtures 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_fake_authentication.rb test/test_fake_web.rb test/test_fake_web_open_uri.rb test/test_helper.rb test/test_query_string.rb)
s.files = %w(CHANGELOG LICENSE.txt README.rdoc Rakefile lib lib/fake_web lib/fake_web.rb lib/fake_web/ext 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/fakeweb.rb test test/fixtures 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_fake_authentication.rb test/test_fake_web.rb test/test_fake_web_open_uri.rb test/test_helper.rb test/test_query_string.rb test/test_trailing_slashes.rb)
s.test_files = %w(test/fixtures 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_fake_authentication.rb test/test_fake_web.rb test/test_fake_web_open_uri.rb test/test_helper.rb test/test_query_string.rb test/test_trailing_slashes.rb)
s.rdoc_options = ["--main", "README.rdoc",
"--title", "FakeWeb API Documentation",
"--charset", "utf-8",
Expand Down

0 comments on commit 11d55fa

Please sign in to comment.