--- !ruby/object:Gem::Specification name: loose_tight_dictionary version: !ruby/object:Gem::Version version: 1.0.1 prerelease: platform: ruby authors: - Seamus Abshere autorequire: bindir: bin cert_chain: [] date: 2011-12-03 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: shoulda requirement: &2164915940 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2164915940 - !ruby/object:Gem::Dependency name: remote_table requirement: &2164983440 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2164983440 - !ruby/object:Gem::Dependency name: activerecord requirement: &2165077220 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: *2165077220 - !ruby/object:Gem::Dependency name: mysql requirement: &2165156580 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2165156580 - !ruby/object:Gem::Dependency name: cohort_scope requirement: &2165225600 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2165225600 - !ruby/object:Gem::Dependency name: weighted_average requirement: &2165400220 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2165400220 - !ruby/object:Gem::Dependency name: rake requirement: &2165637020 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2165637020 - !ruby/object:Gem::Dependency name: activesupport requirement: &2165774580 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3' type: :runtime prerelease: false version_requirements: *2165774580 - !ruby/object:Gem::Dependency name: to_regexp requirement: &2165808840 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.0.3 type: :runtime prerelease: false version_requirements: *2165808840 description: Create dictionaries that link rows between two tables using loose matching (string similarity) by default and tight matching (regexp) by request. email: - seamus@abshere.net executables: [] extensions: [] extra_rdoc_files: [] files: - .document - .gitignore - Gemfile - LICENSE - README.rdoc - Rakefile - THANKS-WILLIAM-JAMES.rb - benchmark/before-with-free.txt - benchmark/before-without-last-result.txt - benchmark/before.txt - benchmark/memory.rb - examples/bts_aircraft/5-2-A.htm - examples/bts_aircraft/5-2-B.htm - examples/bts_aircraft/5-2-D.htm - examples/bts_aircraft/5-2-E.htm - examples/bts_aircraft/5-2-G.htm - examples/bts_aircraft/blockings.csv - examples/bts_aircraft/identities.csv - examples/bts_aircraft/negatives.csv - examples/bts_aircraft/number_260.csv - examples/bts_aircraft/positives.csv - examples/bts_aircraft/test_bts_aircraft.rb - examples/bts_aircraft/tighteners.csv - examples/first_name_matching.rb - examples/icao-bts.xls - lib/loose_tight_dictionary.rb - lib/loose_tight_dictionary/blocking.rb - lib/loose_tight_dictionary/cached_result.rb - lib/loose_tight_dictionary/identity.rb - lib/loose_tight_dictionary/result.rb - lib/loose_tight_dictionary/score.rb - lib/loose_tight_dictionary/similarity.rb - lib/loose_tight_dictionary/tightener.rb - lib/loose_tight_dictionary/version.rb - lib/loose_tight_dictionary/wrapper.rb - loose_tight_dictionary.gemspec - test/helper.rb - test/test_blocking.rb - test/test_cache.rb - test/test_identity.rb - test/test_loose_tight_dictionary.rb - test/test_loose_tight_dictionary_convoluted.rb.disabled - test/test_tightening.rb homepage: https://github.com/seamusabshere/loose_tight_dictionary licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: loose_tight_dictionary rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Allows iterative development of dictionaries for big data sets. test_files: - test/helper.rb - test/test_blocking.rb - test/test_cache.rb - test/test_identity.rb - test/test_loose_tight_dictionary.rb - test/test_loose_tight_dictionary_convoluted.rb.disabled - test/test_tightening.rb