Sha256: f30c4357d4f0efe4e6e2eb4344062ce5e36faa608f210ef6b91211b195d22a0a

Contents?: true

Size: 433 Bytes

Versions: 3

Compression:

Stored size: 433 Bytes

Contents

ENV['RACK_ENV'] ||= 'development'

begin
  require File.expand_path('../.bundle/environment', __FILE__)
rescue LoadError
  require 'rubygems'
  require 'bundler'
  Bundler.setup
end

Bundler.require(:runtime)

$LOAD_PATH << File.dirname(__FILE__) + '/lib'
require File.expand_path(File.join(File.dirname(__FILE__), 'lib', 'warden-oauthed'))
require File.expand_path(File.join(File.dirname(__FILE__), 'spec', 'app'))

run Example.app

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
warden-oauthed-0.0.3 config.ru
warden-oauthed-0.0.2 config.ru
warden-oauthed-0.0.1 config.ru