235 Commits

Author SHA1 Message Date
rick
62394118de bump gemspec to v0.4.4 2010-05-04 11:34:42 -07:00
rick
c3dc7bb2ec Version bump to 0.4.4 2010-05-04 11:34:21 -07:00
Joe Ferris
32ee0dcd7f Depend on rack >= 1.0.1 to be compatible with actionpack 2.3.5 2010-05-04 14:29:00 -04:00
Diego Elio 'Flameeyes' Pettenò
990a28d2da Allow newer addressable versions as well. 2010-04-30 18:58:52 +02:00
Diego Elio 'Flameeyes' Pettenò
66d532207d Make sure to rewrite relative paths to absolute before setting “authority”.
Since version 2.1.2 of addressable gem, having an “authority” on the URI
(user, password, userinfo, host, port) with a relative path is an error and
an exception is thrown (see Issue 1), to avoid that make the path absolute
before setting host, port and scheme.
2010-04-30 18:57:38 +02:00
Diego Elio 'Flameeyes' Pettenò
67e2f47cc2 Only add check_dependencies as a test prerequisite when Jeweler is found.
This avoids aborting the “rake test” if Jeweler is not installed.
2010-04-30 18:57:38 +02:00
rick
0b9e64798e a little too quick with the pushing 2010-04-30 09:56:18 -07:00
rick
0937c2eeaf Version bump to 0.4.3 2010-04-30 09:56:02 -07:00
rick
11fc5adf9d load right gem versions in the tests 2010-04-30 09:55:22 -07:00
rick
d37e86263c bump gemspec 2010-04-30 09:52:35 -07:00
rick
c87a3842d4 Version bump to 0.4.2 2010-04-30 09:52:14 -07:00
rick
ef8453a07c specific gem dependency versions 2010-04-30 09:51:57 -07:00
rick
a09b8369dc update gemspec => v0.4.1 2010-04-27 10:53:30 -04:00
rick
0098b041c0 Version bump to 0.4.1 2010-04-27 10:53:09 -04:00
rick
bbab11d606 Add Faraday::Connection#basic_auth and Faraday::Connection#token_auth for specifying Authorization headers 2010-04-27 10:53:05 -04:00
rick
031d5e1c56 update gemspec, hello v0.4 2010-04-27 10:25:07 -04:00
rick
1c301a412b Version bump to 0.4.0 2010-04-27 10:23:52 -04:00
rick
c252c0ec8a update readme 2010-04-27 10:23:47 -04:00
rick
3cbff597d3 Add shortcut methods on Faraday for using a default Faraday::Connection instance 2010-04-27 10:21:57 -04:00
rick
f033ad4730 reset connection builder by default when Faraday::Connection#build is called 2010-04-27 10:11:20 -04:00
rick
6220abd088 use net/http by default if no middleware is set 2010-04-27 10:03:13 -04:00
rick
a43e0896a6 add http proxy support to net/http 2010-04-27 09:53:33 -04:00
rick
7739157945 add ssl support to net/http and typhoeus 2010-04-27 09:35:17 -04:00
rick
403ea34529 fix uri building issue where host/port should be specified before scheme 2010-04-27 08:54:56 -04:00
rick
4d266f42b6 bump gemspec v0.3.1 2010-04-22 13:39:47 -04:00
rick
d16bd74cc2 Version bump to 0.3.1 2010-04-22 13:39:39 -04:00
rick
c438392a6c fix Patron module shortcut 2010-04-22 13:39:35 -04:00
rick
3313836ae9 bump to faraday 0.3 v0.3.0 2010-04-22 12:19:58 -04:00
rick
5d8c4be5b3 merge zenhob/master 2010-04-22 12:19:40 -04:00
rick
4f9660213f add more options for passing Faraday::Builder instances around 2010-04-22 12:16:56 -04:00
rick
b7eabb95f7 add Faraday::Connection#dup 2010-04-22 11:16:28 -04:00
rick
415b82c89b doc tweaks and code consistency 2010-04-22 11:03:09 -04:00
rick
43c3284927 fix typo 2010-04-11 15:52:42 -07:00
rick
9a8649b6d6 remove dev dependency on context, update tests to work on 1.9.1 2010-02-18 14:05:01 -08:00
rick
d43d1f3a9f Version bump to 0.2.4 2010-02-18 14:04:37 -08:00
rick
f3c927c451 finished conversion, tests pass on 1.8.x and 1.9.1 2010-02-18 14:04:14 -08:00
rick
57dfcfcb11 convert dynamic adapter tests to test/unit 2010-02-18 13:49:00 -08:00
rick
a47c6066fa remove dependency on context 2010-02-18 13:33:50 -08:00
rick
bf5f00ceac tweak ActiveSupport:JSON test when #decode('') returns false 2010-02-08 22:23:48 -08:00
rick
06c4f3921c fix live tests 2010-02-07 10:24:13 -08:00
rick
ab2f7bc976 bump gem version 2010-02-06 21:16:54 -08:00
rick
42d1c8710a Version bump to 0.2.3 2010-02-06 21:16:48 -08:00
rick
14621781c4 send merged headers with requests 2010-02-06 21:16:42 -08:00
rick
2fe15f5d35 update gemspec 2010-02-06 19:58:53 -08:00
rick
b5eb49a058 Version bump to 0.2.2 2010-02-06 19:58:41 -08:00
rick
ca2c65edf2 handle nil bodies in response parsing 2010-02-06 19:58:27 -08:00
rick
67052df2d2 add NameError to exceptions that adapters rescue when loading dependent libs 2010-02-06 19:58:12 -08:00
Zack Hobson
ba31dbf39a Regenerated gemspec for version 0.2.1 v0.2.1 2010-02-04 17:04:59 -08:00
Zack Hobson
366e2750e4 Version bump to 0.2.1 2010-02-04 17:04:37 -08:00
Zack Hobson
dc978aba3c Test adapter: added Stubs#verify_stubbed_calls for mocking support. 2010-02-04 17:01:00 -08:00