forked from pezra/resourceful
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Manifest
43 lines (43 loc) · 1.26 KB
/
Manifest
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
History.txt
MIT-LICENSE
Manifest
README.markdown
Rakefile
lib/resourceful.rb
lib/resourceful/abstract_form_data.rb
lib/resourceful/authentication_manager.rb
lib/resourceful/promiscuous_basic_authenticator.rb
lib/resourceful/cache_manager.rb
lib/resourceful/exceptions.rb
lib/resourceful/header.rb
lib/resourceful/http_accessor.rb
lib/resourceful/memcache_cache_manager.rb
lib/resourceful/multipart_form_data.rb
lib/resourceful/net_http_adapter.rb
lib/resourceful/request.rb
lib/resourceful/resource.rb
lib/resourceful/response.rb
lib/resourceful/simple.rb
lib/resourceful/stubbed_resource_proxy.rb
lib/resourceful/urlencoded_form_data.rb
lib/resourceful/util.rb
resourceful.gemspec
spec/acceptance/authorization_spec.rb
spec/acceptance/caching_spec.rb
spec/acceptance/header_spec.rb
spec/acceptance/redirecting_spec.rb
spec/acceptance/resource_spec.rb
spec/acceptance/resourceful_spec.rb
spec/acceptance_shared_specs.rb
spec/caching_spec.rb
spec/old_acceptance_specs.rb
spec/resourceful/header_spec.rb
spec/resourceful/http_accessor_spec.rb
spec/resourceful/multipart_form_data_spec.rb
spec/resourceful/resource_spec.rb
spec/resourceful/response_spec.rb
spec/resourceful/urlencoded_form_data_spec.rb
spec/resourceful_spec.rb
spec/simple_sinatra_server.rb
spec/spec.opts
spec/spec_helper.rb