--- !ruby/object:Gem::Specification 
name: loose_tight_dictionary
version: !ruby/object:Gem::Version 
  prerelease: 
  version: 0.2.3
platform: ruby
authors: 
- Seamus Abshere
autorequire: 
bindir: bin
cert_chain: []

date: 2011-05-17 00:00:00 -05:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: shoulda
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "0"
  type: :development
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: remote_table
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "0"
  type: :development
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: activerecord
  prerelease: false
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "3"
  type: :development
  version_requirements: *id003
- !ruby/object:Gem::Dependency 
  name: mysql
  prerelease: false
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "0"
  type: :development
  version_requirements: *id004
- !ruby/object:Gem::Dependency 
  name: cohort_scope
  prerelease: false
  requirement: &id005 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "0"
  type: :development
  version_requirements: *id005
- !ruby/object:Gem::Dependency 
  name: weighted_average
  prerelease: false
  requirement: &id006 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "0"
  type: :development
  version_requirements: *id006
- !ruby/object:Gem::Dependency 
  name: activesupport
  prerelease: false
  requirement: &id007 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "3"
  type: :runtime
  version_requirements: *id007
- !ruby/object:Gem::Dependency 
  name: amatch
  prerelease: false
  requirement: &id008 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "0"
  type: :runtime
  version_requirements: *id008
- !ruby/object:Gem::Dependency 
  name: to_regexp
  prerelease: false
  requirement: &id009 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: 0.0.3
  type: :runtime
  version_requirements: *id009
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
- 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
has_rdoc: true
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.6.2
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