--- !ruby/object:Gem::Specification 
name: loose_tight_dictionary
version: !ruby/object:Gem::Version 
  hash: 21
  prerelease: 
  segments: 
  - 0
  - 2
  - 1
  version: 0.2.1
platform: ruby
authors: 
- Seamus Abshere
autorequire: 
bindir: bin
cert_chain: []

date: 2011-04-28 00:00:00 Z
dependencies: 
- !ruby/object:Gem::Dependency 
  name: shoulda
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        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 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: activesupport
  prerelease: false
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 11
        segments: 
        - 2
        - 3
        - 4
        version: 2.3.4
  type: :runtime
  version_requirements: *id003
- !ruby/object:Gem::Dependency 
  name: amatch
  prerelease: false
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id004
- !ruby/object:Gem::Dependency 
  name: to_regexp
  prerelease: false
  requirement: &id005 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 25
        segments: 
        - 0
        - 0
        - 3
        version: 0.0.3
  type: :runtime
  version_requirements: *id005
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/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_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 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: loose_tight_dictionary
rubygems_version: 1.7.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_identity.rb
- test/test_loose_tight_dictionary.rb
- test/test_loose_tight_dictionary_convoluted.rb.disabled
- test/test_tightening.rb