Sha256: eaf5376cc57b83d3dfffda92a571d0af6630da49f720fafe4faa00d67cc0a6df

Contents?: true

Size: 1.62 KB

Versions: 21

Compression:

Stored size: 1.62 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 File.dirname(__FILE__) + '/spec_helper.rb'

describe Patron do

  it "should return the version number of the Patron library" do
    version = Patron.version
    version.should match(%r|^\d+.\d+.\d+$|)
  end

  it "should return the version number of the libcurl library" do
    version = Patron.libcurl_version
    version.should match(%r|^libcurl/\d+.\d+.\d+|)
  end

end

Version data entries

21 entries across 21 versions & 7 rubygems

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