Sha256: 0e4936c009c7d4b286f25e035760cc07013819d619bf8638acff6808475500bd

Contents?: true

Size: 1.47 KB

Versions: 22

Compression:

Stored size: 1.47 KB

Contents

## -------------------------------------------------------------------
##
## Copyright (c) 2008 The Hive http://www.thehive.com/
##
## Permission is hereby granted, free of charge, to any person obtaining a copy
## of this software and associated documentation files (the "Software"), to deal
## in the Software without restriction, including without limitation the rights
## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
## copies of the Software, and to permit persons to whom the Software is
## furnished to do so, subject to the following conditions:
##
## The above copyright notice and this permission notice shall be included in
## all copies or substantial portions of the Software.
##
## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
## AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
## LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
## OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
## THE SOFTWARE.
##
## -------------------------------------------------------------------
require 'test/unit'

begin
  require 'spec'
rescue LoadError
  require 'rubygems'
  gem 'rspec'
  require 'spec'
end

$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__) + '/../ext')
require 'patron'

Version data entries

22 entries across 22 versions & 7 rubygems

Version Path
chrisjpowers-patron-0.4.0 spec/spec_helper.rb
chrisjpowers-patron-0.4.1 spec/spec_helper.rb
dusty-patron-0.4.3 spec/spec_helper.rb
jameskilton-patron-0.4.3 spec/spec_helper.rb
toland-patron-0.4.0 spec/spec_helper.rb
toland-patron-0.4.1 spec/spec_helper.rb
toland-patron-0.4.2 spec/spec_helper.rb
toland-patron-0.4.3 spec/spec_helper.rb
patron-0.4.10 spec/spec_helper.rb
patron-0.4.9 spec/spec_helper.rb
patron-0.4.8 spec/spec_helper.rb
patron-0.4.7 spec/spec_helper.rb
patron-0.4.6 spec/spec_helper.rb
patron-0.4.5 spec/spec_helper.rb
kaiwren-patron-0.4.4 spec/spec_helper.rb
kurowski-patron-0.4.4 spec/spec_helper.rb
patron-0.4.4 spec/spec_helper.rb
patron-0.4.3 spec/spec_helper.rb
patron-0.4.1 spec/spec_helper.rb
patron-0.4.2 spec/spec_helper.rb