Sha256: b057d8766c43209f0b59a652589fa7f76837c56b7361a8075baf7b5135075786

Contents?: true

Size: 468 Bytes

Versions: 13

Compression:

Stored size: 468 Bytes

Contents

require 'backports'
require 'yaml'

require 'restfully/version'
require 'restfully/configuration'
require 'restfully/error'
require 'restfully/http'
require 'restfully/link'
require 'restfully/resource'
require 'restfully/collection'
require 'restfully/rack'
require 'restfully/session'
require 'restfully/media_type'

module Restfully
  DEFAULT_TAPE = "restfully-tape"
  DEFAULT_URI = "http://localhost:4567"
  # Include the default media-types
  MediaType.reset
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
restfully-1.2.0 lib/restfully.rb
restfully-1.1.1 lib/restfully.rb
restfully-1.1.0 lib/restfully.rb
restfully-1.0.8 lib/restfully.rb
restfully-1.0.7 lib/restfully.rb
restfully-1.0.6 lib/restfully.rb
restfully-1.0.5 lib/restfully.rb
restfully-1.0.4 lib/restfully.rb
restfully-1.0.3 lib/restfully.rb
restfully-1.0.2 lib/restfully.rb
restfully-1.0.1 lib/restfully.rb
restfully-1.0.0 lib/restfully.rb
restfully-1.0.0.rc2 lib/restfully.rb