etapper 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +3 -0
- data/History.txt +4 -0
- data/Manifest.txt +13 -0
- data/PostInstall.txt +7 -0
- data/README.rdoc +48 -0
- data/Rakefile +62 -0
- data/VERSION +1 -0
- data/doc/APIQueryExample.java +61 -0
- data/doc/api/SortTable.js +176 -0
- data/doc/api/basics.html +23 -0
- data/doc/api/complexTypeSubMenu.html +41 -0
- data/doc/api/ct_Account.html +344 -0
- data/doc/api/ct_Attachment.html +71 -0
- data/doc/api/ct_Bond.html +71 -0
- data/doc/api/ct_Cash.html +35 -0
- data/doc/api/ct_Check.html +89 -0
- data/doc/api/ct_Contact.html +140 -0
- data/doc/api/ct_CreditCard.html +144 -0
- data/doc/api/ct_CustomPaymentSchedule.html +73 -0
- data/doc/api/ct_DefinedValue.html +95 -0
- data/doc/api/ct_Disbursement.html +210 -0
- data/doc/api/ct_DuplicateAccountSearch.html +90 -0
- data/doc/api/ct_ElectronicFundsTransfer.html +167 -0
- data/doc/api/ct_Gift.html +320 -0
- data/doc/api/ct_InKind.html +53 -0
- data/doc/api/ct_Insurance.html +116 -0
- data/doc/api/ct_JournalSummary.html +89 -0
- data/doc/api/ct_Note.html +131 -0
- data/doc/api/ct_Payment.html +316 -0
- data/doc/api/ct_Phone.html +51 -0
- data/doc/api/ct_Pledge.html +408 -0
- data/doc/api/ct_QueryResultStats.html +41 -0
- data/doc/api/ct_RealEstate.html +96 -0
- data/doc/api/ct_RecurringGift.html +320 -0
- data/doc/api/ct_RecurringGiftSchedule.html +311 -0
- data/doc/api/ct_SegmentedDonation.html +139 -0
- data/doc/api/ct_SegmentedPledge.html +165 -0
- data/doc/api/ct_SoftCredit.html +192 -0
- data/doc/api/ct_StandardPaymentSchedule.html +95 -0
- data/doc/api/ct_Stock.html +114 -0
- data/doc/api/ct_Valuable.html +127 -0
- data/doc/api/errors.html +569 -0
- data/doc/api/faq.html +26 -0
- data/doc/api/home.html +17 -0
- data/doc/api/images/arrow.gif +0 -0
- data/doc/api/images/etap.gif +0 -0
- data/doc/api/images/question.gif +0 -0
- data/doc/api/index.html +17 -0
- data/doc/api/main.css +24 -0
- data/doc/api/menu.css +9 -0
- data/doc/api/menu.html +25 -0
- data/doc/api/methodSubMenu.html +56 -0
- data/doc/api/method_addAccount.html +53 -0
- data/doc/api/method_addAndProcessGift.html +49 -0
- data/doc/api/method_addAndProcessPayment.html +49 -0
- data/doc/api/method_addContact.html +49 -0
- data/doc/api/method_addDisbursement.html +49 -0
- data/doc/api/method_addGift.html +49 -0
- data/doc/api/method_addNote.html +49 -0
- data/doc/api/method_addPayment.html +49 -0
- data/doc/api/method_addPledge.html +53 -0
- data/doc/api/method_addSoftCredit.html +49 -0
- data/doc/api/method_getAccount.html +36 -0
- data/doc/api/method_getAccountById.html +40 -0
- data/doc/api/method_getAccountByPersonaType.html +50 -0
- data/doc/api/method_getAccountByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getApproaches.html +36 -0
- data/doc/api/method_getCampaigns.html +36 -0
- data/doc/api/method_getContact.html +36 -0
- data/doc/api/method_getContactByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getDisbursement.html +36 -0
- data/doc/api/method_getDuplicateAccount.html +48 -0
- data/doc/api/method_getDuplicateAccounts.html +48 -0
- data/doc/api/method_getFunds.html +36 -0
- data/doc/api/method_getGift.html +36 -0
- data/doc/api/method_getLetters.html +36 -0
- data/doc/api/method_getNote.html +36 -0
- data/doc/api/method_getNoteByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getPayment.html +36 -0
- data/doc/api/method_getPledge.html +36 -0
- data/doc/api/method_getQueryResultStats.html +45 -0
- data/doc/api/method_getRecurringGift.html +36 -0
- data/doc/api/method_getRecurringGiftSchedule.html +36 -0
- data/doc/api/method_getSegmentedDonation.html +36 -0
- data/doc/api/method_getSegmentedPledge.html +36 -0
- data/doc/api/method_getSoftCredit.html +36 -0
- data/doc/api/method_getSystemDefinedValues.html +45 -0
- data/doc/api/method_getTransaction.html +36 -0
- data/doc/api/method_getTransactionByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getUserDefinedSetValues.html +53 -0
- data/doc/api/method_login.html +45 -0
- data/doc/api/method_logout.html +35 -0
- data/doc/api/method_reverseTransaction.html +53 -0
- data/doc/api/method_updateAccount.html +53 -0
- data/doc/api/method_updateContact.html +49 -0
- data/doc/api/method_updateGift.html +53 -0
- data/doc/api/method_updateNote.html +49 -0
- data/doc/api/revisions.html +69 -0
- data/doc/api/robots.txt +65 -0
- data/doc/etapestry_wsdl.xml +3541 -0
- data/doc/faults.yml +442 -0
- data/doc/upgrading_wsdl.txt +8 -0
- data/etapper.gemspec +711 -0
- data/lib/etapper.rb +42 -0
- data/lib/etapper/api/ServiceClient.rb +1557 -0
- data/lib/etapper/api/service.rb +3373 -0
- data/lib/etapper/api/serviceDriver.rb +1176 -0
- data/lib/etapper/api/serviceMappingRegistry.rb +3144 -0
- data/lib/etapper/classes/account.rb +119 -0
- data/lib/etapper/classes/contact.rb +13 -0
- data/lib/etapper/classes/defined_value.rb +77 -0
- data/lib/etapper/classes/defined_value_hash.rb +48 -0
- data/lib/etapper/classes/duplicate_account_search.rb +49 -0
- data/lib/etapper/classes/etap_abstract.rb +59 -0
- data/lib/etapper/classes/etap_hash.rb +47 -0
- data/lib/etapper/classes/gift.rb +22 -0
- data/lib/etapper/classes/hashable.rb +20 -0
- data/lib/etapper/classes/journal_entry.rb +91 -0
- data/lib/etapper/classes/journal_entry_collection.rb +70 -0
- data/lib/etapper/classes/phone.rb +53 -0
- data/lib/etapper/classes/phone_hash.rb +10 -0
- data/lib/etapper/client.rb +121 -0
- data/lib/etapper/core_ext/string.rb +7 -0
- data/lib/etapper/core_ext/symbol.rb +7 -0
- data/lib/etapper/exceptions.rb +15 -0
- data/lib/etapper/session_filter.rb +45 -0
- data/lib/etapper/soap/generator.rb +14 -0
- data/script/console +10 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/spec/account_spec.rb +456 -0
- data/spec/authentication_spec.rb +152 -0
- data/spec/client_spec.rb +35 -0
- data/spec/contact_spec.rb +31 -0
- data/spec/core_ext_spec.rb +13 -0
- data/spec/defined_value_hash_spec.rb +22 -0
- data/spec/defined_value_spec.rb +64 -0
- data/spec/duplicate_account_search_spec.rb +57 -0
- data/spec/fixtures/accounts_api.yml +525 -0
- data/spec/fixtures/contacts_api.yml +98 -0
- data/spec/fixtures/defined_values_api.yml +86 -0
- data/spec/fixtures/gifts_api.yml +341 -0
- data/spec/fixtures/journal_entries_api_all.yml +5135 -0
- data/spec/fixtures/phones_api.yml +14 -0
- data/spec/gift_spec.rb +55 -0
- data/spec/hashable_spec.rb +39 -0
- data/spec/journal_entry_collection_spec.rb +84 -0
- data/spec/phone_hash_spec.rb +15 -0
- data/spec/phone_spec.rb +29 -0
- data/spec/proxying_spec.rb +34 -0
- data/spec/shared_etap_abstract_spec.rb +30 -0
- data/spec/shared_etap_hash_spec.rb +38 -0
- data/spec/shared_journal_entry_spec.rb +80 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +34 -0
- data/spec/stub_driver.rb +45 -0
- data/tasks/rspec.rake +21 -0
- data/tasks/update_wsdl.rake +8 -0
- data/vendor/gems/english-0.3.1/CHANGES +13 -0
- data/vendor/gems/english-0.3.1/COPYING +355 -0
- data/vendor/gems/english-0.3.1/MANIFEST +54 -0
- data/vendor/gems/english-0.3.1/README +63 -0
- data/vendor/gems/english-0.3.1/RELEASE +15 -0
- data/vendor/gems/english-0.3.1/VERSION +1 -0
- data/vendor/gems/english-0.3.1/lib/english/array.rb +48 -0
- data/vendor/gems/english-0.3.1/lib/english/censor.rb +76 -0
- data/vendor/gems/english-0.3.1/lib/english/double_metaphone.rb +353 -0
- data/vendor/gems/english-0.3.1/lib/english/dresner.rb +47 -0
- data/vendor/gems/english-0.3.1/lib/english/inflect.rb +299 -0
- data/vendor/gems/english-0.3.1/lib/english/jumble.rb +37 -0
- data/vendor/gems/english-0.3.1/lib/english/levenshtein.rb +78 -0
- data/vendor/gems/english-0.3.1/lib/english/metaphone.rb +110 -0
- data/vendor/gems/english-0.3.1/lib/english/numerals.rb +71 -0
- data/vendor/gems/english-0.3.1/lib/english/patterns.rb +49 -0
- data/vendor/gems/english-0.3.1/lib/english/porter_stemming.rb +188 -0
- data/vendor/gems/english-0.3.1/lib/english/roman.rb +174 -0
- data/vendor/gems/english-0.3.1/lib/english/similarity.rb +103 -0
- data/vendor/gems/english-0.3.1/lib/english/soundex.rb +70 -0
- data/vendor/gems/english-0.3.1/lib/english/string.rb +210 -0
- data/vendor/gems/english-0.3.1/lib/english/style.rb +294 -0
- data/vendor/gems/english-0.3.1/lib/english/style_orm.rb +143 -0
- data/vendor/gems/english-0.3.1/lib/english/textfilter.rb +91 -0
- data/vendor/gems/english-0.3.1/meta/abstract +3 -0
- data/vendor/gems/english-0.3.1/meta/authors +2 -0
- data/vendor/gems/english-0.3.1/meta/contact +1 -0
- data/vendor/gems/english-0.3.1/meta/created +1 -0
- data/vendor/gems/english-0.3.1/meta/homepage +1 -0
- data/vendor/gems/english-0.3.1/meta/releases +3 -0
- data/vendor/gems/english-0.3.1/meta/summary +1 -0
- data/vendor/gems/english-0.3.1/task/clean +6 -0
- data/vendor/gems/english-0.3.1/task/rdoc +10 -0
- data/vendor/gems/english-0.3.1/task/test +29 -0
- data/vendor/gems/english-0.3.1/test/fixture/double_metaphone.txt +1217 -0
- data/vendor/gems/english-0.3.1/test/fixture/metaphone.txt +51 -0
- data/vendor/gems/english-0.3.1/test/fixture/metaphone_lp.txt +52 -0
- data/vendor/gems/english-0.3.1/test/fixture/porter_stemming_input.txt +23531 -0
- data/vendor/gems/english-0.3.1/test/fixture/porter_stemming_output.txt +23531 -0
- data/vendor/gems/english-0.3.1/test/fixture/soundex.txt +15 -0
- data/vendor/gems/english-0.3.1/test/test_censor.rb +18 -0
- data/vendor/gems/english-0.3.1/test/test_double_metaphone.rb +23 -0
- data/vendor/gems/english-0.3.1/test/test_dresner.rb +17 -0
- data/vendor/gems/english-0.3.1/test/test_inflect.rb +93 -0
- data/vendor/gems/english-0.3.1/test/test_levenshtein.rb +82 -0
- data/vendor/gems/english-0.3.1/test/test_metaphone.rb +45 -0
- data/vendor/gems/english-0.3.1/test/test_porter_stemming.rb +22 -0
- data/vendor/gems/english-0.3.1/test/test_similarity.rb +13 -0
- data/vendor/gems/english-0.3.1/test/test_soundex.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/bin/wsdl2ruby.rb +137 -0
- data/vendor/gems/soap4r-1.5.8.2/bin/xsd2ruby.rb +90 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/attachment.rb +108 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/attrproxy.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/baseData.rb +1094 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/element.rb +277 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/aspDotNetHandler.rb +207 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/handler.rb +120 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/literalHandler.rb +195 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/soapHandler.rb +559 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter.rb +13 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter/filterchain.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter/handler.rb +31 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter/streamhandler.rb +29 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/generator.rb +299 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/handler.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/handlerset.rb +70 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/mappinghandler.rb +47 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/simplehandler.rb +44 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/httpconfigloader.rb +139 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping.rb +12 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/encodedregistry.rb +537 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/factory.rb +388 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/literalregistry.rb +391 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/mapping.rb +577 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/registry.rb +295 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/rubytypeFactory.rb +446 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/schemadefinition.rb +170 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/typeMap.rb +106 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/wsdlencodedregistry.rb +211 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/wsdlliteralregistry.rb +248 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/marshal.rb +59 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mimemessage.rb +241 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/nestedexception.rb +42 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/netHttpClient.rb +241 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/ns.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/parser.rb +252 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/processor.rb +66 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/property.rb +333 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/proxy.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/cgistub.rb +247 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/driver.rb +221 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/element.rb +374 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/element.rb.orig +374 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/httpserver.rb +142 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/methodDef.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/proxy.rb +572 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/router.rb +662 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/rpc.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/soaplet.rb +200 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/standaloneServer.rb +43 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/soap.rb +151 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/streamHandler.rb +301 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/wsdlDriver.rb +164 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/binding.rb +65 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/data.rb +64 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/definitions.rb +236 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/documentation.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/import.rb +80 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/importer.rb +38 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/info.rb +50 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/message.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/operation.rb +151 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/operationBinding.rb +240 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/param.rb +93 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/parser.rb +164 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/part.rb +52 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/port.rb +66 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/portType.rb +75 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/service.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/address.rb +40 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/binding.rb +49 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/body.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/cgiStubCreator.rb +92 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/classDefCreator.rb +433 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/classDefCreatorSupport.rb +240 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/classNameCreator.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/clientSkeltonCreator.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/complexType.rb +173 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/data.rb +42 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/definitions.rb +200 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/driverCreator.rb +118 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/element.rb +33 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/encodedMappingRegistryCreator.rb +73 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/fault.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/header.rb +86 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/headerfault.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/literalMappingRegistryCreator.rb +115 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/mappingRegistryCreator.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/mappingRegistryCreatorSupport.rb +376 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/methodDefCreator.rb +199 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/operation.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/servantSkeltonCreator.rb +89 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/servletStubCreator.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/standaloneServerStubCreator.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/wsdl2ruby.rb +217 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/types.rb +44 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/wsdl.rb +24 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/all.rb +24 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/annotation.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/any.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/anyAttribute.rb +48 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/attribute.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/attributeGroup.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/choice.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexContent.rb +97 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexExtension.rb +119 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexRestriction.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexType.rb +193 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/content.rb +95 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/data.rb +116 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/element.rb +153 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/enumeration.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/fractiondigits.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/group.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/import.rb +53 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/importHandler.rb +45 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/importer.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/include.rb +48 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/length.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/list.rb +48 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/maxexclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/maxinclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/maxlength.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/minexclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/mininclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/minlength.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/parser.rb +167 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/pattern.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/ref.rb +33 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/schema.rb +178 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/sequence.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleContent.rb +69 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleExtension.rb +62 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleRestriction.rb +132 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleType.rb +87 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/totaldigits.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/union.rb +35 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/unique.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/whitespace.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/xsd2ruby.rb +174 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/charset.rb +188 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen.rb +12 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/classdef.rb +208 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/commentdef.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/gensupport.rb +273 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/methoddef.rb +70 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/moduledef.rb +208 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/datatypes.rb +1466 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/datatypes1999.rb +20 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/iconvcharset.rb +33 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/mapping.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/namedelements.rb +132 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/ns.rb +182 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/qname.rb +79 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser.rb +76 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser.rb.orig +76 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/libxmlparser.rb +119 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/parser.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/rexmlparser.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/xmlparser.rb +50 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/xmlscanner.rb +149 -0
- data/vendor/gems/soap4r-1.5.8.2/test/16runner.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/README.txt +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/SOAPBuildersInterop_R2.wsdl +461 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/SOAPBuildersInterop_R2GrB.wsdl +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/base.rb +288 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client.NetRemoting.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client.rb +1234 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client4S4C.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client4S4C2.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientASP.NET.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientApacheAxis.rb +16 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientApacheSOAP.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientBEAWebLogic.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientBase.rb +1967 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientCapeConnect.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientDelphi.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientEasySoap.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientFrontier.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientGLUE.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientHP.rb +13 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientJAX-RPC.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientJSOAP.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientKafkaXSLT.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientMSSOAPToolkit2.0.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientMSSOAPToolkit3.0.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientNuSOAP.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientNuWave.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientOpenLink.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientOracle.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientPEAR.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientPhalanx.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSIMACE.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSOAP4R.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSOAP__Lite.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSQLData.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSilverStream.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSpray2001.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSun.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientVWOpentalkSoap.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWASP.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWASPC.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWebMethods.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWhiteMesa.rb +28 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWingfoot.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientXMLBus.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientXMLRPC-EPI.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientXSOAP.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientZSI.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clienteSOAP.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientgSOAP.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientkSOAP.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/iSimonReg.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/interopResultBase.rb +114 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/interopService.rb +247 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/rwikiInteropService.rb +105 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/server.cgi +270 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/server.rb +275 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/simonReg.rb +123 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/test.sh +49 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR4/client.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/test/results +4810 -0
- data/vendor/gems/soap4r-1.5.8.2/test/runner.rb +7 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/classDef.rb +156 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/client.rb +542 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/driver.rb +183 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/servant.rb +1067 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/server.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/asp.net/hello.wsdl +96 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/asp.net/test_aspdotnet.rb +123 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/htdigest +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/htpasswd +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/test_basic.rb +117 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/test_digest.rb +118 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/calc.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/calc2.rb +29 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/server.cgi +13 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/server.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/server2.rb +20 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/test_calc.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/test_calc2.rb +55 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/test_calc_cgi.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/case/test_mapping.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/fault/test_customfault.rb +60 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/fault/test_fault.rb +46 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/fault/test_soaparray.rb +35 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/filter/test_filter.rb +146 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/server.cgi +119 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/session.pstoredb +0 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/test_authheader.rb +240 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/test_authheader_cgi.rb +121 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/test_simplehandler.rb +116 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/helloworld/hw_s.rb +16 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/helloworld/test_helloworld.rb +43 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/htpasswd +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/amazonEc.rb +4778 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/amazonEcDriver.rb +172 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/amazonresponse.xml +100 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/test_definedarray.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/marshaltestlib.rb +494 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/test_digraph.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/test_marshal.rb +26 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/test_struct.rb +47 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/README +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/ca.cert +23 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/client.cert +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/client.key +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/server.cert +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/server.key +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/sslsvr.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/subca.cert +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/test_ssl.rb +235 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/struct/test_struct.rb +70 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/styleuse/client.rb +20 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/styleuse/server.rb +86 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/swa/test_file.rb +75 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_basetype.rb +1090 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_cookie.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_custom_ns.rb +105 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_custommap.rb +110 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_empty.rb +105 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_envelopenamespace.rb +85 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_extraattr.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_generator.rb +27 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_httpconfigloader.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_mapping.rb +131 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_nestedexception.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_nil.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_no_indent.rb +88 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_property.rb +428 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_response_as_xml.rb +117 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_soapelement.rb +138 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_streamhandler.rb +270 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_styleuse.rb +326 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/README.txt +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/calc.wsdl +126 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/document.wsdl +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/echo_version.rb +29 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/simpletype.wsdl +63 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/test_calc.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/test_document.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/test_simpletype.rb +80 -0
- data/vendor/gems/soap4r-1.5.8.2/test/testutil.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/abstract/abstract.wsdl +176 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/abstract/test_abstract.rb +159 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/expectedClassDef.rb +128 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/expectedDriver.rb +59 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/expectedMappingRegistry.rb +176 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/lp.wsdl +147 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/test_anonymous.rb +130 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/any.wsdl +114 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedDriver.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedEcho.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedMappingRegistry.rb +63 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedService.rb +69 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/test_any.rb +193 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/axisArray/axisArray.wsdl +87 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/axisArray/test_axisarray.rb +124 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/choice/choice.wsdl +167 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/choice/test_choice.rb +310 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/complexcontent/complexContent.wsdl +83 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/complexcontent/test_echo.rb +90 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/DatetimeService.rb +44 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/datetime.rb +0 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/datetime.wsdl +45 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/datetimeServant.rb +22 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/test_datetime.rb +86 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/array/double.wsdl +161 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/array/test_array.rb +201 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/document.wsdl +76 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/number.wsdl +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/ping_nosoapaction.wsdl +66 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/test_nosoapaction.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/test_number.rb +92 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/test_rpc.rb +355 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/emptycomplextype.wsdl +31 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/fault.wsdl +79 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/multifault.wsdl +96 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/test_fault.rb +119 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/test_multifault.rb +134 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/expectedClassdef.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/expectedDriver.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/expectedMappingRegistry.rb +67 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/group.wsdl +88 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/test_rpc.rb +145 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/list/list.wsdl +93 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/list/test_list.rb +124 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/map/map.wsdl +92 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/map/map.xml +43 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/map/test_map.rb +99 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/Person.rb +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/person.wsdl +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/person_org.rb +23 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/test_wsdlmarshal.rb +76 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/multiplefault.wsdl +75 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/oneway/oneway.wsdl +36 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/oneway/test_oneway.rb +108 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/expectedClient.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/expectedDriver.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/expectedServant.rb +35 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/overload.wsdl +70 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/test_overload.rb +131 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/lp.wsdl +47 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/lp.xsd +26 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/np.wsdl +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/test_qualified.rb +137 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/test_unqualified.rb +138 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/RAAService.rb +125 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/README.txt +8 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/expectedClassDef.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/expectedDriver.rb +96 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/expectedMappingRegistry.rb +121 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/raa.wsdl +264 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/test_raa.rb +126 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/expectedDriver.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/expectedProduct.rb +243 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/product.wsdl +147 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/test_ref.rb +268 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/rpc.wsdl +109 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/test-rpc-lit.wsdl +371 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/test_rpc.rb +176 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/test_rpc_lit.rb +470 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simplecontent/simplecontent.wsdl +84 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simplecontent/test_simplecontent.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_version.rb +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_versionDriver.rb +10 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_versionMappingRegistry.rb +4 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_versionServant.rb +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_version_service.rb +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_version_serviceClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedDriver.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedEchoVersion.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedMappingRegistry.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedServant.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedService.rb +55 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/rpc.wsdl +98 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/test_rpc.rb +52 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/simpletype.wsdl +114 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/test_simpletype.rb +92 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/soapbodyparts.wsdl +103 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/test_soapbodyparts.rb +79 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version.rb +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_versionDriver.rb +10 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_versionMappingRegistry.rb +4 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_versionServant.rb +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version_service.cgi +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version_service.rb +7 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version_serviceClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedDriver.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedMappingRegistry.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedServant.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedService.cgi +48 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedService.rb +55 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/rpc.wsdl +80 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/section/section.xsd +31 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/section/test_section.rb +53 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/soapenc/soapenc.wsdl +64 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/soapenc/test_soapenc.rb +83 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soaptype/soaptype.wsdl +61 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soaptype/test_soaptype.rb +178 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/test_emptycomplextype.rb +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/test_fault.rb +50 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/test_multiplefault.rb +41 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/codegen/test_classdef.rb +244 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/noencoding.xml +4 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_noencoding.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_ns.rb +41 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_xmlschemaparser.rb +22 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_xsd.rb +1638 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xmllang.xml +43 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xmlschema.xml +12 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/expected_mysample.rb +65 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/expected_mysample_mapper.rb +11 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/expected_mysample_mapping_registry.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/section.xsd +49 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/test_xsd2ruby.rb +90 -0
- metadata +740 -0
data/spec/stub_driver.rb
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
require 'yaml'
|
2
|
+
require 'soap/soap' # For the faults
|
3
|
+
|
4
|
+
# Passes for a SOAP fault so that we can raise them properly
|
5
|
+
class MockFault < ::SOAP::FaultError
|
6
|
+
Faults = YAML.load_file(File.join(File.dirname(__FILE__), '..', 'doc', 'faults.yml'))
|
7
|
+
|
8
|
+
class BabyFault
|
9
|
+
attr_accessor :faultcode, :faultstring, :faultactor, :detail
|
10
|
+
def initialize(code, string)
|
11
|
+
@faultcode = code
|
12
|
+
@faultstring = string
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
def initialize(message)
|
17
|
+
lookup = Faults.fetch(message) # Will throw an IndexError if the message can't be found
|
18
|
+
f = BabyFault.new(lookup[:faultcode], lookup[:faultstring])
|
19
|
+
super(f)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
|
24
|
+
share_as :MockDriver do
|
25
|
+
|
26
|
+
# Returns an exception object -- which should be a SOAP fault if we recognize the description string
|
27
|
+
before(:each) do
|
28
|
+
@dummy = stub('driver') do
|
29
|
+
# stubs(:endpoint_url).returns('### ORIGINAL URL ###')
|
30
|
+
# # Our good and bad logins
|
31
|
+
stubs(:login).with('etapper_johntest','mypass').returns('')
|
32
|
+
stubs(:login).with('etapper_jilltest','anotherpass').returns('http://redirect.etapestry.com/v2messaging/service?wsdl')
|
33
|
+
# stubs(:login).with('etapper_carltest','anotherpass').raises(MockFault, 'Account Password Expired')
|
34
|
+
# stubs(:login).with('etapper_fredtest','athirdpass').raises(MockFault, 'Account Locked Out')
|
35
|
+
# stubs(:login).with('etapper_saratest','fourthpass').raises(MockFault, 'Invalid License')
|
36
|
+
# stubs(:login).raises(MockFault, "Invalid Login") # The base behavior
|
37
|
+
|
38
|
+
stubs(:endpoint_url=).returns(true)
|
39
|
+
stubs(:fakeMethod).returns(true) # Dummy API method for points where we don't care what we call
|
40
|
+
stubs(:logout).returns(nil)
|
41
|
+
end
|
42
|
+
# @dummy = mock 'driver' # A dummy is a mock driver. Get it? Like a crash test dummy? ...Yeah.
|
43
|
+
Etapper::Client.instance.instance_variable_set(:@driver, @dummy)
|
44
|
+
end
|
45
|
+
end
|
data/tasks/rspec.rake
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
begin
|
2
|
+
require 'spec'
|
3
|
+
rescue LoadError
|
4
|
+
require 'rubygems'
|
5
|
+
require 'spec'
|
6
|
+
end
|
7
|
+
begin
|
8
|
+
require 'spec/rake/spectask'
|
9
|
+
rescue LoadError
|
10
|
+
puts <<-EOS
|
11
|
+
To use rspec for testing you must install rspec gem:
|
12
|
+
gem install rspec
|
13
|
+
EOS
|
14
|
+
exit(0)
|
15
|
+
end
|
16
|
+
|
17
|
+
desc "Run the specs under spec/models"
|
18
|
+
Spec::Rake::SpecTask.new do |t|
|
19
|
+
t.spec_opts = ['--options', "spec/spec.opts"]
|
20
|
+
t.spec_files = FileList['spec/**/*_spec.rb']
|
21
|
+
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
== 0.3.1 / 2008-09-28
|
2
|
+
|
3
|
+
* 1 Minor Enhancements
|
4
|
+
|
5
|
+
* English no longer requires Facets. (#b451854bfc3f77f86397557b4cc4eacf31631103)
|
6
|
+
|
7
|
+
|
8
|
+
== 0.3.0 / 2008-09-27
|
9
|
+
|
10
|
+
* 1 Minor Enhancements
|
11
|
+
|
12
|
+
* dresner.rb and jumble.rb will be deprecated (#80a36d6713849d67a887bc0af500b0f2a6e664c8)
|
13
|
+
|
@@ -0,0 +1,355 @@
|
|
1
|
+
|
2
|
+
ENGLISH
|
3
|
+
Copyright (c) 2007 7rans
|
4
|
+
|
5
|
+
Specific libraries included in the this package have respective copyrights
|
6
|
+
to other authors and/or contributors. Please see the docuemtnation or
|
7
|
+
source code for these acknowledgements.
|
8
|
+
|
9
|
+
English is ditributed under the same terms as Ruby.
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
THE RUBY LICENSE
|
14
|
+
(http://www.ruby-lang.org/en/LICENSE.txt)
|
15
|
+
|
16
|
+
You may redistribute this software and/or modify it under either the terms of
|
17
|
+
the GPL (see below), or the conditions below:
|
18
|
+
|
19
|
+
1. You may make and give away verbatim copies of the source form of the
|
20
|
+
software without restriction, provided that you duplicate all of the
|
21
|
+
original copyright notices and associated disclaimers.
|
22
|
+
|
23
|
+
2. You may modify your copy of the software in any way, provided that
|
24
|
+
you do at least ONE of the following:
|
25
|
+
|
26
|
+
a) place your modifications in the Public Domain or otherwise
|
27
|
+
make them Freely Available, such as by posting said
|
28
|
+
modifications to Usenet or an equivalent medium, or by allowing
|
29
|
+
the author to include your modifications in the software.
|
30
|
+
|
31
|
+
b) use the modified software only within your corporation or
|
32
|
+
organization.
|
33
|
+
|
34
|
+
c) rename any non-standard executables so the names do not conflict
|
35
|
+
with standard executables, which must also be provided.
|
36
|
+
|
37
|
+
d) make other distribution arrangements with the author.
|
38
|
+
|
39
|
+
3. You may distribute the software in object code or executable
|
40
|
+
form, provided that you do at least ONE of the following:
|
41
|
+
|
42
|
+
a) distribute the executables and library files of the software,
|
43
|
+
together with instructions (in the manual page or equivalent)
|
44
|
+
on where to get the original distribution.
|
45
|
+
|
46
|
+
b) accompany the distribution with the machine-readable source of
|
47
|
+
the software.
|
48
|
+
|
49
|
+
c) give non-standard executables non-standard names, with
|
50
|
+
instructions on where to get the original software distribution.
|
51
|
+
|
52
|
+
d) make other distribution arrangements with the author.
|
53
|
+
|
54
|
+
4. You may modify and include the part of the software into any other
|
55
|
+
software (possibly commercial). But some files in the distribution
|
56
|
+
are not written by the author, so that they are not under these terms.
|
57
|
+
|
58
|
+
For the list of those files and their copying conditions, see the
|
59
|
+
file LEGAL.
|
60
|
+
|
61
|
+
5. The scripts and library files supplied as input to or produced as
|
62
|
+
output from the software do not automatically fall under the
|
63
|
+
copyright of the software, but belong to whomever generated them,
|
64
|
+
and may be sold commercially, and may be aggregated with this
|
65
|
+
software.
|
66
|
+
|
67
|
+
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
68
|
+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
69
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
70
|
+
PURPOSE.
|
71
|
+
|
72
|
+
----------------------------------------------------------------------------
|
73
|
+
|
74
|
+
|
75
|
+
GNU GENERAL PUBLIC LICENSE
|
76
|
+
Version 2, June 1991
|
77
|
+
|
78
|
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
79
|
+
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
80
|
+
Everyone is permitted to copy and distribute verbatim copies
|
81
|
+
of this license document, but changing it is not allowed.
|
82
|
+
|
83
|
+
Preamble
|
84
|
+
|
85
|
+
The licenses for most software are designed to take away your
|
86
|
+
freedom to share and change it. By contrast, the GNU General Public
|
87
|
+
License is intended to guarantee your freedom to share and change free
|
88
|
+
software--to make sure the software is free for all its users. This
|
89
|
+
General Public License applies to most of the Free Software
|
90
|
+
Foundation's software and to any other program whose authors commit to
|
91
|
+
using it. (Some other Free Software Foundation software is covered by
|
92
|
+
the GNU Library General Public License instead.) You can apply it to
|
93
|
+
your programs, too.
|
94
|
+
|
95
|
+
When we speak of free software, we are referring to freedom, not
|
96
|
+
price. Our General Public Licenses are designed to make sure that you
|
97
|
+
have the freedom to distribute copies of free software (and charge for
|
98
|
+
this service if you wish), that you receive source code or can get it
|
99
|
+
if you want it, that you can change the software or use pieces of it
|
100
|
+
in new free programs; and that you know you can do these things.
|
101
|
+
|
102
|
+
To protect your rights, we need to make restrictions that forbid
|
103
|
+
anyone to deny you these rights or to ask you to surrender the rights.
|
104
|
+
These restrictions translate to certain responsibilities for you if you
|
105
|
+
distribute copies of the software, or if you modify it.
|
106
|
+
|
107
|
+
For example, if you distribute copies of such a program, whether
|
108
|
+
gratis or for a fee, you must give the recipients all the rights that
|
109
|
+
you have. You must make sure that they, too, receive or can get the
|
110
|
+
source code. And you must show them these terms so they know their
|
111
|
+
rights.
|
112
|
+
|
113
|
+
We protect your rights with two steps: (1) copyright the software, and
|
114
|
+
(2) offer you this license which gives you legal permission to copy,
|
115
|
+
distribute and/or modify the software.
|
116
|
+
|
117
|
+
Also, for each author's protection and ours, we want to make certain
|
118
|
+
that everyone understands that there is no warranty for this free
|
119
|
+
software. If the software is modified by someone else and passed on, we
|
120
|
+
want its recipients to know that what they have is not the original, so
|
121
|
+
that any problems introduced by others will not reflect on the original
|
122
|
+
authors' reputations.
|
123
|
+
|
124
|
+
Finally, any free program is threatened constantly by software
|
125
|
+
patents. We wish to avoid the danger that redistributors of a free
|
126
|
+
program will individually obtain patent licenses, in effect making the
|
127
|
+
program proprietary. To prevent this, we have made it clear that any
|
128
|
+
patent must be licensed for everyone's free use or not licensed at all.
|
129
|
+
|
130
|
+
The precise terms and conditions for copying, distribution and
|
131
|
+
modification follow.
|
132
|
+
|
133
|
+
GNU GENERAL PUBLIC LICENSE
|
134
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
135
|
+
|
136
|
+
0. This License applies to any program or other work which contains
|
137
|
+
a notice placed by the copyright holder saying it may be distributed
|
138
|
+
under the terms of this General Public License. The "Program", below,
|
139
|
+
refers to any such program or work, and a "work based on the Program"
|
140
|
+
means either the Program or any derivative work under copyright law:
|
141
|
+
that is to say, a work containing the Program or a portion of it,
|
142
|
+
either verbatim or with modifications and/or translated into another
|
143
|
+
language. (Hereinafter, translation is included without limitation in
|
144
|
+
the term "modification".) Each licensee is addressed as "you".
|
145
|
+
|
146
|
+
Activities other than copying, distribution and modification are not
|
147
|
+
covered by this License; they are outside its scope. The act of
|
148
|
+
running the Program is not restricted, and the output from the Program
|
149
|
+
is covered only if its contents constitute a work based on the
|
150
|
+
Program (independent of having been made by running the Program).
|
151
|
+
Whether that is true depends on what the Program does.
|
152
|
+
|
153
|
+
1. You may copy and distribute verbatim copies of the Program's
|
154
|
+
source code as you receive it, in any medium, provided that you
|
155
|
+
conspicuously and appropriately publish on each copy an appropriate
|
156
|
+
copyright notice and disclaimer of warranty; keep intact all the
|
157
|
+
notices that refer to this License and to the absence of any warranty;
|
158
|
+
and give any other recipients of the Program a copy of this License
|
159
|
+
along with the Program.
|
160
|
+
|
161
|
+
You may charge a fee for the physical act of transferring a copy, and
|
162
|
+
you may at your option offer warranty protection in exchange for a fee.
|
163
|
+
|
164
|
+
2. You may modify your copy or copies of the Program or any portion
|
165
|
+
of it, thus forming a work based on the Program, and copy and
|
166
|
+
distribute such modifications or work under the terms of Section 1
|
167
|
+
above, provided that you also meet all of these conditions:
|
168
|
+
|
169
|
+
a) You must cause the modified files to carry prominent notices
|
170
|
+
stating that you changed the files and the date of any change.
|
171
|
+
|
172
|
+
b) You must cause any work that you distribute or publish, that in
|
173
|
+
whole or in part contains or is derived from the Program or any
|
174
|
+
part thereof, to be licensed as a whole at no charge to all third
|
175
|
+
parties under the terms of this License.
|
176
|
+
|
177
|
+
c) If the modified program normally reads commands interactively
|
178
|
+
when run, you must cause it, when started running for such
|
179
|
+
interactive use in the most ordinary way, to print or display an
|
180
|
+
announcement including an appropriate copyright notice and a
|
181
|
+
notice that there is no warranty (or else, saying that you provide
|
182
|
+
a warranty) and that users may redistribute the program under
|
183
|
+
these conditions, and telling the user how to view a copy of this
|
184
|
+
License. (Exception: if the Program itself is interactive but
|
185
|
+
does not normally print such an announcement, your work based on
|
186
|
+
the Program is not required to print an announcement.)
|
187
|
+
|
188
|
+
These requirements apply to the modified work as a whole. If
|
189
|
+
identifiable sections of that work are not derived from the Program,
|
190
|
+
and can be reasonably considered independent and separate works in
|
191
|
+
themselves, then this License, and its terms, do not apply to those
|
192
|
+
sections when you distribute them as separate works. But when you
|
193
|
+
distribute the same sections as part of a whole which is a work based
|
194
|
+
on the Program, the distribution of the whole must be on the terms of
|
195
|
+
this License, whose permissions for other licensees extend to the
|
196
|
+
entire whole, and thus to each and every part regardless of who wrote it.
|
197
|
+
|
198
|
+
Thus, it is not the intent of this section to claim rights or contest
|
199
|
+
your rights to work written entirely by you; rather, the intent is to
|
200
|
+
exercise the right to control the distribution of derivative or
|
201
|
+
collective works based on the Program.
|
202
|
+
|
203
|
+
In addition, mere aggregation of another work not based on the Program
|
204
|
+
with the Program (or with a work based on the Program) on a volume of
|
205
|
+
a storage or distribution medium does not bring the other work under
|
206
|
+
the scope of this License.
|
207
|
+
|
208
|
+
3. You may copy and distribute the Program (or a work based on it,
|
209
|
+
under Section 2) in object code or executable form under the terms of
|
210
|
+
Sections 1 and 2 above provided that you also do one of the following:
|
211
|
+
|
212
|
+
a) Accompany it with the complete corresponding machine-readable
|
213
|
+
source code, which must be distributed under the terms of Sections
|
214
|
+
1 and 2 above on a medium customarily used for software interchange; or,
|
215
|
+
|
216
|
+
b) Accompany it with a written offer, valid for at least three
|
217
|
+
years, to give any third party, for a charge no more than your
|
218
|
+
cost of physically performing source distribution, a complete
|
219
|
+
machine-readable copy of the corresponding source code, to be
|
220
|
+
distributed under the terms of Sections 1 and 2 above on a medium
|
221
|
+
customarily used for software interchange; or,
|
222
|
+
|
223
|
+
c) Accompany it with the information you received as to the offer
|
224
|
+
to distribute corresponding source code. (This alternative is
|
225
|
+
allowed only for noncommercial distribution and only if you
|
226
|
+
received the program in object code or executable form with such
|
227
|
+
an offer, in accord with Subsection b above.)
|
228
|
+
|
229
|
+
The source code for a work means the preferred form of the work for
|
230
|
+
making modifications to it. For an executable work, complete source
|
231
|
+
code means all the source code for all modules it contains, plus any
|
232
|
+
associated interface definition files, plus the scripts used to
|
233
|
+
control compilation and installation of the executable. However, as a
|
234
|
+
special exception, the source code distributed need not include
|
235
|
+
anything that is normally distributed (in either source or binary
|
236
|
+
form) with the major components (compiler, kernel, and so on) of the
|
237
|
+
operating system on which the executable runs, unless that component
|
238
|
+
itself accompanies the executable.
|
239
|
+
|
240
|
+
If distribution of executable or object code is made by offering
|
241
|
+
access to copy from a designated place, then offering equivalent
|
242
|
+
access to copy the source code from the same place counts as
|
243
|
+
distribution of the source code, even though third parties are not
|
244
|
+
compelled to copy the source along with the object code.
|
245
|
+
|
246
|
+
4. You may not copy, modify, sublicense, or distribute the Program
|
247
|
+
except as expressly provided under this License. Any attempt
|
248
|
+
otherwise to copy, modify, sublicense or distribute the Program is
|
249
|
+
void, and will automatically terminate your rights under this License.
|
250
|
+
However, parties who have received copies, or rights, from you under
|
251
|
+
this License will not have their licenses terminated so long as such
|
252
|
+
parties remain in full compliance.
|
253
|
+
|
254
|
+
5. You are not required to accept this License, since you have not
|
255
|
+
signed it. However, nothing else grants you permission to modify or
|
256
|
+
distribute the Program or its derivative works. These actions are
|
257
|
+
prohibited by law if you do not accept this License. Therefore, by
|
258
|
+
modifying or distributing the Program (or any work based on the
|
259
|
+
Program), you indicate your acceptance of this License to do so, and
|
260
|
+
all its terms and conditions for copying, distributing or modifying
|
261
|
+
the Program or works based on it.
|
262
|
+
|
263
|
+
6. Each time you redistribute the Program (or any work based on the
|
264
|
+
Program), the recipient automatically receives a license from the
|
265
|
+
original licensor to copy, distribute or modify the Program subject to
|
266
|
+
these terms and conditions. You may not impose any further
|
267
|
+
restrictions on the recipients' exercise of the rights granted herein.
|
268
|
+
You are not responsible for enforcing compliance by third parties to
|
269
|
+
this License.
|
270
|
+
|
271
|
+
7. If, as a consequence of a court judgment or allegation of patent
|
272
|
+
infringement or for any other reason (not limited to patent issues),
|
273
|
+
conditions are imposed on you (whether by court order, agreement or
|
274
|
+
otherwise) that contradict the conditions of this License, they do not
|
275
|
+
excuse you from the conditions of this License. If you cannot
|
276
|
+
distribute so as to satisfy simultaneously your obligations under this
|
277
|
+
License and any other pertinent obligations, then as a consequence you
|
278
|
+
may not distribute the Program at all. For example, if a patent
|
279
|
+
license would not permit royalty-free redistribution of the Program by
|
280
|
+
all those who receive copies directly or indirectly through you, then
|
281
|
+
the only way you could satisfy both it and this License would be to
|
282
|
+
refrain entirely from distribution of the Program.
|
283
|
+
|
284
|
+
If any portion of this section is held invalid or unenforceable under
|
285
|
+
any particular circumstance, the balance of the section is intended to
|
286
|
+
apply and the section as a whole is intended to apply in other
|
287
|
+
circumstances.
|
288
|
+
|
289
|
+
It is not the purpose of this section to induce you to infringe any
|
290
|
+
patents or other property right claims or to contest validity of any
|
291
|
+
such claims; this section has the sole purpose of protecting the
|
292
|
+
integrity of the free software distribution system, which is
|
293
|
+
implemented by public license practices. Many people have made
|
294
|
+
generous contributions to the wide range of software distributed
|
295
|
+
through that system in reliance on consistent application of that
|
296
|
+
system; it is up to the author/donor to decide if he or she is willing
|
297
|
+
to distribute software through any other system and a licensee cannot
|
298
|
+
impose that choice.
|
299
|
+
|
300
|
+
This section is intended to make thoroughly clear what is believed to
|
301
|
+
be a consequence of the rest of this License.
|
302
|
+
|
303
|
+
8. If the distribution and/or use of the Program is restricted in
|
304
|
+
certain countries either by patents or by copyrighted interfaces, the
|
305
|
+
original copyright holder who places the Program under this License
|
306
|
+
may add an explicit geographical distribution limitation excluding
|
307
|
+
those countries, so that distribution is permitted only in or among
|
308
|
+
countries not thus excluded. In such case, this License incorporates
|
309
|
+
the limitation as if written in the body of this License.
|
310
|
+
|
311
|
+
9. The Free Software Foundation may publish revised and/or new versions
|
312
|
+
of the General Public License from time to time. Such new versions will
|
313
|
+
be similar in spirit to the present version, but may differ in detail to
|
314
|
+
address new problems or concerns.
|
315
|
+
|
316
|
+
Each version is given a distinguishing version number. If the Program
|
317
|
+
specifies a version number of this License which applies to it and "any
|
318
|
+
later version", you have the option of following the terms and conditions
|
319
|
+
either of that version or of any later version published by the Free
|
320
|
+
Software Foundation. If the Program does not specify a version number of
|
321
|
+
this License, you may choose any version ever published by the Free Software
|
322
|
+
Foundation.
|
323
|
+
|
324
|
+
10. If you wish to incorporate parts of the Program into other free
|
325
|
+
programs whose distribution conditions are different, write to the author
|
326
|
+
to ask for permission. For software which is copyrighted by the Free
|
327
|
+
Software Foundation, write to the Free Software Foundation; we sometimes
|
328
|
+
make exceptions for this. Our decision will be guided by the two goals
|
329
|
+
of preserving the free status of all derivatives of our free software and
|
330
|
+
of promoting the sharing and reuse of software generally.
|
331
|
+
|
332
|
+
NO WARRANTY
|
333
|
+
|
334
|
+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
335
|
+
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
336
|
+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
337
|
+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
338
|
+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
339
|
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
340
|
+
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
341
|
+
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
342
|
+
REPAIR OR CORRECTION.
|
343
|
+
|
344
|
+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
345
|
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
346
|
+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
347
|
+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
348
|
+
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
349
|
+
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
350
|
+
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
351
|
+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
352
|
+
POSSIBILITY OF SUCH DAMAGES.
|
353
|
+
|
354
|
+
END OF TERMS AND CONDITIONS
|
355
|
+
|
@@ -0,0 +1,54 @@
|
|
1
|
+
test
|
2
|
+
test/test_levenshtein.rb
|
3
|
+
test/test_similarity.rb
|
4
|
+
test/test_soundex.rb
|
5
|
+
test/test_inflect.rb
|
6
|
+
test/test_double_metaphone.rb
|
7
|
+
test/test_porter_stemming.rb
|
8
|
+
test/test_censor.rb
|
9
|
+
test/fixture
|
10
|
+
test/fixture/soundex.txt
|
11
|
+
test/fixture/metaphone.txt
|
12
|
+
test/fixture/double_metaphone.txt
|
13
|
+
test/fixture/porter_stemming_input.txt
|
14
|
+
test/fixture/metaphone_lp.txt
|
15
|
+
test/fixture/porter_stemming_output.txt
|
16
|
+
test/test_dresner.rb
|
17
|
+
test/test_metaphone.rb
|
18
|
+
CHANGES
|
19
|
+
RELEASE
|
20
|
+
README
|
21
|
+
meta
|
22
|
+
meta/created
|
23
|
+
meta/homepage
|
24
|
+
meta/summary
|
25
|
+
meta/abstract
|
26
|
+
meta/releases
|
27
|
+
meta/authors
|
28
|
+
meta/contact
|
29
|
+
task
|
30
|
+
task/test
|
31
|
+
task/rdoc
|
32
|
+
task/clean
|
33
|
+
lib
|
34
|
+
lib/english
|
35
|
+
lib/english/double_metaphone.rb
|
36
|
+
lib/english/style_orm.rb
|
37
|
+
lib/english/censor.rb
|
38
|
+
lib/english/porter_stemming.rb
|
39
|
+
lib/english/levenshtein.rb
|
40
|
+
lib/english/dresner.rb
|
41
|
+
lib/english/jumble.rb
|
42
|
+
lib/english/soundex.rb
|
43
|
+
lib/english/metaphone.rb
|
44
|
+
lib/english/textfilter.rb
|
45
|
+
lib/english/similarity.rb
|
46
|
+
lib/english/inflect.rb
|
47
|
+
lib/english/roman.rb
|
48
|
+
lib/english/style.rb
|
49
|
+
lib/english/numerals.rb
|
50
|
+
lib/english/array.rb
|
51
|
+
lib/english/patterns.rb
|
52
|
+
lib/english/string.rb
|
53
|
+
VERSION
|
54
|
+
COPYING
|