Module Mizuho
In: lib/mizuho.rb
lib/mizuho/generator.rb
lib/mizuho/id_map.rb
lib/mizuho/utils.rb
lib/mizuho/fuzzystringmatch.rb
                         Fuzzy String Match

Copyright 2010 Kiyoka Nishiyama

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Classes and Modules

Module Mizuho::Utils
Class Mizuho::GenerationError
Class Mizuho::Generator
Class Mizuho::IdMap
Class Mizuho::JaroWinklerPure

Constants

VERSION_STRING = "0.9.20"
NATIVELY_PACKAGED = true
TEMPLATES_DIR = "/usr/lib/ruby/gems/1.8/gems/mizuho-%s/templates" % (VERSION_STRING)
ASCIIDOC = ["/usr/bin/python", "/usr/share/mizuho/asciidoc/asciidoc.py"]
ASCIIDOC = "/usr/bin/asciidoc"
SOURCE_ROOT = File.expand_path(File.dirname(__FILE__) + "/..")
LIBDIR = "#{SOURCE_ROOT}/lib"
TEMPLATES_DIR = "#{SOURCE_ROOT}/templates"
ASCIIDOC = ["python", "#{SOURCE_ROOT}/asciidoc/asciidoc.py"]

[Validate]