Sha256: cc1d8bd5cbf2d2a42f33d3e5a344479a75a358cc77cf5eb3d900e271e892f1ab

Contents?: true

Size: 713 Bytes

Versions: 25

Compression:

Stored size: 713 Bytes

Contents

__DIR__ = File.dirname(__FILE__)

$LOAD_PATH.unshift __DIR__ unless
  $LOAD_PATH.include?(__DIR__) ||
  $LOAD_PATH.include?(File.expand_path(__DIR__))

require 'resourceful/util'

require 'resourceful/header'
require 'resourceful/http_accessor'
require 'resourceful/simple'

module Resourceful
  autoload :MultipartFormData, 'resourceful/multipart_form_data'
  autoload :UrlencodedFormData, 'resourceful/urlencoded_form_data'
  autoload :StubbedResourceProxy, 'resourceful/stubbed_resource_proxy'

  extend Simple
end

# Resourceful is a library that provides a high level HTTP interface.
module Resourceful
  VERSION = "1.0.1"
  RESOURCEFUL_USER_AGENT_TOKEN = "Resourceful/#{VERSION}(Ruby/#{RUBY_VERSION})"
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
abiquo-etk-0.6.4 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.6.3 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.6.2 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.6.1 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.6.0 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.5.9 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.5.8 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.5.3 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.42 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.33 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.32 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.29 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.25 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.24 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.23 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.22 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.20 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.19 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.18 vendor/resourceful-1.0.1/lib/resourceful.rb
abiquo-etk-0.4.17 vendor/resourceful-1.0.1/lib/resourceful.rb