Loading Specification: ["0.9.0", 1, "rwdaddresses", #<Gem::Version:0x2248fa4 @version="0.99">, #<Date: 4906873/2,0,2299161>, "rwdaddresses is contact book application using rwdtinker and RubyWebDialogs.", #<Gem::Requirement:0x2248a54 @version=nil, @requirements=[[">", #<Gem::Version:0x22488d8 @version="0.0.0">]]>, nil, "ruby", [], "rwdapplications", "steven@superant.com", [], "rwdaddresses is contact book application using rwdtinker and RubyWebDialogs", "http://rubyforge.org/projects/rwdapplications/", true]
Loading Version: ["0.0.8"]
Loading Version: ["0.0.0"]
loading Requirement: [2, [[">", #<Gem::Version:0x2242cf8 @version="0.0.0">]]]
Loading Version: ["0.0.0"]
loading Requirement: [2, [[">", #<Gem::Version:0x2242208 @version="0.0.0">]]]
Loading Version: ["0.0.0"]
loading Requirement: [2, [[">", #<Gem::Version:0x2241970 @version="0.0.0">]]]
Loading Version: ["1.3.0"]
loading Requirement: [2, [[">=", #<Gem::Version:0x2241290 @version="1.3.0">]]]
Loading Specification: ["0.9.0", 1, "ruby-saferpay", #<Gem::Version:0x22435e0 @version="0.0.8">, Mon Aug 20 18:00:00 -0400 2007, "Ruby interface to the saferpay e-commerce payment provider", #<Gem::Requirement:0x2243180 @version=nil, @requirements=[[">", #<Gem::Version:0x2242cf8 @version="0.0.0">]]>, nil, "ruby", [#<Gem::Dependency:0x2242618 @version_requirement=nil, @name="log4r", @version_requirements=#<Gem::Requirement:0x22423d4 @version=nil, @requirements=[[">", #<Gem::Version:0x2242208 @version="0.0.0">]]>>, #<Gem::Dependency:0x2241ca4 @version_requirement=nil, @name="hpricot", @version_requirements=#<Gem::Requirement:0x2241bb4 @version=nil, @requirements=[[">", #<Gem::Version:0x2241970 @version="0.0.0">]]>>, #<Gem::Dependency:0x2241574 @version_requirement=nil, @name="hoe", @version_requirements=#<Gem::Requirement:0x2241470 @version=nil, @requirements=[[">=", #<Gem::Version:0x2241290 @version="1.3.0">]]>>], "ruby-saferpay", "dpalm@elctech.com", ["David Palm (ELC Tecnologies)"], "The SCAI interface is used when the merchant wishes to keep the acquirer on her/his own website for the whole duration of the transaction (client payment details transits through *both* the merchant site and the saferpay database ) whereas VT implies a redirect to the saferpay site. == FEATURES/PROBLEMS: * supports both common credit cards and direct debit cards (\"Lastschrift\") * support for VT style payments is incomplete == SYNOPSIS: Init (info from saferpay test account; they're the same for all test accounts): @pan = \"9451123100000004\" # Saferpay test PAN @accountid = \"99867-94913159\" # Saferpay test ACCOUNTID @exp = \"1107\" # This will change for other test accounts I guess... Might just be three months ahead of Time.now @sfp = Saferpay.new( @accountid, @pan, @exp ) Reserve: <tt>@sfp.reserve(30000, \"USD\")</tt> Amounts are divided by 100. We're talking cents here, not dollars... Capture last transaction: <tt>@sfp.capture</tt> Capture with a transacaton ID \"4hj34hj4hh34h4j3hj4h334\": <tt>@sfp.capture(\"4hj34hj4hh34h4j3hj4h334\")</tt> == REQUIREMENTS:", "= ELC-Tecnologies[http://www.elctech.com], http://www.elctech.com", true]
Loading Version: ["0.05"]
loading Requirement: ["0.0.0"]
TypeError: Outdated Gem::Requirement marshal format: 0.0.0
instead of 2
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/requirement.rb:95:in `marshal_load'
from (irb):6:in `load'
from (irb):6
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:7