--- !ruby/object:Gem::Specification name: fathom version: !ruby/object:Gem::Version hash: 27 prerelease: segments: - 0 - 3 - 4 version: 0.3.4 platform: ruby authors: - David autorequire: bindir: bin cert_chain: [] date: 2011-02-10 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec 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 description: Collecting some decision support tools in a decoupled Ruby library. email: davidlamontrichards@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - .autotest - .bundle/config - .document - .gitignore - .rspec - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - TODO.md - VERSION - autotest/discover.rb - lib/ext/array.rb - lib/ext/faster_csv.rb - lib/ext/open_struct.rb - lib/ext/string.rb - lib/fathom.rb - lib/fathom/agent.rb - lib/fathom/agent/agent_cluster.rb - lib/fathom/agent/properties.rb - lib/fathom/archive/causal_graph.rb - lib/fathom/archive/concept.rb - lib/fathom/archive/conditional_probability_matrix.rb - lib/fathom/archive/inverter.rb - lib/fathom/archive/n2.rb - lib/fathom/archive/n3.rb - lib/fathom/archive/node.rb - lib/fathom/archive/noodle.rb - lib/fathom/archive/scratch.rb - lib/fathom/distributions.rb - lib/fathom/distributions/discrete_gaussian.rb - lib/fathom/distributions/discrete_uniform.rb - lib/fathom/distributions/gaussian.rb - lib/fathom/distributions/uniform.rb - lib/fathom/import.rb - lib/fathom/import/csv_import.rb - lib/fathom/import/import_node.rb - lib/fathom/import/yaml_import.rb - lib/fathom/knowledge_base.rb - lib/fathom/knowledge_base/search.rb - lib/fathom/monte_carlo_set.rb - lib/fathom/node.rb - lib/fathom/node/belief_node.rb - lib/fathom/node/cpm_node.rb - lib/fathom/node/data_collection.rb - lib/fathom/node/data_node.rb - lib/fathom/node/decision.rb - lib/fathom/node/discrete_node.rb - lib/fathom/node/fact.rb - lib/fathom/node/mc_node.rb - lib/fathom/node/node_extensions/enforced_name.rb - lib/fathom/node/node_extensions/numeric_methods.rb - lib/fathom/node/plausible_range.rb - lib/fathom/simulation.rb - lib/fathom/simulation/tick_methods.rb - lib/fathom/simulation/tick_simulation.rb - lib/fathom/value_description.rb - lib/options_hash.rb - spec/ext/array_spec.rb - spec/ext/faster_csv_spec.rb - spec/ext/open_struct_spec.rb - spec/ext/string_spec.rb - spec/fathom/agent/agent_cluster_spec.rb - spec/fathom/agent_spec.rb - spec/fathom/distributions/discrete_gaussian_spec.rb - spec/fathom/distributions/discrete_uniform_spec.rb - spec/fathom/distributions/gaussian_spec.rb - spec/fathom/distributions/uniform_spec.rb - spec/fathom/import/csv_import_spec.rb - spec/fathom/import/import_node_spec.rb - spec/fathom/import/yaml_import_spec.rb - spec/fathom/import_spec.rb - spec/fathom/knowledge_base_spec.rb - spec/fathom/monte_carlo_set_spec.rb - spec/fathom/node/belief_node_spec.rb - spec/fathom/node/cpm_node_spec.rb - spec/fathom/node/data_collection_spec.rb - spec/fathom/node/data_node_spec.rb - spec/fathom/node/decision_spec.rb - spec/fathom/node/discrete_node_spec.rb - spec/fathom/node/fact_spec.rb - spec/fathom/node/mc_node_spec.rb - spec/fathom/node/node_extensions/enforced_name_spec.rb - spec/fathom/node/node_extensions/numeric_methods_spec.rb - spec/fathom/node/plausible_range_spec.rb - spec/fathom/node_spec.rb - spec/fathom/simulation/tick_simulation_spec.rb - spec/fathom/simulation_spec.rb - spec/fathom/value_description_spec.rb - spec/fathom_spec.rb - spec/spec_helper.rb - spec/support/demo.yml - spec/support/demo_agent.rb - spec/support/dummy_numeric_node.rb - spec/support/fact.yml has_rdoc: true homepage: http://github.com/davidrichards/fathom licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 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: rubygems_version: 1.5.0 signing_key: specification_version: 3 summary: Decision Support in Ruby test_files: - spec/ext/array_spec.rb - spec/ext/faster_csv_spec.rb - spec/ext/open_struct_spec.rb - spec/ext/string_spec.rb - spec/fathom/agent/agent_cluster_spec.rb - spec/fathom/agent_spec.rb - spec/fathom/distributions/discrete_gaussian_spec.rb - spec/fathom/distributions/discrete_uniform_spec.rb - spec/fathom/distributions/gaussian_spec.rb - spec/fathom/distributions/uniform_spec.rb - spec/fathom/import/csv_import_spec.rb - spec/fathom/import/import_node_spec.rb - spec/fathom/import/yaml_import_spec.rb - spec/fathom/import_spec.rb - spec/fathom/knowledge_base_spec.rb - spec/fathom/monte_carlo_set_spec.rb - spec/fathom/node/belief_node_spec.rb - spec/fathom/node/cpm_node_spec.rb - spec/fathom/node/data_collection_spec.rb - spec/fathom/node/data_node_spec.rb - spec/fathom/node/decision_spec.rb - spec/fathom/node/discrete_node_spec.rb - spec/fathom/node/fact_spec.rb - spec/fathom/node/mc_node_spec.rb - spec/fathom/node/node_extensions/enforced_name_spec.rb - spec/fathom/node/node_extensions/numeric_methods_spec.rb - spec/fathom/node/plausible_range_spec.rb - spec/fathom/node_spec.rb - spec/fathom/simulation/tick_simulation_spec.rb - spec/fathom/simulation_spec.rb - spec/fathom/value_description_spec.rb - spec/fathom_spec.rb - spec/spec_helper.rb - spec/support/demo_agent.rb - spec/support/dummy_numeric_node.rb